]> Git Repo - binutils.git/blame - gdb/ChangeLog
[gdb/16062] stepi sometimes doesn't make progress
[binutils.git] / gdb / ChangeLog
CommitLineData
776f04fa
PA
12013-10-18 Pedro Alves <[email protected]>
2
3 PR gdb/16062
4 * infrun.c (handle_inferior_event): Keep going if we got a random
5 signal we should not stop for, instead of falling through to the
6 step tests.
7
0c6faab5
YQ
82013-10-18 Yao Qi <[email protected]>
9
10 * c-varobj.c (cplus_number_of_children): Fix indentation.
11
50b34a18
TT
122013-10-17 Tom Tromey <[email protected]>
13
14 PR gdb/15995:
15 * printcmd.c (printcmd): Call gdb_flush.
16
5c4c8a59
TT
172013-10-17 Tom Tromey <[email protected]>
18
19 * elfread.c (struct elfinfo) <stabindexsect>: Remove.
20 (elf_locate_sections): Update.
21
c4124bf1
YQ
222013-10-17 Yao Qi <[email protected]>
23
24 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
25 * ada-varobj.c: Remove the include of ada-varobj.h.
26 (ada_varobj_get_number_of_children): Declare.
27 (ada_varobj_get_name_of_child): Make it static.
28 (ada_varobj_get_path_expr_of_child): Likewise.
29 (ada_varobj_get_value_of_child): Likewise.
30 (ada_varobj_get_type_of_child): Likewise.
31 (ada_varobj_get_value_of_array_variable): Likewise.
32 * ada-varobj.h: Remove.
33
99ad9427
YQ
342013-10-17 Yao Qi <[email protected]>
35
36 * Makefile.in (SFILES): Add c-varobj.c and jv-varobj.c.
37 (COMMON_OBS): Add c-varobj.o and jv-varobj.o.
38 * ada-varobj.c: Include "varobj.h".
39 (ada_number_of_children): New. Moved from varobj.c.
40 (ada_name_of_variable, ada_name_of_child): Likewise.
41 (ada_path_expr_of_child, ada_value_of_child): Likewise.
42 (ada_type_of_child, ada_value_of_variable): Likewise.
43 (ada_value_is_changeable_p, ada_value_has_mutated): Likewise.
44 (ada_varobj_ops): New.
45 * c-varobj.c, jv-varobj.c: New file. Moved from varobj.c.
46 * gdbtypes.c (get_target_type): New. Moved from varobj.c.
47 * gdbtypes.h (get_target_type): Declare.
48 * varobj.c: Remove the inclusion of "ada-varobj.h" and
49 "ada-lang.h".
50 (ANONYMOUS_STRUCT_NAME): Move it to c-varobj.c.
51 (ANONYMOUS_UNION_NAME): Likewise.
52 (get_type, get_value_type, get_target_type): Remove declarations.
53 (value_get_print_value, varobj_value_get_print_value): Likewise.
54 (c_number_of_children, c_name_of_variable): Likewise.
55 (c_name_of_child, c_path_expr_of_child): Likewise.
56 (c_value_of_child, c_type_of_child): Likewise.
57 (c_value_of_variable, cplus_number_of_children): Likewise.
58 (cplus_class_num_children, cplus_name_of_variable): Likewise.
59 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
60 (cplus_value_of_child, cplus_type_of_child): Likewise.
61 (cplus_value_of_variable, java_number_of_children): Likewise.
62 (java_name_of_variable, java_name_of_child): Likewise.
63 (java_path_expr_of_child, java_value_of_child): Likewise.
64 (java_type_of_child, java_value_of_variable): Likewise.
65 (ada_number_of_children, ada_name_of_variable): Likewise.
66 (ada_name_of_child, ada_path_expr_of_child): Likewise.
67 (ada_value_of_child, ada_type_of_child): Likewise.
68 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
69 (ada_value_has_mutated): Likewise.
70 (struct language_specific): Move it to varobj.h.
71 (CPLUS_FAKE_CHILD): Move it to varobj.h.
72 (restrict_range): Rename it varobj_restrict_range. Make it extern.
73 Callers update.
74 (get_path_expr_parent): Rename it to varobj_get_path_expr_parent.
75 Make it extern.
76 (is_anonymous_child): Move it to c-varobj.c and rename to
77 varobj_is_anonymous_child. Caller update.
78 (get_type): Move it to c-varobj.c.
79 (get_value_type): Rename it varobj_get_value_type. Make it
80 extern.
81 (get_target_type): Move it gdbtypes.c.
82 (varobj_formatted_print_options): New function.
83 (value_get_print_value): Rename it to
84 varobj_value_get_print_value and make it extern.
85 (varobj_value_is_changeable_p): Make it extern.
86 (adjust_value_for_child_access): Move it to c-varobj.c.
87 (default_value_is_changeable_p): Rename it to
88 varobj_default_value_is_changeable_p. Make it extern.
89 (c_number_of_children, c_name_of_variable): Move it to c-varobj.c
90 (c_name_of_child, c_path_expr_of_child): Likewise.
91 (c_value_of_child, c_type_of_child): Likewise.
92 (c_value_of_variable, cplus_number_of_children): Likewise.
93 (cplus_class_num_children, cplus_name_of_variable): Likewise.
94 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
95 (cplus_value_of_child, cplus_type_of_child): Likewise.
96 (cplus_value_of_variable): Likewise.
97 (java_number_of_children, java_name_of_variable): Move it to jv-varobj.c.
98 (java_name_of_child, java_path_expr_of_child): Likewise.
99 (java_value_of_child, java_type_of_child): Likewise.
100 (java_value_of_variable): Likewise.
101 (ada_number_of_children, ada_name_of_variable): Move it to ada-varobj.c.
102 (ada_name_of_child, ada_path_expr_of_child): Likewise.
103 (ada_value_of_child, ada_type_of_child): Likewise.
104 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
105 (ada_value_has_mutated): Likewise.
106 * varobj.h (CPLUS_FAKE_CHILD): New macro, moved from varobj.c.
107 (struct lang_varobj_ops): New. Renamed by 'struct language_specific'.
108 (c_varobj_ops, cplus_varobj_ops): Declare.
109 (java_varobj_ops, ada_varobj_ops): Declare.
110 (varobj_default_value_is_changeable_p): Declare.
111 (varobj_value_is_changeable_p): Declare.
112 (varobj_get_value_type, varobj_is_anonymous_child): Declare.
113 (varobj_get_path_expr_parent): Declare.
114 (varobj_value_get_print_value): Declare.
115 (varobj_formatted_print_options): Declare.
116 (varobj_restrict_range): Declare.
117
c8a62302
LM
1182013-10-17 Luis Machado <[email protected]>
119
120 * target/waitstatus.h (target_waitkind): Remove spurious
121 character from the comments.
122
eade6471
JB
1232013-10-17 Joel Brobecker <[email protected]>
124
125 * gdbarch.sh (get_longjmp_target): Add method documentation.
126 * gdbarch.h: Regenerate.
127
5411b26c
TT
1282013-10-16 Tom Tromey <[email protected]>
129
130 * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
131 label.
132
87326c87
LM
1332013-10-16 Luis Machado <[email protected]>
134
135 * gcore.in: Call GDB using the full path to the gcore script.
136 Error out if the GDB binary is not found.
137
fd0a4d76
SDJ
1382013-10-16 Sergio Durigan Junior <[email protected]>
139
140 PR gdb/16014
141 * dwarf2read.c (dw2_get_real_path): Remove unnecessary call to
142 sizeof.
143
d92f7ee3
SDJ
1442013-10-16 Sergio Durigan Junior <[email protected]>
145
146 PR gdb/16042
147 * target.c (target_disable_btrace): Fix invalid return value for
148 void function.
149 (target_teardown_btrace): Likewise.
150
bb5ce47a
YQ
1512013-10-14 Yao Qi <[email protected]>
152
153 * varobj.c (struct varobj): Move most of the fields to
154 varobj.h.
155 (struct varobj_dynamic): New struct.
156 (varobj_get_display_hint) [HAVE_PYTHON]: Adjust.
157 (varobj_has_more): Likewise.
158 (dynamic_varobj_has_child_method): Likewise.
159 (update_dynamic_varobj_children): Likewise.
160 (varobj_get_num_children): Likewise.
161 (varobj_list_children, varobj_pretty_printed_p): Likewise.
162 (install_new_value_visualizer): Likewise.
163 (install_new_value_visualizer, install_new_value): Likewise.
164 (varobj_update, new_variable, free_variable): Likewise.
165 (my_value_of_variable, value_get_print_value): Likewise.
166 (install_visualizer): Change the type of parameter 'var' to
167 'struct varobjd_dynamic *'. Callers update.
168 * varobj.h (struct varobj): Moved from varobj.c.
169 (struct varobj) <dynamic>: New field.
170
0b76b0ce
SL
1712013-10-13 Sandra Loosemore <[email protected]>
172
173 * nios2-tdep.c (nios2_reg_names): Use "sstatus" rather than "ba"
174 as the preferred name of r30.
175 * nios2-linux-tdep.c (reg_offsets): Likewise.
176 * features/nios2-cpu.xml: Likewise.
177 * features/nios2-linux.c: Regenerated.
178 * features/nios2.c: Regenerated.
179 * regformats/nios2-linux.dat: Regenerated.
180
4856b6bc
JK
1812013-10-13 Jan Kratochvil <[email protected]>
182
183 Canonicalize directories for EXEC_FILENAME.
184 * exec.c (exec_file_attach): Use gdb_realpath_keepfile for
185 exec_filename.
186 * utils.c (gdb_realpath_keepfile): New function.
187 * utils.h (gdb_realpath_keepfile): New declaration.
188
9b557b58
DE
1892013-10-11 Doug Evans <[email protected]>
190
191 * Makefile.in (GDBFLAGS): New variable.
192 (run): New rule.
193
ce13fade
JB
1942013-10-11 Joel Brobecker <[email protected]>
195
196 * NEWS: Add entry documenting the new "-catch-assert" and
197 "-catch-exception" GDB/MI commands.
198
349774ef
JB
1992013-10-11 Joel Brobecker <[email protected]>
200
201 * breakpoint.h (init_ada_exception_breakpoint): Add parameter
202 "enabled".
203 * breakpoint.c (init_ada_exception_breakpoint): Add parameter
204 "enabled". Set B->ENABLE_STATE accordingly.
205 * ada-lang.h (ada_exception_catchpoint_kind): Move here from
206 ada-lang.c.
207 (create_ada_exception_catchpoint): Add declaration.
208 * ada-lang.c (ada_exception_catchpoint_kind): Move to ada-lang.h.
209 (create_ada_exception_catchpoint): Make non-static. Add new
210 parameter "disabled". Use it in call to
211 init_ada_exception_breakpoint.
212 (catch_ada_exception_command): Add parameter "enabled" in call
213 to create_ada_exception_catchpoint.
214 (catch_assert_command): Likewise.
215
216 * mi/mi-cmds.h (mi_cmd_catch_assert, mi_cmd_catch_exception):
217 Add declarations.
218 * mi/mi-cmds.c (mi_cmds): Add the "catch-assert" and
219 "catch-exception" commands.
220 * mi/mi-cmd-catch.c: Add #include "ada-lang.h".
221 (mi_cmd_catch_assert, mi_cmd_catch_exception): New functions.
222
761269c8
JB
2232013-10-11 Joel Brobecker <[email protected]>
224
225 * ada-lang.c (enum ada_exception_catchpoint_kind): Renames
226 "enum exception_catchpoint_kind". Replace the "ex_" prefix
227 of all its enumerates with "ada_". Update the rest of this
228 file throughout.
229
b4a5b78b
JB
2302013-10-11 Joel Brobecker <[email protected]>
231
232 * ada-lang.c (ada_decode_exception_location): Delete.
233 (create_ada_exception_catchpoint): Remove arguments "sal",
234 "addr_string" and "ops". Add argument "ex_kind" instead.
235 Adjust implementation accordingly, calling ada_exception_sal
236 to get the entities it no longer gets passed as arguments.
237 Document the function's arguments.
238 (catch_ada_exception_command): Use catch_ada_exception_command_split
239 instead of ada_decode_exception_location, and update call to
240 create_ada_exception_catchpoint.
241 (catch_ada_assert_command_split): Renames
242 ada_decode_assert_location. Remove parameters "addr_string" and
243 "ops", and now returns void. Adjust implementation accordingly.
244 Update the function documentation.
245 (catch_assert_command): Use catch_ada_assert_command_split
246 instead of ada_decode_assert_location. Update call to
247 create_ada_exception_catchpoint.
248
7ad1d32c 2492013-10-11 Joel Brobecker <[email protected]>
7c647d61
JB
250
251 * utils.h (perror_warning_with_name): Add declaration.
252 * utils.c (perror_warning_with_name): New function.
253 * cli/cli-cmds.c (source_script_with_search): Add call to
254 perror_warning_with_name if from_tty is nul.
255
7ad1d32c 2562013-10-11 Joel Brobecker <[email protected]>
0cf4063e
JB
257
258 * utils.c (perror_string): New function, extracted out of
259 throw_perror_with_name.
260 (throw_perror_with_name): Rework to use perror_string.
261
bcc75809
YQ
2622013-10-11 Yao Qi <[email protected]>
263
264 * remote.c (discard_pending_stop_replies_in_queue): Update
265 declaration.
266 (struct stop_reply) <rs>: New field.
267 (remove_stop_reply_of_remote_state): New function.
268 (discard_pending_stop_replies_in_queue): Add parameter 'rs'.
269 Callers update. Pass remove_stop_reply_of_remote_state to
270 QUEUE_iterate.
271 (remote_parse_stop_reply): Initialize field 'rs'.
272
05feb193
WN
2732013-10-10 Will Newton <[email protected]>
274
275 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
276 linux_init_abi.
277
0d12017b
JB
2782013-10-10 Joel Brobecker <[email protected]>
279
280 * cli/cli-cmds.c (show_baud_rate): Moved to serial.c as
281 serial_baud_show_cmd.
282 (_initialize_cli_cmds): Delete the code creating the
283 "set/show remotebaud" commands.
284 * serial.c (baud_rate): Move here from top.c.
285 (serial_baud_show_cmd): Move here from cli/cli-cmds.c.
286 (_initialize_serial): Create "set/show serial baud" commands.
287 Add "set/show remotebaud" command aliases.
288 * top.c (baud_rate): Moved to serial.c.
289 * NEWS: Document the new "set/show serial baud" commands,
290 replacing "set/show remotebaud".
291
578d3588
PA
2922013-10-09 Pedro Alves <[email protected]>
293
294 * breakpoint.c (insert_bp_location): Use memory_error_message to
295 build the memory error string.
296 * c-lang.c: Include "gdbcore.h".
297 (c_get_string): Use memory_error to throw error.
298 (target_xfer_memory_error): Delete.
299 (memory_error_message): New, factored out from
300 target_xfer_memory_error.
301 (memory_error): Change parameter type to target_xfer_error.
302 Rewrite.
303 (read_memory): Use memory_error instead of
304 target_xfer_memory_error.
305 * gdbcore.h: Include "target.h".
306 (memory_error): Change parameter type to target_xfer_error.
307 (memory_error_message): Declare function.
308 * target.c (target_read_memory, target_read_stack)
309 (target_write_memory, target_write_raw_memory): Return
310 TARGET_XFER_E_IO on error. Adjust comments.
311 (get_target_memory): Pass TARGET_XFER_E_IO to memory_error,
312 instead of EIO.
313 * target.h (target_read, target_insert_breakpoint)
314 (target_remove_breakpoint): Adjust comments.
315 * valprint.c (partial_memory_read): Rename parameter, and adjust
316 comment.
317 (val_print_string): Use memory_error_message to build the memory
318 error string.
319
c74e1ccf
JK
3202013-10-09 Jan Kratochvil <[email protected]>
321
322 * common/filestuff.c (gdb_fopen_cloexec): Remove initialization of
323 result variable. Rename variable fopen_e_ever_failed to
324 fopen_e_ever_failed_einval. Retry fopen only for errno EINVAL.
325
915215be
PA
3262013-10-09 Pedro Alves <[email protected]>
327
328 * monitor.c (monitor_write_memory, monitor_write_memory_bytes)
329 (monitor_write_memory_longlongs, monitor_write_memory_block):
330 Constify 'myaddr' parameter.
331 (monitor_xfer_memory): Adjust interface as monitor_xfer_partial
332 helper.
333 (monitor_xfer_partial): New function.
334 (init_base_monitor_ops): Don't install a deprecated_xfer_memory
335 hook. Install a to_xfer_partial hook.
336
acd13123
TT
3372013-10-09 Tom Tromey <[email protected]>
338
339 * dwarf2read.c (dwarf2_get_dwz_file): Update for type change in
340 bfd_get_alt_debug_link_info.
341
40135bb1
JK
3422013-10-09 Jan Kratochvil <[email protected]>
343
344 New flag OBJF_NOT_FILENAME.
345 * auto-load.c (auto_load_objfile_script): Check also OBJF_NOT_FILENAME.
346 * jit.c (jit_object_close_impl): Use OBJF_NOT_FILENAME for
347 allocate_objfile.
348 (jit_bfd_try_read_symtab): Use OBJF_NOT_FILENAME for
349 symbol_file_add_from_bfd.
350 * jv-lang.c (get_dynamics_objfile): Use OBJF_NOT_FILENAME for
351 allocate_objfile.
352 * objfiles.c (allocate_objfile): Assert OBJF_NOT_FILENAME if NAME is
353 NULL.
354 * objfiles.h (OBJF_NOT_FILENAME): New.
355
dc294be5
TT
3562013-10-08 Tom Tromey <[email protected]>
357
358 * Makefile.in (SFILES): Add build-id.c.
359 (HFILES_NO_SRCDIR): Add build-id.h.
360 * build-id.c: New file, largely from elfread.c. Modified
361 most functions.
362 * build-id.h: New file.
363 * dwarf2read.c (dwarf2_get_dwz_file): Update for change to
364 bfd_get_alt_debug_link_info. Verify dwz file's build-id.
365 Search for dwz file using build-id.
366 * elfread.c (build_id_bfd_get, build_id_verify)
367 (build_id_to_debug_filename, find_separate_debug_file): Remove.
368
db230ce3
JB
3692013-10-08 Joel Brobecker <[email protected]>
370
371 * ada-lang.c (compare_names_with_case): Renamed from
372 compare_names, adding a new parameter "casing" and its handling.
373 New function documentation.
374 (compare_names): New function, implemented using
375 compare_names_with_case.
376
6501c98a
JB
3772013-10-08 Joel Brobecker <[email protected]>
378
379 * ada-lang.c (ada_exception_sal): Remove advance declaration.
380
84a1243b
TT
3812013-10-07 Tom Tromey <[email protected]>
382
383 * objfiles.c (free_objfile_per_bfd_storage): Delete the
384 demangled_names_hash.
385 (free_objfile): Don't delete the demangled_names_hash.
386 * objfiles.h (struct objfile_per_bfd_storage)
387 <demangled_names_hash>: New field.
388 (struct objfile) <demangled_names_hash>: Move to
389 objfile_per_bfd_storage.
390 * symfile.c (reread_symbols): Don't delete the
391 demangled_names_hash.
392 * symtab.c (create_demangled_names_hash): Update.
393 (symbol_set_names): Update.
394
1da77581
TT
3952013-10-07 Tom Tromey <[email protected]>
396
397 * gdb_bfd.c (struct gdb_bfd_data) <relocation_computed,
398 needs_relocations>: New fields.
399 (gdb_bfd_requires_relocations): New function.
400 * gdb_bfd.h (gdb_bfd_requires_relocations): Declare.
401 * objfiles.c (get_objfile_bfd_data): Disallow sharing if
402 the BFD needs relocations applied.
403
46ecd527
PA
4042013-10-07 Pedro Alves <[email protected]>
405
406 PR breakpoints/11568
407 * breakpoint.c (remove_threaded_breakpoints): Say "no longer in
408 the thread list" instead of "gone".
409
0c557179
SDJ
4102013-10-06 Sergio Durigan Junior <[email protected]>
411
412 * NEWS: Mention new convenience variable $_exitsignal.
413 * corelow.c (core_open): Reset exit convenience variables. Set
414 $_exitsignal to the uncaught signal which generated the corefile.
415 * infrun.c (handle_inferior_event): Reset exit convenience
416 variables. Set $_exitsignal for TARGET_WAITKIND_SIGNALLED.
417 (clear_exit_convenience_vars): New function.
418 * inferior.h (clear_exit_convenience_vars): New prototype.
419
1cc47d81
YQ
4202013-10-06 Yao Qi <[email protected]>
421
422 * varobj.h: Add comments to enum varobj_languages.
423
73869dc2
DE
4242013-10-04 Doug Evans <[email protected]>
425
426 Add support for DWP file format version 2.
427 * NEWS: Mention support for DWP file format version 2.
428 * dwarf2read.c (dwarf2_section_info): Convert asection field to a
429 union of asection, containing_section. New fields virtual_offset
430 and is_virtual. Change type of readin filed from int to char.
431 (dwo_sections, dwo_file): Tweak comments.
432 (dwp_v2_section_ids): New enum.
433 (dwp_sections): New fields abbrev, info, line, loc, macinfo, macro,
434 str_offsets, types.
435 (virtual_v1_dwo_sections): Renamed from virtual_dwo_sections.
436 All uses updated.
437 (virtual_v2_dwo_sections): New struct.
438 (dwp_hash_table): New fields version, nr_columns. Change type of
439 section_pool field to a union.
440 (dwp_file): New field version.
441 (dwarf2_has_info): Check for virtual sections.
442 (get_containing_section): New function.
443 (get_section_bfd_owner, get_section_bfd_section): Call it.
444 (dwarf2_locate_sections): Update.
445 (dwarf2_section_empty_p): Update.
446 (dwarf2_read_section): Handle virtual sections.
447 (locate_dwz_sections): Update.
448 (create_dwp_hash_table): Document and handle V2 format.
449 (locate_v1_virtual_dwo_sections): Renamed from
450 locate_virtual_dwo_sections and update. All callers updated.
451 (create_dwo_unit_in_dwp_v1): Renamed from create_dwo_in_dwp.
452 Delete arg htab. Rename arg section_index to unit_index.
453 All callers updated.
454 (MAX_NR_V1_DWO_SECTIONS): Renamed from MAX_NR_DWO_SECTIONS.
455 All uses updated.
456 (create_dwp_v2_section, create_dwo_unit_in_dwp_v2): New functions.
457 (lookup_dwo_unit_in_dwp): Add V2 support.
458 (dwarf2_locate_dwo_sections): Update.
459 (dwarf2_locate_common_dwp_sections): Renamed from
460 dwarf2_locate_dwp_sections and update. All callers updated.
461 (dwarf2_locate_v2_dwp_sections): New function.
462 (open_and_init_dwp_file): Add V2 support.
463 (read_str_index): New locals str_section, str_offsets_section.
464
9a2c3737
PA
4652013-10-04 Pedro Alves <[email protected]>
466
467 * common/ptid.c (null_ptid, minus_one_ptid, ptid_build)
468 (pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid)
469 (ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p): Replace
470 describing comments with references to ptid.h.
471 * common/ptid.h: Remove intro description of constructors,
472 accessors and predicates.
473 (struct ptid): Reformat.
474 (minus_one_ptid, ptid_build, pid_to_ptid, ptid_get_pid)
475 (ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid): Change
476 describing comments.
477
f5371440
JB
4782013-10-04 Joel Brobecker <[email protected]>
479
480 * aix-thread.c (sync_threadlists): Add missing ')' in call
481 to ptid_build.
482
793e1c06
JB
4832013-10-04 Joel Brobecker <[email protected]>
484
485 * procfs.c (procfs_init_inferior): Fix typo causing the build
486 to fail.
487
26f0edc1
JB
4882013-10-04 Joel Brobecker <[email protected]>
489
490 * aix-thread.c (ptrace32): Remove cast to addr_ptr.
491
5713b9b5
JB
4922013-10-04 Joel Brobecker <[email protected]>
493
494 * mi/mi-main.c (run_one_inferior): Add function description.
495 Make ARG a pointer to an integer whose value determines whether
496 we should "run" or "start" the program.
497 (mi_cmd_exec_run): Add handling of the "--start" option.
498 Reject all other command-line options.
499 * NEWS: Add entry for "-exec-run"'s new "--start" option.
500
f48ff2a7
YQ
5012013-10-04 Yao Qi <[email protected]>
502
503 * remote-notif.h (REMOTE_NOTIF_ID): New enum.
504 (struct notif_client) <pending_event>: Moved
505 to struct remote_notif_state.
506 <id>: New field.
507 (struct remote_notif_state) <pending_event>: New field.
508 (notif_event_xfree): Declare.
509 * remote-notif.c (handle_notification): Adjust.
510 (notif_event_xfree): New function.
511 (do_notif_event_xfree): Call notif_event_xfree.
512 (remote_notif_state_xfree): Call notif_event_xfree to free
513 each element in field pending_event.
514 * remote.c (discard_pending_stop_replies): Remove declaration.
515 (discard_pending_stop_replies_in_queue): Declare.
516 (remote_close): Call discard_pending_stop_replies_in_queue
517 instead of discard_pending_stop_replies.
518 (remote_start_remote): Adjust.
519 (stop_reply_xfree): Call notif_event_xfree.
520 (notif_client_stop): Adjust initialization.
521 (remote_notif_remove_all): Rename it to ...
522 (remove_stop_reply_for_inferior): ... this. Update comments.
523 Don't check INF is NULL.
524 (discard_pending_stop_replies): Return early if notif_state is
525 NULL. Adjust. Don't check INF is NULL.
526 (remote_notif_get_pending_events): Adjust.
527 (discard_pending_stop_replies_in_queue): New function.
528 (remote_wait_ns): Likewise.
529
5965e028
YQ
5302013-10-04 Yao Qi <[email protected]>
531
532 * remote-notif.c (DECLARE_QUEUE_P): Remove.
533 (notif_queue): Remove.
534 (remote_notif_process): Add one parameter 'notif_queue'.
535 Update comments. Callers update.
536 (remote_async_get_pending_events_token): Remove.
537 (remote_notif_register_async_event_handler): Remove.
538 (remote_notif_unregister_async_event_handler): Remove.
539 (handle_notification): Add parameter 'notif_queue'. Update
540 comments. Callers update.
541 (notif_xfree): Remove.
542 (remote_notif_state_allocate): New function.
543 (remote_notif_state_xfree): New function.
544 (_initialize_notif): Remove code to allocate queue.
545 * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
546 (struct remote_notif_state): New.
547 (handle_notification): Update declaration.
548 (remote_notif_process): Likewise.
549 (remote_notif_register_async_event_handler): Remove.
550 (remote_notif_unregister_async_event_handler): Remove.
551 (remote_notif_state_allocate): Declare.
552 (remote_notif_state_xfree): Declare.
553 * remote.c (struct remote_state) <notif_state>: New field.
554 (remote_close): Don't call
555 remote_notif_unregister_async_event_handler. Call
556 remote_notif_state_xfree.
557 (remote_open_1): Don't call
558 remote_notif_register_async_event_handler. Call
559 remote_notif_state_allocate.
560
5e5ac9a5
YQ
5612013-10-04 Yao Qi <[email protected]>
562
563 * varobj.c (create_child_with_value): Remove 'const' from the
564 type of parameter 'name'.
565 (varobj_add_child): Likewise.
566 (install_dynamic_child): Remove 'const' from the type of
567 parameter 'name'.
568 (varobj_add_child): Likewise.
569 (create_child_with_value): Likewise. Update comments. Don't
570 duplicate 'name'.
571 (update_dynamic_varobj_children): Duplicate 'name'
572 and pass it to install_dynamic_child.
573
06ab7b19
PM
5742013-10-03 Phil Muldoon <[email protected]>
575
576 * python/py-value.c (convert_value_from_python): Move PyInt_Check
577 conversion logic to occur after PyLong_Check. Comment on order
578 change significance.
579 * python/py-arch.c (archpy_disassemble): Comment on order of
580 conversion for integers and longs.
581
8ae377e8
PA
5822013-10-03 Pedro Alves <[email protected]>
583
584 * common/linux-ptrace.c (linux_check_ptrace_features): Factor out
585 the PTRACE_O_TRACESYSGOOD and PTRACE_O_TRACEFORK to separate
586 functions. Always test for PTRACE_O_TRACESYSGOOD even if
587 PTRACE_O_TRACEFORK is not supported.
588 (linux_test_for_tracesysgood): New function.
589 (linux_test_for_tracefork): New function, factored out from
590 linux_check_ptrace_features, and also don't kill child_pid here.
591
b1328b1b
TG
5922013-10-03 Tristan Gingold <[email protected]>
593
594 * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
595 Remove verbose error reporting. Use detected state to
596 thread_set_state call.
597 (i386_darwin_dr_get): Fix return type. Remove verbose error
598 report.
599 Remove trailing spaces.
600
901461f8
PA
6012013-10-02 Pedro Alves <[email protected]>
602
603 * cp-valprint.c (cp_print_value_fields): Adjust calls to
604 val_print_optimized_out.
605 * jv-valprint.c (java_print_value_fields): Likewise.
606 * p-valprint.c (pascal_object_print_value_fields): Likewise.
607 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
608 <DWARF_VALUE_REGISTER>: If the register was not saved, return a
609 new optimized out value.
610 * findvar.c (address_from_register): Likewise.
611 * frame.c (put_frame_register): Tweak error string to say the
612 register was not saved, rather than optimized out.
613 * infcmd.c (default_print_one_register_info): Adjust call to
614 val_print_optimized_out. Use value_of_register instead of
615 get_frame_register_value.
616 * mi/mi-main.c (output_register): Use value_of_register instead of
617 get_frame_register_value.
618 * valprint.c (valprint_check_validity): Likewise.
619 (val_print_optimized_out): New value parameter. If the value is
620 lval_register, print <not saved> instead.
621 (value_check_printable, val_print_scalar_formatted): Adjust calls
622 to val_print_optimized_out.
623 * valprint.h (val_print_optimized_out): New value parameter.
624 * value.c (struct value) <optimized_out>: Extend comment.
625 (error_value_optimized_out): New function.
626 (require_not_optimized_out): Use it. Use a different string for
627 lval_register values.
628 * value.h (error_value_optimized_out): New declaration.
629 * NEWS: Mention <not saved>.
630
042a84d9
JB
6312013-10-02 Joel Brobecker <[email protected]>
632
633 * symtab.c (compare_search_syms): Use FILENAME_CMP instead of
634 strcmp to compare two symtab filenames.
635
6b9780fb
JB
6362013-10-02 Joel Brobecker <[email protected]>
637
638 * symtab.c (search_symbols_equal): Delete.
639 (sort_search_symbols_remove_dups): Replace call to
640 search_symbols_equal by call to compare_search_syms,
641 adjusting as necessary.
642
751e7549
PM
6432013-10-02 Phil Muldoon <[email protected]>
644
645 PR python/15579
646
647 * python/python.c: Document gdb.execute command in Python help.
648
1efd7661
PM
6492013-10-02 Phil Muldoon <[email protected]>
650
651 * python/py-frame.c (frame_info_to_frame_object): Use
652 gdbpy_convert_exception. Clean up Python object on failure.
653
562fc849
PM
6542013-10-02 Phil Muldoon <[email protected]>
655
656 * python/lib/gdb/command/frame_filters.py
657 (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
658 (ShowFrameFilterPriority.invoke): Ditto.
659
d7561cbb
KS
6602013-10-01 Keith Seitz <[email protected]>
661
662 * linespec.c (struct ls_parser): Make 'saved_arg' const.
663 (parse_linespec): Make 'argptr' const.
664 Remove temporary cast of 'argptr' to const char **.
665 (decode_line_full): Pass const pointer to parse_linespec.
666 (decode_line_1): Likewise.
667 (decode_objc): Make local variable 'new_argptr' const.
668 (find_function_symbols): Remove temporary cast to char *
669 to find_imps.
670 * objc-lang.c (find_imps): Make argument 'method' const.
671 Return const.
672 * objc-lang.h (find_imps): Likewise.
673
6742013-10-01 Keith Seitz <[email protected]>
675
676 * completer.c (skip_quoted_chars): Make all arguments const.
677 Return const.
678 (skip_quoted): Likewise.
679 * completer.h (skip_quoted_chars): Likewise.
680 (skip_quoted): Likewise.
681 * defs.h (skip_quoted): Remove duplicate declaration.
682 * jv-exp.y: Include completer.h.
683 (yylex): Remove unneccessary cast to char * fro skip_quoted.
684 * p-exp.y: Include completer.h.
685
6862013-10-01 Keith Seitz <[email protected]>
687
688 * c-exp.y (parse_number): Make first argument const.
689 Make a copy of the input to manipulate.
690 (c_parse_escape): Make first argument const.
691 Make local variable 'tokptr' const.
692 (parse_string_or_char): Make first two arguments const.
693 (macro_original_text): Make const.
694 (lex_one_token): Make local variable 'tokstart' const.
695 Likewise for local variables named 'p'.
696 Cast away const for struct stoken (temporary).
697 * c-lang.h (c_parse_escpae): Make first argument const.
698 * cli/cli-cmds.c (echo_command): Make local variable 'p'
699 const.
700 * cli/cli-setshow.c (do_set_command): Likewise for 'p' in
701 var_string case.
702 * f-exp.y (parse_number): Make first argument const.
703 (match_string_literal): Make local variable 'tokstart'
704 const.
705 (yylex): Make local variable 'p' const.
706 Cast away const for struct stoken (temporary).
707 * go-exp.y (parse_number): Make first argument const.
708 (parse_string_or_char): Likewise.
709 Make local variable 'tokstart' const.
710 (lex_one_token): Likewise for numerous locals called 'p'.
711 Cast away const for struct stoken (temporary).
712 * jv-exp.y (parse_number): Make first argument const.
713 Make local variables 'tokstart' and 'tokptr' const.
714 Cast away const for call to skip_quoted (temporary).
715 (yylex): Make local variable 'p' const.
716 Cast away const for struct stoken (temporary).
717 * m2-exp.y (parse_number): Make local variable 'p' const.
718 (yylex): Likewise for 'tokstart'.
719 Cast away const for struct stoken (temporary).
720 Make local variable 'p' const.
721 * macroexp.c (get_character_constant): Pass a const string
722 to c_parse_escape.
723 (get_string_literal): Likewise.
724 (macro_expand_next): Make first argument const.
725 Cast away const for init_shared_buffer.
726 * macroexp.h (macro_expand_next): Make first argument const.
727 * p-exp.y (yylex): Make a local copy of 'lexptr'.
728 Pass a const string to c_parse_escape.
729 Make local variables 'p' and 'namestart' const.
730 * parse.c (lexptr): Make const.
731 (prev_lexptr): Likewise.
732 (find_template_name_end): Return const.
733 Make argument const, too.
734 (parse_exp_in_context): Make first argument const.
735 Remove the entire const_hack.
736 (parse_exp_in_context_1): Make first argument const.
737 * parser-defs.h (find_template_name_end): Return const.
738 Make argument const, too.
739 (lexptr): Make const.
740 (prev_lexptr): Likewise.
741 * utils.c (parse_escape): Make second argument const.
742 * utils.h (parse_escape): Likewise.
743
7442013-10-01 Keith Seitz <[email protected]>
745
746 * ada-exp.y (write_object_renaming): Update: struct stoken.ptr
747 is now const.
748 (block_lookup): Make 'raw_name' and 'name' const.
749 * ada-lex.l (processString): Update for struct stoken.ptr.
750 * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
751 (operator_stoken): Likewise.
752 (lex_one_token): Remove temporary cast to char * for
753 'yylval.sval.ptr'.
754 * f-exp.y (yylex): Likewise.
755 * gdb-types.c (lookup_struct_elt_type): Make argument 'name' const.
756 * gdbtypes.h (lookup_struct_elt_type): Likewisee.
757 * go-exp.y (lex_one_token): Remove temporary cast to char * for
758 'yylval.sval.ptr'.
759 * jv-exp.y (QualifiedName): Update for struct stoken.ptr.
760 (yylex): Remove temporary cast to char * for 'yylval.sval.ptr'.
761 * linespec.c (struct ls_parser): Make 'stream' const.
762 (find_parameter_list_end): Make argument 'input' and local
763 variable 'p' const.
764 (linespec_lexer_lex_string): Make local variables 'start' and
765 'p' const.
766 Use skip_spaces_const instead of skip_spaces.
767 (linespec_lexer_peek_token): Make local variable 'saved_stream'
768 const.
769 (parse_linespec): Temporarily cast 'argptr' to const for
770 'parser->lexer.stream'.
771 * m2-exp.y (yylex): Remove temporary cast to char * for
772 'yylval.sval.ptr'.
773 * objc-lang.c (add_msglist): Make local variable 'p' const.
774 * p-exp.y (exp : exp '['): Update for struct stoken.ptr.
775 (exp : STRING): Make 'sp' const.
776 (parse_number): Make argument 'p' const.
777 * parser-defs.h (struct stoken): Make 'ptr' const.
778
193a8eac
DE
7792013-10-01 Doug Evans <[email protected]>
780
781 * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
782
2213e2be
YQ
7832013-10-01 Yao Qi <[email protected]>
784
785 * varobj.c (c_value_of_root): Remove declaration.
786 (cplus_value_of_root, java_value_of_root): Likewise.
787 (ada_value_of_root): Likewise.
788 (struct language_specific) <value_of_root>: Remove.
789 (languages): Update initialization.
790 (check_scope): Move earlier.
791 (c_value_of_root): Move earlier and rename to ...
792 (value_of_root_1): ... this.
793 (value_of_root): Caller update.
794 (cplus_value_of_root, java_value_of_root): Remove.
795 (ada_value_of_root): Remove.
796
c573f273
YQ
7972013-10-01 Yao Qi <[email protected]>
798
799 * varobj.c (varobj_format_string): Remove "unknown".
800 (languages): Remove the first element.
801 * varobj.h (enum varobj_languages): Remove vlang_c.
802
56250258
YQ
8032013-10-01 Yao Qi <[email protected]>
804
805 * varobj.c (struct language_specific) <language>: Remove.
806 (languages): Update the initialization.
807
29f9ebfa
YQ
8082013-10-01 Yao Qi <[email protected]>
809
810 * arm-wince-tdep.c: Remove inclusion of "solib.h" and
811 "solib-target.h". Include "windows-tdep.h".
812 (arm_wince_init_abi): Call windows_init_abi. Remove call to
813 set_solib_ops and set_gdbarch_has_dos_based_file_system.
814 * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append
815 windows-tdep.o to gdb_target_obs.
816
64870a42
YQ
8172013-10-01 Yao Qi <[email protected]>
818
819 * amd64-windows-tdep.c: Remove inclusion of "solib.h" and
820 "solib-target.h".
821 (amd64_windows_init_abi): Don't call set_solib_ops and
822 set_gdbarch_iterate_over_objfiles_in_search_order. Call
823 windows_init_abi instead.
824 * i386-cygwin-tdep.c: Remove inclusion of "solib.h" and
825 "solib-target.h".
826 (i386_cygwin_init_abi): Don't call set_solib_ops,
827 set_gdbarch_has_dos_based_file_system and
828 set_gdbarch_iterate_over_objfiles_in_search_order. Call
829 windows_init_abi instead.
830 * windows-tdep.c: Include "solib.h" and "solib-target.h".
831 (windows_init_abi): New function.
832 (windows_iterate_over_objfiles_in_search_order): Make it
833 static.
834 * windows-tdep.h (windows_init_abi): Declare.
835 (windows_iterate_over_objfiles_in_search_order): Remove
836 declaration.
837
0aebdefa
JB
8382013-10-01 Jerome Guitton <[email protected]>
839
840 Checked in by Joel Brobecker <[email protected]>
841 * system-gdbinit/elinos.py (get_elinos_environment): Return an
842 incomplete dictionnary instead of None in case of missing
843 environment variables.
844 (elinos_init): in case of an incomplete environment, best
845 effort to load system libraries instead of abort.
846
1c8e84b0
JB
8472013-10-01 Joel Brobecker <[email protected]>
848
849 * ada-lang.c (ada_has_this_exception_support): Ignore
850 mst_solib_trampoline minimal symbols.
851
61d82a0d
TG
8522013-09-30 Tristan Gingold <[email protected]>
853
854 * i386-darwin-nat.c (darwin_complete_target): Install methods for
855 hardware watchpoint.
856 (i386_darwin_dr_set): Support 32 and 64 bit states.
857 (i386_darwin_dr_get): Likewise.
858 (i386_darwin_dr_set_control): Make static.
859 (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
860 (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
861
dfd4cc63
LM
8622013-09-30 Luis Machado <[email protected]>
863
864 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
865 Replace TIDGET with ptid_get_lwp.
866 Replace GET_LWP with ptid_get_lwp.
867 * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
868 Replace BUILD_THREAD with ptid_build.
869 Replace BUILD_LWP with ptid_build.
870 Replace PIDGET with ptid_get_pid.
871 Replace TIDGET with ptid_get_lwp.
872 * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
873 * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
874 Replace TIDGET with ptid_get_lwp.
875 * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
876 * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
877 Replace TIDGET with ptid_get_lwp.
878 Replace GET_LWP with ptid_get_lwp.
879 * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
880 * auxv.c: Likewise.
881 * breakpoint.c: Likewise.
882 * common/ptid.c (ptid_is_pid): Condense check for
883 null_ptid and minus_one_ptid.
884 (ptid_lwp_p): New function.
885 (ptid_tid_p): New function.
886 * common/ptid.h: Update comments for accessors.
887 (ptid_lwp_p): New prototype.
888 (ptid_tid_p): New prototype.
889 * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
890 * gcore.c: Replace PIDGET with ptid_get_pid.
891 * gdbthread.h: Likewise.
892 * gnu-nat.c: Likewise.
893 * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
894 Replace TIDGET with ptid_get_lwp.
895 * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
896 * hppanbsd-nat.c: Likewise.
897 * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
898 Replace TIDGET with ptid_get_lwp.
899 * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
900 * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
901 * infcmd.c: Likewise.
902 * inferior.h: Likewise.
903 * inflow.c: Likewise.
904 * infrun.c: Likewise.
905 * linux-fork.c: Likewise.
906 * linux-nat.c: Replace PIDGET with ptid_get_pid.
907 Replace GET_PID with ptid_get_pid.
908 Replace is_lwp with ptid_lwp_p.
909 Replace GET_LWP with ptid_get_lwp.
910 Replace BUILD_LWP with ptid_build.
911
5b4e221c
MF
9122013-09-28 Mike Frysinger <[email protected]>
913
914 * common/linux-btrace.c: Move sys/syscall.h out of the
915 HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
916 Also check for SYS_perf_event_open before attempting to buid.
917
57d63ce2
DE
9182013-09-27 Doug Evans <[email protected]>
919
19ac8c2e
DE
920 * dwarf2read.c (dwarf2_section_info): Add comment.
921 (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
922 All uses updated.
923 (dwarf2_section_empty_p): Rename arg from "info" to "section".
924 (dwarf2_read_section): Delete unused local "header". Add section
925 name to error message.
926 (create_dwo_in_dwp): Tweak comment.
927 (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
928
a32a8923
DE
929 * dwarf2read.c (die_reader_specs): Tweak comment.
930 (get_section_bfd_owner, get_section_bfd_section): New functions.
931 (get_section_name, get_section_file_name): New functions.
932 (get_section_id, get_section_flags): New functions.
933 (*): Use new functions to access section fields.
934
57d63ce2
DE
935 * dwarf2read.c (struct dwo_file): Add/tweak comments.
936 (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp. Remove
937 arg "htab". All callers updated.
938 (create_debug_types_hash_table): Remove redundant copy of
939 abbrev_section.
940 (create_dwo_in_dwp): Tweak comments.
941 (read_str_index): Tweak comment. Record dwarf form name in static
942 local.
943
3736004f
PA
9442013-09-27 Pedro Alves <[email protected]>
945
946 * remote.h (REMOTE_SYSROOT_PREFIX): New define.
947 (remote_filename_p): Add comment.
948 * remote.c (remote_filename_p): Adjust to use
949 REMOTE_SYSROOT_PREFIX.
950 * solib.c (solib_find): When deciding whether we need to add a
951 directory separator, check whether the sysroot is "remote:"
952 instead of checking whether the patch has a drive spec. Add
953 comments.
954
5b5596ff
PA
9552013-09-27 Pedro Alves <[email protected]>
956
957 * remote.c (struct stop_reply) <solibs_changed, replay_event>:
958 Delete fields.
959 (remote_parse_stop_reply): Adjust, setting event->ws.kind
960 directly.
961
b5eef7aa
JK
9622013-09-26 Jan Kratochvil <[email protected]>
963
964 Fix set debug frame output.
965 * frame.c (fprint_frame_type): Add TAILCALL_FRAME entry. Move
966 SENTINEL_FRAME entry lower to match enum frame_type order.
967
5b856f36
PM
9682013-09-26 Pierre Muller <[email protected]>
969
970 Replace constant values 8 to 15 by AMD64_R8_REGNUM to
971 AMD64_R15_REGNUM when a register index is expected.
972 * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):
973 Substitute in array.
974 * amd64-tdep.c (amd64_dwarf_regmap): Ditto.
975 (amd64_push_arguments): Substitute in integer_regnum array.
976
ade7ed9e
DE
9772013-09-25 Doug Evans <[email protected]>
978
d3e81981
DE
979 * objfiles.c (allocate_objfile): Move comment to better place.
980
8fb8eb5c
DE
981 New option "set debug symfile on".
982 * NEWS: Mention "set debug symfile".
983 * Makefile.in (SFILES): Add symfile-debug.c.
984 (COMMON_OBS): Add symfile-debug.o.
985 * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the
986 objfile's symbol functions.
987 * objfiles.h (objfile_set_sym_fns): Declare.
988 * symfile-debug.c: New file.
989 * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the
990 objfile's symbol functions.
991 (reread_symbols): Ditto.
992
c256e171
DE
993 * symfile.h (struct sym_fns): Delete member "sym_flavour".
994 All uses updated.
995 (add_symtab_fns): Update prototype.
996 * symfile.c (sym_fns_ptr): Delete. Replace with ...
997 (registered_sym_fns): ... this.
998 (symtab_fns): Update.
999 (add_symtab_fns): New arg "flavour". All callers updated.
1000 (find_sym_fns): Rewrite to use new sym_fns registry.
1001
f56ce883
DE
1002 * symfile.h (struct sym_fns): Add "objfile" argument to
1003 sym_read_linetable. All uses updated.
1004
20c681d1
DE
1005 * symtab.c (domain_name, search_domain_name): New functions.
1006 * symtab.h (domain_name, search_domain_name): Declare.
1007
ade7ed9e
DE
1008 * symfile.h (struct quick_symbol_functions): Reorg arg list of
1009 map_matching_symbols so objfile is first. All uses updated.
1010 * dwarf2read.c (dw2_map_matching_symbols): Update signature.
1011 * psymtab.c (map_matching_symbols_psymtab): Update signature.
1012
7d760051
UW
10132013-09-25 Andreas Arnez <[email protected]>
1014
1015 PR shlibs/8882
1016 * solib-svr4.c (svr4_read_so_list): Skip the vDSO when reading
1017 link map entries.
1018
020f7036
DE
10192013-09-24 Doug Evans <[email protected]>
1020
1021 * objfiles.c (free_objfile): Move comment.
1022
598402f0
JB
10232013-09-24 Joel Brobecker <[email protected]>
1024
1025 * ada-exp.y (string_to_operator): Delete.
1026 (dummy_string_to_ada_operator): Delete.
1027
bf4d6c1c
JB
10282013-09-24 Joel Brobecker <[email protected]>
1029
1030 Revert:
1031 * i386-tdep.h (enum amd64_reg_class): New, moved here from
1032 amd64-tdep.c.
1033 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
1034 call_dummy_integer_regs, and classify.
1035 * amd64-tdep.h (amd64_classify): Add declaration.
1036 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
1037 (amd64_reg_class): Delete, moved to i386-tdep.h.
1038 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
1039 Replace call to amd64_classify by call to tdep->classify.
1040 (amd64_push_arguments): Get the list of registers to use for
1041 passing integer parameters from the gdbarch tdep structure,
1042 rather than using a hardcoded one. Replace calls to amd64_classify
1043 by calls to tdep->classify.
1044 (amd64_push_dummy_call): Get the register number used for
1045 the "hidden" argument from tdep->call_dummy_integer_regs.
1046 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
1047 and tdep->call_dummy_integer_regs. Set tdep->classify.
1048
849e9755
JB
10492013-09-24 Joel Brobecker <[email protected]>
1050
1051 Revert:
1052 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
1053 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
1054 where tdep->memory_args_by_pointer is non-zero.
1055
c1459fd6
JB
10562013-09-24 Joel Brobecker <[email protected]>
1057
1058 Revert:
1059 * i386-tdep.h (struct gdbarch_tdep): Add new field
1060 integer_param_regs_saved_in_caller_frame.
1061 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
1062 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
1063
20c2e3e0
JB
10642013-09-24 Joel Brobecker <[email protected]>
1065
874440b8 1066 * amd64-windows-tdep.c: #include "value.h"
20c2e3e0
JB
1067 (amd64_windows_classify): Delete.
1068 (amd64_windows_passed_by_integer_register)
1069 (amd64_windows_passed_by_xmm_register)
1070 (amd64_windows_passed_by_pointer)
1071 (amd64_windows_adjust_args_passed_by_pointer)
1072 (amd64_windows_store_arg_in_reg, amd64_windows_push_arguments)
1073 (amd64_windows_push_dummy_call): New functions.
1074 (amd64_windows_init_abi): Remove setting of
1075 tdep->call_dummy_num_integer_regs, tdep->call_dummy_integer_regs,
1076 tdep->classify, tdep->memory_args_by_pointer and
1077 tdep->integer_param_regs_saved_in_caller_frame.
1078 Add call to set_gdbarch_push_dummy_call.
1079
82bf32bc
JK
10802013-09-24 Jan Kratochvil <[email protected]>
1081
1082 * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with
1083 objfile->original_name.
1084
24ba069a
JK
10852013-09-24 Jan Kratochvil <[email protected]>
1086
1087 Pass down original filename for objfile.
1088 * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
1089 * elfread.c (elf_symfile_read): Likewise.
1090 * jit.c (jit_object_close_impl): Update allocate_objfile call, no
1091 longer set ORIGINAL_NAME.
1092 (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
1093 * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
1094 * machoread.c (macho_add_oso_symfile): Add parameter name. Update
1095 symbol_file_add_from_bfd call.
1096 (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
1097 (macho_check_dsym): Add parameter filenamep. Change function comment.
1098 Set *filenamep.
1099 (macho_symfile_read): New variable dsym_filename. Update
1100 macho_check_dsym call. Use it for symbol_file_add_separate.
1101 * objfiles.c (allocate_objfile): Add parameter name. New comment for
1102 it. Use it for objfile->original_name.
1103 (objfile_name): Return OBFD's filename, if available.
1104 * objfiles.h (allocate_objfile): Add new parameter name.
1105 * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
1106 * symfile-mem.c (symbol_file_add_from_memory): Update
1107 symbol_file_add_from_bfd call.
1108 * symfile.c (read_symbols): Update symbol_file_add_separate call, new
1109 comment for it.
1110 (symbol_file_add_with_addrs): New parameter name, add function comment
1111 for it. Remove variable name. Update allocate_objfile call.
1112 (symbol_file_add_separate): New parameter name, add function comment
1113 for it. Update symbol_file_add_with_addrs call.
1114 (symbol_file_add_from_bfd): New parameter name. Update
1115 symbol_file_add_with_addrs call.
1116 (symbol_file_add): Update symbol_file_add_from_bfd call.
1117 (reread_symbols): New variable original_name. Save
1118 objfile->original_name by it.
1119 * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
1120 second parameter.
1121
4262abfb
JK
11222013-09-24 Jan Kratochvil <[email protected]>
1123
1124 Code cleanup: Add objfile_name accessor function.
1125 * ada-lang.c (is_known_support_routine): Use objfile_name.
1126 * auto-load.c (source_gdb_script_for_objfile)
1127 (auto_load_objfile_script): Likewise.
1128 * coffread.c (coff_symtab_read, read_one_sym): Likewise.
1129 * dbxread.c (dbx_symfile_read): Likewise.
1130 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
1131 * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
1132 * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
1133 (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
1134 (lookup_dwp_signatured_type, lookup_dwo_unit)
1135 (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
1136 (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
1137 (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
1138 (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
1139 (dwarf2_record_block_ranges, read_common_block, read_typedef)
1140 (read_subrange_type, load_partial_dies, read_partial_die)
1141 (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
1142 (die_containing_type, build_error_marker_type, lookup_die_type)
1143 (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
1144 (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
1145 (get_DW_AT_signature_type, write_psymtabs_to_index)
1146 (save_gdb_index_command): Likewise.
1147 * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
1148 Likewise.
1149 * expprint.c (dump_subexp_body_standard): Likewise.
1150 * gdbtypes.c (type_name_no_tag_or_error): Likewise.
1151 * jit.c (jit_object_close_impl): Use the objfile field name renamed to
1152 original_name.
1153 * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
1154 obj_name, use objfile_name for it, use the variable.
1155 (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
1156 Use objfile_name.
1157 * machoread.c (macho_symtab_read, macho_check_dsym)
1158 (macho_symfile_relocate): Likewise.
1159 * maint.c (maintenance_translate_address): Likewise.
1160 * minidebug.c (find_separate_debug_file_in_section): Likewise.
1161 * minsyms.c (install_minimal_symbols): Likewise.
1162 * objfiles.c (allocate_objfile): Use the objfile field name renamed to
1163 original_name.
1164 (filter_overlapping_sections): Use objfile_name.
1165 (objfile_name): New function.
1166 * objfiles.h (struct objfile): Rename field name to original_name.
1167 (objfile_name): New prototype.
1168 * printcmd.c (sym_info, address_info): Use objfile_name.
1169 * probe.c (parse_probes, collect_probes, compare_probes)
1170 (info_probes_for_ops): Likewise.
1171 * progspace.c (clone_program_space): Likewise.
1172 * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
1173 (maintenance_info_psymtabs): Likewise.
1174 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
1175 (source_section_scripts): Likewise.
1176 * python/py-objfile.c (objfpy_get_filename): Likewise.
1177 * python/py-progspace.c (pspy_get_filename): Likewise.
1178 * solib-aix.c (solib_aix_get_toc_value): Likewise.
1179 * solib-som.c (match_main, som_solib_section_offsets): Likewise.
1180 * solib.c (solib_read_symbols): Likewise.
1181 * stabsread.c (scan_file_globals): Likewise.
1182 * stap-probe.c (handle_stap_probe): Likewise.
1183 * symfile.c (symbol_file_clear, separate_debug_file_exists)
1184 (find_separate_debug_file_by_debuglink): Likewise.
1185 (reread_symbols): Likewise. Use the objfile field name renamed to
1186 original_name.
1187 (allocate_symtab): Use objfile_name.
1188 * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
1189 (dump_objfile, dump_msymbols, dump_symtab_1)
1190 (maintenance_print_msymbols, maintenance_print_objfiles)
1191 (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
1192 * target.c (target_translate_tls_address, target_info): Likewise.
1193 * xcoffread.c (xcoff_initial_scan): Make variable name const. Use
1194 objfile_name.
1195
4721dc18
JK
11962013-09-24 Jan Kratochvil <[email protected]>
1197
1198 Code cleanup.
1199 * probe.c (parse_probes): Rename variable objfile_name to
1200 objfile_namestr.
1201
a61d6db8
JK
12022013-09-24 Jan Kratochvil <[email protected]>
1203
1204 Remove solib-sunos.c.
1205 * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
1206 * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
1207 * objfiles.c (rt_common_objfile): Remove.
1208 (free_objfile): Remove rt_common_objfile comparison.
1209 * objfiles.h (rt_common_objfile): Remove.
1210 * solib-sunos.c: Remove.
1211 * symfile.c (reread_symbols): Remove solib-sunos.c comment.
1212
2659903b
JK
12132013-09-24 Jan Kratochvil <[email protected]>
1214
1215 Remove a.out NetBSD and OpenBSD hosts.
1216 * NEWS (Removed native configurations): New.
1217 * config/arm/nbsdaout.mh: Remove.
1218 * config/i386/nbsdaout.mh: Remove.
1219 * config/i386/obsdaout.mh: Remove.
1220 * config/m68k/nbsdaout.mh: Remove.
1221 * config/sparc/nbsdaout.mh: Remove.
1222 * config/vax/nbsdaout.mh: Remove.
1223 * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
1224 (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
1225 (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
1226 error.
1227 (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
1228 (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
1229 (sparc-*-netbsd*, vax-*-netbsd*): Remove.
1230
f60e2d5c
TT
12312013-09-23 Tom Tromey <[email protected]>
1232
1233 * linespec.c (struct minsym_and_objfile): Remove.
1234 (minsym_and_objfile_d): Remove.
1235 (struct linespec, struct collect_info, linespec_parse_basic)
1236 (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
1237 (compare_msymbols, find_method, find_function_symbols)
1238 (find_linespec_symbols, struct collect_minsyms, compare_msyms)
1239 (add_minsym, search_minsyms_for_name): Update.
1240
d3eaaf66
AB
12412013-09-23 Andrew Burgess <[email protected]>
1242
1243 * regcache.c: Add include of valprint.h.
1244 (dump_endian_bytes): Delete.
1245 (regcache_dump): Use print_hex_chars not dump_endian_bytes.
1246
2cc762b5
AB
12472013-09-23 Andrew Burgess <[email protected]>
1248
1249 * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
1250
96181529
PA
12512013-09-19 Pedro Alves <[email protected]>
1252
1253 * breakpoint.c (remove_threaded_breakpoints): Skip non-user
1254 breakpoints.
1255
9b3f3ee6
TS
12562013-09-19 Pedro Alves <[email protected]>
1257 Thomas Schwinge <[email protected]>
1258 Yue Lu <[email protected]>
1259
1260 * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
1261 Take a gdb_byte pointer instead of a char pointer.
1262
1263 * gnu-nat.c (gnu_xfer_memory): Adjust interface as
1264 gnu_xfer_partial helper.
1265 (gnu_xfer_partial): New function.
1266 (gnu_target): Don't install a deprecated_xfer_memory hook.
1267 Install a to_xfer_partial hook.
1268
69150c3d
JK
12692013-09-19 Jan Kratochvil <[email protected]>
1270
1271 Constification.
1272 * main.c (captured_main): Replace catch_command_errors by
1273 catch_command_errors_const. Twice.
1274 * symfile.c (symbol_file_add_main_1): Make args parameter const.
1275 (symbol_file_add): Make name parameter const.
1276 (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
1277 (symfile_bfd_open): Make name parameter const, rename it to cname. Add
1278 variable name. Change their usage accordingly.
1279 * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
1280 const.
1281 (symbol_file_add_main): Make args parameter const.
1282
086850b2
UW
12832013-09-18 Raunaq Bathija <[email protected]>
1284 Ulrich Weigand <[email protected]>
1285
1286 * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
1287 of c_value member.
1288 (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
1289
ca08a94c 12902013-09-18 Pedro Alves <[email protected]>
d255f61f 1291 Yue Lu <[email protected]>
ca08a94c
PA
1292
1293 * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
1294 (gnu_create_inferior)
1295 (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
1296 (set_sig_thread_cmd): Use the lwpid field of ptids to
1297 store/extract thread ids instead of the tid field.
1298 * i386gnu-nat.c (gnu_fetch_registers): Adjust.
1299
e4c6a2c4
AB
13002013-09-18 Andrew Burgess <[email protected]>
1301
1302 * infcmd.c (default_print_one_register_info): Add detection of
1303 optimized out values.
1304 (default_print_registers_info): Switch to using
1305 get_frame_register_value.
1306
58c48e72
MM
13072013-09-18 Markus Metzger <[email protected]>
1308
1309 * infrun.c (handle_inferior_event): Check if we know the
1310 function start address before setting a resume breakpoint.
1311
c8d37639
PA
13122013-09-18 Pedro Alves <[email protected]>
1313
1314 * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
1315 minus_one_ptid instead of looking at the ptid's tid field and
1316 comparing that to -1.
1317
71926e28
AB
13182013-09-18 Andrew Burgess <[email protected]>
1319
1320 * main.h (get_gdb_program_name): Remove extra whitespace.
1321
c88a1531
AB
13222013-09-18 Andrew Burgess <[email protected]>
1323
1324 * main.h (get_gdb_program_name): Add declaration.
1325 * main.c (get_gdb_program_name): Add definition.
1326
4390d890
DE
13272013-09-17 Doug Evans <[email protected]>
1328
1329 * dwarf2read.c: Move definitions of complaint functions to after
1330 forward declarations of local functions.
1331
49fa26b0
PA
13322013-09-17 Muhammad Waqas <[email protected]>
1333 Pedro Alves <[email protected]>
1334
1335 PR gdb/11568
1336 * breakpoint.c (remove_threaded_breakpoints): New function.
1337 (_initialize_breakpoint): Attach remove_threaded_breakpoints
1338 as thread_exit observer.
1339
08d72866
PA
13402013-09-17 Pedro Alves <[email protected]>
1341
1342 PR gdb/15911
1343 * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
1344 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
1345 * corelow.c (core_open):
1346 * frame.h (print_stack_frame, print_frame_info): New
1347 'set_current_sal' parameter.
1348 * infcmd.c (finish_command, kill_command): Adjust call to
1349 print_stack_frame.
1350 * inferior.c (inferior_command): Likewise.
1351 * infrun.c (normal_stop): Likewise.
1352 * linux-fork.c (linux_fork_context): Likewise.
1353 * record-full.c (record_full_goto_entry, record_full_restore):
1354 Likewise.
1355 * remote-mips.c (common_open): Likewise.
1356 * stack.c (print_stack_frame): New 'set_current_sal' parameter.
1357 Use it.
1358 (print_frame_info): New 'set_current_sal' parameter. Set the last
1359 displayed sal depending on the new paremeter instead of looking at
1360 print_what.
1361 (backtrace_command_1, select_and_print_frame, frame_command)
1362 (current_frame_command, up_command, down_command): Adjust call to
1363 print_stack_frame.
1364 * thread.c (print_thread_info, restore_selected_frame)
1365 (do_captured_thread_select): Adjust call to print_stack_frame.
1366 * tracepoint.c (tfind_1): Likewise.
1367 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
1368 (mi_cmd_stack_info_frame): Likewise.
1369 * mi/mi-interp.c (mi_on_normal_stop): Likewise.
1370 * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
1371
6bc305f5
SDJ
13722013-09-16 Sergio Durigan Junior <[email protected]>
1373
1374 * value.c (isvoid_internal_fn): Replace "parameter" with
1375 "argument".
1376
0a7cfe2c
SS
13772013-09-16 Stan Shebs <[email protected]>
1378
1379 * README: Update references to writing code for GDB.
1380 * configure.ac (build_warnings): Remove obsolete comment.
1381 * configure: Regenerate.
1382 * gdbarch.sh: Remove references to gdbint.texinfo.
1383 * gdbarch.h: Regenerate.
1384 * gdbtypes.c (objfile_type): Remove comments referencing internals
1385 manual and D10V.
1386
a280dbd1
SDJ
13872013-09-16 Sergio Durigan Junior <[email protected]>
1388
1389 * NEWS: Mention new convenience function $_isvoid.
1390 * value.c (isvoid_internal_fn): New function.
1391 (_initialize_values): Add new convenience function $_isvoid.
1392
04a83fee
PM
13932013-09-16 Pierre Muller <[email protected]>
1394
1395 * arm-linux-tdep.c: Add "elf/common.h" header.
1396 Remove AT_HWCAP macro definintion as it is provided in
1397 added include file.
1398 * s390-tdep.c: Remove system header <elf.h>
1399 Add "elf/common.h" header for AT_HWCAP definition.
1400 (s390_core_read_description): Use correct CORE_ADDR
1401 for hwcap local variable used as third parameter
1402 of function target_auxv_search.
1403
88505fac
PM
14042013-09-14 Pierre Muller <[email protected]>
1405 Tom Tromey <[email protected]>
1406 Pedro Alves <[email protected]>
1407
1408 * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
1409 mode if operating system doesn't know O_CLOEXEC.
1410
d3846e71
JK
14112013-09-13 Jan Kratochvil <[email protected]>
1412
1413 Code cleanup.
1414 * symfile.c (reread_symbols): Move variable obfd_filename to a more
1415 inner block.
1416
4ac33720
UW
14172013-09-13 Andreas Arnez <[email protected]>
1418
1419 * NEWS: Mention TDB support.
1420 * features/s390-tdb.xml: New file.
1421 * features/s390-te-linux64.xml: New file.
1422 * features/s390x-te-linux64.xml: New file.
1423 * features/Makefile (WHICH): Add new tdescs above.
1424 (s390-te-linux64-expedite): Set.
1425 (s390x-te-linux64-expedite): Set.
1426 * features/s390-te-linux64.c: New file (generated).
1427 * features/s390x-te-linux64.c: New file (generated).
1428 * regformats/s390-te-linux64.dat: New file (generated).
1429 * regformats/s390x-te-linux64.dat: New file (generated).
1430 * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
1431 (HWCAP_S390_TE): Likewise.
1432 (S390_TDB_DWORD0_REGNUM): Likewise.
1433 (S390_TDB_DWORD0_REGNUM): Likewise.
1434 (S390_TDB_ABORT_CODE_REGNUM): Likewise.
1435 (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
1436 (S390_TDB_ATIA_REGNUM): Likewise.
1437 (S390_TDB_R0_REGNUM): Likewise.
1438 (S390_TDB_R1_REGNUM): Likewise.
1439 (S390_TDB_R2_REGNUM): Likewise.
1440 (S390_TDB_R3_REGNUM): Likewise.
1441 (S390_TDB_R4_REGNUM): Likewise.
1442 (S390_TDB_R5_REGNUM): Likewise.
1443 (S390_TDB_R6_REGNUM): Likewise.
1444 (S390_TDB_R7_REGNUM): Likewise.
1445 (S390_TDB_R8_REGNUM): Likewise.
1446 (S390_TDB_R9_REGNUM): Likewise.
1447 (S390_TDB_R10_REGNUM): Likewise.
1448 (S390_TDB_R11_REGNUM): Likewise.
1449 (S390_TDB_R12_REGNUM): Likewise.
1450 (S390_TDB_R13_REGNUM): Likewise.
1451 (S390_TDB_R14_REGNUM): Likewise.
1452 (S390_TDB_R15_REGNUM): Likewise.
1453 (S390_NUM_REGS): Increase.
1454 (S390_IS_TDBREGSET_REGNUM): New macro.
1455 (s390_regmap_tdb): Declare.
1456 (s390_sizeof_tdbregset): Define.
1457 (tdesc_s390_te_linux64): Declare.
1458 (tdesc_s390x_te_linux64): Likewise.
1459 * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
1460 "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
1461 (s390_regmap_tdb): New regmap.
1462 (s390_supply_tdb_regset): New function.
1463 (s390_tdb_regset): New regset.
1464 (s390_linux64v2_regset_sections): Add TDB regset to list.
1465 (s390x_linux64v2_regset_sections): Likewise.
1466 (s390_regset_from_core_section): Recognize TDB core note section.
1467 (s390_core_read_description): If HWCAP indicates TE support,
1468 select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
1469 (s390_gdbarch_init): Handle TDB regset.
1470 (_initialize_s390_tdep): Initialize new tdescs.
1471 * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
1472 (have_regset_tdb): New variable.
1473 (s390_native_supply): Support register invalidation.
1474 (fetch_regset): Invalidate registers if ptrace yields ENODATA.
1475 (check_regset): Treat ENODATA as "regset exists".
1476 (s390_linux_fetch_inferior_registers): Add TDB.
1477 (s390_read_description): Check for TDB existence and select
1478 appropriate tdesc.
1479 * gdbserver/Makefile.in (clean): Add removal of new makefile
1480 targets.
1481 (s390-te-linux64.c): New makefile target.
1482 (s390x-te-linux64.c): Likewise.
1483 * gdbserver/configure.srv (srv_regobj): Append new objects
1484 s390-te-linux64.o and s390x-te-linux64.o.
1485 (srv_xmlfiles): Append new files s390-te-linux64.xml,
1486 s390x-te-linux64.xml, and s390-tdb.xml.
1487 * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
1488 declaration.
1489 (tdesc_s390_te_linux64): Likewise.
1490 (init_registers_s390x_te_linux64): Likewise.
1491 (tdesc_s390x_te_linux64): Likewise.
1492 (s390_check_regset): Treat ENODATA as "regset exists".
1493 (s390_arch_setup): Add TDB regset support.
1494 (initialize_low_arch): Initialize registers for new tdescs.
1495
2ccd1468
UW
14962013-09-13 Andreas Arnez <[email protected]>
1497
1498 * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
1499 (S390_IS_FPREGSET_REGNUM): New macro.
1500 * s390-tdep.c (s390_dwarf_regmap): Make const.
1501 (regnum_is_gpr_full): New function for replacing repeated code.
1502 (s390_pseudo_register_name): Use it.
1503 (s390_pseudo_register_type): Likewise.
1504 (s390_pseudo_register_read): Likewise.
1505 (s390_pseudo_register_write): Likewise.
1506 (s390_unwind_pseudo_register): Likewise.
1507 (s390_regmap_gregset): New format for regmap.
1508 (s390x_regmap_gregset): Likewise.
1509 (s390_regmap_fpregset): Likewise.
1510 (s390_regmap_upper): Likewise.
1511 (s390_regmap_last_break): Likewise.
1512 (s390_regmap_system_call): Likewise.
1513 (s390_supply_regset): Adjust to new regmap format.
1514 (s390_collect_regset): Likewise.
1515 * s390-nat.c (s390_native_supply): Adjust to new regmap format.
1516 (s390_native_collect): Likewise.
1517 (supply_gregset): Likewise.
1518 (fill_gregset): Likewise.
1519 (supply_fpregset): Likewise.
1520 (fill_fpregset): Likewise.
1521 (fetch_regset): Likewise.
1522 (store_regset): Likewise.
1523 (s390_linux_fetch_inferior_registers): Likewise.
1524 (s390_linux_fetch_inferior_registers): Likewise.
1525
1aa4cd77
AP
15262013-09-12 Andrew Pinski <[email protected]>
1527
1528 * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
1529
d91fab15
UW
15302013-09-10 Andreas Arnez <[email protected]>
1531
1532 * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
1533
5a5d8ead
AB
15342013-09-09 Andrew Burgess <[email protected]>
1535
1536 * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
1537
1385f66c
PA
15382013-09-06 Pedro Alves <[email protected]>
1539
1540 * remote-sim.c (dump_mem, gdbsim_fetch_register)
1541 (gdbsim_store_register, gdbsim_kill, gdbsim_load)
1542 (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
1543 (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
1544 (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
1545 gdb_stdlog.
1546
146ec4db
PA
15472013-09-06 Pedro Alves <[email protected]>
1548
1549 * remote-sim.c (dump_mem): Constify buf parameter.
1550 gdbsim_xfer_inferior_memory): Rename to ...
1551 (gdbsim_xfer_memory): ... this. Adjust interface as
1552 target_xfer_partial helper.
1553 (gdbsim_xfer_partial): New function.
1554 (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
1555 Install a to_xfer_partial hook. Send output to gdb_stdlog.
1556
fcde0081
PA
15572013-09-06 Pedro Alves <[email protected]>
1558
1559 * remote-sim.c (gdbsim_xfer_inferior_memory): Use
1560 host_address_to_string, and send debug output to gdb_stdlog.
1561
749c8b38
RW
15622013-09-06 Ricard Wanderlof <[email protected]>
1563
1564 * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
1565 * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
1566 gdb_target_obs for cris target.
1567 * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
1568 (cris_gdbarch_init): Move calls to
1569 set_gdbarch_fetch_tls_load_module_address and
1570 set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
1571 Add call to gdbarch_init_osabi.
1572 * cris-linux-tdep.c: New file.
1573 * cris-tdep.h: New file.
1574
43df09d9
AB
15752013-09-06 Andrew Burgess <[email protected]>
1576
1577 * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
1578 to deprecated_init_ui_hook.
1579
4d09c5b4
AB
15802013-09-06 Andrew Burgess <[email protected]>
1581
1582 * cli/cli-interp.c (_initialize_cli_interp): Add a
1583 command_loop_proc to interp_procs.
1584 * event-top.c (cli_command_loop): Change signature to match
1585 interp_command_loop_ftype.
1586 * event-top.h (cli_command_loop): Same.
1587 * interps.c (interp_new): Require every interpreter to have a
1588 command_loop_proc.
1589 (current_interp_command_loop): Just call the command_loop_proc on
1590 the current interpreter.
1591 * tui/tui-interp.c (_initialize_tui_interp): Add a
1592 command_loop_proc to interp_procs.
1593
8eb3d7b6
RW
15942013-09-06 Ricard Wanderlof <[email protected]>
1595
1596 * cris-tdep.c (cris_gdbarch_init): Add call to
1597 get_gdbarch_fetch_tls_load_module_address.
1598
18b3c2f5
RW
15992013-09-06 Ricard Wanderlof <[email protected]>
1600
1601 * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
1602 (cris_elf_gregset_t): Rename from elf_gregset_t.
1603 (crisv32_elf_gregset_t): Adjust.
1604 (cris_supply_gregset, fetch_core_registers): Adjust.
1605
dc8636ef
RW
16062013-09-06 Ricard Wanderlof <[email protected]>
1607
1608 * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
1609
257e6d53
AB
16102013-09-05 Andrew Burgess <[email protected]>
1611
1581d8a7 1612 * defs.h (deprecated_command_loop_hook): Remove, including
257e6d53 1613 references in comments.
1581d8a7 1614 * interps.c (current_interp_command_loop): No longer use
257e6d53
AB
1615 deprecated_command_loop_hook.
1616 (clear_interpreter_hooks): Remove deprecated_command_loop_hook
1617 setup.
1581d8a7 1618 * top.c (deprecated_command_loop_hook): Remove.
257e6d53 1619
7c33b57c
PA
16202013-09-05 Pedro Alves <[email protected]>
1621
1622 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
1623 local is now int instead of ULONGEST. Print it with %d
1624 instead of paddress.
1625
9f8edbd5
TG
16262013-09-05 Tristan Gingold <[email protected]>
1627
1628 * MAINTAINERS: Remove avr maintainership.
1629
d5b495b4
PA
16302013-09-05 Pedro Alves <[email protected]>
1631
1632 * findvar.c (value_of_register): Rework in terms of
1633 value_of_register_lazy.
1634
40b91786
MB
16352013-09-05 Muhammad Bilal <[email protected]>
1636
1637 * symfile.c (add_symbol_file_command): Remove trailing
1638 whitespaces and blank line after comment.
1639
6eed1678
PA
16402013-09-05 Pedro Alves <[email protected]>
1641
1642 * tui/tui-regs.c (tui_register_format): Don't look at the
1643 register's name here. Return string representing register
1644 value instead of storing it in the data element.
1645 (tui_get_register): Compare register string representations
1646 instead of register value states and contents.
1647
8eb6bda2
PA
16482013-09-05 Pedro Alves <[email protected]>
1649
1650 PR tui/15933
1651 * tui/tui-regs.c (tui_show_registers): Show registers of the
1652 selected frame, not the current frame.
1653
48b1f08c
RW
16542013-09-05 Ricard Wanderlof <[email protected]>
1655
1656 * MAINTAINERS (Write After Approval): Add myself to the list.
1657
89e63ee4
DE
16582013-09-04 Doug Evans <[email protected]>
1659
1660 * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
1661 (queue_and_load_dwo_tu): New function.
1662 (lookup_dwo_signatured_type): Set per_cu.tu_read.
1663 (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
1664 Make dependent_cu optional.
1665 (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
1666 and an older .gdb_index is in use, queue and load all its TUs too.
1667
492c0ab7
JK
16682013-09-04 Jan Kratochvil <[email protected]>
1669
1670 Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
1671 * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
1672 variable search_flags.
1673 * defs.h (OPF_DISABLE_REALPATH): Rename to ...
1674 (OPF_RETURN_REALPATH): ... here.
1675 * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
1676 * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
1677 call. Twice.
1678 * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
1679 openp call.
1680 * solib.c (solib_find): Likewise. Four times.
1681 * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
1682 in the function comment and for the realpath_fptr variable.
1683 (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
1684 (find_and_open_source): Likewise. Twice.
1685 * symfile.c (symfile_bfd_open): Likewise, also twice.
1686
23a44de8
DE
16872013-09-04 Doug Evans <[email protected]>
1688
1689 * progspace.c (save_current_space_and_thread): Remove unnecessary
1690 call to save_current_inferior.
1691
47061676
AB
16922013-09-04 Andrew Burgess <[email protected]>
1693
1694 * sh64-tdep.c (sh64_do_register): Return after printing message
1695 about unavailable register contents.
1696
41dc8db8
MB
16972013-09-04 Muhammad Bilal <[email protected]>
1698 Pedro Alves <[email protected]>
1699
1700 * symfile.c (add_symbol_file_command): Error out on unknown
1701 option. Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
1702 options and collapse into single conditional branch.
1703
07107ca6
LM
17042013-09-03 Luis Machado <[email protected]>
1705
a7ea61cf 1706 * inf-child.c (inf_child_follow_fork): New parameter
07107ca6
LM
1707 detach_fork.
1708 * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
1709 * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
1710 * inferior.h (detach_fork): Remove.
1711 * infrun.c (detach_fork): Adjust comment and make it
1712 static.
1713 (follow_fork): Pass detach_fork parameter to
1714 target_follow_fork.
1715 * linux-nat.c (linux_child_follow_fork): New parameter
1716 detach_fork.
1717 * target.c (target_follow_fork): New parameter detach_fork.
1718 Pass detach_fork as parameter and print its value.
1719 * target.h (struct target_ops) <to_follow_fork>: New int
1720 parameter.
1721 (target_follow_fork): New parameter detach_fork.
1722
3bec2768
JB
17232013-09-03 Joel Brobecker <[email protected]>
1724
1725 * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
1726 Replace sec->bfd by sec->the_bfd_section->owner.
1727
c01cbb3d
YQ
17282013-09-03 Yao Qi <[email protected]>
1729
1730 * linux-tdep.c (linux_is_uclinux): New function. Code moved
1731 from linux_has_shared_address_space.
1732 (linux_has_shared_address_space): Call linux_is_uclinux.
1733 * linux-tdep.h (linux_is_uclinux): Declare.
1734 * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
1735 linux_is_uclinux.
1736
7b00db47
YQ
17372013-09-03 Yao Qi <[email protected]>
1738
1739 * config/djgpp/fnchange.lst: Remove entry of
1740 i386-interix-nat.c and i386-interix-tdep.c.
1741 * configure.ac: Remove '*-*-interix*'.
1742 * configure: Re-generated.
1743 * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
1744 * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
1745 obsolete comments.
1746 * osabi.c (gdb_osabi_names): Remove "Interix".
1747
0f9741f2
YQ
17482013-09-03 Yao Qi <[email protected]>
1749
1750 * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
1751
1e038f67
MM
17522013-09-02 Markus Metzger <[email protected]>
1753
1754 * record.h (record_print_flag) <record_print_src_line,
1755 record_print_insn_range>: Rename into ...
1756 (record_print_flag) <record_print_src_line,
1757 record_print_insn_range>: ... this. Update all users.
1758
9e52adf9
PM
17592013-09-02 Pierre Muller <[email protected]>
1760
1761 * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
1762 error code.
1763
a2388568
PM
17642013-09-02 Pierre Muller <[email protected]>
1765
1766 * windows-nat.c (windows_xfer_memory): Fix compilation failure
1767 by use of plongest function.
1768
9058cc3a
TG
17692013-09-02 Tristan Gingold <[email protected]>
1770
1771 * NEWS: Add entry mentioning support for native Windows x64
1772 SEH data.
1773
1774 * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
1775 "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
1776 (struct amd64_windows_frame_cache): New struct.
1777 (amd64_windows_w2gdb_regnum): New global.
1778 (pc_in_range, amd64_windows_frame_decode_epilogue)
1779 (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
1780 (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
1781 (amd64_windows_frame_this_id): New functions.
1782 (amd64_windows_frame_unwind): New static global.
1783 (amd64_windows_skip_prologue): New function.
1784 (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
1785 with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
1786 with amd64_windows_skip_prologue.
1787
3161820b 17882013-08-30 Joel Brobecker <[email protected]>
1789
1790 GDB 7.6.1 released.
1791
02457c76
PA
17922013-08-30 Pedro Alves <[email protected]>
1793
1794 * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
1795 SRC_AND_LOC.
1796
e0162910
PA
17972013-08-30 Pedro Alves <[email protected]>
1798
1799 * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
1800 warning text.
1801
6391ce51
PA
18022013-08-30 Pedro Alves <[email protected]>
1803
1804 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
1805 Adjust arguments to print_stack_frame.
1806
d1da0587
PA
18072013-08-30 Pedro Alves <[email protected]>
1808
1809 * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
1810
adfd8245
PA
18112013-08-30 Pedro Alves <[email protected]>
1812
1813 * frame.h (show_and_print_stack_frame): Delete declaration.
1814
96d9056e
PM
18152013-08-30 Phil Muldoon <[email protected]>
1816
1817 PR python/15461
1818
1819 * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
1820 (archpy_name): Check for valid architecture.
1821 (archpy_disassemble): Ditto.
1822
11cb8762
JB
18232013-08-29 Joel Brobecker <[email protected]>
1824
1825 * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
1826 instead of "long long" in call to ptrace64.
1827
1af12a7d
AB
18282013-08-29 Andrew Burgess <[email protected]>
1829
1830 * mi/mi-interp.c (mi_command_loop): Change signature to match
1831 interp_command_loop_ftype.
1832 (mi1_command_loop): Remove.
1833 (mi2_command_loop): Remove.
1834 (mi3_command_loop): Remove.
1835 (mi_interpreter_resume): Remove setting of
1836 deprecated_command_loop_hook.
1837 (_initialize_mi_interp): Set mi_command_loop as the command loop
1838 callback.
1839
acc900c2
SA
18402013-08-29 Sanimir Agovic <[email protected]>
1841
1842 * valops.c (do_search_struct_field): Pass v2 instead of base_type to
1843 value_type.
1844
548b762d
SA
18452013-08-29 Sanimir Agovic <[email protected]>
1846
1847 * value.c (allocate_value_contents): Make static.
1848 * value.h (allocate_value_contents): Remove prototype.
1849
08039c9e
SA
18502013-08-29 Sanimir Agovic <[email protected]>
1851
1852 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
1853 of assembling value via allocate_value_lazy and attribute setter.
1854 * findvar.c (default_read_var_value): Use value_at_lazy instead of
1855 assembling value via allocate_value_lazy and attribute setter.
1856 * valops.c (do_search_struct_field): Use value_at_lazy instead of
1857 assembling value via allocate_value_lazy and attribute setter.
1858
314c7de9
SA
18592013-08-29 Sanimir Agovic <[email protected]>
1860
1861 * value.c (value_from_contents_and_address): Replace allocate_value and
1862 memcpy with value_from_contents.
1863
8f28f522
PM
18642013-08-29 Phil Muldoon <[email protected]>
1865
1866 * python/py-framefilter.c (py_print_frame): Remove usage of
1867 PyString_AsString. Use python_string_to_host_string instead.
1868 Refactor function to work with a string as a new allocation
1869 instead of a pointer.
1870 (py_print_frame): Ditto.
1871 * python/lib/gdb/frames.py (return_list): Cain iterators together
1872 instead of adding them as a list.
1873 (_sort_list): Call return_list, and remove duplicate code.
1874 (execute_frame_filters): Convert iterator to a list with list().
1875 * python/lib/gdb/command/frame_filters.py
1876 (SetFrameFilterPriority._set_filter_priority): Convert priority
1877 attribute to an integer.
1878 * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
1879 wrapper function __next__.
1880 * python/lib/gdb/FrameDecorator.py: If basestring not defined,
1881 define as "str".
1882
8ee002df
PM
18832013-08-29 Phil Muldoon <[email protected]>
1884
1885 PR python/15752
8ee002df
PM
1886 * python/py-framefilter.c (apply_frame_filter): Check
1887 gdb_python_initialized. Exit if the Python frame-filter code
1888 cannot be initialized.
1889
af4c453a
PM
18902013-08-29 Phil Muldoon <[email protected]>
1891
1892 PR cli/15842
af4c453a
PM
1893 * top.c (print_gdb_version): Remove erroneous newline after help
1894 text.
1895
bf8793bb
YQ
18962013-08-29 Yao Qi <[email protected]>
1897
1898 * varobj.c (install_dynamic_child): Remove trailing space.
1899 Add one blank line after variable declaration.
1900
1f0c4988
JK
19012013-08-28 Jan Kratochvil <[email protected]>
1902
1903 PR gdb/15415
1904 * corefile.c (get_exec_file): Use exec_filename.
1905 * defs.h (OPF_DISABLE_REALPATH): New definition. Add new comment.
1906 * exec.c (exec_close): Free EXEC_FILENAME.
1907 (exec_file_attach): New variable canonical_pathname. Use
1908 OPF_DISABLE_REALPATH. Call gdb_realpath explicitly. Set
1909 EXEC_FILENAME.
1910 * exec.h (exec_filename): New.
1911 * inferior.c (print_inferior, inferior_command): Use
1912 PSPACE_EXEC_FILENAME.
1913 * mi/mi-main.c (print_one_inferior): Likewise.
1914 * progspace.c (clone_program_space, print_program_space): Likewise.
1915 * progspace.h (struct program_space): New field pspace_exec_filename.
1916 * source.c (openp): Describe OPF_DISABLE_REALPATH. New variable
1917 realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
1918
59ee9f94
WN
19192013-08-28 Will Newton <[email protected]>
1920
1921 * common/linux-ptrace.c: Include stdint.h unconditionally.
1922
c8a2a419
JK
19232013-08-28 Jan Kratochvil <[email protected]>
1924
1925 Code cleanup.
1926 * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
1927
ffa4ac95
YQ
19282013-08-28 Yao Qi <[email protected]>
1929 Pedro Alves <[email protected]>
1930
1931 * event-top.c (gdb_setup_readline): Call stderr_fileopen
1932 instead of stdio_fileopen.
1933 * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
1934 .Call stderr_fileopen instead of stdio_fileopen.
1935 * ui-file.c [__MINGW32__] (stderr_file_write): New function.
1936 [__MINGW32__] (stderr_file_fputs): New function.
1937 (stderr_fileopen): New function.
1938 * ui-file.h (stderr_fileopen): Declare.
1939
69d751e3
DE
19402013-08-27 Doug Evans <[email protected]>
1941
1942 * dwarf2read.c (struct dwarf2_cu): Tweak comment.
1943 (struct dwarf2_per_cu_data): Ditto.
1944 (maybe_queue_comp_unit): Delete forward decl. Add comment.
1945 (process_imported_unit_die): Ditto.
1946 (follow_die_sig_1): Simplify assert.
1947
44f38867
PA
19482013-08-27 Pedro Alves <[email protected]>
1949
1950 * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
1951 xfer_partial's interface. Return TARGET_XFER_E_IO on error.
1952 (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
1953 windows_xfer_memory directly.
1954 (init_windows_ops): Don't install a deprecated_xfer_memory method.
1955
d28d46b5
PA
19562013-08-27 Pedro Alves <[email protected]>
1957
1958 * darwin-nat.c (darwin_xfer_memory): Delete.
1959 (_initialize_darwin_inferior): Don't install a
1960 deprecated_xfer_memory method.
1961
6211c335
YQ
19622013-08-27 Pedro Alves <[email protected]>
1963 Yao Qi <[email protected]>
1964
1965 * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
1966 (parse_no_frames_option): Remove.
1967 (mi_cmd_stack_list_locals): Handle --skip-unavailable.
1968 (mi_cmd_stack_list_args): Adjust.
1969 (mi_cmd_stack_list_variables): Handle --skip-unavailable.
1970 (list_arg_or_local): Add new parameter 'skip_unavailable'. Return
1971 early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
1972 Caller update.
1973 (list_args_or_locals): New parameter 'skip_unavailable'.
1974 Handle it.
1975 * valprint.c (scalar_type_p): Rename to ...
1976 (val_print_scalar_type_p): ... this. Make extern.
1977 (val_print, value_check_printable): Adjust.
1978 * valprint.h (val_print_scalar_type_p): Declare.
1979 * value.c (value_entirely_unavailable): New function.
1980 * value.h (value_entirely_unavailable): Declare.
1981
1982 * NEWS: Mention the new option "--skip-unavailable" to MI
1983 commands '-stack-list-locals', '-stack-list-arguments' and
1984 '-stack-list-variables'.
1985
242f1fd7
YQ
19862013-08-27 Yao Qi <[email protected]>
1987
1988 * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
1989 (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
1990 options.
1991 * mi/mi-getopt.c (mi_getopt): Remove.
1992 (mi_getopt_1): Renamed from mi_getopt. Add one parameter
1993 'error_on_unknown'.
1994 (mi_getopt): Call mi_getopt_1.
1995 (mi_getopt_silent): New.
1996 * mi/mi-getopt.h (mi_getopt_silent): Declare.
1997
260b681b
DE
19982013-08-26 Doug Evans <[email protected]>
1999
779bd270
DE
2000 PR symtab/15885
2001 * dwarf2read.c (dw2_dump): Print some minimal information indicating
2002 .gdb_index is in use.
2003 * symfile.c (reread_symbols): Reset objfile->sf.
2004
52e260a3
DE
2005 * NEWS: Document "mt print objfiles" now takes optional regexp.
2006 * symmisc.c (maintenance_print_objfiles): Argument is now an optional
2007 regexp of objfiles to print.
2008 (_initialize_symmisc): Update doc string for "mt print objfiles".
2009
260b681b
DE
2010 * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
2011 missing debug info checks.
2012
a85c52f2
UW
20132013-08-26 Raunaq Bathija <[email protected]>
2014 Ulrich Weigand <[email protected]>
2015
2016 * xcoffread.c (arrange_linetable): Add fix to correctly handle
2017 line tables generated by XLC compiled binaries.
2018
4f00dda3
DE
20192013-08-23 Doug Evans <[email protected]>
2020
db68bbae
DE
2021 * symmisc.c (dump_symtab): Delete prototype.
2022 (dump_msymbols, dump_objfile): Ditto.
2023 (maintenance_info_symtabs): Mark as dont_repeat.
2024 (_initialize_symmisc): Improve doc string for "mt info symtabs".
2025
4f00dda3
DE
2026 * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
2027 debugging printf to better location.
2028
23d577b0
PA
20292013-08-23 Pedro Alves <[email protected]>
2030
2031 * target.c (target_read_live_memory): Change type of 'ret' local
2032 to LONGEST.
2033
00d84524
PA
20342013-08-23 Pedro Alves <[email protected]>
2035
2036 * remote.c (remote_write_bytes_aux, remote_write_bytes)
2037 (remote_read_bytes): Change return type to LONGEST, and adjust to
2038 return a target_xfer_error on error.
2039 (remote_xfer_memory): Delete.
2040 (remote_flash_write): Change type of 'ret' local to LONGEST.
2041 (remote_xfer_partial, remote_xfer_partial): Adjust.
2042 (init_remote_ops): Don't install a deprecated_xfer_memory hook.
2043
1ed3ee94
PM
20442013-08-23 Pierre Muller <[email protected]>
2045
2046 ARI fix: Push # directives to start of line.
2047 * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
2048
9eaabc75
MW
20492013-08-12 Muhammad Waqas <[email protected]>
2050
2051 PR gdb/15501
2052 * breakpoint.c (enable_command, disable_command): Iterate over
2053 all specified breakpoint locations.
2054
101158d9
LM
20552013-08-22 Luis Machado <[email protected]>
2056
2057 * common/linux-ptrace.c (linux_fork_to_function): Push #
2058 directives to the start of the line.
2059 (linux_check_ptrace_features): Fix warning message to use
2060 the "_" markup.
2061
96d7229d
LM
20622013-08-22 Luis Machado <[email protected]>
2063
2064 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
2065 nat/linux-waitpid.h.
2066 (linux-waitpid.o): New object file rule.
2067 * common/linux-ptrace.c: Include nat/linux-waitpid.h.
2068 (current_ptrace_options): Moved from linux-nat.c.
2069 (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
2070 parameters.
2071 (linux_fork_to_function): New function.
2072 (linux_grandchild_function): Likewise.
2073 (linux_child_function): Likewise.
2074 (linux_check_ptrace_features): New function, heavily
2075 based on linux-nat.c:linux_test_for_tracefork.
2076 (linux_enable_event_reporting): New function.
2077 (ptrace_supports_feature): Likewise.
2078 (linux_supports_tracefork): Likewise.
2079 (linux_supports_traceclone): Likewise.
2080 (linux_supports_tracevforkdone): Likewise.
2081 (linux_supports_tracesysgood): Likewise.
2082 * common/linux-ptrace.h (HAS_NOMMU): Moved from
2083 gdbserver/linux-low.c.
2084 (linux_enable_event_reporting): New declaration.
2085 (linux_supports_tracefork): Likewise.
2086 (linux_supports_traceclone): Likewise.
2087 (linux_supports_tracevforkdone): Likewise.
2088 (linux_supports_tracesysgood): Likewise.
2089 * config.in (PTRACE_TYPE_ARG4): Regenerate.
2090 * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
2091 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
2092 * config/arm/linux.mh (NATDEPFILES): Likewise.
2093 * config/i386/linux.mh (NATDEPFILES): Likewise.
2094 * config/i386/linux64.mh (NATDEPFILES): Likewise.
2095 * config/ia64/linux.mh (NATDEPFILES): Likewise.
2096 * config/m32r/linux.mh (NATDEPFILES): Likewise.
2097 * config/m68k/linux.mh (NATDEPFILES): Likewise.
2098 * config/mips/linux.mh (NATDEPFILES): Likewise.
2099 * config/pa/linux.mh (NATDEPFILES): Likewise..
2100 * config/powerpc/linux.mh (NATDEPFILES): Likewise..
2101 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
2102 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
2103 * config/sparc/linux.mh (NATDEPFILES): Likewise.
2104 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
2105 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
2106 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
2107 * configure.ac (AC_CACHE_CHECK): Add void * to the list of
2108 ptrace's 4th argument's types.
2109 Check the type of PTRACE_TYPE_ARG4.
2110 * configure: Regenerate.
2111 * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
2112 (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
2113 (linux_supports_tracefork_flag): Remove.
2114 (linux_supports_tracesysgood_flag): Likewise.
2115 (linux_supports_tracevforkdone_flag): Likewise.
2116 (current_ptrace_options): Moved to
2117 common/linux-ptrace.c.
2118 (linux_tracefork_child): Remove.
2119 (my_waitpid): Remove.
2120 (linux_test_for_tracefork): Renamed to
2121 linux_check_ptrace_features and moved to common/linux-ptrace.c.
2122 (linux_test_for_tracesysgood): Remove.
2123 (linux_supports_tracesysgood): Remove.
2124 (linux_supports_tracefork): Remove.
2125 (linux_supports_tracevforkdone): Remove.
2126 (linux_enable_tracesysgood): Remove.
2127 (linux_enable_event_reporting): Remove.
2128 (linux_init_ptrace): New function.
2129 (linux_child_post_attach): Call linux_init_ptrace.
2130 (linux_child_post_startup_inferior): Call linux_init_ptrace.
2131 (linux_child_follow_fork): Call linux_supports_tracefork
2132 and linux_supports_tracevforkdone.
2133 (linux_child_insert_fork_catchpoint): Call
2134 linux_supports_tracefork.
2135 (linux_child_insert_vfork_catchpoint): Likewise.
2136 (linux_child_set_syscall_catchpoint): Call
2137 linux_supports_tracesysgood.
2138 (lin_lwp_attach_lwp): Call linux_supports_tracefork.
2139 * nat/linux-nat.h: New file.
2140 * nat/linux-waitpid.c: New file.
2141 * nat/linux-waitpid.h: New file.
2142
9f948660
SDJ
21432013-08-22 Samuel Bronson <[email protected]>
2144
2145 ARM Linux support for `catch syscall'.
2146 * syscalls/arm-linux.py: New file.
2147 * syscalls/arm-linux.xml: Likewise.
2148 * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
2149 (arm_linux_init_abi): Register the new function and syscall xml file.
2150 * data-directory/Makefile.in: Install the new syscall xml file.
2151 * NEWS: Brag about this.
2152
6be7b56e
PA
21532013-08-22 Pedro Alves <[email protected]>
2154
2155 PR gdb/15871
2156 * corefile.c (target_xfer_memory_error): New function.
2157 (memory_error): Defer EIO to target_memory_error.
2158 (read_memory): Use target_xfer_partial, and handle finer-grained
2159 target xfer errors.
2160 * target.c (target_xfer_error_to_string): New function.
2161 (memory_xfer_partial_1): If memory is known to be
2162 unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
2163 (target_xfer_partial): Make extern.
2164 * target.h (enum target_xfer_error): New enum.
2165 (target_xfer_error_to_string): Declare function.
2166 (target_xfer_partial): Declare function.
2167 (struct target_ops) <xfer_partial>: Adjust describing comment.
2168
bcbec14e
AM
21692013-08-22 Alan Modra <[email protected]>
2170
2171 * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
2172 * configure.tgt: Likewise as targets.
2173
fc474241
DE
21742013-08-20 Doug Evans <[email protected]>
2175
2176 * buildsym.c (subfile_stack): Move here from buildsym.h.
2177 (pending_macros): Ditto.
2178 (get_macro_table): New function.
2179 (buildsym_init): Initialize subfile_stack.
2180 * coffread.c (type_vector,type_vector_length): Moved here from
2181 buildsym.h.
2182 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2183 (coff_symtab_read): Use it.
2184 * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
2185 * dwarf2read.c (macro_start_file): Replace uses of pending_macros
2186 with call to get_macro_table.
2187 * stabsread.c (type_vector,type_vector_length): Moved here from
2188 buildsym.h.
2189 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2190 * buildsym.h (get_macro_table): Declare.
2191
bec71544
TT
21922013-08-20 Tom Tromey <[email protected]>
2193
2194 * dbxread.c (record_minimal_symbol): Make 'name' argument const.
2195 Update.
2196 (read_dbx_dynamic_symtab): Make 'name' const. Remove casts.
2197
0002ad5f
DE
21982013-08-20 Doug Evans <[email protected]>
2199
2200 * blockframe.c: Remove #include "psymtab.h".
2201 * cp-support.c: Ditto.
2202 * source.c: Ditto.
2203 * stack.c: Ditto.
2204
df302446
TT
22052013-08-20 Tom Tromey <[email protected]>
2206
2207 PR python/15816:
2208 * exceptions.h (return_mask): Now an enum.
2209 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
2210 enum constants.
2211
df6d5441
TT
22122013-08-20 Tom Tromey <[email protected]>
2213
2214 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
2215 get_objfile_arch.
2216 * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
2217 (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
2218 * jit.c (jit_object_close_impl): Update.
2219 * jv-lang.c (get_dynamics_objfile): Update.
2220 * linespec.c (add_minsym): Use get_dynamics_objfile.
2221 * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
2222 (allocate_objfile): Don't initialize 'gdbarch' field.
2223 (get_objfile_arch): Update.
2224 * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
2225 moved from...
2226 (struct objfile) <gdbarch>: ... here. Remove.
2227 * stap-probe.c (stap_can_evaluate_probe_arguments): Use
2228 get_objfile_arch.
2229 * symfile.c (init_entry_point_info): Use get_objfile_arch.
2230
f5aee5ee
AM
22312013-08-20 Alan Modra <[email protected]>
2232
2233 * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
2234 for IBM long double nan and inf.
2235 (floatformat_is_negative, floatformat_classify,
2236 floatformat_mantissa): Similarly.
2237 (floatformat_ieee_single, floatformat_ieee_double,
2238 floatformat_ieee_quad, floatformat_arm_ext,
2239 floatformat_ia64_spill): Delete unused vars.
2240 (_initialize_doublest): Delete unused function.
2241 * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
2242 little-endian variants of floatformat_ibm_long_double.
2243
33b60d58 22442013-08-19 Luis Machado <[email protected]>
f5aee5ee 2245
33b60d58
LM
2246 * Makefile.in (SFILES): Remove common/target-common.c and
2247 add target/waitstatus.c.
2248 (HFILES_NO_SRCDIR): Remove common/target-common.h and add
2249 target/resume.h, target/wait.h and target/waitstatus.h.
2250 (COMMON_OBS): Remove target-common.o and add
2251 waitstatus.o.
2252 (target-common.o): Remove.
2253 (waitstatus.o): New target object file.
2254 * common/target-common.c: Move contents to
2255 target/waitstatus.c and remove.
2256 * common/target-common.h: Move contents to other files and
2257 remove.
2258 (enum resume_kind: Move to target/resume.h.
2259 (TARGET_WNOHANG): Move to target/wait.h.
2260 (enum target_waitkind): Move to target/waitstatus.h.
2261 (struct target_waitstatus): Likewise.
2262 * target.h: Do not include target-common.h and
2263 include target/resume.h, target/wait.h and
2264 target/waitstatus.h.
2265 * target/resume.h: New file.
2266 * target/wait.h: New file.
2267 * target/waitstatus.h: New file.
2268 * target/waitstatus.c: New file.
2269
12696c10
PA
22702013-08-19 Pedro Alves <[email protected]>
2271
2272 * linux-nat.c (linux_test_for_tracefork)
2273 (linux_test_for_tracesysgood, linux_child_follow_fork)
2274 (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
2275 (linux_nat_wait_1): Extend comment.
2276 (linux_async_pipe): Add comment.
2277
ba89f962
KB
22782013-08-15 Kevin Buettner <[email protected]>
2279
2280 * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
2281 (RL78_PC_REGNUM): Move to list of pseudo-register enums.
2282 (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
2283 Update to account for fact that PC is now a pseudo-register.
2284 (rl78_pseudo_register_write, rl78_pseudo_register_read): Add
2285 cases for RL78_PC_REGNUM.
2286
35ab155d
MB
22872013-08-15 Muhammad Bilal <[email protected]>
2288
2289 PR cli/15841
2290 * top.c (quit_force): Skip writing history file
2291 if input is not from terminal.
2292
0d031856
TT
22932013-08-14 Tom Tromey <[email protected]>
2294
2295 * remote.c (struct remote_state) <echo_nextthread, nextthread,
2296 resultthreadlist>: New fields.
2297 (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
2298 (remote_get_threadlist, remote_threadlist_iterator): Use
2299 new fields. Remove static variables.
2300
ee154bee
TT
23012013-08-14 Tom Tromey <[email protected]>
2302
2303 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
2304 remote_watch_data_address>: New fields.
2305 (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
2306 (process_stop_reply, remote_wait_as)
2307 (remote_check_watch_resources, remote_stopped_data_address): Update.
2308
88b496c3
TT
23092013-08-14 Tom Tromey <[email protected]>
2310
2311 * remote.c (struct remote_state) <async_client_callback,
2312 async_client_context>: New fields.
2313 (async_client_callback, async_client_context): Remove.
2314 (remote_async_serial_handler, remote_async): Update.
2315
2f65bcb7
TT
23162013-08-14 Tom Tromey <[email protected]>
2317
2318 * remote.c (sizeof_pkt): Remove.
2319 (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
2320
b80fafe3
TT
23212013-08-14 Tom Tromey <[email protected]>
2322
2323 * remote.c (struct remote_state) <use_threadinfo_query,
2324 use_threadextra_query>: New fields.
2325 (remote_threads_info, remote_threads_extra_info)
2326 (remote_open_1): Update.
2327
8e88304f
TT
23282013-08-14 Tom Tromey <[email protected]>
2329
2330 * remote.c (struct remote_state) <finished_object,
2331 finished_annex, finished_offset>: New fields.
2332 (remote_read_qxfer): Use remote_state fields; remove static
2333 variables.
2334
280ceea3
TT
23352013-08-14 Tom Tromey <[email protected]>
2336
2337 * remote.c (struct remote_state) <last_sent_step>:
2338 New field.
2339 (last_sent_step): Remove.
2340 (remote_resume, remote_wait_as): Update.
2341
b73be471
TT
23422013-08-14 Tom Tromey <[email protected]>
2343
2344 * remote.c (struct remote_state) <last_sent_signal>:
2345 New field.
2346 (last_sent_signal): Remove.
2347 (new_remote_state, remote_resume, remote_wait_as): Update.
2348
5e4a05c4
TT
23492013-08-14 Tom Tromey <[email protected]>
2350
2351 * remote.c (struct remote_state) <last_program_signals_packet>:
2352 New field.
2353 (last_program_signals_packet): Remove.
2354 (remote_program_signals, remote_open_1): Update.
2355
747dc59d
TT
23562013-08-14 Tom Tromey <[email protected]>
2357
2358 * remote.c (struct remote_state) <last_pass_packet>:
2359 New field.
2360 (last_pass_packet): Remove.
2361 (remote_pass_signals, remote_open_1): Update.
2362
262e1174
TT
23632013-08-14 Tom Tromey <[email protected]>
2364
2365 * remote.c (struct remote_state) <remote_traceframe_number>:
2366 New field.
2367 (remote_traceframe_number): Remove.
2368 (new_remote_state, remote_open_1, set_remote_traceframe)
2369 (remote_trace_find): Update.
2370
47f8a51d
TT
23712013-08-14 Tom Tromey <[email protected]>
2372
2373 * remote.c (struct remote_state) <general_thread, continue_thread>:
2374 New fields.
2375 (general_thread, continue_thread): Remove.
2376 (record_currthread, set_thread, set_general_process)
2377 (remote_open_1, extended_remote_attach_1, remote_wait_as)
2378 (extended_remote_mourn_1): Update.
2379
5d93a237
TT
23802013-08-14 Tom Tromey <[email protected]>
2381
2382 * remote.c (struct remote_state) <remote_desc>: New field.
2383 (remote_desc): Remove.
2384 (remote_threads_info, remote_threads_extra_info, remote_close)
2385 (send_interrupt_sequence, remote_start_remote, remote_open_1)
2386 (readchar, remote_xfer_partial, remote_rcmd, packet_command)
2387 (remote_hostio_send_command, remote_file_put, remote_file_get)
2388 (remote_file_delete, remote_can_async_p, remote_is_async_p)
2389 (remote_async, remote_new_objfile, set_range_stepping): Update.
2390
cf792862
TT
23912013-08-14 Tom Tromey <[email protected]>
2392
2393 * remote.c (remote_state): Now a pointer.
2394 (get_remote_state_raw): Update.
2395 (new_remote_state): New function.
2396 (_initialize_remote): Use new_remote_state.
2397
dc473cfb
TT
23982013-08-14 Tom Tromey <[email protected]>
2399
2400 * remote.c (remote_protocol_features): Now const.
2401
85ec6ce7
TT
24022013-08-14 Tom Tromey <[email protected]>
2403
2404 * remote.c (crc32_table, crc32): Remove.
2405 (remote_verify_memory): Use xcrc32.
2406
73033f12
SDJ
24072013-08-13 Sergio Durigan Junior <[email protected]>
2408
2409 * value.h (create_internalvar_type_lazy): Adjust prototype
2410 declaration.
2411
5c30d39a
AB
24122013-08-13 Andrew Burgess <[email protected]>
2413
2414 * common/format.c (parse_format_string): Don't allow '#' flag for
2415 pointer arguments in format string.
2416
1a66331e
PM
24172013-08-13 Pierre Muller <[email protected]>
2418
fde605f3 2419 * utils.c (init_page_info): Only call tgetnum function
1a66331e
PM
2420 if rl_get_screen_size did not return useful values.
2421
b4013987
AA
24222013-08-12 Ali Anwar <[email protected]>
2423
2424 PR breakpoints/15117
2425 * linespec.c (linespec_parse_basic): Check for convenience
2426 variable or history value while parsing.
2427
959b6a66
SDJ
24282013-08-12 Sergio Durigan Junior <[email protected]>
2429
2430 Revert implementation of gdbarch_gdb_signal_{to,from}_target for
2431 AVR.
2432 * avr-tdep.c: Remove include of "linux-tdep.h". Remove enum with
2433 different signals between the generic Linux kernel implementation
2434 and AVR's.
2435 (avr_linux_gdb_signal_from_target): Delete.
2436 (avr_linux_gdb_signal_to_target): Delete.
2437 (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
2438
24a55014
DE
24392013-08-09 Doug Evans <[email protected]>
2440
2441 * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
2442 entries.
2443
eb14d406
SDJ
24442013-08-09 Sergio Durigan Junior <[email protected]>
2445
2446 * linux-tdep.c: Define enum with generic signal numbers.
2447 (linux_gdb_signal_from_target): New function.
2448 (linux_gdb_signal_to_target): Likewise.
2449 (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2450 methods to the functions above.
2451 * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
2452 (linux_gdb_signal_to_target): Likewise.
2453 * alpha-linux-tdep.c: Define new enum with signals different
2454 from generic Linux kernel.
2455 (alpha_linux_gdb_signal_from_target): New function.
2456 (alpha_linux_gdb_signal_to_target): Likewise.
2457 (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2458 with the functions mentioned above.
2459 * avr-tdep.c: Define enum with differences between Linux kernel
2460 and AVR signals.
2461 (avr_linux_gdb_signal_from_target): New function.
2462 (avr_linux_gdb_signal_to_target): Likewise.
2463 (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
2464 the functions mentioned above.
2465 * sparc-linux-tdep.c: Define enum with differences between SPARC
2466 and generic Linux kernel signal numbers.
2467 (sparc32_linux_gdb_signal_from_target): New function.
2468 (sparc32_linux_gdb_signal_to_target): Likewise.
2469 (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2470 to the functions defined above.
2471 * xtensa-linux-tdep.c: Define enum with differences between
2472 Xtensa and Linux kernel generic signals.
2473 (xtensa_linux_gdb_signal_from_target): New function.
2474 (xtensa_linux_gdb_signal_to_target): Likewise.
2475 (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
2476 to the functions defined above.
2477 * mips-linux-tdep.c: Define enum with differences between
2478 signals in MIPS and Linux kernel generic ones.
2479 (mips_gdb_signal_to_target): New function.
2480 (mips_gdb_signal_from_target): Redefine to use new enum, handle
2481 only different signals from the Linux kernel generic.
2482 (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2483 the functions defined above.
2484 * mips-linux-tdep.h (enum mips_signals): Remove.
2485
156d08c8
PA
24862013-08-09 Pedro Alves <[email protected]>
2487
2488 * avr-tdep.c (XMALLOC): Delete macro.
2489 * cli/cli-dump.c (XMALLOC): Delete macro.
2490
db229724
PA
24912013-08-09 Pedro Alves <[email protected]>
2492
2493 * cli/cli-dump.c: Don't include cli/cli-dump.h.
2494 (scan_expression_with_cleanup, scan_filename_with_cleanup)
2495 (fopen_with_cleanup, add_dump_command): Make static.
2496 * cli/cli-dump.h: Delete file.
2497 * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
2498 cli/cli-dump.h.
2499
3f12a589
PA
25002013-08-09 Pedro Alves <[email protected]>
2501
2502 * tracepoint.c (tfile_start): Show tilde-expanded filename in
2503 error message.
2504
c718be47
PA
25052013-08-09 Pedro Alves <[email protected]>
2506
156d08c8 2507 * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
c718be47
PA
2508 error message.
2509
1e351ed1
PA
25102013-08-09 Pedro Alves <[email protected]>
2511
2512 * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
2513 (gcore_command): Use tilde_expand here, and when showing the
2514 filename to the user, show the expanded version.
2515
1ed8d800
YQ
25162013-08-09 Yao Qi <[email protected]>
2517
2518 * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
2519 'entryval' is set.
2520
47ecca85
PA
25212013-08-08 Azat Khuzhin <[email protected]> (tiny change)
2522
2523 * gcore.c (create_gcore_bfd): Use tilde_expand.
2524
82a0a75f
YQ
25252013-08-08 Yao Qi <[email protected]>
2526
2527 * frame.h (read_frame_local): Declare.
2528 * mi/mi-cmd-stack.c (list_args_or_locals): Call
2529 read_frame_local.
2530 * stack.c (read_frame_local): New.
2531
5c4aa40b
YQ
25322013-08-08 Yao Qi <[email protected]>
2533
2534 * mi/mi-cmd-stack.c: Update comments to function
2535 list_args_or_locals.
2536
b93601f3
TT
25372013-08-07 Tom Tromey <[email protected]>
2538
2539 PR symtab/15028:
2540 * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
2541 (process_psymtab_comp_unit_reader): Use it.
2542 (process_psymtab_comp_unit): Update. Add "pretend_language"
2543 argument.
2544 (dwarf2_build_psymtabs_hard): Update.
2545 (scan_partial_symbols): Pass CU's language to
2546 process_psymtab_comp_unit.
2547
fa760f46
TT
25482013-08-07 Tom Tromey <[email protected]>
2549
2550 * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
2551 (dwarf2_gdb_index_functions): Update.
2552 * psymtab.c (find_symbol_file_from_partial): Remove.
2553 (psym_functions): Update.
2554 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
2555 Remove.
2556
bf6d8a91
TT
25572013-08-07 Tom Tromey <[email protected]>
2558
2559 * symfile.c (set_initial_language): Look up "main" symbol
2560 and use its language.
2561 * symtab.c (find_main_filename): Remove.
2562 * symtab.h (find_main_filename): Remove.
2563
f9125b6c
TT
25642013-08-07 Tom Tromey <[email protected]>
2565
2566 * dwarf2read.c (recursively_compute_inclusions): Add
2567 "immediate_parent" argument. Set symtab's "user" field
2568 if not set.
2569 (compute_symtab_includes): Update.
2570
fdbb204b
TT
25712013-08-07 Tom Tromey <[email protected]>
2572
2573 * linespec.c (convert_linespec_to_sals): Use maybe_add_address
2574 when adding label symbols.
2575
49de1690
UW
25762013-08-07 Raunaq Bathija <[email protected]>
2577 Ulrich Weigand <[email protected]>
2578
2579 * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
2580 * configure.host (powerpc64-*-aix*): Likewise.
2581
b08ee99f
UW
25822013-08-07 Raunaq Bathija <[email protected]>
2583 Ulrich Weigand <[email protected]>
2584
2585 * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
2586 is defined.
2587 * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
2588 (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
2589 (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
2590 * configure.ac: Check for ptrace64.
2591 * configure, config.in: Regenerate.
2592
fecf803e
UW
25932013-08-07 Raunaq Bathija <[email protected]>
2594 Ulrich Weigand <[email protected]>
2595
2596 * aixthread.c: Call ptrace64 instead of ptracex if defined.
2597 Call ptrace64 instead of ptrace if defined.
2598 Add macro addr_ptr to take care of ptrace address argument.
2599 (pdc_read_regs): Likewise.
2600 (pdc_write_regs): Likewise.
2601 (aix_thread_resume): Likewise.
2602 (fetch_regs_kernel_thread): Likewise.
2603 (store_regs_kernel_thread): Likewise.
2604
3bb5e4a8
AB
26052013-08-07 Anton Blanchard <[email protected]>
2606
2607 * MAINTAINERS: Add myself to Write After Approval.
2608
12070676
TT
26092013-08-05 Tom Tromey <[email protected]>
2610
2611 * aix-thread.c (_initialize_aix_thread): Use
2612 complete_target_initialization.
2613 * bsd-uthread.c (_initialize_bsd_uthread): Use
2614 complete_target_initialization.
2615 * dec-thread.c (_initialize_dec_thread): Use
2616 complete_target_initialization.
2617 * ravenscar-thread.c (_initialize_ravenscar): Use
2618 complete_target_initialization.
2619 * sol-thread.c (_initialize_sol_thread): Use
2620 complete_target_initialization.
2621 * spu-multiarch.c (_initialize_spu_multiarch): Use
2622 complete_target_initialization.
2623
7c7b6655
TT
26242013-08-05 Tom Tromey <[email protected]>
2625
2626 * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
2627 * ada-lang.c (ada_lookup_simple_minsym): Return
2628 bound_minimal_symbol.
2629 * ada-lang.h (ada_lookup_simple_minsym): Update.
2630 * c-exp.y (variable): Use lookup_bound_minimal_symbol.
2631 * f-exp.y (variable): Use lookup_bound_minimal_symbol.
2632 * go-exp.y (variable): Use lookup_bound_minimal_symbol.
2633 * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
2634 * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
2635 * minsyms.c (msymbol_objfile): Remove.
2636 (lookup_minimal_symbol_internal): New function, from
2637 lookup_minimal_symbol.
2638 (lookup_minimal_symbol): Rewrite using
2639 lookup_minimal_symbol_internal.
2640 (lookup_bound_minimal_symbol): New function.
2641 * minsyms.h (msymbol_objfile): Remove.
2642 (lookup_bound_minimal_symbol): Declare.
2643 * p-exp.y (variable): Use lookup_bound_minimal_symbol.
2644 * parse.c (write_exp_msymbol): Change parameter to a
2645 bound_minimal_symbol.
2646 (write_dollar_variable): Use lookup_bound_minimal_symbol.
2647 * parser-defs.h (write_exp_msymbol): Update.
2648 * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
2649 * symfile.c (simple_read_overlay_table): Use
2650 lookup_bound_minimal_symbol.
2651 * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
2652 (search_symbols): Likewise.
2653 (print_msymbol_info): Take a bound_minimal_symbol argument.
2654 (symtab_symbol_info, rbreak_command): Update.
2655 * symtab.h (struct symbol_search) <msymbol>: Change type
2656 to bound_minimal_symbol.
2657 * valops.c (find_function_in_inferior): Use
2658 lookup_bound_minimal_symbol.
2659 * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
2660
934b9bac
JK
26612013-08-05 Jan Kratochvil <[email protected]>
2662
2663 Code cleanup.
2664 * remote.c (cleanup_sigint_signal_handler): Rename the declaration
2665 to ...
2666 (async_cleanup_sigint_signal_handler): ... this.
2667 (initialize_sigint_signal_handler): Remove declaration.
2668 (handle_remote_sigint): Rename the declaration to ...
2669 (async_handle_remote_sigint): ... this.
2670 (handle_remote_sigint_twice): Rename the declaration to ...
2671 (async_handle_remote_sigint_twice): ... this.
2672 (async_remote_interrupt, async_remote_interrupt_twice)
2673 (remote_interrupt): Remove the declarations.
2674 (remote_interrupt_twice): Rename the declaration ...
2675 (sync_remote_interrupt_twice): ... this.
2676 (sigint_remote_twice_token): Rename the variable to ...
2677 (async_sigint_remote_twice_token): ... this.
2678 (sigint_remote_token): Rename the variable to ...
2679 (async_sigint_remote_token): ... this.
2680 (initialize_sigint_signal_handler): Rename the function to ...
2681 (async_initialize_sigint_signal_handler): ... this. Update the name
2682 inside.
2683 (handle_remote_sigint): Rename the function to ...
2684 (async_handle_remote_sigint): ... this. Update the names inside.
2685 (handle_remote_sigint_twice): Rename the function to ...
2686 (async_handle_remote_sigint_twice): ... this. Update the names inside.
2687 (cleanup_sigint_signal_handler): Rename the function to ...
2688 (async_cleanup_sigint_signal_handler): ... this.
2689 (remote_interrupt): Rename the function to ...
2690 (sync_remote_interrupt): this. Update the names inside.
2691 (remote_interrupt_twice): Rename the function to ...
2692 (sync_remote_interrupt_twice): this. Update the names inside.
2693 (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
2694 (_initialize_remote): Update the names inside.
2695
3a1115a0
TT
26962013-08-02 Tom Tromey <[email protected]>
2697
2698 PR symtab/15719:
2699 * breakpoint.c (update_watchpoint, watchpoint_check)
2700 (watch_command_1): Update.
2701 * eval.c (fetch_subexp_value): Add "preserve_errors"
2702 parameter.
2703 * ppc-linux-nat.c (check_condition): Update.
2704 * value.h (fetch_subexp_value): Update.
2705
58b19776
AB
27062013-08-02 Andrew Burgess <[email protected]>
2707
2708 * mi/mi-interp.c (mi_interpreter_resume): Remove call to
2709 add_file_handler.
2710
ec94af83
DE
27112013-08-01 Doug Evans <[email protected]>
2712
7ee85ab1
DE
2713 PR symtab/15691
2714 * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
2715 (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
2716 Add assert of sig_entry->dwo_unit == NULL.
2717 (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
2718 had already been read.
2719 (read_signatured_type): Set per_cu.tu_read.
2720
b846d303
DE
2721 PR symtab/15695
2722 * valops.c (value_struct_elt): Add missing call to check_typedef.
2723 (value_find_oload_method_list): Ditto.
2724
b52109bc
DE
2725 * symtab.c (do_free_search_symbols_cleanup): Change arg to,
2726 effectively, struct symbol_search **.
2727 (make_cleanup_free_search_symbols): Change arg to struct
2728 symbol_search **. All callers updated.
2729 (compare_search_syms): Compare symtab file name and block as well.
2730 (search_symbols_equal): New function.
2731 (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
2732 New args new_head, new_tail. Result is now void. Remove dups after
2733 sorting the symbols.
2734 (search_symbols): Sort all found symbols once, after all have been
2735 found, and remove duplicates. Simplify cleanup tracking of result.
2736 * symtab.h (make_cleanup_free_search_symbols): Update prototype.
2737
ec94af83
DE
2738 Further workarounds for binutils/15021.
2739 * dwarf2read.c (recursively_compute_inclusions): Change type of result
2740 parameter to VEC (symtab_ptr) **. New parameter all_type_symtabs.
2741 Watch for duplicate symtabs coming from type units.
2742 (compute_symtab_includes): Update call to
2743 recursively_compute_inclusions. Build vector of included symtabs
2744 instead of per_cus.
2745 * symtab.h (symtab_ptr): New typedef.
2746 (DEF_VEC_P (symtab_ptr)): New VEC type.
2747 * linespec.c (symtab_p): Delete. All uses updated to use symtab_ptr
2748 instead.
2749
b2ae85cf
AB
27502013-08-01 Andrew Burgess <[email protected]>
2751
2752 * cli/cli-script.c (script_from_file): Remove use of
2753 error_pre_print.
2754 * main.c (captured_main): Remove use of error_pre_print and
2755 quit_pre_print.
2756 * utils.c (error_pre_print, quit_pre_print): Remove.
2757 * utils.h (error_pre_print, quit_pre_print): Likewise.
2758
645eab03
YQ
27592013-08-01 Yao Qi <[email protected]>
2760
2761 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
2762 with mi_getopt.
2763 (mi_cmd_stack_list_variables): Likewise.
2764
16f92dd4
AB
27652013-07-31 Andrew Burgess <[email protected]>
2766
2767 * exceptions.c (deprecated_throw_reason): Remove.
2768 * exceptions.h (deprecated_throw_reason): Remove.
2769
13f78033
AB
27702013-07-31 Andrew Burgess <[email protected]>
2771
2772 * remote-mips.c (mips_error): Replace use of
2773 deprecated_throw_reason with throw_verror. Use the error message
2774 passed to mips_error as the error message for throw_verror.
2775
039e3c22
AB
27762013-07-31 Andrew Burgess <[email protected]>
2777
2778 * monitor.c (monitor_interrupt_query): Replace use of
2779 deprecated_throw_reason with quit.
2780 * nto-procfs.c (interrupt_query): Likewise.
2781 * remote-fileio.c (remote_fileio_sig_exit): Likewise.
2782 * remote-mips.c (mips_kill): Likewise.
2783 * remote.c (interrupt_query): Likewise.
2784
8150913b
AB
27852013-07-31 Andrew Burgess <[email protected]>
2786
2787 * utils.c (internal_verror): Replace use of deprecated_throw_reason
2788 with call to fatal.
2789
de74e63a
YQ
27902013-07-31 Pedro Alves <[email protected]>
2791 Yao Qi <[email protected]>
2792
2793 * tracepoint.c (trace_dump_command): Select the current frame.
2794
247f5c4f
DE
27952013-07-30 Doug Evans <[email protected]>
2796
2797 * dwarf2read.c (process_queue): Add type signature to debug output.
2798
11b4b7cc
AB
27992013-07-30 Andrew Burgess <[email protected]>
2800
2801 * value.c (value_fetch_lazy): Mark optimized out values as such
2802 rather than raising an error.
2803
b0c54aa5
AB
28042013-07-30 Andrew Burgess <[email protected]>
2805
2806 * value.c (value_fetch_lazy): Ensure parent value is not lazy
2807 before checking which bits of the parent, not the child, value are
2808 valid.
2809
97c85fc6
MB
28102013-07-30 Muhammad Bilal <[email protected]>
2811
2812 PR gdb/15715
2813 * top.c: Include "filenames.h".
2814 (set_history_filename): New function.
2815 (init_main): Install it as set hook of the "set history filename"
2816 command.
2817
ff39bb5e
SA
28182013-07-30 Sanimir Agovic <[email protected]>
2819
2820 * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
2821 attribute parameter.
2822 (dwarf2_const_value_data): Constify struct attribute parameter.
2823 (dwarf2_const_value): Constify struct attribute parameter.
2824 (dwarf2_const_value_attr): Constify struct attribute parameter.
2825 (lookup_die_type): Constify struct attribute parameter.
2826 (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
2827 (follow_die_ref_or_sig): Constify struct attribute parameter.
2828 (follow_die_ref): Constify struct attribute parameter.
2829 (follow_die_sig): Constify struct attribute parameter.
2830 (get_DW_AT_signature_type): Constify struct attribute parameter.
2831 (get_type_unit_group): Constify struct attribute parameter.
2832 (fill_in_loclist_baton): Constify struct attribute parameter.
2833 (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
2834 (type_unit_group): Constify struct attribute parameter.
2835
6e5a29e1
SA
28362013-07-30 Sanimir Agovic <[email protected]>
2837
2838 * dwarf2read.c (attr_form_is_block): Make argument const.
2839 (attr_form_is_section_offset): Make argument const.
2840 (attr_form_is_constant): Make argument const.
2841 (attr_form_is_ref): Make argument const.
2842
7771576e
SA
28432013-07-30 Sanimir Agovic <[email protected]>
2844
2845 * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
2846 All uses updated.
2847 (attr_form_is_ref): Moved below attr_form_is_constant.
2848
a94e8645
DE
28492013-07-29 Doug Evans <[email protected]>
2850
bb5291d0
DE
2851 * main.c (captured_command_loop): Tweak comment.
2852
b5419e49
DE
2853 * target.c (target_async_permitted_1): Fix comment.
2854
b2d23133
DE
2855 * symtab.c (iterate_over_some_symtabs): Add comment.
2856
a94e8645
DE
2857 * symtab.c (iterate_over_some_symtabs): Fix indentation.
2858
7a60ad40
YQ
28592013-07-27 Yao Qi <[email protected]>
2860
2861 * NEWS: Mention that GDBserver now supports hardware
2862 watchpoints on the MIPS GNU/Linux target.
2863
aaee2056
YQ
28642013-07-27 Yao Qi <[email protected]>
2865
2866 * Makefile.in (HFILES_NO_SRCDIR): Add
2867 common/mips-linux-watch.h.
2868 (mips-linux-watch.o): New rule.
2869 * common/mips-linux-watch.c: New.
2870 * common/mips-linux-watch.h: New.
2871 * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
2872 * mips-linux-nat.c: Include mips-linux-watch.h.
2873 (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
2874 to common/mips-linux-watch.h.
2875 (MAX_DEBUG_REGISTER): Likewise.
2876 (enum pt_watch_style): Likewise.
2877 (struct mips32_watch_regs): Likewise.
2878 (struct mips64_watch_regs): Likewise.
2879 (struct pt_watch_regs): Likewise.
2880 (struct mips_watchpoint): Likewise.
2881 (mips_linux_watch_get_irw_mask): Move to
2882 common/mips-linux-watch.c.
2883 (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
2884 (mips_linux_watch_get_watchlo): Likewise.
2885 (mips_linux_watch_set_watchlo): Likewise.
2886 (mips_linux_watch_get_watchhi): Likewise.
2887 (mips_linux_watch_set_watchhi): Likewise.
2888 (mips_linux_read_watch_registers): Likewise.
2889 (mips_linux_watch_type_to_irw): Likewise.
2890 (mips_linux_stopped_data_address, fill_mask): Likewise.
2891 (mips_linux_watch_try_one_watch): Likewise.
2892 (mips_linux_watch_populate_regs): Likewise.
2893
b3436450
YQ
28942013-07-27 Yao Qi <[email protected]>
2895
2896 * mips-linux-nat.c (get_irw_mask): Rename to ...
2897 (mips_linux_watch_get_irw_mask): ... this. Rename parameter
2898 'set' to 'n'. Update function comment. All callers changed.
2899 (get_reg_mask): Rename parameter 'set' to 'n'. Update
2900 function comment. All callers changed.
2901 (get_num_valid): Rename to ...
2902 (mips_linux_watch_get_num_valid): ... this. Rename parameter
2903 'set' to 'n'. Update function comment. All callers changed.
2904 (get_watchlo): Rename to ...
2905 (mips_linux_watch_get_watchlo): ... this. Rename parameter
2906 'set' to 'n'. Update function comment. All callers changed.
2907 (set_watchlo): Rename to ...
2908 (mips_linux_watch_set_watchlo): ... this. Rename parameter
2909 'set' to 'n'. Update function comment. All callers changed.
2910 (get_watchhi): Rename to ...
2911 (mips_linux_watch_get_watchhi): ... this. Update function
2912 comment. All callers changed.
2913 (set_watchhi): Rename to ...
2914 (mips_linux_watch_set_watchhi): ... this. Update function
2915 comment. All callers changed.
2916 (mips_linux_read_watch_registers): Update function comment.
2917 Add new parameters 'lwpid', 'watch_readback', and
2918 'watch_readback_valid'. Update.
2919 (type_to_irw): Rename to ...
2920 (mips_linux_watch_type_to_irw): ... this. Update function
2921 comment. All callers changed.
2922 (fill_mask): Update function comment.
2923 (try_one_watch): Rename to ...
2924 (mips_linux_watch_try_one_watch): ... this. Change the type
2925 of parameter 'irw' from 'unsigned' to 'uint32_t'.
2926 (populate_regs_from_watches): Rename to ...
2927 (mips_linux_watch_populate_regs): ... this. Add parameter
2928 'current_watches'. All callers changed.
2929
9be14b81
YQ
29302013-07-27 Yao Qi <[email protected]>
2931
2932 * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
2933 the code.
2934 (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
2935 (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
2936 (struct pt_watch_regs): Likewise.
2937 [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
2938 [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
2939 [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
2940 [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
2941 [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
2942
de6f69ad
YQ
29432013-07-27 Yao Qi <[email protected]>
2944
2945 * breakpoint.h: Include break-common.h.
2946 (enum target_hw_bp_type): Move to ...
2947 * common/break-common.h: ... here. New.
2948
6f64ef53
PA
29492013-07-26 Cyril Nikolaev <[email protected]>
2950
2951 * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
2952 process group regardless of having tty on stdin.
2953
6107e809
DE
29542013-07-25 Doug Evans <[email protected]>
2955
2956 * linux-fork.h (detach_fork): Delete.
2957
7fdc1521
TT
29582013-07-25 Tom Tromey <[email protected]>
2959
2960 PR remote/15256, PR remote/15266:
2961 * bfd-target.c (target_bfd_reopen): Initialize to_magic.
2962 * monitor.c (monitor_detach): Use unpush_target.
2963 * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
2964 * remote-mips.c (mips_detach): Use unpush_target. Don't
2965 call mips_close.
2966 * remote-sim.c (gdbsim_detach): Use unpush_target.
2967 * target.c (pop_target): Remove.
2968 (pop_all_targets_above): Don't call target_close.
2969 (target_close): Assert that the target is unpushed.
2970 * target.h (pop_target): Don't declare.
2971 * tracepoint.c (tfile_open): Use unpush_target.
2972
c22a2b88
TT
29732013-07-25 Tom Tromey <[email protected]>
2974
2975 * linux-thread-db.c (init_thread_db_ops): Call
2976 complete_target_initialization.
2977 (_initialize_thread_db): Don't call add_target.
2978 * target.c (complete_target_initialization): New function.
2979 (add_target_with_completer): Call it.
2980 * target.h (complete_target_initialization): Declare.
2981
cbb6aada
MK
29822013-07-25 Mark Kettenis <[email protected]>
2983
2984 * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
2985 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
2986 (HPPANBSD_SIZEOF_GREGS): New define.
2987 (hppaobsd_supply_gregset): Handle additional registers.
2988 * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
2989 we provide more registers now.
2990 (hppabsd_supply_gregset): Supply additional registers.
2991 (hppabsd_collect_gregset): Collect additional registers.
2992
17767988
MK
29932013-07-25 Mark Kettenis <[email protected]>
2994
2995 * hppabsd-tdep.c: Include "dwarf2-frame.h".
2996 (hppabsd_dwarf2_frame_init_reg): New function.
2997 (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
2998
fdc8aae8
AB
29992013-07-25 Andrew Burgess <[email protected]>
3000
3001 * mi/mi-main.c (output_register): Make MI 'r' format use standard
3002 'z' format code. Remove error for optimized out values, standard
3003 code will handle these fine.
3004
6fbe845e
AB
30052013-07-25 Andrew Burgess <[email protected]>
3006
3007 * NEWS: Mention new 'z' formatter.
3008 * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
3009 (_initialize_printcmd): Mention 'z' formatter in help text of the
3010 'x' command.
3011
3373342d
MR
30122013-07-24 Maciej W. Rozycki <[email protected]>
3013
3014 * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
3015 formatting.
3016
25f9533e
SDJ
30172013-07-24 Sergio Durigan Junior <[email protected]>
3018
3019 * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
3020 interface can evaluate arguments. Fallback to the old mode if it
3021 cannot.
3022 (create_exception_master_breakpoint): Likewise.
3023 * elfread.c (elf_can_evaluate_probe_arguments): New function.
3024 (struct sym_probe_fns elf_probe_fns): Export function above to the
3025 probe interface.
3026 * probe.c (can_evaluate_probe_arguments): New function.
3027 * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
3028 function pointer.
3029 (can_evaluate_probe_arguments): New function prototype.
3030 * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
3031 probe interface can evaluate arguments. Fallback to the old mode
3032 if it cannot.
3033 * stap-probe.c (stap_get_probe_argument_count): Check if probe
3034 interface can evaluate arguments. Warning the user if it cannot.
3035 (stap_can_evaluate_probe_arguments): New function.
3036 (struct probe_ops stap_probe_ops): Export function above to the
3037 probe interface.
3038 * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
3039 New function pointer.
3040
3360c0bf
LM
30412013-07-24 Luis Machado <[email protected]>
3042
3043 * Makefile.in (SFILES): Add common/target-common.c.
3044 Add common/target-common.h to headers.
3045 (COMMON_OBS): Add target-common.o.
3046 (target-common.o): New target.
3047 * linux-nat.h (resume_kind): Move to common/target-common.h.
3048 * target.c (target_waitstatus_to_string): Move to
3049 common/target-common.c.
3050 * target.h: Include target-common.h.
3051 (target_waitkind): Move to common/target-common.h.
3052 (target_waitstatus): Likewise.
3053 (TARGET_WNOHANG): Likewise.
3054 * common/target-common.c: New file.
3055 * common/target-common.h: New file.
3056
6656a72d
DE
30572013-07-24 Doug Evans <[email protected]>
3058
3059 * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
3060 a warning.
3061
6df81a63
YQ
30622013-07-23 Yao Qi <[email protected]>
3063
3064 * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
3065 parameter 'gdbarch'.
3066 (i386_stack_tramp_frame_sniffer): Caller update.
3067 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
3068 parameter 'gdbarch' and 'target'.
3069 (i386_linux_core_read_description): Caller update.
3070 * amd64-linux-tdep.c (amd64_linux_core_read_description):
3071 Likewise.
3072 * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
3073 declaration.
3074
365156ad
TT
30752013-07-23 Tom Tromey <[email protected]>
3076
3077 * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
3078 2013-07-22.
3079
046ac79f
JK
30802013-07-22 Doug Evans <[email protected]>
3081
3082 * exec.h (remove_target_sections): Delete arg abfd.
66cbcda4
JK
3083 * exec.c (exec_close): Update call to remove_target_sections.
3084 (remove_target_sections): Delete arg abfd.
046ac79f
JK
3085 * solib.c (update_solib_list): Ditto.
3086 (reload_shared_libraries_1): Ditto.
3087 (clear_solib): Ditto, and unconditionally call remove_target_sections.
66cbcda4
JK
3088 * target.h (struct target_section): Rename key to owner.
3089 All uses updated.
046ac79f 3090
29b2cc46
TT
30912013-07-22 Tom Tromey <[email protected]>
3092
3093 * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
3094
d1160018
TT
30952013-07-22 Tom Tromey <[email protected]>
3096
3097 * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
3098 Simplify cleanup handling.
3099
2f324bf6
TT
31002013-07-22 Tom Tromey <[email protected]>
3101
3102 * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
3103 on all return paths.
3104
e23b9d6e
UW
31052013-07-22 Edjunior Barbosa Machado <[email protected]>
3106
3107 * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
3108 (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
3109 DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
3110
1cf55f60
PM
31112013-07-22 Phil Muldoon <[email protected]>
3112
3113 * top.c (print_gdb_version): Add help, apropos description and
3114 url to online documentation.
3115
fa876972
HZ
31162013-07-19 Hui Zhu <[email protected]>
3117
3118 PR gdb/15692
3119 * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
3120
1527aea8
YQ
31212013-07-19 Yao Qi <[email protected]>
3122
3123 * target.c (update_current_target): Change the default action
3124 of 'to_traceframe_info' from tcomplain to return_zero.
3125 * target.h (struct target_ops) <to_traceframe_info>: Add more
3126 comments.
3127 * valops.c (read_value_memory): Call
3128 traceframe_available_memory unconditionally.
3129
886f230e
YQ
31302013-07-18 Yao Qi <[email protected]>
3131
3132 * coffread.c (coff_symfile_read): Iterate over minimal symbols,
3133 if the name is prefixed by "__imp_" or "_imp_", look for minimal
3134 symbol without prefix. If found, set its type to
3135 'mst_solib_trampoline'.
3136
16419bae
DE
31372013-07-17 Doug Evans <[email protected]>
3138
e7045703
DE
3139 * NEWS: Mention "set print raw frame-arguments".
3140 * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
3141 * stack.c (print_raw_frame_arguments): New static global.
3142 (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
3143 (_initialize_stack): New command "set/show print raw frame-arguments".
3144 * valprint.c (setprintrawlist, showprintrawlist): New globals.
3145 (set_print_raw, show_print_raw): New functions.
3146 (_initialize_valprint): New prefix command "set/show print raw".
3147 * valprint.h (value_print_options): Improve comments.
3148
453e48a5
DE
3149 * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
3150 of all *list variables.
3151
16419bae
DE
3152 * gdbcmd.h (togglelist): Delete.
3153 * cli/cli-cmds.c (togglelist): Delete.
3154 (init_cmd_lists): Update.
3155 * cli/cli-cmds.h (togglelist): Delete.
3156
626f2d1c
TT
31572013-07-17 Tom Tromey <[email protected]>
3158
3159 * dwarf2read.c (dwarf2_per_objfile_free): Clear
3160 dwarf2_per_objfile.
3161
57e6060e
DE
31622013-07-16 Doug Evans <[email protected]>
3163
3164 * nto-tdep.c (nto_relocate_section_addresses): Update,
3165 target_section.bfd deleted.
3166 * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
3167 * s390-tdep.c (s390_load): Ditto.
3168 * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
3169
5ea5559b
AB
31702013-07-16 Andrew Burgess <[email protected]>
3171
3172 * common/format.c (parse_format_string): Add checks for NULL
3173 character before calling strchr.
3174
2b2848e2
DE
31752013-07-16 Doug Evans <[email protected]>
3176
2c571006
DE
3177 * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
3178 temp_pathname argument.
3179 * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
3180 when opening the file fails.
3181
2b2848e2
DE
3182 * target.h (struct target_section): Delete member bfd.
3183 All users updated to use the_bfd_section->owner instead.
3184 * exec.c (add_to_section_table): Assert bfd is expected value.
3185 Remove initialization of target_section.bfd.
3186 (remove_target_sections): Update.
3187 (section_table_available_memory): Update.
3188 (section_table_xfer_memory_partial): Update.
3189 (print_section_info): Update.
3190 (exec_set_section_address): Update.
3191 * record-full.c (record_full_core_xfer_partial): Update.
3192 * solib-svr4.c (svr4_relocate_section_addresses): Update.
3193 * solib-target.c (solib_target_relocate_section_addresses): Update.
3194 * symfile.c (build_section_addr_info_from_section_table): Update.
3195 * target.c (memory_xfer_live_readonly_partial): Update.
3196 (memory_xfer_partial_1): Update.
3197
926bf92d
UW
31982013-07-15 Edjunior Barbosa Machado <[email protected]>
3199
3200 * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
3201 now available for embedded (BookE) and server (BookS) processors,
3202 correct mentions of 'booke' and adjust comments accordingly in order to
3203 avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
3204 (have_ptrace_booke_interface): Rename function and variable
3205 'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
3206 Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
3207 (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
3208 'hwdebug_point_cmp'. Update all uses.
3209 (booke_find_thread_points_by_tid): Rename function
3210 'booke_find_thread_points_by_tid' to
3211 'hwdebug_find_thread_points_by_tid'. Update all uses.
3212 (booke_insert_point): Rename function 'booke_insert_point' to
3213 'hwdebug_insert_point'. Update all uses.
3214 (booke_remove_point): Rename function 'booke_remove_point' to
3215 'hwdebug_remove_point'. Update all uses.
3216
d929bc19
MR
32172013-07-15 Maciej W. Rozycki <[email protected]>
3218
3219 * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
3220 numbers with enum values.
3221
054e8d9e
AA
32222013-07-15 Ali Anwar <[email protected]>
3223
3224 PR threads/13217
3225 * thread.c (thread_apply_all_command): Check for valid threads
3226 and thread count.
3227 (thread_array_cleanup): New struct.
3228 (set_thread_refcount): New function.
3229
cf006359
AB
32302013-07-11 Andrew Burgess <[email protected]>
3231
3232 * infcmd.c (default_print_one_register_info): Reuse function
3233 print_hex_chars.
3234
94e36acc
TT
32352013-07-10 Tom Tromey <[email protected]>
3236
3237 * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
3238 (ada-exp.o): New target.
3239
915dd369
SDJ
32402013-07-10 Sergio Durigan Junior <[email protected]>
3241
3242 * mt-tdep.c (mt_registers_info): Call
3243 get_no_prettyformat_print_options instead of
3244 get_raw_print_options (regression by last patch from Doug
3245 Evans).
3246
eca07816
JB
32472013-07-09 Pedro Alves <[email protected]>
3248
3249 Checked in by Joel Brobecker <[email protected]>.
3250 * ada-lang.c (coerce_unspec_val_to_type): Use
3251 value_optimized_out_const.
3252 * value.c (value_optimized_out_const): New function.
3253 * value.h (value_optimized_out_const): New declaration.
3254
2a998fc0
DE
32552013-07-09 Doug Evans <[email protected]>
3256
3257 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
3258 Enum values rename as well. All uses updated.
3259 * valprint.h (value_print_options): Rename member pretty to
3260 pretty format. Rename member prettyprint_arrays to
3261 prettyformat_arrays. Rename member prettyprint_structs to
3262 prettyformat_structs. All uses updated.
3263 (get_no_prettyformat_print_options): Renamed from
3264 get_raw_print_options.
3265 * valprint.c (get_no_prettyformat_print_options): Renamed from
3266 get_raw_print_options. All callers updated.
3267 (show_prettyformat_structs): Renamed from show_prettyprint_structs.
3268 All callers updated.
3269 (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
3270 All callers updated.
3271 (_initialize_valprint): Improve help text for "set print pretty" and
3272 "set print arrays".
3273
466c1fca
AB
32742013-07-09 Andrew Burgess <[email protected]>
3275
3276 * value.c (value_bits_valid): Revert previous change, and change
3277 by Pedro on 2013-07-04, due to regressions in
3278 gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
3279
ad0f0303
AB
32802013-07-08 Andrew Burgess <[email protected]>
3281 Pedro Alves <[email protected]>
3282
3283 * value.c (value_bits_valid): If the value is not lval_computed
3284 or has no check validity handler then the answer is the
3285 optimized_out flag, otherwise defer to the handler.
3286
b187bec1
EZ
32872013-07-06 Eli Zaretskii <[email protected]>
3288
48d1d6f5
EZ
3289 * top.c (print_gdb_configuration): Explain in output of
3290 --configuration what does "relocatable" mean.
3291
b187bec1
EZ
3292 * main.c (print_gdb_help): Regroup options in the --help text.
3293 See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
3294 the relevant discussions.
3295
52d361e1
YQ
32962013-07-06 Yao Qi <[email protected]>
3297
3298 * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
3299 Remove parameter 'lsal'.
3300 * breakpoint.c (create_breakpoint): Move local variable 'lsal'
3301 to inner block. Caller update.
3302 (base_breakpoint_create_breakpoints_sal): Update.
3303 (bkpt_create_breakpoints_sal): Likewise.
3304 (tracepoint_create_breakpoints_sal): Likewise.
3305 (strace_marker_create_breakpoints_sal): Get 'lsal' from the
3306 element 0 of vector 'canonical->sals'.
3307
e1ec1b42
LM
33082013-07-05 Luis Machado <[email protected]>
3309
3310 * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
3311 register number instead of the pseudo register one.
3312 (rs6000_dwarf2_reg_to_regnum): Likewise.
3313
7195e6f0
PA
33142013-07-04 Pedro Alves <[email protected]>
3315
3316 * findvar.c (value_of_register): Use allocate_optimized_out_value
3317 if the register has been optimized out, instead of
3318 set_value_optimized_out.
3319 * frame-unwind.c (frame_unwind_got_optimized): Use
3320 allocate_optimized_out_value.
3321
58722cac
PA
33222013-07-04 Pedro Alves <[email protected]>
3323
3324 * value.c (value_bits_valid): If the value is not lval_computed,
3325 or doesn't have a check_validity hook, assume the value is entirely
3326 valid.
3327
691a26f5
AB
33282013-07-04 Andrew Burgess <[email protected]>
3329
3330 * stack.c (read_frame_arg): No longer fetch lazy values.
3331 * value.c (value_optimized_out): If the value is not already
3332 marked optimized out, and is lazy then fetch it.
3333 (value_primitive_field): Move optimized out check to later in the
3334 function, after we have loaded any lazy values.
3335 (value_fetch_lazy): Use optimized out flag directly rather than
3336 calling optimized_out method.
3337
a58e2656
AB
33382013-07-04 Andrew Burgess <[email protected]>
3339
3340 * valops.c: Don't include "user-regs.h".
3341 (value_fetch_lazy): Moved to value.c.
3342 * value.c: Include "user-regs.h".
3343 (value_fetch_lazy): Moved from valops.c.
3344
bd885420
YQ
33452013-07-04 Yao Qi <[email protected]>
3346
3347 Revert:
3348 2013-06-27 Yao Qi <[email protected]>
3349
3350 * common/create-version.sh: Update comments. Handle the case
3351 that TARGET_ALIAS is empty.
3352
17ef446e
PA
33532013-07-03 Pedro Alves <[email protected]>
3354
3355 * Makefile.in (config.status): Depend on development.sh.
3356 (aclocal_m4_deps): Add libmcheck.m4.
3357 * acinclude.m4: Include libmcheck.m4.
3358 * configure.ac: Source development.sh instead of setting
3359 'development' here. --enable-libmcheck/--disable-libmcheck code
3360 factored out to GDB_AC_LIBMCHECK. Run it.
3361 * development.sh: New file.
3362 * libmcheck.m4: New file.
3363 * configure: Regenerate.
3364
ac6dd50f
TT
33652013-07-02 Tom Tromey <[email protected]>
3366
3367 * contrib/ari/update-web-ari.sh: Update for version.in change.
3368
bd1df410
TT
33692013-07-02 Tom Tromey <[email protected]>
3370
3371 * common/ptid.h: Comment fixes.
3372
4db1a1dc
TT
33732013-07-01 Tom Tromey <[email protected]>
3374
3375 * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
3376 .gnu_debugaltlink not found. Use bfd_get_alt_debug_link_info.
3377 (dwarf2_read_index, create_all_comp_units): Update.
3378
dd9aa048
TT
33792013-07-01 Tom Tromey <[email protected]>
3380
3381 * configure.ac (build_warnings): Add -Wold-style-definition.
3382 * configure: Rebuild.
3383 * machoread.c (_initialize_machoread): Use "(void)".
3384 * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
3385 use "(void)".
3386
44d100c3
TT
33872013-07-01 Tom Tromey <[email protected]>
3388
3389 * configure.ac (build_warnings): Add -Wold-style-declaration.
3390 * configure: Rebuild.
3391 * dsrec.c (make_srec): Use "static const", not "const static".
3392 * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
3393 not "const static".
3394 * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
3395 Use "static const", not "const static".
3396 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
3397 not "const static".
3398 * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
3399 not "const static".
3400 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
3401 not "const static".
3402 * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
3403 not "const static".
3404 (v850_dbtrap_breakpoint_from_pc): Likewise.
3405 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
3406 not "const static".
3407
2945b807
TT
34082013-07-01 Tom Tromey <[email protected]>
3409
3410 * configure.ac (build_warnings): Add -Wmissing-parameter-type.
3411 * configure: Rebuild.
3412
d8d2a3ee
PA
34132013-07-01 Pedro Alves <[email protected]>
3414
3415 * defs.h: Include "pathmax.h".
3416 * utils.c: Don't include sys/param.h.
3417 (gdb_realpath): Remove code that checks for MAXPATHLEN.
3418 * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
3419 instead of MAXPATHLEN.
3420 * solib-sunos.c: Don't include sys/param.h.
3421 * xcoffread.c: Don't include sys/param.h.
3422 * bsd-kvm.c: Don't include sys/param.h.
3423 * darwin-nat.c: Don't include sys/param.h.
3424 (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
3425 * darwin-nat-info.c: Don't include sys/param.h.
3426 * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
3427 MAXPATHLEN.
3428 * i386obsd-nat.c: Don't include sys/param.h.
3429 * inf-child.c: Don't include sys/param.h.
3430 (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
3431 * linux-fork.c: Don't include sys/param.h.
3432 (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
3433 * linux-nat.c: Don't include sys/param.h.
3434 (linux_child_pid_to_exec_file, linux_proc_pending_signals)
3435 (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
3436 * m68klinux-nat.c: Don't include sys/param.h.
3437 * nbsd-nat.c: Don't include sys/param.h.
3438 (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
3439 * ppc-linux-nat.c: Don't include sys/param.h.
3440 * rs6000-nat.c: Don't include sys/param.h.
3441 * spu-linux-nat.c. Don't include sys/param.h.
3442 * windows-nat.c: Don't include sys/param.h.
3443 * xtensa-linux-nat.c: Don't include sys/param.h.
3444 * config/i386/nm-fbsd.h: Don't include sys/param.h.
3445
38ec2207
PA
34462013-07-01 Pedro Alves <[email protected]>
3447
3448 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
3449 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
3450 * gnulib/aclocal.m4: Regenerate.
3451 * gnulib/config.in: Regenerate.
3452 * gnulib/configure: Regenerate.
3453 * gnulib/import/pathmax.h: New file.
3454 * gnulib/import/Makefile.am: Regenerate.
3455 * gnulib/import/Makefile.in: Regenerate.
3456 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
3457 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
3458 * gnulib/import/m4/pathmax.m4: New file.
3459
e655c1a2
PA
34602013-07-01 Pedro Alves <[email protected]>
3461
3462 * configure.ac (GDBINIT): Define, depending on host.
3463 * go32-nat.c (init_go32_ops): Don't override gdbinit here.
3464 * top.c (PATH_MAX): Delete fallback definition.
3465 (GDBINIT_FILENAME): Delete.
3466 (gdbinit): Reimplement as const char array set to the GDBINIT
3467 string constant.
3468 * top.h (gdbinit): Make const.
3469 * configure, config.in: Regenerate.
3470
50dd9793
PA
34712013-07-01 Pedro Alves <[email protected]>
3472
3473 * cli/cli-cmds.c (source_script): Make 'file' parameter const.
3474 * cli/cli-cmds.h (source_script): Likewise.
3475 * exceptions.c (catch_command_errors_const): New function.
3476 * exceptions.h (catch_command_errors_const): Declare.
3477 * main.c (get_init_files): Make parameters const, and adjust.
3478 (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
3479 'local_gdbinit' locals const. Adjust to use
3480 catch_command_errors_const.
3481 (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
3482 'local_gdbinit' locals const.
3483
bc7dea8d
PA
34842013-07-01 Pedro Alves <[email protected]>
3485
3486 * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
3487 (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
3488 * tracepoint.c: Don't check HAVE_UNISTD_H before including
3489 <unistd.h>.
3490
8839a007
PA
34912013-07-01 Pedro Alves <[email protected]>
3492
3493 Import the "unistd" gnulib module.
3494 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
3495 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
3496 import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
3497 import/m4/unistd_h.m4.
3498 * gnulib/aclocal.m4: Renenerate.
3499 * gnulib/config.in: Renenerate.
3500 * gnulib/configure: Renenerate.
3501 * gnulib/import/Makefile.am: Renenerate.
3502 * gnulib/import/Makefile.in: Renenerate.
3503 * gnulib/import/m4/gnulib-cache.m4: Renenerate.
3504 * gnulib/import/m4/gnulib-comp.m4: Renenerate.
3505 * gnulib/import/m4/off_t.m4: New file.
3506 * gnulib/import/m4/ssize_t.m4: New file.
3507 * gnulib/import/m4/sys_types_h.m4: New file.
3508 * gnulib/import/m4/unistd_h.m4: New file.
3509 * gnulib/import/sys_types.in.h: New file.
3510 * gnulib/import/unistd.c: New file.
3511 * gnulib/import/unistd.in.h: New file.
3512
8c0da261
PA
35132013-07-01 Pedro Alves <[email protected]>
3514
3515 * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
3516 defined instead of checking HAVE_UNISTD_H.
3517
3574124b
PA
35182013-07-01 Pedro Alves <[email protected]>
3519
3520 Reimport gnulib from scratch.
3521 * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
3522 import/m4/onceonly.m4.
3523 * gnulib/aclocal.m4: Renegerate.
3524 * gnulib/config.in: Renegerate.
3525 * gnulib/configure: Renegerate.
3526 * gnulib/import/Makefile.in: Renegerate.
3527 * gnulib/import/extra/update-copyright: Renegerate.
3528 * gnulib/import/m4/onceonly.m4: Delete.
3529
702dc4fd
PA
35302013-07-01 Pedro Alves <[email protected]>
3531
3532 * tui/tui-regs.c (pagination_enabled): Delete declaration.
3533
47e1ce27
JK
35342013-06-30 Jan Kratochvil <[email protected]>
3535
3536 Code cleanup.
3537 * remote.c (async_remote_interrupt_twice): Make it static.
3538 * remote.h (async_remote_interrupt_twice): Remove the declaration.
3539
e82839d4
SDJ
35402013-06-29 Sergio Durigan Junior <[email protected]>
3541
3542 * ia64-linux-tdep.c: Include <ctype.h>.
3543 (ia64_linux_stap_is_single_operand): New function.
3544 (ia64_linux_init_abi): Initialize SystemTap related attributes.
3545
d6c2da54
TT
35462013-06-28 Tom Tromey <[email protected]>
3547
3548 * Makefile.in (version.c): Use version.in, not
3549 common/version.in.
3550 * common/create-version.sh: Likewise.
3551 * common/version.in: Move...
3552 * version.in: ...here.
3553
74da6f00
PA
35542013-06-28 Pedro Alves <[email protected]>
3555
3556 * infrun.c (set_observer_mode): Don't declare pagination_enabled
3557 here.
3558 * utils.h (pagination_enabled): Declare.
3559
d32dc48e
PA
35602013-06-28 Pedro Alves <[email protected]>
3561
3562 * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
3563 Move higher up in file.
3564
0edd9e3b
TT
35652013-06-28 Tom Tromey <[email protected]>
3566
3567 * tracepoint.c (deprecated_readline_begin_hook)
3568 (deprecated_readline_hook, deprecated_readline_end_hook): Don't
3569 declare.
3570
4eb59108
PA
35712013-06-28 Pedro Alves <[email protected]>
3572
3573 PR tui/14880
3574 * tui/tui-regs.c (tui_get_register): Fetch value contents before
3575 checking if they're available.
3576 * value.c (value_available_contents_eq): Change comment.
3577 * value.h (value_available_contents_eq): Expand comment.
3578
97b17156
TT
35792013-06-27 Tom Tromey <[email protected]>
3580
3581 * target.c (find_run_target): Remove.
3582 * target.h (find_run_target): Remove.
3583
6a3bfc5c
TT
35842013-06-27 Tom Tromey <[email protected]>
3585
3586 * corelow.c (core_gdbarch): Now static.
3587
c9ef825d
TT
35882013-06-27 Tom Tromey <[email protected]>
3589
3590 * target.c (target_struct_index): Remove.
3591
e5823f1c
PA
35922013-06-27 Pedro Alves <[email protected]>
3593
3594 * infrun.c: Remove comment describing the 'stepping over runtime
3595 loader dynamic symbol resolution code' mechanism; moved to
3596 gdbint.texinfo.
3597
97f8dd09
PA
35982013-06-27 Pedro Alves <[email protected]>
3599
3600 * exceptions.c (catch_command_errors): Remove spurious space.
3601 * exceptions.h (catch_command_errors): Second parameter is "arg",
3602 not "command".
3603
02b1871e
YQ
36042013-06-27 Yao Qi <[email protected]>
3605
3606 * common/create-version.sh: Update comments. Handle the case
3607 that TARGET_ALIAS is empty.
3608
bb1b1cf1
PA
36092013-06-26 Pedro Alves <[email protected]>
3610
3611 * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
3612 comment.
3613
7b624e71
PA
36142013-06-26 Pedro Alves <[email protected]>
3615
3616 * infrun.c: Update comments on stepping over runtime loader
3617 dynamic symbol resolution code.
3618
74e5a346
SDJ
36192013-06-26 Sergio Durigan Junior <[email protected]>
3620
3621 * ax-gdb.h (union exp_element): Forward declare.
3622 * parser-defs.h: Include expression.h.
3623
a2fb2cee
MR
36242013-06-26 Maciej W. Rozycki <[email protected]>
3625
3626 * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
3627
cdba14e0
DK
36282013-06-26 Dmitry Kozlov <[email protected]>
3629
3630 * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
3631
f30aa5af
DK
36322013-06-26 Dmitry Kozlov <[email protected]>
3633
3634 Fix trace-status to output proper start-time and stop-time.
3635 * tracepoint.c (trace_status_command): Fix type of printf arg to
3636 prevent improper type conversion.
3637 (trace_status_mi): Likewise.
3638
1aee363c
MR
36392013-06-26 Maciej W. Rozycki <[email protected]>
3640
3641 * mips-tdep.c (mips_next_pc): Fix a typo.
3642
3356937a
MR
36432013-06-26 Maciej W. Rozycki <[email protected]>
3644
3645 * mips-tdep.c (micromips_scan_prologue): Fix a typo.
3646
dc673c81
YQ
36472013-06-26 Pedro Alves <[email protected]>
3648 Yao Qi <[email protected]>
3649
3650 * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
3651 * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
3652 * mi/mi-main.c (print_variable_or_computed): New function.
3653 (mi_cmd_trace_frame_collected): New function.
3654 * tracepoint.c (find_trace_state_variable_by_number): New.
3655 (struct traceframe_info): Move to tracepoint.h
3656 (struct collection_list): Likewise.
3657 (do_collect_symbol): Include locals and arguments in the
3658 collected variables list.
3659 (clear_collection_list): Clear wholly collected variables list
3660 and computed variables list.
3661 (append_exp): New function.
3662 (encode_actions_1): Include variables in the wholly
3663 collected variables list. Include memory ranges and
3664 full-fledged expressions in the computed expressions list.
3665 (encode_actions): Move some code to ...
3666 Return the cleanup chain.
3667 (encode_actions_rsp): ... here. New function.
3668 (get_traceframe_location, get_traceframe_info): Remove static.
3669 * tracepoint.h (struct memrange): Moved from tracepoint.c.
3670 (struct collection_list): Moved from tracepoint.c. Add two
3671 new fields 'wholly_collected' and 'computed'.
3672 (find_trace_state_variable_by_number): Declare.
3673 (encode_actions): Adjust declaration.
3674 (encode_actions_rsp): Declare.
3675 (get_traceframe_info, get_traceframe_location): Declare.
3676
3677 * NEWS: Mention new MI command -trace-frame-collected.
3678
28a93511
YQ
36792013-06-26 Pedro Alves <[email protected]>
3680 Yao Qi <[email protected]>
3681
3682 * ctf.c (ctf_traceframe_info): Push trace state variables
3683 present in the trace data into the traceframe info object.
3684 * breakpoint.c (DEF_VEC_I): Remove.
3685 * common/filestuff.c (DEF_VEC_I): Likewise.
3686 * dwarf2loc.c (DEF_VEC_I): Likewise.
3687 * mi/mi-main.c (DEF_VEC_I): Likewise.
3688 * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
3689 * features/traceframe-info.dtd: Add tvar element and its
3690 attributes.
3691 * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
3692 (build_traceframe_info): Push trace state variables present in
3693 the trace data into the traceframe info object.
3694 (traceframe_info_start_tvar): New function.
3695 (tvar_attributes): New.
3696 (traceframe_info_children): Add "tvar" element.
3697 * tracepoint.h (struct traceframe_info) <tvars>: New field.
3698
3699 * NEWS: Mention the change in GDB and GDBserver.
3700
ddacd3c8
YQ
37012013-06-26 Pedro Alves <[email protected]>
3702 Yao Qi <[email protected]>
3703
3704 * tracepoint.c (trace_dump_command): Move code to ...
3705 (get_traceframe_location): ... here. New.
3706
05796b35
YQ
37072013-06-26 Pedro Alves <[email protected]>
3708 Yao Qi <[email protected]>
3709
3710 * tracepoint.c (trace_dump_command): GDB emits an error
3711 instead of a warning when a traceframe is not selected.
3712
cbfa3b61
YQ
37132013-06-26 Pedro Alves <[email protected]>
3714 Yao Qi <[email protected]>
3715
3716 * tracepoint.c (tracepoint_list, stepping_list): Remove.
3717 (clear_collection_list): Free fields 'aexpre_list' and 'list'
3718 in collection_list.
3719 (do_clear_collection_list, init_collection_list): New.
3720 (encode_actions): Add local variables 'tracepoint_list' and
3721 'stepping_list'. Call init_collection_list and make cleanup
3722 which calls do_clear_collection_list. Don't call
3723 clear_collection_list.
3724 (_initialize_tracepoint): Delete references to
3725 'tracepoint_list' and 'stepping_list'.
3726
6e2048d3
TT
37272013-06-25 Tom Tromey <[email protected]>
3728
3729 * common/create-version.sh (date): Use "$", not "$$" in sed
3730 expression.
3731
42059f0e
KB
37322013-06-25 Kevin Buettner <[email protected]>
3733
3734 * NEWS (New targets): Add entry for TI MSP430.
3735
a0743c90
YQ
37362013-06-25 Yao Qi <[email protected]>
3737
3738 * remote.c (remote_start_remote): Move code to upload tsv
3739 earlier.
3740
9d6e6e84
HZ
37412013-06-25 Yao Qi <[email protected]>
3742 Hui Zhu <[email protected]>
3743 Pedro Alves <[email protected]>
3744
3745 PR breakpoints/15075
3746 PR breakpoints/15434
3747 * breakpoint.c (bpstat_stop_status): Call
3748 b->ops->after_condition_true.
3749 (update_dprintf_command_list): Don't append "continue" command
3750 to the command list of dprintf breakpoint.
3751 (base_breakpoint_after_condition_true): New function.
3752 (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
3753 (dprintf_after_condition_true): New function.
3754 (initialize_breakpoint_ops): Set dprintf_after_condition_true.
3755 * breakpoint.h (breakpoint_ops): Add after_condition_true.
3756
586cf749
KB
37572013-06-24 Kevin Buettner <[email protected]>
3758
3759 * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
3760 (ALLDEPFILES): Add msp430-tdep.c.
3761 * configure.tgt (msp430*-*-elf): New target.
3762 * msp430-tdep.c: New file.
3763
1bbce132
MR
37642013-06-24 Maciej W. Rozycki <[email protected]>
3765
3766 * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
3767 microMIPS synthetic symbols.
3768
3e5d3a5a
MR
37692013-06-24 Maciej W. Rozycki <[email protected]>
3770
3771 * objfiles.h (pc_in_section): New prototype.
3772 (in_plt_section): Remove name argument, replace prototype with
3773 static inline function.
3774 * mips-tdep.h: Include "objfiles.h".
3775 (in_mips_stubs_section): New function.
3776 * hppa-tdep.h (gdbarch_tdep): Remove name argument of
3777 in_solib_call_trampoline member.
3778 (hppa_in_solib_call_trampoline): Remove name argument.
3779 * objfiles.c (pc_in_section): New function.
3780 (in_plt_section): Remove function.
3781 * mips-linux-tdep.c: Include "objfiles.h".
3782 (mips_linux_in_dynsym_stub): Call in_mips_stubs_section. Remove
3783 name argument. Return 1 rather than the low 16-bit halfword of
3784 any instruction examined.
3785 (mips_linux_in_dynsym_resolve_code): Update
3786 mips_linux_in_dynsym_stub call accordingly.
3787 * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
3788 rather than an equivalent hand-coded sequence.
3789 * hppa-hpux-tdep.c (in_opd_section): Remove function.
3790 (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
3791 (hppa64_hpux_in_solib_call_trampoline): Likewise.
3792 (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
3793 in_opd_section.
3794 * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
3795 on call to tdep->in_solib_call_trampoline.
3796 (hppa_in_solib_call_trampoline): Remove name argument, update
3797 according to in_plt_section change.
3798 (hppa_skip_trampoline_code): Update according to in_plt_section
3799 change.
3800 * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
3801 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
3802 Likewise.
3803 * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
3804 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
3805 * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
3806 * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
3807 * nto-tdep.c (nto_relocate_section_addresses): Likewise.
3808 * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
3809 * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
3810 * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
3811 * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
3812 * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
3813 * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
3814 * sparc-tdep.c (sparc_analyze_prologue): Likewise.
3815 * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
3816
b9b26a16
JB
38172013-06-24 Joel Brobecker <[email protected]>
3818
3819 * common/create-version.sh: Fix expansion of $host_alias
3820 and $target_alias in generation of HOST_NAME and TARGET_NAME
3821 (resp.).
3822
01208463
TT
38232013-06-24 Tom Tromey <[email protected]>
3824
3825 * common/create-version.sh: New file.
3826 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
3827 create-version.sh.
3828 (HFILES_NO_SRCDIR): Use common/version.h.
3829 * version.in: Move to ...
3830 * common/version.in: ... here. Replace date with "DATE".
3831 * version.h: Move to ...
3832 * common/version.h: ... here.
3833
bb6b9a5e
JB
38342013-06-21 Joel Brobecker <[email protected]>
3835
3836 * gdb/gnulib/Makefile.in: Update date in copyright header.
3837 * gdb/gnulib/configure.ac: Ditto.
3838 * gdb/gnulib/update-gnulib.sh: Ditto.
3839
c3b18ee7
JB
38402013-06-21 Joel Brobecker <[email protected]>
3841
3842 * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
3843 "gdb/gnulib/import".
3844
85d3b769
WN
38452013-06-21 Will Newton <[email protected]>
3846
3847 * doublest.c (ldfrexp): Remove function.
3848 (convert_doublest_to_floatformat): Call frexpl instead of
3849 ldfrexp.
3850
88b48903
WN
38512013-06-21 Will Newton <[email protected]>
3852
3853 * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
3854 * gnulib/aclocal.m4: Regenerate.
3855 * gnulib/config.in: Regenerate.
3856 * gnulib/configure: Regenerate.
3857 * gnulib/import/Makefile.am: Update.
3858 * gnulib/import/Makefile.in: Update.
3859 * gnulib/import/m4/gnulib-cache.m4: Update.
3860 * gnulib/import/m4/gnulib-comp.m4: Update.
3861 * gnulib/import/float+.h: Import.
3862 * gnulib/import/float.c: Import.
3863 * gnulib/import/float.in.h: Import.
3864 * gnulib/import/fpucw.h: Import.
3865 * gnulib/import/frexp.c: Import.
3866 * gnulib/import/frexpl.c: Import.
3867 * gnulib/import/isnan.c: Import.
3868 * gnulib/import/isnand-nolibm.h: Import.
3869 * gnulib/import/isnand.c: Import.
3870 * gnulib/import/isnanl-nolibm.h: Import.
3871 * gnulib/import/isnanl.c: Import.
3872 * gnulib/import/itold.c: Import.
3873 * gnulib/import/m4/exponentd.m4: Import.
3874 * gnulib/import/m4/exponentl.m4: Import.
3875 * gnulib/import/m4/float_h.m4: Import.
3876 * gnulib/import/m4/fpieee.m4: Import.
3877 * gnulib/import/m4/frexp.m4: Import.
3878 * gnulib/import/m4/frexpl.m4: Import.
3879 * gnulib/import/m4/isnand.m4: Import.
3880 * gnulib/import/m4/isnanl.m4: Import.
3881 * gnulib/import/m4/math_h.m4: Import.
3882 * gnulib/import/math.c: Import.
3883 * gnulib/import/math.in.h: Import.
3884
4353c9e6
JK
38852013-06-21 Jan Kratochvil <[email protected]>
3886
3887 * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
3888 replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
3889 signature_INTEL_edx comparisons.
3890
e3e06db3
DE
38912013-06-20 Doug Evans <[email protected]>
3892
6ac97d4c
DE
3893 symtab/15652
3894 * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
3895 All callers updated.
3896 (open_dwp_file): If we can't find the dwp file, search the basename
3897 in debug-file-directory.
3898
93417882
DE
3899 * dwarf2read.c (struct dwp_file): Fix comment.
3900 (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
3901
e3e06db3
DE
3902 * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
3903 better.
3904
0878d0fa
YQ
39052013-06-20 Yao Qi <[email protected]>
3906
3907 * breakpoint.c (create_breakpoint): Fix code indentation.
3908
023fa29b
YQ
39092013-06-20 Yao Qi <[email protected]>
3910
3911 * breakpoint.c (create_breakpoints_sal_default): Remove
3912 parameter 'lsal'. Update declaration.
3913 (bkpt_create_breakpoints_sal): Caller update.
3914 (tracepoint_create_breakpoints_sal): Likewise.
3915
c898adb7
YQ
39162013-06-20 Pedro Alves <[email protected]>
3917 Yao Qi <[email protected]>
3918
3919 * NEWS: Mention the new option '--skip-unavailable' of command
3920 -data-list-register-values.
3921 * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
3922 --skip-unavailable option. Adjust to use output_register.
3923 (output_register): Add new 'skip_unavailable' parameter.
3924 Handle it.
3925
4d157a3d
MF
39262013-06-19 Mike Frysinger <[email protected]>
3927
3928 * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
3929 common/i386-gcc-cpuid.h.
3930 * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
3931 * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
3932 Copy the latest version from upstream gcc.
3933 * common/linux-btrace.c: Include i386-cpuid.h.
3934 (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
3935 call to i386_cpuid.
3936 (cpu_supports_btrace): Likewise.
3937 * go32-nat.c: Include i386-cpuid.h.
3938 (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
3939
1ce4db08
DE
39402013-06-19 Doug Evans <[email protected]>
3941
3942 * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
3943 (get_section_index): Ditto.
3944
0e4777df
TT
39452013-06-19 Tom Tromey <[email protected]>
3946
3947 * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
3948 "dprintf" help.
3949
3190f0c6
DE
39502013-06-18 Doug Evans <[email protected]>
3951
3952 * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
3953 before using it.
3954 (dw2_expand_symtabs_matching): Fix symbol kind validity check.
3955 Move test of cu_index closer to use. Print complaint if cu_index
3956 is bad.
3957
8b89a20a
JB
39582013-06-18 Joel Brobecker <[email protected]>
3959
3960 * machoread.c (oso_vector): Delete this global.
3961 (macho_register_oso): Add new parameter "oso_vector_ptr".
3962 Use it instead of the "oso_vector" global.
3963 (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
3964 (macho_symfile_read): Use a local oso_vector, to be free'ed
3965 at the end of this function, in place of the old "oso_vector"
3966 global. Update various function calls accordingly. Use one
3967 single cleanup chain for the entire function.
3968
59b0c7c1
JB
39692013-06-18 Joel Brobecker <[email protected]>
3970
937c708c 3971 * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
59b0c7c1
JB
3972 DWARF2_PER_OBJFILE by uses of DATA instead.
3973
427cd150
TT
39742013-06-18 Tom Tromey <[email protected]>
3975
3976 * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
3977 argument.
3978 * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
3979 Special case signals other than GDB_SIGNAL_TRAP.
3980 (explains_signal_watchpoint): New function.
3981 (base_breakpoint_explains_signal): Add 'sig' argument.
3982 (initialize_breakpoint_ops): Set 'explains_signal' method for
3983 watchpoints.
3984 * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
3985 signal argument.
3986 (bpstat_explains_signal): Likewise.
3987 * infrun.c (handle_syscall_event, handle_inferior_event): Update.
3988
2d57700b
TT
39892013-06-18 Tom Tromey <[email protected]>
3990
3991 * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
3992
ac475191
TT
39932013-06-18 Tom Tromey <[email protected]>
3994
3995 * python/python.c (finish_python_initialization): Decref
3996 'pythondir' on failure path as well.
3997
5bd1ef56
TT
39982013-06-18 Tom Tromey <[email protected]>
3999
4000 PR symtab/15391:
4001 * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
4002 after taking bits_to_skip into account. Sign extend byte_offset.
4003 * utils.h (gdb_sign_extend): Declare.
4004 * utils.c (gdb_sign_extend): New function.
4005
92fac807
JK
40062013-06-18 Jan Kratochvil <[email protected]>
4007
4008 * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
4009
2d503272
PM
40102013-06-17 Pierre Muller <[email protected]>
4011
4012 * corelow.c (core_open): Print GDB signal name instead of target
4013 signal number.
4014
6916fd98
MF
40152013-06-17 Mike Frysinger <[email protected]>
4016
4017 * .gitignore: Add /gcore.
4018
9c02c129
DE
40192013-06-13 Doug Evans <[email protected]>
4020
4021 * dwarf2read.c (try_open_dwop_file): Work around behaviour of
4022 OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
4023
d0548fa2
PM
40242013-06-12 Phil Muldoon <[email protected]>
4025
4026 * stack.c (backtrace_command_1): Fix indentation.
4027
22128028
JB
40282013-06-11 Joel Brobecker <[email protected]>
4029
4030 * window-nat.c (thread_rec): Add missing empty line after
4031 local variable declaration.
4032
2ed3e009
JB
40332013-06-11 Joel Brobecker <[email protected]>
4034
4035 * windows-nat.c (thread_rec): Revert format used to print
4036 error code returned by SuspendThread from %d back to %u.
4037
0c3d84be
JB
40382013-06-11 Joel Brobecker <[email protected]>
4039
4040 * windows-nat.c (windows_continue): Add "0x" prefix for thread
4041 ID in debug trace.
4042 (get_windows_debug_event): Likewise, for all debug traces.
4043
80e88e1a
JB
40442013-06-11 Joel Brobecker <[email protected]>
4045
4046 * window-nat.c (thread_rec): Add thread ID in SuspendThread
4047 warning message.
4048
1edebdbf
YQ
40492013-06-08 Pedro Alves <[email protected]>
4050 Yao Qi <[email protected]>
4051
4052 * mi/mi-main.c (get_register): Remove declaration.
4053 (output_register): Declare.
4054 (mi_cmd_data_list_register_values): Remove local variable
4055 'tuple_cleanup'. Move some code into output_register.
4056 (get_register): Renamed to ...
4057 (output_register): ... this. Output the register's
4058 "number" ui_out tuple here.
4059
47d48711
PA
40602013-06-07 Pedro Alves <[email protected]>
4061
4062 * darwin-nat.c: Fix formating in copyright header.
4063 * darwin-nat.h: Likewise.
4064 * gnu-nat.c: Likewise.
4065 * machoread.c: Likewise.
4066
3aee8918
PA
40672013-06-07 Pedro Alves <[email protected]>
4068
5f2b57b5 4069 PR server/14823
3aee8918
PA
4070 * regformats/regdat.sh: Output #include tdesc.h. Make globals
4071 static. Output a global target description pointer.
4072 (init_registers_${name}): Adjust to initialize a
4073 target description structure.
4074
fe8400b4
WN
40752013-06-07 Will Newton <[email protected]>
4076
4077 * printcmd.c (build_address_symbolic): Call
4078 gdbarch_addr_bits_remove for text minimal symbols.
4079
20df6206
WN
40802013-06-07 Will Newton <[email protected]>
4081
4082 * MAINTAINERS: Add myself to Write After Approval.
4083
aef525cb
YQ
40842013-06-07 Yao Qi <[email protected]>
4085
4086 * tracepoint.c (start_tracing): Move code to ...
4087 (trace_reset_local_state): ... here. New.
4088 (disconnect_tracing): Don't call set_current_traceframe,
4089 set_tracepoint_num, and set_traceframe_context. Call
4090 trace_reset_local_state instead.
4091 (tfile_close): Call trace_reset_local_state.
4092 * ctf.c (ctf_close): Likewise.
4093 * remote.c (remote_close): Likewise.
4094 * tracepoint.h (trace_reset_local_state): Declare.
4095
d2415c6c
DE
40962013-06-06 Doug Evans <[email protected]>
4097
4098 * dwarf2read.c: Whitespace fixes for DWP file format documentation,
4099 and fix header docs.
4100
69fc87c2
DE
41012013-06-05 Doug Evans <[email protected]>
4102 Keith Seitz <[email protected]>
4103
4104 PR 15519
4105 * cp-namespace.c (find_symbol_in_baseclass): Call
4106 cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
4107 Check result of call to lookup_symbol_static.
4108 Call lookup_static_symbol_aux unconditionally.
4109 Call check_typedef on base types before accessing them.
4110 (cp_lookup_nested_symbol): Fix comment.
4111
a513d1e8
LM
41122013-06-05 Luis Machado <[email protected]>
4113
4114 * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
4115 minimal symbols pointing to function descriptors.
4116
351a6f02
TT
41172013-06-05 Tom Tromey <[email protected]>
4118
4119 * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
4120
5e1b953b 41212013-06-04 Sergio Durigan Junior <[email protected]>
c7c0b644 4122 Pedro Alves <[email protected]>
5e1b953b
SDJ
4123
4124 * remote.c (remote_wait_as): Restore signal handler before returning
4125 when GDB gets a notification.
4126
f9e14852
GB
41272013-06-04 Gary Benson <[email protected]>
4128
8445cbf1 4129 PR 2328
f9e14852
GB
4130 * breakpoint.h (handle_solib_event): Moved function declaration
4131 to solib.h.
4132 * breakpoint.c (handle_solib_event): Moved function to solib.c.
4133 (bpstat_stop_status): Pass new argument to handle_solib_event.
4134 * solib.h (update_solib_breakpoints): New function declaration.
4135 (handle_solib_event): Moved function declaration from
4136 breakpoint.h.
4137 * solib.c (update_solib_breakpoints): New function.
4138 (handle_solib_event): Moved function from breakpoint.c.
4139 Updated to call solib_ops->handle_event if not NULL.
4140 * solist.h (target_so_ops): New fields "update_breakpoints" and
4141 "handle_event".
4142 * infrun.c (set_stop_on_solib_events): New function.
4143 (_initialize_infrun): Use the above for "set
4144 stop-on-solib-events".
4145 (handle_inferior_event): Pass new argument to handle_solib_event.
4146 * solib-svr4.c (probe.h): New include.
4147 (svr4_free_library_list): New forward declaration.
4148 (probe_action): New enum.
4149 (probe_info): New struct.
4150 (probe_info): New static variable.
4151 (NUM_PROBES): New definition.
4152 (svr4_info): New fields "using_xfer", "probes_table" and
4153 "solib_list".
4154 (free_probes_table): New function.
4155 (free_solib_list): New function.
4156 (svr4_pspace_data_cleanup): Free probes table and solib list.
4157 (svr4_copy_library_list): New function.
4158 (svr4_current_sos_via_xfer_libraries): New parameter "annex".
4159 (svr4_read_so_list): New parameter "prev_lm".
4160 (svr4_current_sos_direct): Renamed from "svr4_current_sos".
4161 (svr4_current_sos): New function.
4162 (probe_and_action): New struct.
4163 (hash_probe_and_action): New function.
4164 (equal_probe_and_action): Likewise.
4165 (register_solib_event_probe): Likewise.
4166 (solib_event_probe_at): Likewise.
4167 (solib_event_probe_action): Likewise.
4168 (solist_update_full): Likewise.
4169 (solist_update_incremental): Likewise.
4170 (disable_probes_interface_cleanup): Likewise.
4171 (svr4_handle_solib_event): Likewise.
4172 (svr4_update_solib_event_breakpoint): Likewise.
4173 (svr4_update_solib_event_breakpoints): Likewise.
4174 (svr4_create_solib_event_breakpoints): Likewise.
4175 (enable_break): Free probes table before creating breakpoints.
4176 Use svr4_create_solib_event_breakpoints to create breakpoints.
4177 (svr4_solib_create_inferior_hook): Free the solib list.
4178 (_initialize_svr4_solib): Initialise
4179 svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
4180
ced63ec0
GB
41812013-06-04 Gary Benson <[email protected]>
4182
4183 * target.h (target_ops): New field
4184 "to_augmented_libraries_svr4_read".
4185 (target_augmented_libraries_svr4_read): New macro.
4186 * target.c (update_current_target): Handle
4187 to_augmented_libraries_svr4_read.
4188 * remote.c (remote_state): New field
4189 "augmented_libraries_svr4_read".
4190 (remote_augmented_libraries_svr4_read_feature): New function.
4191 (remote_protocol_features): Add entry for
4192 "augmented-libraries-svr4-read".
4193 (remote_augmented_libraries_svr4_read): New function.
4194 (init_remote_ops): Initialize
4195 remote_ops.to_augmented_libraries_svr4_read.
4196
7f91dbec
GB
41972013-06-04 Gary Benson <[email protected]>
4198
4199 * NEWS: Update.
4200
607ece04
GB
42012013-06-04 Gary Benson <[email protected]>
4202
4203 * objfiles.h (inhibit_section_map_updates): New function
4204 declaration.
4205 (resume_section_map_updates): Likewise.
4206 (resume_section_map_updates_cleanup): Likewise.
4207 * objfiles.c (objfile_pspace_info): Removed field
4208 "objfiles_changed_p". New fields "new_objfiles_available",
4209 "section_map_dirty" and "inhibit_updates".
4210 (allocate_objfile): Set new_objfiles_available.
4211 (free_objfile): Set section_map_dirty.
4212 (objfile_relocate1): Likewise.
4213 (in_plt_section): Likewise.
4214 (find_pc_section): Update the conditions under which the
4215 section map will be updated.
4216 (inhibit_section_map_updates): New function.
4217 (resume_section_map_updates): Likewise.
4218 (resume_section_map_updates_cleanup): Likewise.
4219
9ee6a5ac
GB
42202013-06-04 Gary Benson <[email protected]>
4221
4222 * probe.h (get_probe_argument_count): New declaration.
4223 (evaluate_probe_argument): Likewise.
4224 * probe.c (get_probe_argument_count): New function.
4225 (evaluate_probe_argument): Likewise.
4226 (probe_safe_evaluate_at_pc): Use the above new functions.
4227
845d4708
AM
42282013-06-04 Alan Modra <[email protected]>
4229
4230 * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
4231 * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
4232 (ppc_insns_match_pattern): Add frame param. Avoid multiple
4233 target mem reads on optional insns.
4234 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
4235 ppc_insns_match_pattern calls.
4236 * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
4237 Add match for power7 thread safety insns, and new order of
4238 std 2,40(1) insn. Correct code shown for _dl_runtime_resolve
4239 invocation in comment, and update rest of comment.
4240 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
4241 PPC64_STANDARD_LINKAGE3_LEN): Delete.
4242 (ppc64_standard_linkage2_target): Update insn offsets.
4243 (ppc64_skip_trampoline_code): Use a single insn buffer. Match newer
4244 stubs first. Update calls.
4245
404e278f
YQ
42462013-06-04 Yao Qi <[email protected]>
4247
4248 * solib.c (solib_find): Don't need dir separator if path has
4249 drive spec.
4250
f6aea118
JB
42512013-06-03 Joel Brobecker <[email protected]>
4252
4253 Revert (indirectly causes a SIGSEGV):
4254 * machoread.c (macho_symfile_read): Assign first cleanup to
4255 'back_to'.
4256
87967e27
YQ
42572013-06-03 Yao Qi <[email protected]>
4258
4259 * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
4260 mi-parse.c. Make them static.
4261 (mi_all_values): Likewise.
4262 (mi_parse_values_option): Move to mi-parse.c. Rename it to
4263 mi_parse_print_values. Make it external.
4264 * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
4265 Remove the declarations.
4266 * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
4267 * mi/mi-parse.h (mi_parse_print_values): Declare.
4268 * mi/mi-cmd-stack.c: Include mi-parse.h.
4269 (parse_print_values): Remove
4270 (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
4271 of parse_print_values.
4272 (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
4273
3ca73e0c
YQ
42742013-05-31 Pedro Alves <[email protected]>
4275 Yao Qi <[email protected]>
4276
4277 * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
4278 (encode_actions): Move code to ...
4279 (all_tracepoint_actions_and_cleanup): ... here. New.
4280 (trace_dump_command): Likewise.
4281
4e993a19
TT
42822013-05-30 Tom Tromey <[email protected]>
4283
4284 * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
4285
e3b76b4f
TT
42862013-05-30 Tom Tromey <[email protected]>
4287
4288 * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
4289 gdb_xml_create_parser_and_cleanup_1. Return a cleanup. Remove
4290 'old_chain' argument. Add 'parser_result' argument.
4291 (gdb_xml_create_parser_and_cleanup): Remove old version.
4292 (gdb_xml_parse_quick): Update.
4293 (xml_process_xincludes): Update.
4294 * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
4295 declare.
4296
db26349c
TT
42972013-05-30 Tom Tromey <[email protected]>
4298
4299 * probe.c (collect_probes): Check arguments for NULL before
4300 calling compile_rx_or_error.
4301 * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
4302 Remove NULL return.
4303
77f9e713
TT
43042013-05-30 Tom Tromey <[email protected]>
4305
4306 * infrun.c (adjust_pc_after_break): Introduce an outer null
4307 cleanup.
4308
45475de7
TT
43092013-05-30 Tom Tromey <[email protected]>
4310
4311 * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
4312
ac5007fd
TT
43132013-05-30 Tom Tromey <[email protected]>
4314
4315 * cli/cli-script.c (read_command_lines_1): Use a null cleanup
4316 for 'old_chain'. Do not check 'head' before processing
4317 cleanups.
4318
cd82eddc
TT
43192013-05-30 Tom Tromey <[email protected]>
4320
4321 * mi/mi-cmd-stack.c (list_arg_or_local): Remove
4322 "cleanup_tuple".
4323
57cee33a
TT
43242013-05-30 Tom Tromey <[email protected]>
4325
4326 * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
4327 inner scope. Unconditionally call do_cleanups.
4328
795d915c
TT
43292013-05-30 Tom Tromey <[email protected]>
4330
4331 * source.c (find_and_open_source): Call do_cleanups.
4332
1fc3cf4a
TT
43332013-05-30 Tom Tromey <[email protected]>
4334
4335 * linux-thread-db.c (thread_db_load_search): Unconditionally
4336 call do_cleanups.
4337
e35ac9bf
TT
43382013-05-30 Tom Tromey <[email protected]>
4339
4340 * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
4341 for 'cleanup'; instead use a later one.
4342
f3300387
TT
43432013-05-30 Tom Tromey <[email protected]>
4344
4345 * python/py-breakpoint.c (bppy_get_commands): Use
4346 explicit, unconditional return.
4347 * python/py-frame.c (frapy_read_var): Likewise.
4348 * python/python.c (gdbpy_decode_line): Likewise.
4349
c27e16e3
TT
43502013-05-30 Tom Tromey <[email protected]>
4351
4352 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
4353 do_cleanups on all return paths.
4354
5ae85e44
TT
43552013-05-30 Tom Tromey <[email protected]>
4356
4357 * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
4358
73b8d9da
TT
43592013-05-30 Tom Tromey <[email protected]>
4360
4361 * stabsread.c (read_struct_type): Call do_cleanups along
4362 all return paths.
4363
7d266584
MR
43642013-05-30 Maciej W. Rozycki <[email protected]>
4365
4366 * mips-linux-tdep.c: Adjust formatting throughout.
4367
0f900f54
TT
43682013-05-30 Tom Tromey <[email protected]>
4369
4370 * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
4371 along all return paths.
4372
a991ac28
TT
43732013-05-30 Tom Tromey <[email protected]>
4374
4375 * symfile.c (find_separate_debug_file): Call do_cleanups
4376 along all return paths.
4377
1abaf042
TT
43782013-05-30 Tom Tromey <[email protected]>
4379
4380 * symtab.c (search_symbols): Introduce a null cleanup for
4381 'retval_chain'.
4382
edefe1da
TT
43832013-05-30 Tom Tromey <[email protected]>
4384
4385 * python/py-value.c (valpy_binop): Call do_cleanups before
4386 exiting loop.
4387
54f72dcc
TT
43882013-05-30 Tom Tromey <[email protected]>
4389
4390 * python/py-prettyprint.c (print_children): Remove extra
4391 do_cleanups call.
4392
af1c6971
TT
43932013-05-30 Tom Tromey <[email protected]>
4394
4395 * python/py-frame.c (frapy_read_var): Call do_cleanups along
4396 all return paths.
4397
b862ce75
TT
43982013-05-30 Tom Tromey <[email protected]>
4399
4400 * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
4401 along all return paths.
4402
e12fefc8
TT
44032013-05-30 Tom Tromey <[email protected]>
4404
4405 * cli/cli-logging.c (set_logging_redirect): Unconditionally
4406 call do_cleanups.
4407
4867f990
TT
44082013-05-30 Tom Tromey <[email protected]>
4409
4410 * varobj.c (c_value_of_root): Call do_cleanups along all
4411 return paths.
4412
4fd2d6af
TT
44132013-05-30 Tom Tromey <[email protected]>
4414
4415 * tracepoint.c (trace_dump_command): Unconditionally call
4416 do_cleanups.
4417
752eb8b4
TT
44182013-05-30 Tom Tromey <[email protected]>
4419
4420 * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
4421 do_cleanups earlier.
4422
e42d0aa5
TT
44232013-05-30 Tom Tromey <[email protected]>
4424
4425 * machoread.c (macho_symfile_read): Assign first cleanup to
4426 'back_to'.
4427
4bbc010a
TT
44282013-05-30 Tom Tromey <[email protected]>
4429
4430 * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
4431
b9635925
TT
44322013-05-30 Tom Tromey <[email protected]>
4433
4434 * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
4435
25f43500
TT
44362013-05-30 Tom Tromey <[email protected]>
4437
4438 * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
4439 call discard_cleanups.
4440 (inf_ptrace_attach): Likewise.
4441
d6a2e54a
TT
44422013-05-30 Tom Tromey <[email protected]>
4443
4444 * remote-mips.c (mips_exit_debug): Call do_cleanups on all
4445 return paths.
4446 (mips_initialize): Likewise.
4447 (common_open): Call do_cleanups.
4448
48be7c1b
TT
44492013-05-30 Tom Tromey <[email protected]>
4450
4451 * utils.c (internal_vproblem): Call do_cleanups.
4452
e61727ab
TT
44532013-05-30 Tom Tromey <[email protected]>
4454
4455 * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
4456
b81b921f
TT
44572013-05-30 Tom Tromey <[email protected]>
4458
4459 * cli/cli-script.c (setup_user_args): Don't return after error.
4460
fe48dfb1
TT
44612013-05-30 Tom Tromey <[email protected]>
4462
4463 * somread.c (som_symtab_read): Call do_cleanups.
4464
27833de7
TT
44652013-05-30 Tom Tromey <[email protected]>
4466
4467 * printcmd.c (print_command_1): Unconditionally call do_cleanups.
4468
5b3fca71
TT
44692013-05-30 Tom Tromey <[email protected]>
4470
4471 * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
4472 * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
4473 * interps.c (interpreter_exec_cmd): Call do_cleanups.
4474 * source.c (show_substitute_path_command): Call do_cleanups.
4475 (unset_substitute_path_command, set_substitute_path_command):
4476 Likewise.
4477 * symfile.c (load_command): Call do_cleanups.
4478
af83e3f8
TT
44792013-05-30 Tom Tromey <[email protected]>
4480
4481 * contrib/cleanup_check.py: New file.
4482 * contrib/gcc-with-excheck: Add option parsing.
4483
564eac42
JB
44842013-05-30 Joel Brobecker <[email protected]>
4485
4486 * windows-nat.c (windows_delete_thread): Add missing space
4487 in cast expression.
4488
47902076
HAQ
44892013-05-30 Hafiz Abid Qadeer <[email protected]>
4490
4491 * inferior.c (top level): Include tilde.h.
4492 (add_inferior_command): Call tilde_expand on the value of 'exec'
4493 argument.
4494
23da373a
YQ
44952013-05-30 Pedro Alves <[email protected]>
4496 Yao Qi <[email protected]>
4497
4498 * tracepoint.c (encode_actions_1): Remove parameter 't'.
4499 Caller update.
4500 (encode_actions): Likewise.
4501 * remote.c (remote_download_tracepoint): Caller update.
4502 * tracepoint.h (encode_actions): Update declaration.
4503
a6e6f791
PA
45042013-05-30 Pedro Alves <[email protected]>
4505
4506 * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
4507 pointer.
4508
36d25514
YQ
45092013-05-30 Yao Qi <[email protected]>
4510
4511 * remote.c (remote_check_symbols): Remove unused parameter
4512 'objfile'.
4513 Declaration update.
4514 (remote_start_remote, remote_new_objfile): Caller update.
4515
62a813cc
YQ
45162013-05-30 Yao Qi <[email protected]>
4517
4518 * mi/mi-cmds.c (mi_cmds): Define MI command
4519 '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
4520 DEF_MI_CMD_CLI.
4521
28439a30
PA
45222013-05-29 Pedro Alves <[email protected]>
4523
4524 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
4525 (remote_insert_watchpoint, remote_remove_watchpoint)
4526 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
4527 (remote_verify_memory, compare_sections_command)
4528 (remote_search_memory): Set the general process/thread on the
4529 remote side.
4530
6ac1c082
PA
45312013-05-29 Pedro Alves <[email protected]>
4532
4533 * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
4534 (_initialize_aarch64_tdep): Don't call
4535 initialize_tdesc_aarch64_without_fpu.
4536 * features/Makefile (WHICH): Remove reference to
4537 aarch64-without-fpu.
4538 * features/aarch64-without-fpu.c: Delete file.
4539 * regformats/aarch64-without-fpu.dat: Delete file.
4540
a73e3634
YQ
45412013-05-28 Yao Qi <[email protected]>
4542
4543 * tracepoint.c (stringify_collection_list): Remove parameter
4544 'string'.
4545 (encode_actions): Caller update. Remove local variables.
4546
c0ea94eb
YQ
45472013-05-24 Yao Qi <[email protected]>
4548
4549 * tracepoint.c (TFILE_PID): Remove.
4550 (tfile_open): Don't add thread and inferior.
4551 (tfile_close): Don't set 'inferior_ptid'. Don't call
4552 exit_inferior_silent.
4553 (tfile_thread_alive): Remove.
4554 (init_tfile_ops): Don't set field 'to_thread_alive' of
4555 tfile_ops.
4556
20d7f211
DE
45572013-05-23 Doug Evans <[email protected]>
4558
4559 * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
4560
8658d16d
PA
45612013-05-23 Pedro Alves <[email protected]>
4562
4563 * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
4564 [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
4565 (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
4566 Only define if HAVE_SOCKETS is defined.
4567 * configure.ac: Check for sys/socket.h.
4568 * config.in, configure: Regenerate.
4569
21aa081e
PA
45702013-05-23 Pedro Alves <[email protected]>
4571
4572 * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
4573 (open_and_init_dwp_file): Use %s/pulongest instead of %u for
4574 printing uint32_t variables.
4575
c2d6af84
PA
45762013-05-23 Pedro Alves <[email protected]>
4577
4578 * NEWS: Mention GDBserver range stepping support.
4579
c1e36e3e
PA
45802013-05-23 Yao Qi <[email protected]>
4581 Pedro Alves <[email protected]>
4582
4583 * gdbthread.h (struct thread_control_state) <may_range_step>: New
4584 field.
4585 * infcmd.c (step_once, until_next_command): Enable range stepping.
4586 * infrun.c (displaced_step_prepare): Disable range stepping.
4587 (resume): Disable range stepping if stepping over a breakpoint or
4588 we have software watchpoints. If range stepping is enabled,
4589 assert the thread is in the stepping range.
4590 (clear_proceed_status_thread): Clear may_range_step.
4591 (handle_inferior_event): Disable range stepping as soon as we know
4592 the thread that hit the event. Re-enable it whenever we're going
4593 to step with a step range.
4594 * remote.c (struct vCont_action_support) <r>: New field.
4595 (use_range_stepping): New global.
4596 (remote_vcont_probe): Handle 'r' action.
4597 (append_resumption): Append an 'r' action if the thread may range
4598 step.
4599 (show_range_stepping): New function.
4600 (set_range_stepping): New function.
4601 (_initialize_remote): Call add_setshow_boolean_cmd to register the
4602 'set range-stepping' and 'show range-stepping' commands.
4603 * NEWS: Mention range stepping, the new vCont;r action, and the
4604 new "set/show range-stepping" commands.
4605
d458bd84
PA
46062013-05-23 Yao Qi <[email protected]>
4607 Pedro Alves <[email protected]>
4608
4609 * remote.c (struct vCont_action_support): New struct.
4610 (struct remote_state) <support_vCont_t>: Remove field.
4611 <vCont_actions_support>: New field.
4612 (remote_vcont_probe, remote_stop_ns): Update.
4613
ce4c476a
PA
46142013-05-23 Yao Qi <[email protected]>
4615 Pedro Alves <[email protected]>
4616
4617 * gdbthread.h (pc_in_thread_step_range): New declaration.
4618 * thread.c (pc_in_thread_step_range): New function.
4619 * infrun.c (handle_inferior_event): Use it.
4620
ce70887a
JB
46212013-05-23 Joel Brobecker <[email protected]>
4622
4623 * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
4624 of sprintf.
4625
55b87a52
KS
46262013-05-22 Keith Seitz <[email protected]>
4627
4628 * ada-lang.c (is_known_support_routine): Add explicit free of
4629 'func_name' from find_frame_funname.
4630 (ada_unhandled_exception_name_addr_from_raise): Add cleanups
4631 for func_name from find_frame_funname.
4632 * python/py-frame.c (frapy_name): Add explicit free of
4633 'name' from find_frame_funname.
4634 * stack.c (find_frame_funname): Add comment explaining that
4635 funcp must be freed by the caller.
4636 Return copy of symbol names instead of pointers.
4637 (print_frame): Add a cleanup for 'funname' from
4638 find_frame_funname.
4639 * stack.h (find_frame_funname): Remove "const" from
4640 'funname' parameter.
4641
5f2e6b00
TT
46422013-05-22 Tom Tromey <[email protected]>
4643
4644 PR c++/15401:
4645 * c-valprint.c (c_value_print): Use value_addr for
4646 references. Convert back to reference type with value_ref.
4647
d85c4847
EZ
46482013-05-22 Eli Zaretskii <[email protected]>
4649
4650 * windows-nat.c (handle_unload_dll): Don't call solib_add for the
4651 unloaded DLL, it will be done by handle_solib_event. See
4652 http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
4653 details.
4654
54eb231c
PM
46552013-05-22 Phil Muldoon <[email protected]>
4656
4657 * ui-out.c: Create typedef ui_out_level_p and define vector
4658 operations for that type.
4659 (struct ui_out): Use a vector instead of an array.
4660 (current_level): Return level from a vector.
4661 (push_level): Create a level in a vector.
4662 (pop_level): Delete a level in a vector.
4663 (ui_out_new): Create initial level zero level, and store in a
4664 vector.
4665 (ui_out_destroy): Add vector cleanup.
4666
ac90359c
PA
46672013-05-22 Pedro Alves <[email protected]>
4668
4669 * python/python-internal.h (gdb_Py_DECREF): Tag with
4670 "ARI: editCase function".
4671
6dcc1893
PP
46722013-05-21 Paul Pluzhnikov <[email protected]>
4673
4674 * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
4675
c8c735b9
PA
46762013-05-21 Pedro Alves <[email protected]>
4677
4678 * python/py-prettyprint.c (apply_val_pretty_printer): Check
4679 whether PRINTER is NULL before installing a Py_DECREF cleanup.
4680 * python/py-utils.c (py_decref): Don't check for NULL before
4681 calling Py_DECREF.
4682
1915daeb
PA
46832013-05-21 Pedro Alves <[email protected]>
4684
4685 * python/py-utils.c (py_decref): Remove extra braces.
4686 (gdb_pymodule_addobject): Remove extra braces.
4687 * python-internal.h (gdb_Py_DECREF): New static inline function.
4688 (Py_DECREF): Redefine as calling gdb_Py_DECREF.
4689
bd9673a4
PW
46902013-05-21 Philippe Waroquiers <[email protected]>
4691
4692 * breakpoints.c (detach_breakpoints): Do not
4693 detach breakpoints locations with loc_type bp_loc_other.
4694
ff6009d0
JK
46952013-05-21 Jan Kratochvil <[email protected]>
4696
4697 Workaround Python 2.6.
4698 * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
4699 a block.
4700
3641da11
JK
47012013-05-21 Jan Kratochvil <[email protected]>
4702
4703 Code cleanup: constification.
4704 * solib.c (solib_ops): Make return type and ops variable type const.
4705 (set_solib_ops): Make the new_ops parameter and ops variable const.
4706 (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
4707 (solib_add, solib_keep_data_in_core, clear_solib)
4708 (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
4709 (reload_shared_libraries, solib_global_lookup): Make the ops variable
4710 const.
4711 * solib.h (set_solib_ops): Make the new_ops parameter const.
4712
776af39e
JB
47132013-05-21 Joel Brobecker <[email protected]>
4714
4715 * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
4716 variable.
4717 (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
4718 (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
4719 (SYSTEM_GDBINIT_FILES): New variables.
4720 (all): Add stamp-system-gdbinit.
4721 (stamp-system-gdbinit): New rule.
4722 (clean-system-gdbinit, install-system-gdbinit)
4723 (uninstall-system-gdbinit): New rules. Make them .PHONY.
4724 (install-only): Add dependency on install-system-gdbinit.
4725 (uninstall): Add dependency on uninstall-system-gdbinit.
4726 (clean): Add dependency on clean-system-gdbinit.
4727 * system-gdbinit/elinos.py: New file.
4728 * system-gdbinit/wrs-linux.py: New file.
4729
1509e573
JB
47302013-05-21 Joel Brobecker <[email protected]>
4731
4732 * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
4733
c5867ab6
HZ
47342013-05-21 Hui Zhu <[email protected]>
4735
4736 * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
4737 * breakpoint.h (dprintf_breakpoint_ops): Add extern.
4738 * mi/mi-cmd-break.c (ctype.h): New include.
4739 (gdb_obstack.h): New include.
4740 (mi_argv_to_format, mi_cmd_break_insert_1): New.
4741 (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
4742 (mi_cmd_dprintf_insert): New.
4743 * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
4744 * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
4745
7d38e38f
TT
47462013-05-20 Tom Tromey <[email protected]>
4747
4748 * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
4749
97b77b39
TT
47502013-05-20 Tom Tromey <[email protected]>
4751
4752 * python/py-value.c (valpy_get_dynamic_type): Simplify
4753 dynamic_type assignment. Use Py_XINCREF.
4754
53e66479
TT
47552013-05-20 Tom Tromey <[email protected]>
4756
4757 * python/py-type.c (typy_fields): Unconditionally decref 'r'.
4758
dcf87832
TT
47592013-05-20 Tom Tromey <[email protected]>
4760
4761 * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
4762 (gdbpy_selected_frame): Move object-construction code
4763 out of TRY_CATCH.
4764
aa36459a
TT
47652013-05-20 Tom Tromey <[email protected]>
4766
4767 * python/py-arch.c (gdbpy_initialize_arch): Use
4768 gdb_pymodule_addobject.
4769 * python/py-block.c (gdbpy_initialize_blocks): Use
4770 gdb_pymodule_addobject.
4771 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
4772 gdb_pymodule_addobject.
4773 * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
4774 gdb_pymodule_addobject.
4775 * python/py-event.c (gdbpy_initialize_event_generic): Use
4776 gdb_pymodule_addobject.
4777 * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
4778 gdb_pymodule_addobject.
4779 * python/py-evts.c (add_new_registry): Use
4780 gdb_pymodule_addobject.
4781 (gdbpy_initialize_py_events): Likewise.
4782 * python/py-finishbreakpoint.c
4783 (gdbpy_initialize_finishbreakpoints): Use
4784 gdb_pymodule_addobject.
4785 * python/py-frame.c (gdbpy_initialize_frames): Use
4786 gdb_pymodule_addobject.
4787 * python/py-function.c (gdbpy_initialize_functions): Use
4788 gdb_pymodule_addobject.
4789 * python/py-inferior.c (gdbpy_initialize_inferior): Use
4790 gdb_pymodule_addobject.
4791 * python/py-infthread.c (gdbpy_initialize_thread): Use
4792 gdb_pymodule_addobject.
4793 * python/py-objfile.c (gdbpy_initialize_objfile): Use
4794 gdb_pymodule_addobject.
4795 * python/py-param.c (gdbpy_initialize_parameters): Use
4796 gdb_pymodule_addobject.
4797 * python/py-progspace.c (gdbpy_initialize_pspace): Use
4798 gdb_pymodule_addobject.
4799 * python/py-symbol.c (gdbpy_initialize_symbols): Use
4800 gdb_pymodule_addobject.
4801 * python/py-symtab.c (gdbpy_initialize_symtabs): Use
4802 gdb_pymodule_addobject.
4803 * python/py-type.c (gdbpy_initialize_types): Use
4804 gdb_pymodule_addobject.
4805 * python/py-utils.c (gdb_pymodule_addobject): New function.
4806 * python/py-value.c (gdbpy_initialize_values): Use
4807 gdb_pymodule_addobject.
4808 * python/python-internal.h (gdb_pymodule_addobject): Declare.
4809 * python/python.c (_initialize_python): Use
4810 gdb_pymodule_addobject.
4811
3d4a3c3e
TT
48122013-05-20 Tom Tromey <[email protected]>
4813
4814 * python/py-cmd.c (cmdpy_completer): Use explicit decref.
4815 * python/py-param.c (get_set_value, get_show_value): Use
4816 explicit decrefs.
4817 * python/python.c (start_type_printers, apply_type_printers):
4818 Use explicit decrefs.
4819
72ff8829
TT
48202013-05-20 Tom Tromey <[email protected]>
4821
4822 * python/py-evts.c (gdbpy_initialize_py_events): Don't
4823 incref the module.
4824
02146ba5
TT
48252013-05-20 Tom Tromey <[email protected]>
4826
4827 * python/python.c (gdbpy_run_events): Decref the result
4828 of PyObject_CallObject.
4829
33ee792f
TT
48302013-05-20 Tom Tromey <[email protected]>
4831
4832 * python/py-symtab.c (set_sal): Use
4833 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION. Return -1 on error.
4834 (symtab_and_line_to_sal_object): Update.
4835
fcb49fc8
TT
48362013-05-20 Tom Tromey <[email protected]>
4837
4838 * python/py-param.c (compute_enum_values): Decref 'item'.
4839
0646da15
TT
48402013-05-20 Tom Tromey <[email protected]>
4841
4842 * mi/mi-main.c: Include python-internal.h.
4843 (mi_cmd_list_features): Check gdb_python_initialized.
4844 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
4845 (python_inferior_exit, python_new_objfile, add_thread_object)
4846 (delete_thread_object, py_free_inferior): Check
4847 gdb_python_initialized.
4848 * python/py-prettyprint.c (apply_val_pretty_printer): Check
4849 gdb_python_initialized.
4850 * python/py-type.c (save_objfile_types): Check
4851 gdb_python_initialized.
4852 * python/python-internal.h (gdb_python_initialized): Declare.
4853 * python/python.c (ensure_python_env): Throw exception if
4854 Python not initialized.
4855 (before_prompt_hook, source_python_script_for_objfile)
4856 (start_type_printers, apply_type_printers,
4857 free_type_printers): Check gdb_python_initialized.
4858 * varobj.c (varobj_get_display_hint)
4859 (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
4860 (install_new_value_visualizer, varobj_set_visualizer)
4861 (value_get_print_value): Check gdb_python_initialized.
4862
999633ed
TT
48632013-05-20 Tom Tromey <[email protected]>
4864
4865 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
4866 Check errors.
4867 * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
4868 * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
4869 Check errors.
4870 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
4871 Check errors.
4872 * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
4873 Check errors.
4874 * python/py-event.c (gdbpy_initialize_event): Return 'int'.
4875 Check errors.
4876 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
4877 init function to return 'int'.
4878 * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
4879 Return 'int'. Check errors.
4880 * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
4881 Check errors.
4882 * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
4883 Return 'int'. Check errors.
4884 * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
4885 Check errors.
4886 * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
4887 Check errors.
4888 * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
4889 Check errors.
4890 * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
4891 Check errors.
4892 * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
4893 Check errors.
4894 * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
4895 Check errors.
4896 * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
4897 Check errors.
4898 * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
4899 Check errors.
4900 * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
4901 Check errors.
4902 * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
4903 Check errors.
4904 * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
4905 Check errors.
4906 * python/py-type.c (gdbpy_initialize_types): Return 'int'.
4907 Check errors.
4908 * python/py-value.c (gdbpy_initialize_values): Return 'int'.
4909 Check errors.
4910 * python/python-internal.h (gdbpy_initialize_auto_load,
4911 gdbpy_initialize_values, gdbpy_initialize_frames,
4912 gdbpy_initialize_symtabs, gdbpy_initialize_commands,
4913 gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
4914 gdbpy_initialize_blocks, gdbpy_initialize_types,
4915 gdbpy_initialize_functions, gdbpy_initialize_pspace,
4916 gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
4917 gdbpy_initialize_finishbreakpoints,
4918 gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
4919 gdbpy_initialize_thread, gdbpy_initialize_inferior,
4920 gdbpy_initialize_eventregistry, gdbpy_initialize_event,
4921 gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
4922 gdbpy_initialize_signal_event,
4923 gdbpy_initialize_breakpoint_event,
4924 gdbpy_initialize_continue_event,
4925 gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
4926 gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
4927 Update. Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
4928 * python/python.c (gdb_python_initialized): New global.
4929 (gdbpy_initialize_events): Return 'int'. Check errors.
4930 (_initialize_python): Check errors. Set
4931 gdb_python_initialized.
4932
18868860
TT
49332013-05-20 Tom Tromey <[email protected]>
4934
4935 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
4936 Decref the reslut of PyObject_CallMethod.
4937
9f4ff0c2
TT
49382013-05-20 Tom Tromey <[email protected]>
4939
4940 * python/py-event.c (gdbpy_initialize_event_generic): Return
4941 early if PyType_Ready fails.
4942
0d3a2e8a
TT
49432013-05-20 Tom Tromey <[email protected]>
4944
4945 * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
4946 as 'default' in the switch.
4947
b86af38a
TT
49482013-05-20 Tom Tromey <[email protected]>
4949
4950 * python/py-inferior.c (gdbpy_inferiors): Update. Hoist
4951 get_addr_from_python calls out of TRY_CATCH.
4952 (infpy_write_memory, infpy_search_memory): Likewise.
4953 * python/py-utils.c (get_addr_from_python): Return negative
4954 value on error. Use TRY_CATCH.
4955 * python/python-internal.h (get_addr_from_python): Use
4956 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
4957
c127ec58
TT
49582013-05-20 Tom Tromey <[email protected]>
4959
4960 * python/py-event.c (evpy_emit_event): Decref the
4961 result of PyObject_CallFunctionObjArgs.
4962
ba327838
TT
49632013-05-20 Tom Tromey <[email protected]>
4964
4965 * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
4966 Correctly decref.
4967
d8191432
TT
49682013-05-20 Tom Tromey <[email protected]>
4969
4970 * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
4971
5d153bd1
TT
49722013-05-20 Tom Tromey <[email protected]>
4973
4974 * python/py-event.h (gdbpy_initialize_event_generic): Use
4975 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
4976 * python/py-evts.c (add_new_registry): Use
4977 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
4978 * python/python-internal.h
4979 (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
4980
56cc411c
TT
49812013-05-20 Tom Tromey <[email protected]>
4982
4983 * python/py-arch.c (archpy_disassemble): Update.
4984 * python/py-type.c (typy_get_composite, typy_lookup_typename)
4985 (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
4986 * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
4987 * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
4988 macro.
4989 (GDB_PY_HANDLE_EXCEPTION): Update.
4990 (gdbpy_convert_exception): Update. Use CPYCHECKER_SETS_EXCEPTION.
4991
8919e174
TT
49922013-05-20 Tom Tromey <[email protected]>
4993
4994 * python/python-internal.h (events_object_type): Remove.
4995
9b08f225
TT
49962013-05-20 Tom Tromey <[email protected]>
4997
f5aee5ee
AM
4998 * python/py-event.h (evpy_emit_event): Use
4999 CPYCHECKER_STEALS_REFERENCE_TO_ARG.
5000 * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
5001 New macro.
9b08f225 5002
f04010ff
TT
50032013-05-20 Tom Tromey <[email protected]>
5004
5005 * py-evtregistry.c (create_event_object): Decref
5006 eventregistry_object if PyList_New fails.
5007
3919fd96
TT
50082013-05-20 Tom Tromey <[email protected]>
5009
5010 * py-cmd.c (gdbpy_string_to_argv): Check result of
5011 PyList_New.
5012
0430e8cb
TT
50132013-05-20 Tom Tromey <[email protected]>
5014
5015 * python/python.c (before_prompt_hook): Add cleanup to
5016 decref 'hook'.
5017
764123e4
TT
50182013-05-20 Tom Tromey <[email protected]>
5019
5020 * python/py-function.c (fnpy_init): Decref result of
5021 PyObject_GetAttrString.
5022
634c58be
TT
50232013-05-20 Tom Tromey <[email protected]>
5024
5025 * python/py-threadevent.c (get_event_thread): Use
5026 CPYCHECKER_RETURNS_BORROWED_REF.
5027 * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
5028 New define.
5029 (pspace_to_pspace_object, objfile_to_objfile_object)
5030 (find_thread_object): Use it.
5031
62eec1a5
TT
50322013-05-20 Tom Tromey <[email protected]>
5033
5034 * python/py-arch.c (arch_object_type): Use
5035 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5036 * python/py-block.c (block_syms_iterator_object_type):
5037 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5038 * python/py-bpevent.c (breakpoint_event_object_type):
5039 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5040 * python/py-cmd.c (cmdpy_object_type): Use
5041 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5042 * python/py-continueevent.c (continue_event_object_type):
5043 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5044 * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
5045 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5046 * python/py-events.h (thread_event_object_type):
5047 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5048 * python/py-evtregistry.c (eventregistry_object_type): Use
5049 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5050 * python/py-exitedevent.c (exited_event_object_type):
5051 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5052 * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
5053 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5054 * python/py-function.c (fnpy_object_type): Use
5055 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5056 * python/py-inferior.c (inferior_object_type, membuf_object_type):
5057 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5058 * python/py-infthread.c (thread_object_type): Use
5059 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5060 * python/py-lazy-string.c (lazy_string_object_type):
5061 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5062 * python/py-newobjfileevent.c (new_objfile_event_object_type):
5063 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5064 * python/py-objfile.c (objfile_object_type): Use
5065 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5066 * python/py-param.c (parmpy_object_type):
5067 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5068 * python/py-progspace.c (pspace_object_type):
5069 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5070 * python/py-signalevent.c (signal_event_object_type):
5071 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5072 * python/py-symtab.c (symtab_object_type, sal_object_type): Use
5073 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5074 * python/py-type.c (type_object_type, field_object_type)
5075 (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5076 * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
5077 define.
5078 (value_object_type, block_object_type, symbol_object_type)
5079 (event_object_type, stop_event_object_type, breakpoint_object_type)
5080 (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5081
81ea8796
AT
50822013-05-20 Andreas Tobler <[email protected]>
5083
5084 * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
5085 (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
5086
a2ce51a0
DE
50872013-05-20 Doug Evans <[email protected]>
5088
5089 When reading CU, stay in DWO. Be more tolerent of bad debug info.
5090 For Fission.
5091 * dwarf2read.c (struct dwarf2_per_cu_data): New member
5092 reading_dwo_directly.
5093 (struct signatured_type): New member dwo_unit.
5094 (struct die_reader_specs): New member comp_dir.
5095 (create_signatured_type_table_from_index): Use malloc for
5096 all_type_units instead of objfile's obstack.
5097 (create_all_type_units): Ditto.
5098 (fill_in_sig_entry_from_dwo_entry): New function.
5099 (add_type_unit): New function.
5100 (lookup_dwo_signatured_type): New function.
5101 (lookup_dwp_signatured_type): New function.
5102 (lookup_signatured_type): New arg cu. All callers updated.
5103 (init_cu_die_reader): Initialize comp_dir.
5104 (read_cutu_die_from_dwo): New arg stub_comp_dir. All callers updated.
5105 Change assert of matching type signatures to call error on mismatch.
5106 (lookup_dwo_unit): Add assert.
5107 (init_tu_and_read_dwo_dies): New function.
5108 (init_cutu_and_read_dies): Call it.
5109 (build_type_unit_groups): Handle case of no type unit groups created.
5110 (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
5111 (lookup_dwo_cutu): Tweak complaint.
5112 (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
5113 (dwarf2_per_objfile_free): Free all_type_units.
5114
a25cd31f
JB
51152013-05-20 Joel Brobecker <[email protected]>
5116
5117 * windows-nat.c (handle_unload_dll): Add missing empty line.
5118
4d804846
JB
51192013-05-20 Joel Brobecker <[email protected]>
5120
5121 * dwarf2read.c (prototyped_function_p): New function.
5122 (read_subroutine_type): Use it.
5123
1c432e72
JB
51242013-05-20 Joel Brobecker <[email protected]>
5125
5126 * rs6000-aix-tdep.c: De-indent some example code provided
5127 as a comment.
5128
4feebbdd
EBM
51292013-05-17 Edjunior Machado <[email protected]>
5130
5131 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
5132 region is ok for a hardware watchpoint using the new ptrace interface
5133 on Power servers.
5134
7d0c9981
DE
51352013-05-17 Doug Evans <[email protected]>
5136
5137 * NEWS: Mention new maintenance commands check-symtabs, and
5138 expand-symtabs, and renamed check-psymtabs.
5139 * psymtab.c (maintenance_check_psymtabs): Renamed from
5140 maintenance_check_symtabs. Only process already-expanded symbol
5141 tables.
5142 (_initialize_psymtab): Update.
5143 * symmisc.c (maintenance_check_symtabs): New function.
5144 (maintenance_expand_name_matcher): New function
5145 (maintenance_expand_file_matcher): New function
5146 (maintenance_expand_symtabs): New function.
5147 (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
5148 commands.
5149
6cbc7c3d
TT
51502013-05-17 Tom Tromey <[email protected]>
5151
5152 * python/py-inferior.c (infpy_read_memory): Don't call
5153 PyErr_SetString if PyObject_New fails.
5154 * python/py-frame.c (frame_info_to_frame_object): Don't call
5155 PyErr_SetString if PyObject_New fails.
5156
a48b32c0
L
51572013-05-17 Pavel Chupin <[email protected]>
5158
5159 * acinclude.m4: Add check for dlopen in libdl.
5160 * configure.ac: Ditto.
5161 * configure: Regenerate.
5162
3de661e6
PM
51632013-05-17 Phil Muldoon <[email protected]>
5164
5165 * frame.c (frame_stash): Convert to htab.
5166 (frame_addr_hash): New function.
5167 (frame_addr_hash_eq): New function.
5168 (frame_stash_create): Convert function to create
5169 a hash table.
5170 (frame_stash_add): Convert function to add an entry to a hash
5171 table.
5172 (frame_stash_find): Convert function to search the hash table.
5173 (frame_stash_invalidate): Convert function to empty the hash
5174 table.
5175 (get_frame_id): Only add to stash if a frame_id is created.
5176 (_initialize_frame): Call frame_stash_create.
5177
bb4168a9 51782013-05-16 Yue Lu <[email protected]> (tiny change)
036c3acb
TS
5179
5180 * configure.ac: Ensure MIG is available when building for GNU Hurd
5181 hosts.
5182 * configure: Regenerate.
5183
d1be3247
JB
51842013-05-16 Joel Brobecker <[email protected]>
5185
5186 * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
5187
b8fea896
JB
51882013-05-16 Joel Brobecker <[email protected]>
5189
5190 * ada-lang.c (ada_make_symbol_completion_list): Make sure
5191 all cleanups are done before returning from this function.
5192
af880d85
JB
51932013-05-15 Joel Brobecker <[email protected]>
5194
5195 * utils.h: #include "exceptions.h".
5196 (enum errors): Remove partial declaration.
5197
356a5233
JB
51982013-05-15 Joel Brobecker <[email protected]>
5199
5200 * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
5201 * gdbarch.h, gdbarch.c: Regenerate.
5202 * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
5203 handling.
5204
5205 * rs6000-aix-tdep.h: New file.
5206 * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
5207 * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
5208 "xml-utils.h".
5209 (struct field_info, struct ld_info_desc): New types.
5210 (ld_info32_desc, ld_info64_desc): New static constants.
5211 (struct ld_info): New type.
5212 (rs6000_aix_extract_ld_info): New function.
5213 (rs6000_aix_shared_library_to_xml): Likewise.
5214 (rs6000_aix_ld_info_to_xml): Likewise.
5215 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
5216 (rs6000_aix_init_osabi): Add call to
5217 set_gdbarch_core_xfer_shared_libraries_aix.
5218 * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
5219 Remove "xml-utils.h" include.
5220 (LdInfo): Delete typedef.
5221 (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
5222 Delete macros.
5223 (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
5224 Adjust code accordingly.
5225 (rs6000_core_ldinfo): Delete, folded into
5226 rs6000_aix_core_xfer_shared_libraries_aix.
5227 (rs6000_xfer_shared_library): Delete.
5228 (rs6000_xfer_shared_libraries): Reimplement.
5229
742ce053
MM
52302013-05-15 Markus Metzger <[email protected]>
5231
5232 * record.c (record_goto_cmdlist): New.
5233 (cmd_record_goto): Split into this ...
5234 (cmd_record_goto_begin): ... this
5235 (cmd_record_goto_end): ... and this.
5236 (_initialize_record): Change "record goto" to prefix command.
5237 Add commands for "record goto begin" and "record goto end".
5238 Add an alias for "record goto start" to "record goto begin".
5239
e93ba630
JK
52402013-05-14 Jan Kratochvil <[email protected]>
5241
5242 * linespec.c (convert_linespec_to_sals): New comment for
5243 SOURCE_FILENAME assignment.
5244
5821aace
JK
52452013-05-14 Jan Kratochvil <[email protected]>
5246
5247 * cleanups.c (restore_my_cleanups): Replace gdb_assert by
5248 internal_warning.
5249
a1b8c4cc
TT
52502013-05-14 Tom Tromey <[email protected]>
5251
5252 * eval.c (parse_and_eval_long): Make 'exp' const.
5253 * value.h (parse_and_eval_long): Update.
5254
23b3a2c3
TT
52552013-05-14 Tom Tromey <[email protected]>
5256
5257 * ui-file.c (gdb_fopen): Make arguments const.
5258 * ui-file.h (gdb_fopen): Make arguments const.
5259
ca623f82
TT
52602013-05-14 Tom Tromey <[email protected]>
5261
5262 * remote.c (remote_set_trace_notes): Make arguments const.
5263 * target.c (update_current_target): Update cast.
5264 * target.h (to_set_trace_notes): Make arguments const.
5265
503ebb2c
TT
52662013-05-14 Tom Tromey <[email protected]>
5267
5268 * go32-nat.c (go32_terminal_info): Make 'args' const.
5269 * inferior.h (child_terminal_info): Update.
5270 * inflow.c (child_terminal_info): Make 'args' const.
5271 * target.c (default_terminal_info): Make 'args' const.
5272 (debug_to_terminal_save_ours): Likewise.
5273 * target.h (struct target_ops) <to_terminal_info>: Make argument
5274 const.
5275
85e1311a
TT
52762013-05-13 Tom Tromey <[email protected]>
5277
5278 * gcore.c (create_gcore_bfd): Make 'filename' const.
5279 * gcore.h (create_gcore_bfd): Make 'filename' const.
5280 * record-full.c (record_full_save): Make 'recfilename' const.
5281 * target.c (target_save_record): Make 'filename' const.
5282 * target.h (struct target_ops) <to_save_record>: Make 'filename'
5283 const.
5284 (target_save_record): Likewise.
5285
d62bfeaf
TT
52862013-05-13 Tom Tromey <[email protected]>
5287
f5aee5ee 5288 PR gdb/15338:
d62bfeaf
TT
5289 * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
5290 ranges section has been read.
5291
ac1ca910
TT
52922013-05-13 Tom Tromey <[email protected]>
5293
5294 PR exp/15364:
5295 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
5296 STRUCTOP_PTR>: Return a not_lval value for
5297 EVAL_AVOID_SIDE_EFFECTS.
5298 * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
5299 for EVAL_AVOID_SIDE_EFFECTS.
5300
36d1c68c
JB
53012013-05-13 Joel Brobecker <[email protected]>
5302
5303 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
5304 floating point registers to register type before storing
5305 value.
5306 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
5307 Likewise.
5308
21ff4686
TT
53092013-05-10 Joel Brobecker <[email protected]>
5310 Tom Tromey <[email protected]>
5311
5312 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
5313 New functions.
5314 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
5315 Declare.
5316 * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
5317 (darwin_ptrace_him): Use unmark_fd_no_cloexec.
5318 * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
5319 (inf_ttrace_prepare): Use mark_fd_no_cloexec.
5320
d3685d60
TT
53212013-05-10 Freddie Chopin <[email protected]>
5322 Tom Tromey <[email protected]>
5323
5324 PR build/15414:
5325 * configure: Rebuild.
5326 * configure.ac (build_warnings): Do not use -Wformat-nonliteral
5327 with -Wno-format.
5328
eb9fe518
PA
53292013-05-10 Pedro Alves <[email protected]>
5330
5331 * remote.c (_initialize_remote): Fix spelling of
5332 qXfer:traceframe-info:read packet in packet config command.
5333
9779ab84
PA
53342013-05-10 David Taylor <[email protected]>
5335
5336 PR remote/15455
5337
5338 * remote.c (remote_trace_set_readonly_regions): Do not overwrite
5339 "QTro" at start of packet.
5340
060cfbef
JB
53412013-05-10 Joel Brobecker <[email protected]>
5342
5343 * solib-aix.c (solib_aix_relocate_section_addresses):
5344 For the .bss section action, apply the same offset as
5345 the .data section.
5346
ab1c4e88
JB
53472013-05-10 Joel Brobecker <[email protected]>
5348
5349 * solib-aix.c (solib_aix_relocate_section_addresses):
5350 Remove FIXME comment.
5351
c1357578
JB
53522013-05-10 Joel Brobecker <[email protected]>
5353
5354 PR tdep/15420:
5355 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
5356 New functions, directly copied from sparc-sol-thread.c.
5357 * sparc-sol-thread.c: Delete.
5358 * configure.ac: Remove code handling sparc-solaris-thread.c.
5359 * configure: Regenerate.
5360
1e611234
PM
53612013-05-10 Phil Muldoon <[email protected]>
5362
5363 * stack.c (backtrace_command_1): Add "no-filters", and Python frame
5364 filter logic.
5365 (backtrace_command): Add "no-filters" option parsing.
5366 (_initialize_stack): Alter help to reflect "no-filters" option.
5367 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
5368 (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
5369 (py-frame.o): Add target
5370 * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
5371 filter files.
5372 * python/python.h: Add new frame filter constants, and flag enum.
5373 (apply_frame_filter): Add definition.
5374 * python/python.c (apply_frame_filter): New non-Python
5375 enabled function.
5376 * python/py-utils.c (py_xdecref): New function.
5377 (make_cleanup_py_xdecref): Ditto.
5378 * python/py-objfile.c: Declare frame_filters dictionary.
5379 (objfpy_dealloc): Add frame_filters dealloc.
5380 (objfpy_new): Initialize frame_filters attribute.
5381 (objfile_to_objfile_object): Ditto.
5382 (objfpy_get_frame_filters): New function.
5383 (objfpy_set_frame_filters): New function.
5384 * python/py-progspace.c: Declare frame_filters dictionary.
5385 (pspy_dealloc): Add frame_filters dealloc.
5386 (pspy_new): Initialize frame_filters attribute.
5387 (pspacee_to_pspace_object): Ditto.
5388 (pspy_get_frame_filters): New function.
5389 (pspy_set_frame_filters): New function.
5390 * python/py-framefilter.c: New file.
5391 * python/lib/gdb/command/frame_filters.py: New file.
5392 * python/lib/gdb/frames.py: New file.
5393 * python/lib/gdb/__init__.py: Initialize global frame_filters
5394 dictionary
5395 * python/lib/gdb/FrameDecorator.py: New file.
5396 * python/lib/gdb/FrameIterator.py: New file.
5397 * mi/mi-cmds.c (mi_cmds): Add frame filters command.
5398 * mi/mi-cmds.h: Declare.
5399 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
5400 --no-frame-filter logic, and Python frame filter logic.
5401 (stack_enable_frame_filters): New function.
5402 (parse_no_frame_option): Ditto.
5403 (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
5404 filter logic.
5405 (mi_cmd_stack_list_locals): Ditto.
5406 (mi_cmd_stack_list_args): Ditto.
5407 (mi_cmd_stack_list_variables): Ditto.
5408 * NEWS: Add frame filter note.
5409
2cb9c859
DE
54102013-05-09 Doug Evans <[email protected]>
5411
6bf667bb
DE
5412 * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
5413 All callers updated.
5414 (syms_from_objfile): Ditto. Make static.
5415 (symbol_file_add_with_addrs): Renamed from
5416 symbol_file_add_with_addrs_or_offsets. Delete args offsets,
5417 num_offsets. All callers updated.
5418 * symfile.h (syms_from_objfile): Delete.
5419
2cb9c859
DE
5420 * symfile.c (decrement_reading_symtab): Add assert.
5421 (increment_reading_symtab): Ditto.
5422
40aea477
JB
54232013-05-09 Joel Brobecker <[email protected]>
5424
5425 * source.c (forward_search_command): Replace call to getc
5426 by call to fgetc.
5427 (reverse_search_command): Likewise.
5428
680d1742
DE
54292013-05-08 Doug Evans <[email protected]>
5430
5431 * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
5432 matching test.
5433
17e760ae
JB
54342013-05-08 Joel Brobecker <[email protected]>
5435
5436 * sol-thread.c (info_cb): Factorize the code a little.
5437
c0f5f490
JB
54382013-05-08 Joel Brobecker <[email protected]>
5439
5440 * sol-thread.c (info_cb): Rework the output of the "maintenance
5441 info sol-threads" command a bit.
5442
5d74e061
JB
54432013-05-08 Joel Brobecker <[email protected]>
5444
5445 * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
5446 Replace ti.ti_startfunc by ti.ti_pc.
5447
814a3ff7
JB
54482013-05-08 Joel Brobecker <[email protected]>
5449
5450 * solib-aix.c (solib_aix_free_library_list): New function
5451 for the case where HAVE_LIBEXPAT is not defined.
5452
58ce7251
SDJ
54532013-05-07 Sergio Durigan Junior <[email protected]>
5454
5455 PR breakpoints/15413:
5456 * breakpoint.c (condition_completer): Simplify the code to
5457 disconsider multiple locations of breakpoints when completing the
5458 "condition" command.
5459
be8b1ea6
PM
54602013-05-07 Pierre Muller <[email protected]>
5461
5462 * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
5463 instead of <sys/wait.h>.
5464
1e52bda6
PM
54652013-05-07 Pierre Muller <[email protected]>
5466
5467 * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
5468 trailing new line from warning message.
5469
27fd0c6b
PM
54702013-05-07 Pierre Muller <[email protected]>
5471
5472 * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
5473 (PC_SOLIB): Change type from ari_deprecate to ari_regression.
5474
e228ac87
JB
54752013-05-07 Joel Brobecker <[email protected]>
5476
5477 * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
5478 error message (ARI fix).
5479
54802013-05-07 Joel Brobecker <[email protected]>
5481
5482 * features/library-list-aix.dtd: Replace library-list by
5483 library-list-aix.
5484 * rs6000-nat.c: Replace library-list by library-list-aix
5485 throughout.
5486 * solib-aix.c: Likewise.
5487
54882013-05-07 Joel Brobecker <[email protected]>
5489
5490 * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
5491 Renames TARGET_OBJECT_AIX_LIBRARIES.
5492 * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
5493 TARGET_OBJECT_LIBRARIES_AIX throughout.
5494 * solib-aix.c: Likwise.
5495
26a4dda9
YQ
54962013-05-07 Yao Qi <[email protected]>
5497
5498 * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
5499 (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
5500
3582629f
YQ
55012013-05-07 Yao Qi <[email protected]>
5502
5503 * solib-dsbt.c (enable_break): Declare.
5504 (dsbt_current_sos): Remove call to enable_break2.
5505 (enable_break2): Rename to enable_break. Set solib breakpoint
5506 on '_dl_debug_state'.
5507 (enable_break): Remove.
5508
aacbb8a5
LM
55092013-05-07 Luis Machado <[email protected]>
5510
5511 * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
5512 debug state prior to replicating existing hardware watchpoints or
5513 breakpoints.
5514
0c013353
JK
55152013-05-07 Jan Kratochvil <[email protected]>
5516
5517 * gcore.c (gcore_create_callback): Ignore sections with
5518 separate_debug_objfile_backlink != NULL.
5519
a1217d97
SL
55202013-05-06 Sandra Loosemore <[email protected]>
5521 Andrew Jenner <[email protected]>
5522 Chung-Lin Tang <[email protected]>
5523 Julian Brown <[email protected]>
5524
5525 Based on the nios2-elf port from Altera Corporation.
5526
5527 * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
5528 nios2-linux-tdep.o.
5529 (HFILES_NO_SRCDIR): Add nios2-tdep.h.
5530 (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
5531 * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
5532 * nios2-tdep.h: New.
5533 * nios2-tdep.c: New.
5534 * nios2-linux-tdep.c: New.
5535 * features/Makefile (WHICH): Add nios2-linux.
5536 (nios2-linux-expedite): Set.
5537 * features/nios2-cpu.xml: New.
5538 * features/nios2.xml: New.
5539 * features/nios2-linux.xml: New.
5540 * features/nios2.c: New (autogenerated).
5541 * features/nios2-linux.c: New (autogenerated).
5542 * regformats/nios2-linux.dat: New (autogenerated).
5543 * NEWS (Changes since GDB 7.6): Add new Nios II targets
5544 and commands.
5545
0892cb63
DE
55462013-05-06 Doug Evans <[email protected]>
5547
3b7bacac
DE
5548 * symfile.c: Whitespace cleanup.
5549
0892cb63
DE
5550 * solist.h (struct target_so_ops): New member clear_so.
5551 * solib-svr4.c (svr4_clear_so): New function.
5552 (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
5553 * solib.c (clear_so): Renamed from free_so_symbols.
5554 All callers updated. Call target clear_so if it exists.
5555
40501e00
TT
55562013-05-06 Tom Tromey <[email protected]>
5557
5558 * ada-lang.c (ada_value_primitive_packed_val): Don't
5559 call value_incref.
5560 * value.c (set_value_parent): Incref the new parent and decref
5561 the old parent.
5562 (value_copy, value_primitive_field): Use set_value_parent.
5563
b6807d98
TT
55642013-05-06 Tom Tromey <[email protected]>
5565
5566 * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
5567 (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
5568 if needed.
5569 * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
5570 * dwarf2read.c (write_constant_as_bytes)
5571 (dwarf2_fetch_constant_bytes): New functions.
5572
3aef2284
TT
55732013-05-06 Tom Tromey <[email protected]>
5574
5575 * dwarf2read.c (dwarf2_const_value_data): Remove unused
5576 parameters.
5577 (dwarf2_const_value_attr): Update.
5578
66f65e2b
TT
55792013-05-06 Tom Tromey <[email protected]>
5580
5581 * somread.c (som_symfile_offsets): Add 'const' to addrs.
5582 * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
5583 * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
5584 Remove declaration.
5585
7919a973
TT
55862013-05-06 Tom Tromey <[email protected]>
5587
5588 * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
5589 objfile's obstack.
5590
a7bfba49
DE
55912013-05-06 Doug Evans <[email protected]>
5592
3189cb12
DE
5593 * dbxread.c (process_one_symbol): Constify section_offsets parameter.
5594 * stabsread.h (process_one_symbol): Update declaration.
5595 * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
5596 * elfread.c (elf_symfile_relocate_probe): Ditto.
5597 * psymtab.c (relocate_psymtabs): Ditto.
5598 * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
5599 (objfile_relocate): Ditto.
5600 * objfiles.h (objfile_relocate): Update declaration.
5601 * symfile.c (relative_addr_info_to_section_offsets): Constify
5602 addrs parameter.
5603 (default_symfile_offsets): Ditto.
5604 (syms_from_objfile_1): Constify offsets parameter.
5605 (syms_from_objfile): Ditto.
5606 (symbol_file_add_with_addrs_or_offsets): Ditto.
5607 (symfile_map_offsets_to_segments): Constify data parameter.
5608 * symfile.h (struct quick_symbol_functions): Constify new_offsets,
5609 delta parameters of member relocate.
5610 (struct sym_probe_fns): Constify new_offsets,
5611 delta parameters of member sym_relocate_probe.
5612 (struct sym_fns): Constify section_addr_info parameter of member
5613 sym_offsets.
5614 (relative_addr_info_to_section_offsets): Update declaration.
5615 (default_symfile_offsets): Ditto.
5616 (syms_from_objfile): Ditto.
5617 (symfile_map_offsets_to_segments): Ditto.
5618
a7bfba49
DE
5619 * symfile.c (syms_from_objfile_1): Use correct section count when
5620 objfile->sf == NULL.
5621
5f8e0b8f
MF
56222013-05-06 Mike Frysinger <[email protected]>
5623
5624 * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
5625
ea52d893
DE
56262013-05-06 Doug Evans <[email protected]>
5627
5628 * psympriv.h (struct partial_symtab): Augment comment for member
5629 section_offsets.
5630
4d1eb6b4
JB
56312013-05-06 Joel Brobecker <[email protected]>
5632
5633 Reimplement shared library support on ppc-aix...
5634 * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
5635 * features/library-list-aix.dtd: New file.
5636 * solib-aix.h, solib-aix.c: New file.
5637 * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
5638 (rs6000_find_toc_address_hook): Delete.
5639 (rs6000_push_dummy_call): Rewrite code setting the TOC value.
5640 (rs6000_aix_init_osabi): Register solib_aix_so_ops.
5641 * rs6000-nat.c: Remove "xcoffsolib.h" include. Include
5642 "xml-utils.h".
5643 (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
5644 (vmap_symtab, fixup_breakpoints): Delete.
5645 (rs6000_xfer_shared_libraries): New function.
5646 (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
5647 (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
5648 (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
5649 (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
5650 (rs6000_xfer_shared_library): New function.
5651 (find_toc_address): Delete.
5652 (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
5653 * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
5654 * xcoffread.c (record_minimal_symbol): Reloate symbol address
5655 before creating minimal symbol. Adjust function description
5656 accordingly.
5657 (scan_xcoff_symtab): Replace call to
5658 prim_record_minimal_symbol_and_info by call to
5659 record_minimal_symbol.
5660 (xcoff_symfile_offsets): Reimplement mostly as a wrapper
5661 around default_symfile_offsets.
5662 * configure.tgt: Add solib-aix.o to gdb_target_obs for
5663 powerpc-aix targets.
5664 * config/rs6000/nm-rs6000.h: Delete.
5665 * config/powerpc/aix.mh (NAT_FILE): Delete.
5666 (NATDEPFILES): Remove xcoffsolib.o.
5667 * Makefile.in (XMLFILES): Add library-list-aix.dtd.
5668 (ALL_TARGET_OBS): Add solib-aix.o.
5669 (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
5670 config/rs6000/nm-rs6000.h. Add solib-aix.h.
5671 (ALLDEPFILES): Add solib-aix.c. Remove xcoffsolib.c.
5672 * xcoffsolib.h, xcoffsolib.c: Delete.
5673
5674 * solib.c (reload_shared_libraries): Remove reference to
5675 SOLIB_CREATE_INFERIOR_HOOK.
5676 * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
5677 (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
5678 (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
5679 comment.
5680 * corelow.c (deprecated_core_resize_section_table): Delete.
5681 * exec.c: Remove include of xcoffsolib.h".
5682 (map_vmap, vmap): Delete.
5683 (exec_close_1): Remove references to vmap.
5684 (exec_file_attach): Remove vmap handling code, and reference
5685 to DEPRECATED_IBM6000_TARGET.
5686 (bfdsec_to_vmap): Delete.
5687 (exec_files_info): Remove block of code handling VMAP.
5688 * infcmd.c (post_create_inferior): Remove reference to
5689 SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
5690 * infrun.c (follow_exec): Remove reference to
5691 SOLIB_CREATE_INFERIOR_HOOK.
5692 * stack.c (print_frame): Remove reference to PC_SOLIB.
5693 * solib-dsbt.c (dsbt_current_sos): Adjust comment.
5694 (dsbt_relocate_main_executable): Likewise.
5695 * solib-frv.c (frv_current_sos): Likewise.
5696
0c4f667c
JB
56972013-05-06 Joel Brobecker <[email protected]>
5698
5699 * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
5700 to target_write_memory and target_read_memory.
5701
726ce67c
JB
57022013-05-06 Joel Brobecker <[email protected]>
5703
5704 * darwin-nat.c (darwin_setup_fake_stop_event): New function.
5705 (darwin_attach): Adjust using darwin_setup_fake_stop_event.
5706
c8c9911f
JB
57072013-05-06 Joel Brobecker <[email protected]>
5708
5709 * darwin-nat.c: Replace all "%x" instances in format strings
5710 into "0x%x" throughout.
5711
fda184b6
JB
57122013-05-06 Joel Brobecker <[email protected]>
5713
5714 * darwin-nat.c (darwin_mourn_inferior): Replace call to
5715 gdb_assert by call to MACH_CHECK_ERROR.
5716 (darwin_attach_pid): Raise an error rather than a failed
5717 assertion when various system calls failed. Report a warning
5718 instead of raising a failed assertion when PREV_NOT is not NULL
5719 after call to mach_port_request_notification.
5720 (darwin_ptrace_me): Raise an error rather than a failed
5721 assertion when read returns nonzero.
5722
d1d69afb
JB
57232013-05-06 Joel Brobecker <[email protected]>
5724
5725 * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
5726
dc90b24d
JK
57272013-05-05 Jan Kratochvil <[email protected]>
5728
5729 * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
5730
faab9922
JK
57312013-05-05 Jan Kratochvil <[email protected]>
5732
5733 * event-top.c (display_gdb_prompt): Call missing do_cleanups.
5734 * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
5735 * symfile.c (symfile_bfd_open): New variable back_to. Do not leave
5736 a stale cleanup. Fix double free of NAME.
5737
e0ea48a0
EZ
57382013-05-04 Eli Zaretskii <[email protected]>
5739
5740 * windows-nat.c (windows_delete_thread): Accept an additional
5741 argument, the thread's exit code, and announce thread death when
5742 print_thread_events is non-zero and we are deleting a thread that
5743 is not the main thread.
5744 (get_windows_debug_event): Pass thread exit code to
5745 windows_delete_thread.
5746
83b2706a
KB
57472013-05-03 Kevin Buettner <[email protected]>
5748
5749 * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
5750 (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
5751 (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
5752 (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
5753 (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
5754 (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
5755 (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
5756 (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
5757 (gdbarch_tdep): New struct.
5758 (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
5759 E_NUM_REGS.
5760 (v850e3v5_register_name): New function.
5761 (v850_register_type): v850e3v5 vector registers are 64-bits wide.
5762 (v850_use_struct_convention): Add `gdbarch' parameter. Add new
5763 code handling the struct return conventions for the RH850 ABI.
5764 Update all callers.
5765 (v850_eight_byte_align_p): New function.
5766 (v850_push_call_dummy): Push structs by value, not by reference
5767 for the RH850 ABI. Add support for eight byte alignment.
5768 (v850_dbtrap_breakpoint_from_pc): New function.
5769 (v850_gdbarch_init): Add ABI detection code. Register
5770 v850e3v5_register_name for the v850e3v5 architecture. Set the
5771 number of registers for v850e3v5. Register
5772 v850_dbtrap_breakpoint_from_pc as appropriate.
5773 (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
5774
d445b2f6
DE
57752013-05-03 Doug Evans <[email protected]>
5776
5777 * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
5778 of bfd_count_sections.
5779 * solib-target.c (solib_target_relocate_section_addresses): Ditto.
5780 * symfile.c (default_symfile_offsets): Ditto.
5781 (syms_from_objfile_1): Ditto. Make dummy addrs list an array of
5782 one entry, not bfd_count_sections entries.
5783
b3ce41ea
KB
57842013-05-03 Kevin Buettner <[email protected]>
5785
5786 * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
5787 `save' and `restore' register groups. Don't include SPL
5788 or SPH in these groups.
5789 (rl78_dwarf_reg_to_regnum): Adjust mapping for
5790 RL78_PC_REGNUM. Add mappings for RL78_PSW_REGNUM,
5791 RL78_ES_REGNUM, and RL78_CS_REGNUM.
5792 (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4. Invoke
5793 dwarf2_append_unwinders().
5794
96f7d3f1
PW
57952013-05-03 Philippe Waroquiers <[email protected]>
5796
5797 * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
5798 ignore SIGINT and SIGTRAP in case these internal signals are
5799 caught explicitely.
5800
b9dd1947
JB
58012013-05-01 Joel Brobecker <[email protected]>
5802
5803 * darwin-nat.c (darwin_read_write_inferior): Change types
5804 of parameters rdaddr and wraddr to "gdb_byte *". Change type
5805 of copy_count to "mach_msg_type_number_t".
5806 (darwin_read_dyld_info): Change type of parameter
5807 rdaddr to "gdb_byte *".
5808
4ca18a63
JB
58092013-05-01 Joel Brobecker <[email protected]>
5810
5811 * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
5812 of &info->load_map from "char *" to "gdb_byte *".
5813
2b692d32
JB
58142013-05-01 Joel Brobecker <[email protected]>
5815
5816 * ia64-tdep.c (ia64_access_fpreg): Change cast of val
5817 from "char *" to "gdb_byte *".
5818 (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
5819
a98c29a0
DE
58202013-04-30 Doug Evans <[email protected]>
5821
6a506a2d
DE
5822 * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
5823 (init_cutu_and_read_dies): Flag a complaint, not error, for bad
5824 DWO stub. If DWO isn't found, just use stub.
5825 (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
5826
a98c29a0
DE
5827 * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
5828 calling init_cutu_and_read_dies.
5829
f92b06da
WT
58302013-03-27 Walfred Tedeschi <[email protected]>
5831
5832 * target-descriptions.c (maint_print_c_tdesc_cmd):
5833 Add case to parse structures as register types and
5834 bitfields.
5835
95eebdcc
WT
58362013-04-30 Walfred Tedeschi <[email protected]>
5837
5838 * MAINTAINERS (Write After Approval): Add myself to the list.
5839
019c1128
JB
58402013-04-30 Joel Brobecker <[email protected]>
5841
5842 * sol-thread.c (rw_common): Change type of parameter "buf"
5843 to "gdb_byte *".
5844 (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
5845 rw_common to "gdb_byte *" instead of "char *".
5846
5812197c
JB
58472013-04-30 Joel Brobecker <[email protected]>
5848
5849 * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
5850 of local variable msym to const struct bound_minimal_symbol.
5851 Adjust use accordingly.
5852 [ti.ti_state == TD_THR_SLEEP]: Likewise.
5853
ecccb813
TS
58542013-04-30 Samuel Thibault <[email protected]>
5855
5856 * i386gnu-nat.c (CREG_OFFSET): New macro.
5857 (creg_offset): New array.
5858 (CREG_ADDR): Use creg_offset instead of reg_offset.
5859
f1d02dd4 58602013-04-30 Joel Brobecker <[email protected]>
54746424
JB
5861
5862 * mep-tdep.c (mep_write_pc): Delete.
5863 (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
5864 Add call to set_gdbarch_pc_regnum.
5865
f1d02dd4 58662013-04-30 Joel Brobecker <[email protected]>
01da98f9
JB
5867
5868 * common/filestuff.c: Replace #include <dirent.h> by
5869 #include "gdb_dirent.h".
5870
f1d02dd4 58712013-04-30 Joel Brobecker <[email protected]>
366c6766
JB
5872
5873 * common/filestuff.c: Replace #include <sys/stat.h> by
5874 #include "gdb_stat.h".
5875
b385a60d
PM
58762013-04-29 Pierre Muller <[email protected]>
5877
5878 * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
5879 editCase function rule.
5880 (get_DW_AT_signature_type): Likewise.
5881
d27b54ad
JB
58822013-04-29 Joel Brobecker <[email protected]>
5883
5884 * m32r-tdep.c (m32r_write_pc): Delete.
5885 (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
5886 Add call to set_gdbarch_pc_regnum.
5887
47d21dc5
PM
58882013-04-29 Pierre Muller <[email protected]>
5889
5890 * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
5891
9056882e
JB
58922013-04-29 Joel Brobecker <[email protected]>
5893
5894 * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
5895
7ee4732a
YQ
58962013-04-28 Yao Qi <[email protected]>
5897
5898 * solib-dsbt.c (fetch_loadmap): Re-indent.
5899 (displacement_from_map, enable_break2): Likewise.
5900 (dsbt_relocate_section_addresses): Likewise.
5901
2260af53 59022013-04-26 Joel Brobecker <[email protected]>
5903
5904 GDB 7.6 released.
5905
ff546935
TT
59062013-04-25 Andreas Kaufmann <[email protected]>
5907
5908 PR corefiles/14983:
5909 * dwarf2read.c (process_full_comp_unit): Always create a static
5910 block.
5911
40fb6c5e
HZ
59122013-04-25 Hui Zhu <[email protected]>
5913
5914 * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
5915 to loc->cmd_bytecode.
5916
74e04d1c
DE
59172013-04-24 Doug Evans <[email protected]>
5918
5919 * dwarf2read.c (setup_type_unit_groups): Fix comment.
5920
3cf62c1d
KS
59212013-04-22 Keith Seitz <[email protected]>
5922
5923 * tracepoint.c (trace_save): Call the writer's start method.
5924
bf9e4d0c
MB
59252013-04-24 Muhammad Bilal <[email protected]>
5926
5927 PR gdb/10462
5928 * cli/cli-decode.c (lookup_command): Show an error if there is no space
5929 before argument.
5930
5d71132c
TT
59312013-04-23 Tom Tromey <[email protected]>
5932
5933 * common/filestuff.c: Check USE_WIN32API before including
5934 sys/socket.h.
5935 (HAVE_F_GETFD): New define.
5936 (mark_cloexec): Check HAVE_F_GETFD.
5937 (gdb_open_cloexec): Change 'mode' to unsigned long.
5938 (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
5939 (gdb_pipe_cloexec): Check HAVE_PIPE.
5940 * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
5941 long.
5942
a11cfd87
HZ
59432013-04-23 Hui Zhu <[email protected]>
5944
5945 PR gdb/15293
a11cfd87
HZ
5946 * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
5947
2d9442cc
HZ
59482013-04-23 Hui Zhu <[email protected]>
5949
5950 PR gdb/15165
2d9442cc
HZ
5951 * breakpoint.c (dprintf_print_recreate): New.
5952 (save_breakpoints): Let it not save dprintf commands.
5953 (initialize_breakpoint_ops): Set dprintf_print_recreate.
5954
614c279d
TT
59552013-04-22 Tom Tromey <[email protected]>
5956
5957 PR gdb/7912:
5958 * Makefile.in (SFILES): Add filestuff.c
5959 (COMMON_OBS): Add filestuff.o.
5960 (filestuff.o): New target.
5961 * auto-load.c (auto_load_objfile_script_1): Use
5962 gdb_fopen_cloexec.
5963 * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
5964 * cli/cli-cmds.c (shell_escape): Call close_most_fds.
5965 * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
5966 * common/agent.c (gdb_connect_sync_socket): Use
5967 gdb_socket_cloexec.
5968 * common/filestuff.c: New file.
5969 * common/filestuff.h: New file.
5970 * common/linux-osdata.c (linux_common_core_of_thread)
5971 (command_from_pid, commandline_from_pid, print_source_lines)
5972 (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
5973 (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
5974 gdb_fopen_cloexec.
5975 * common/linux-procfs.c (linux_proc_get_int)
5976 (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
5977 * config.in, configure: Rebuild.
5978 * configure.ac: Don't check for sys/socket.h. Check for
5979 fdwalk, pipe2.
5980 * corelow.c (core_open): Use gdb_open_cloexec.
5981 * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
5982 * fork-child.c (fork_inferior): Call close_most_fds.
5983 * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
5984 * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
5985 * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
5986 Use gdb_fopen_cloexec.
5987 (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
5988 gdb_open_cloexec.
5989 (linux_async_pipe): Use gdb_pipe_cloexec.
5990 * remote-fileio.c (remote_fileio_func_open): Use
5991 gdb_open_cloexec.
5992 * remote.c (remote_file_put, remote_file_get): Use
5993 gdb_fopen_cloexec.
5994 * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
5995 close_most_fds.
5996 * ser-tcp.c (net_open): Use gdb_socket_cloexec.
5997 * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
5998 * solib.c (solib_find): Use gdb_open_cloexec.
5999 * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
6000 * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
6001 (tfile_open): Use gdb_open_cloexec.
6002 * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
6003 * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
6004 * xml-support.c (xml_fetch_content_from_file): Use
6005 gdb_fopen_cloexec.
6006 * main.c (captured_main): Call notice_open_fds.
6007
5fda2332
EBM
60082013-04-22 Edjunior Machado <[email protected]>
6009
6010 * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
6011 'char *' to 'gdb_byte *'.
6012 (gdbsim_store_register): Change the type of 'tmp' from 'char' to
6013 'gdb_byte'.
6014
eb6c553b
YQ
60152013-04-22 Yao Qi <[email protected]>
6016
6017 * infrun.c: Fix typo in comment.
6018
9991b207
SDJ
60192013-04-22 Andrew Haley <[email protected]>
6020
6021 * arm-tdep.c (BranchDest): Cast result as "unsigned long",
6022 instead of "long".
6023
8b4833e3
YQ
60242013-04-20 Yao Qi <[email protected]>
6025
6026 * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
6027 'char *' to 'gdb_byte *'. Cast the return value of
6028 'bt_ctf_get_char_array' to 'gdb_byte *'.
6029
bd3f3b55
PA
60302013-04-19 Pedro Alves <[email protected]>
6031
6032 * configure.ac (build_warnings): Replace -Wno-pointer-sign with
6033 -Wpointer-sign.
6034 * configure: Regenerate.
6035
c49e7f76
PA
60362013-04-19 Pedro Alves <[email protected]>
6037
6038 * ser-tcp.c (net_read_prim): Cast second argument to recv to
6039 'void *'.
6040
12ff8552
PA
60412013-04-19 Pedro Alves <[email protected]>
6042
6043 * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
6044 Change type of 'myaddr' parameter to gdb_byte pointer.
6045 (monitor_write_memory_longlongs): Likewise. Cast 'myaddr' pointer
6046 to 'long long' pointer instead of to 'unsigned long long'.
6047 (monitor_write_memory_block, monitor_read_memory_single)
6048 (monitor_read_memory): Change type of 'myaddr' parameter to
6049 gdb_byte pointer.
6050
9c37696b
PA
60512013-04-19 Pedro Alves <[email protected]>
6052
6053 * record.c (validate_history_size): Make parameter 'setting'
6054 unsigned.
6055
a398505b
PA
60562013-04-19 Pedro Alves <[email protected]>
6057
6058 * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
6059 to 'gdb_byte *'.
6060
9f8afa72
PA
60612013-04-19 Pedro Alves <[email protected]>
6062
6063 * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
6064 local to int.
6065
c714b426
PA
60662013-04-19 Pedro Alves <[email protected]>
6067
6068 * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
6069 * ada-tasks.c (read_fat_string_value): Likewise.
6070
507a579c
PA
60712013-04-19 Pedro Alves <[email protected]>
6072
6073 * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
6074 unsigned. Pass 'tmp' to safe_read_uleb128 instead of the signed
6075 'offset', and adjust.
6076
f9d83a0b
PA
60772013-04-19 Pedro Alves <[email protected]>
6078
6079 * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
6080 (read_index_from_section): Add cast to 'char *'.
6081
745eb4fd
PA
60822013-04-19 Pedro Alves <[email protected]>
6083
6084 * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
6085
db5be46f
PA
60862013-04-19 Pedro Alves <[email protected]>
6087
6088 * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
6089
0f928d68
PA
60902013-04-19 Pedro Alves <[email protected]>
6091
6092 * record-full.c (record_full_get_bookmark): Change local 'ret'
6093 type to char * and add cast to gdb_byte *.
6094 (record_full_goto_bookmark): Handle 'bookmark' argument as a
6095 string.
6096 * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
6097
89f6d837
PA
60982013-04-19 Pedro Alves <[email protected]>
6099
6100 * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
6101 * python/py-prettyprint.c (print_string_repr): Change type of
6102 'output' local to char *. Add cast to gdb_byte * in
6103 LA_PRINT_STRING call.
6104 (print_children): Change type of 'output' local to char *.
6105 * python/py-value.c (valpy_string): Add cast to const char * in
6106 PyUnicode_Decode call.
6107
ce6ec7d8
PA
61082013-04-19 Pedro Alves <[email protected]>
6109
6110 * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
6111 and change its type to 'const char *'. Adjust.
6112 (mips_send_packet): Add cast to 'char *', and remove cast to
6113 'unsigned char *'.
6114 (mips_receive_packet): Remove cast to 'unsigned char *'.
6115 (mips_load_srec): Use bfd_byte.
6116 (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
6117 (pmon_checkset): Make 'value' parameter unsigned.
6118
fda0389f
PA
61192013-04-19 Pedro Alves <[email protected]>
6120
6121 * common/agent.c (agent_run_command): Add cast to gdb_byte *.
6122
bc20a4af
PA
61232013-04-19 Pedro Alves <[email protected]>
6124
6125 * remote.c (remote_write_bytes_aux, compare_sections_command)
6126 (remote_read_qxfer)
6127 (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
6128 (remote_hostio_readlink, remote_bfd_iovec_pread)
6129 (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
6130 binary buffer, and char when buffer is used as string.
6131 * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
6132 (trace_save, tfile_open, traceframe_walk_blocks)
6133 (tfile_fetch_registers): Likewise.
6134
c628b528
PA
61352013-04-19 Pedro Alves <[email protected]>
6136
6137 * ser-base.c (ser_base_write): Change prototype -- take 'void *'
6138 buffer and size_t size. Adjust.
6139 * ser-base.h (ser_base_write): Adjust.
6140 * ser-go32.c (cnts): Change type to size_t.
6141 (dos_write): Change prototype -- take 'void *'
6142 buffer and size_t size. Adjust.
6143 (dos_info): Print elements of 'cnts' as unsigned long.
6144 * serial.c (serial_write): Likewise.
6145 * serial.h (serial_write): Adjust.
6146 (struct serial_ops) <write>: Change prototype -- take 'void *'
6147 buffer and size_t size. Adjust.
6148
51a5cd90
PA
61492013-04-19 Pedro Alves <[email protected]>
6150
6151 * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
6152 gdb_byte *.
6153 * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
6154
a9933661
PA
61552013-04-19 Pedro Alves <[email protected]>
6156
6157 * alpha-tdep.c (alpha_extract_return_value): Use
6158 regcache_cooked_read_unsigned to read 'v0'.
6159
19afdd07
PA
61602013-04-19 Pedro Alves <[email protected]>
6161
6162 * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
6163 parameters 'at', 'as' and 'offset' to uint32_t.
6164
96b32e50
PA
61652013-04-19 Pedro Alves <[email protected]>
6166
6167 * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
6168 'is64' to signed 'int'.
6169
eb1bd1fb
PA
61702013-04-19 Pedro Alves <[email protected]>
6171
6172 * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
6173 parameter to int *.
6174
463920bf
PA
61752013-04-19 Pedro Alves <[email protected]>
6176
6177 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
6178 'insnbuf' buffer type to unsigned int[].
6179
70242eb1
PA
61802013-04-19 Pedro Alves <[email protected]>
6181
6182 * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
6183
9d1dd0e2
PA
61842013-04-19 Pedro Alves <[email protected]>
6185
6186 * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
6187 unsigned long *.
6188
44096aee
PA
61892013-04-19 Pedro Alves <[email protected]>
6190
6191 * alpha-tdep.c (heuristic_fence_post): Change type to int.
6192 (alpha_heuristic_proc_start): Adjust to check -1 instead of
6193 UINT_MAX.
6194 * mips-tdep.c (heuristic_fence_post): Change type to int.
6195 (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
6196
e4286e57
PA
61972013-04-19 Pedro Alves <[email protected]>
6198
6199 * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
6200 (struct gdbarch_tdep) <cris_version>: Make unsigned.
6201 (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
6202
001f13d8
PA
62032013-04-19 Pedro Alves <[email protected]>
6204
6205 * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'. Use
6206 it to get a string view of the byte buffer.
6207 * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
6208 type to gdb_byte *. Adjust.
6209 * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
6210 Change local to char *.
6211 * solib-darwin.c (find_program_interpreter): Change return type to
6212 char *. Adjust.
6213 (darwin_solib_get_all_image_info_addr_at_init): Adjust.
6214 * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
6215 * solib-frv.c (enable_break2): Change local 'buf' to char *.
6216 * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
6217 * solib-svr4.c (find_program_interpreter): Change return type to
6218 char *. Adjust.
6219 (enable_break): Change local 'interp_name' to char *.
6220 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
6221 * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
6222 (spu_pseudo_register_write_spu): Use char for string buffer.
6223 Adjust.
6224 (info_spu_event_command, info_spu_signal_command): Add casts to
6225 'char *'.
6226
948f8e3d
PA
62272013-04-19 Pedro Alves <[email protected]>
6228
6229 * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
6230 gdb_byte[].
6231 (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
6232 * ada-lang.c (ada_value_assign): Use gdb_byte.
6233 * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
6234 (alphanbsd_sigtramp_offset): Use gdb_byte.
6235 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
6236 (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
6237 (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
6238 (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
6239 (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
6240 * arm-tdep.c (arm_stub_unwind_sniffer)
6241 (arm_displaced_init_closure): Use gdb_byte.
6242 (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
6243 (arm_default_thumb_le_breakpoint)
6244 (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
6245 * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
6246 thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
6247 * arm-wince-tdep.c (arm_wince_le_breakpoint)
6248 (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
6249 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
6250 (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
6251 (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
6252 * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
6253 (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
6254 * cris-tdep.c (push_stack_item, cris_push_dummy_call)
6255 (cris_store_return_value, cris_extract_return_value): Use
6256 gdb_byte.
6257 (constraint): Change type of parameter to char * from signed
6258 char*. Use gdb_byte.
6259 * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
6260 of local buffer to gdb_byte *.
6261 * dwarf2read.c (read_index_from_section): Use gdb_byte.
6262 (create_dwp_hash_table): Change type of locals to gdb_byte *.
6263 (add_address_entry): Change type of local buffer to gdb_byte[].
6264 * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
6265 (frv_push_dummy_call): Use gdb_byte.
6266 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
6267 (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
6268 (hppa_hpux_supply_save_state): Use gdb_byte.
6269 * hppa-tdep.c (hppa32_push_dummy_call)
6270 (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
6271 * ia64-tdep.c (extract_bit_field, replace_bit_field)
6272 (slotN_contents, replace_slotN_contents): Change type of parameter
6273 to gdb_byte *.
6274 (fetch_instruction, ia64_pseudo_register_write)
6275 (ia64_register_to_value, ia64_value_to_register)
6276 (ia64_extract_return_value, ia64_store_return_value)
6277 (ia64_push_dummy_call): Use gdb_byte.
6278 * m32c-tdep.c (m32c_return_value): Remove cast.
6279 * m68hc11-tdep.c (m68hc11_pseudo_register_write)
6280 (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
6281 gdb_byte.
6282 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
6283 * mn10300-tdep.c (mn10300_store_return_value)
6284 (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
6285 gdb_byte.
6286 * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
6287 (moxie_process_record): Remove casts.
6288 * ppc-ravenscar-thread.c (supply_register_at_address)
6289 (ppc_ravenscar_generic_store_registers): Use gdb_byte.
6290 * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
6291 * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
6292 * remote-mips.c (mips_xfer_memory): Use gdb_byte.
6293 * remote.c (compare_sections_command): Use gdb_byte.
6294 * score-tdep.c (score7_free_memblock): Change type of parameter to
6295 gdb_byte *.
6296 * sh-tdep.c (sh_justify_value_in_reg): Change return type to
6297 gdb_byte *. Use gdb_byte.
6298 (sh_push_dummy_call_fpu): Use gdb_byte.
6299 (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
6300 (sh_store_return_value_nofpu, sh_store_return_value_fpu)
6301 (sh_register_convert_to_virtual, sh_register_convert_to_raw):
6302 Change parameter type to 'gdb_byte *'. Use gdb_byte.
6303 (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
6304 * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
6305 (sh64_store_return_value, sh64_register_convert_to_virtual):
6306 Change parameter type to 'gdb_byte *'. Use gdb_byte.
6307 (sh64_pseudo_register_write): Use gdb_byte.
6308 * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
6309 * solib-irix.c (fetch_lm_info): Likewise. Use gdb_byte for byte
6310 buffer.
6311 (irix_current_sos): Use gdb_byte.
6312 * solib-som.c (som_current_sos): Use gdb_byte.
6313 * sparc-ravenscar-thread.c (supply_register_at_address)
6314 (sparc_ravenscar_generic_store_registers): Use gdb_byte.
6315 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
6316 * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
6317 * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
6318 'gdb_byte *'.
6319 * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
6320 'gdb_byte *'.
6321 * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
6322 * xstormy16-tdep.c (xstormy16_extract_return_value)
6323 (xstormy16_store_return_value): Change parameter type to
6324 'gdb_byte *'. Adjust.
6325 (xstormy16_push_dummy_call): Use gdb_byte.
6326 * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
6327 (call0_analyze_prologue, execute_code): Use gdb_byte.
6328
433730c9
PA
63292013-04-19 Vladimir Kargov <[email protected]>
6330 Pedro Alves <[email protected]>
6331
6332 * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
6333 value contents.
6334
ac9ec31b
DE
63352013-04-17 Doug Evans <[email protected]>
6336
6337 * dwarf2read.c (struct signatured_type): New member type.
6338 (struct attribute): Replace member signatured_type with signature.
6339 (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
6340 (read_call_site_scope): Call follow_die_ref instead of
6341 follow_die_ref_or_sig.
6342 (read_structure_type): Rewrite handling of signatured types.
6343 (read_enumeration_type): Ditto.
6344 (read_attribute_value): Update.
6345 (build_error_marker_type): New function.
6346 (lookup_die_type): Add assert. Rewrite handling of signatured types.
6347 Don't call error for bad types, just build an error marker type.
6348 (dump_die_shallow): Update.
6349 (follow_die_sig_1): Renamed from follow_die_sig.
6350 Don't call error for bad types, instead return NULL.
6351 (follow_die_sig): New function.
6352 (get_signatured_type, get_DW_AT_signature_type): New functions.
6353
e546e8bb
YZ
63542013-04-17 Yufeng Zhang <[email protected]>
6355
6356 * aarch64-tdep.c (aarch64_write_pc): Removed.
543cdd95
JB
6357 (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
6358 function.
e546e8bb 6359
ab116149
YQ
63602013-04-17 Yao Qi <[email protected]>
6361
6362 * top.c (print_gdb_configuration): Print configure-time
6363 parameter on using libbabeltrace or not.
6364
488a42b8
PA
63652013-04-16 Pedro Alves <[email protected]>
6366
6367 * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
6368
f5fb825b
PA
63692013-04-16 Pedro Alves <[email protected]>
6370
85d494ea 6371 * common/glibc_thread_db.h: Update from upstream glibc
f5fb825b
PA
6372 (git 568035b7874a099087b77f7bba3e36a1173787b0).
6373
e1154999
PA
63742013-04-16 Pedro Alves <[email protected]>
6375
6376 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
6377 * common/glibc_thread_db.h: ... this new file ...
6378 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
6379
e3b50a7f
PA
63802013-04-16 Will Newton <[email protected]>
6381 Pedro Alves <[email protected]>
6382
6383 PR build/11881
6384
6385 * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
6386 (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
6387 HAVE_THREAD_DB_H.
6388
1c2e4450
PA
63892013-04-16 Pedro Alves <[email protected]>
6390 Eli Zaretskii <[email protected]>
6391
6392 * NEWS: Mention "set foo unlimited".
6393
4031ecc5
DE
63942013-04-15 Doug Evans <[email protected]>
6395
19c3d4c9
DE
6396 * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
6397 (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
6398 (create_dwo_cu_reader): Renamed from
6399 create_dwo_debug_info_hash_table_reader.
6400 (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
6401 Remove support for multiple CUs in a DWO file.
6402 (open_and_init_dwo_file, lookup_dwo_cutu): Update.
6403
4031ecc5
DE
6404 * dwarf2read.c (create_debug_types_hash_table): Use hex_string
6405 instead of phex.
6406 (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
6407 (create_dwo_in_dwp): Ditto.
6408
b340913d
TT
64092013-04-15 Tom Tromey <[email protected]>
6410
6411 * NEWS: Move recent entries into "since 7.6" section.
6412
cc16e6c9
TT
64132013-04-15 Tom Tromey <[email protected]>
6414
6415 PR c++/13588:
6416 * NEWS: Update.
6417 * break-catch-throw.c (struct exception_catchpoint)
6418 <exception_rx, pattern>: New fields.
6419 (fetch_probe_arguments, dtor_exception_catchpoint)
6420 (check_status_exception_catchpoint)
6421 (print_one_detail_exception_catchpoint): New functions.
6422 (handle_gnu_v3_exceptions): Add "except_rx" argument.
6423 Compile regular expression if needed.
6424 (extract_exception_regexp): New function.
6425 (catch_exception_command_1): Use extract_exception_regexp.
6426 (compute_exception): Use fetch_probe_arguments.
6427 (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
6428 and check_status fields.
6429 * cp-abi.c (cplus_typename_from_type_info): New function.
6430 * cp-abi.h (cplus_typename_from_type_info): Declare.
6431 (struct cp_abi_ops) <get_typename_from_type_info>: New field.
6432 * gdb_regex.h (compile_rx_or_error): Declare.
6433 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
6434 comment.
6435 (init_gnuv3_ops): Set get_type_from_type_info field.
6436 * probe.c (compile_rx_or_error): Move...
6437 * utils.c (compile_rx_or_error): ... here.
6438
72f1fe8a
TT
64392013-04-15 Tom Tromey <[email protected]>
6440
6441 PR c++/15176:
6442 * NEWS: Update.
6443 * break-catch-throw.c (compute_exception): New function.
6444 (exception_funcs): New global.
6445 (_initialize_break_catch_throw): Create $_exception.
6446 * cp-abi.c (cplus_type_from_type_info): New function.
6447 * cp-abi.h (cplus_type_from_type_info): Declare.
6448 (struct cp_abi_ops) <get_type_from_type_info>: New field.
6449 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
6450 (gnuv3_get_type_from_type_info): New functions.
6451 (init_gnuv3_ops): Set get_type_from_type_info ABI field.
6452
fc4746a2
TT
64532013-04-15 Tom Tromey <[email protected]>
6454
6455 * break-catch-throw.c (struct exception_names): New.
6456 (exception_functions): Change type.
6457 (re_set_exception_catchpoint): Look for SDT probes.
6458
15a73f56
TT
64592013-04-15 Tom Tromey <[email protected]>
6460
6461 PR c++/10119:
6462 * break-catch-throw.c (exception_functions): New global.
6463 (gnu_v3_exception_catchpoint_ops): Move earlier.
6464 (struct exception_catchpoint): New.
6465 (classify_exception_breakpoint): Rewrite.
6466 (re_set_exception_catchpoint): New function.
6467 (handle_gnu_v3_exceptions): Return void. Use init_catchpoint.
6468 Allocate a struct exception_catchpoint.
6469 (catch_exception_command_1): Update.
6470 (initialize_throw_catchpoint_ops): Set 're_set' method.
6471
916703c0
TT
64722013-04-15 Tom Tromey <[email protected]>
6473
6474 * Makefile.in (SFILES): Add break-catch-throw.c
6475 (COMMON_OBS): Add break-catch-throw.o.
6476 * break-catch-throw.c: New file.
6477 * breakpoint.c: Move exception-catching code to new file.
6478 (ep_parse_optional_if_clause): No longer static.
6479 * breakpoint.h (ep_parse_optional_if_clause): Declare.
6480
6e72ca20
TT
64812013-04-15 Tom Tromey <[email protected]>
6482
6483 PR c++/9065:
6484 * NEWS: Update.
6485 * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
6486 * c-exp.y (TYPEID): New token.
6487 (exp): Add new TYPEID productions.
6488 (ident_tokens): Add "typeid".
6489 * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
6490 * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
6491 (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
6492 * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
6493 * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
6494 case.
6495 * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
6496 (build_std_type_info_type, gnuv3_get_typeid_type)
6497 (gnuv3_get_typeid): New functions.
6498 (init_gnuv3_ops): Initialize std_type_info_gdbarch_data. Set
6499 new fields on ABI object.
6500 * parse.c (operator_length_standard) <OP_TYPEID>: New case.
6501 * std-operator.def (OP_TYPEID): New.
6502
715c6909
TT
65032013-04-15 Tom Tromey <[email protected]>
6504
6505 * elfread.c (elf_symtab_read): Install versioned symbol under
6506 unversioned name as well.
6507
8de20a37
TT
65082013-04-15 Tom Tromey <[email protected]>
6509
6510 PR c++/11990:
6511 * c-lang.c (cplus_language_defn): Use gdb_demangle.
6512 * c-typeprint.c (c_type_print_base): Use gdb_demangle.
6513 * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
6514 (gdb_demangle): New function.
6515 * cp-support.h (gdb_demangle): Declare.
6516 * dwarf2read.c (dwarf2_physname, fixup_partial_die)
6517 (dwarf2_name): Use gdb_demangle.
6518 * gdbtypes.c (check_stub_method): Use gdb_demangle.
6519 * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
6520 suffixes from name.
6521 (gnuv3_print_method_ptr): Use gdb_demangle.
6522 * jv-lang.c (java_demangle): Use gdb_demangle.
6523 * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
6524 * language.c (unk_lang_demangle): Use gdb_demangle.
6525 * symtab.c (symbol_find_demangled_name)
6526 (demangle_for_lookup): Use gdb_demangle.
6527
591f19e8
TT
65282013-04-15 Tom Tromey <[email protected]>
6529
6530 PR c++/12824:
6531 * NEWS: Update.
6532 * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
6533 New constant.
6534 (classify_exception_breakpoint): New function.
6535 (print_it_exception_catchpoint, print_one_exception_catchpoint)
6536 (print_mention_exception_catchpoint)
6537 (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
6538 (catch_exception_command_1): Handle "rethrow" catchpoint.
6539 (catch_rethrow_command): New function.
6540 (_initialize_breakpoint): Add "catch rethrow" command.
6541
4d40cad2
PM
65422013-04-15 Pierre Muller <[email protected]>
6543
6544 * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
6545 set_gdbarch_write_pc as deprecated anymore.
6546
30bcb456
JB
65472013-04-15 Joel Brobecker <[email protected]>
6548
6549 * spu-tdep.c (spu_write_pc): Add empty line after local variable
6550 declarations.
6551
da9160e4
YQ
65522013-04-13 Yao Qi <[email protected]>
6553
6554 * ctf.c (_initialize_ctf): Include "completer.h".
6555 Call add_target_with_completer instead of add_target.
6556
39ed5604
JK
65572013-04-12 Jan Kratochvil <[email protected]>
6558
6559 Fix GDB regression related to PR binutils/14813.
6560 * jit.c (mem_bfd_iovec_close): Return 0 for success.
6561 * minidebug.c (lzma_close): Add return value comment.
6562 * remote.c (remote_bfd_iovec_close): Return 0 for success.
6563 * solib-spu.c (spu_bfd_iovec_close): Likewise.
6564 * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
6565
65662013-04-12 Jan Kratochvil <[email protected]>
49369217
JK
6567
6568 * config.in: Regenerate.
6569
d521ce57
TT
65702013-04-12 Tom Tromey <[email protected]>
6571
6572 * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
6573 const.
6574 * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
6575 (struct die_reader_specs) <buffer>: Likewise.
6576 (die_reader_func_ftype): Make 'info_ptr' const.
6577 (struct line_header) <include_dirs, statement_program_start,
6578 statement_program_end>: Now const.
6579 (struct file_entry) <name>: Likewise.
6580 (struct partial_die_info) <sibling>: Likewise.
6581 (struct dwarf_block) <data>: Likewise.
6582 (dwarf2_read_section): Remove cast.
6583 (dwarf2_get_section_info): Make 'bufp' const.
6584 (read_index_from_section): Constify.
6585 (dw2_get_file_names_reader): Make 'info_ptr' const.
6586 (dw2_get_primary_filename_reader): Likewise.
6587 (read_comp_unit_head): Make 'info_ptr' and return type const.
6588 (read_and_check_comp_unit_head, read_and_check_type_unit_head):
6589 Likewise.
6590 (read_abbrev_offset): Constify.
6591 (dwarf2_create_include_psymtab): Make 'name' const.
6592 (create_debug_types_hash_table): Update.
6593 (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
6594 (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
6595 Constify.
6596 (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
6597 (load_partial_comp_unit_reader): Make 'info_ptr' const.
6598 (read_comp_units_from_section): Constify.
6599 (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
6600 (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
6601 const.
6602 (dwarf2_compute_name, setup_type_unit_groups): Constify.
6603 (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
6604 (create_dwp_hash_table, dwarf2_ranges_read)
6605 (dwarf2_record_block_ranges): Constify.
6606 (read_die_and_children, read_die_and_siblings_1)
6607 (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
6608 const.
6609 (read_full_die_1, read_full_die): Make 'info_ptr' const.
6610 (abbrev_table_read_table): Constify.
6611 (load_partial_dies): Make 'info_ptr' const.
6612 (read_partial_die, read_attribute_value, read_attribute): Make
6613 'info_ptr' and return type const.
6614 (read_address, read_initial_length)
6615 (read_checked_initial_length_and_offset, read_offset)
6616 (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
6617 const.
6618 (read_direct_string): Make 'buf' and return type const.
6619 (read_indirect_string_at_offset, read_indirect_string_from_dwz)
6620 (read_indirect_string): Make return type const.
6621 (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
6622 (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
6623 'info_ptr' const.
6624 (read_str_index): Make return type const.
6625 (add_include_dir): Make 'include_dir' const.
6626 (add_file_name): Make 'name' const.
6627 (dwarf_decode_line_header): Constify.
6628 (psymtab_include_file_name): Make return type const.
6629 (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
6630 (dwarf2_start_subfile): Make 'filename' const.
6631 (dwarf2_const_value_attr): Make 'bytes' const.
6632 (read_signatured_type_reader): Make 'info_ptr' const.
6633 (decode_locdesc): Constify.
6634 (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
6635 const.
6636 (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
6637 'mac_end', and return type const.
6638 (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
6639 (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
6640 type const.
6641 (per_cu_header_read_in): Constify.
6642 * symfile.h (dwarf2_get_section_info): Update.
6643
d47a1bc1
TT
66442013-04-12 Tom Tromey <[email protected]>
6645
6646 * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
6647
6eaaf48b
EZ
66482013-04-12 Eli Zaretskii <[email protected]>
6649
fc4c25bf 6650 * NEWS: Mention "show configuration", --configuration.
6eaaf48b
EZ
6651 * top.c (print_gdb_configuration): New function, displays the
6652 details about GDB configure-time parameters.
6653 (print_gdb_version): Mention "show configuration".
6eaaf48b
EZ
6654 * cli/cli-cmds.c (show_configuration): New function.
6655 (_initialize_cli_cmds): Add the "show configuration" command.
6eaaf48b
EZ
6656 * main.c (captured_main) <print_configuration>: New static var.
6657 <long_options>: Use it.
6658 If --configuration was given, call print_gdb_configuration.
6659
b292c783
JK
66602013-04-11 Jan Kratochvil <[email protected]>
6661 Pedro Alves <[email protected]>
6662
6663 * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
6664 (generated_files): Add gcore.
6665 (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
6666 HAVE_NATIVE_GCORE_HOST.
6667 (gcore): New.
6668 * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
6669 * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
6670 config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
6671 config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
6672 config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
6673 Add HAVE_NATIVE_GCORE_HOST.
6674 * configure: Regenerate.
6675 * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
6676 New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME. New
6677 AC_CONFIG_FILES for gcore.
6678 * configure.tgt: Add gdb_have_gcore to the initial comment. Set
6679 gdb_have_gcore.
6680 * gdb_gcore.sh: Rename to ...
6681 * gcore.in: ... here. Remove gcore.sh comment. Use GDB_TRANSFORM_NAME
6682 and GCORE_TRANSFORM_NAME substitutions.
6683
c96b3c4f
JK
6684 Fix parsing tabs in ${gdb_target_obs}.
6685 * configure.tgt (gdb_have_gcore): Replace case with for and if.
6686
d6cb50a2
JK
66872013-04-11 Jan Kratochvil <[email protected]>
6688
6689 * remote.c (unpush_and_perror): Add output message final dot.
6690
cf2cb5ec
YQ
66912013-04-11 Yao Qi <[email protected]>
6692
6693 * tracepoint.c (tfile_interp_line): Fit parameters line and
6694 utpp in one line.
6695
07293be4
JB
66962013-04-10 Joel Brobecker <[email protected]>
6697
6698 * solib.c (solib_map_sections): Remove code overwriting
6699 SO->SO_NAME with the bfd's filename.
6700
f81d1120
PA
67012013-04-10 Pedro Alves <[email protected]>
6702
6703 * cli/cli-decode.c (integer_unlimited_completer): New function.
6704 (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
6705 (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
6706 completer.
6707 * cli/cli-setshow.c: Include "cli/cli-utils.h".
6708 (is_unlimited_literal): New function.
6709 (do_set_command): Handle literal "unlimited" arguments.
6710 * frame.c (_initialize_frame) <set backtrace limit>: Document
6711 "unlimited".
6712 * printcmd.c (_initialize_printcmd) <set print
6713 max-symbolic-offset>: Add help text.
6714 * record-full.c (_initialize_record_full) <set record full
6715 insn-number-max>: Likewise.
6716 * record.c (_initialize_record) <set record
6717 instruction-history-size, set record function-call-history-size>:
6718 Add help text.
6719 * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
6720 help text.
6721 * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
6722 Likewise.
6723 * source.c (_initialize_source) <set listsize>: Add help text.
6724 * utils.c (initialize_utils) <set height, set width>: Likewise.
6725 <set pagination>: Mention "set height unlimited".
6726 * valprint.c (_initialize_valprint) <set print elements, set print
6727 repeats>: Document "unlimited".
6728
2f9d54cf
PA
67292013-04-10 Pedro Alves <[email protected]>
6730
6731 * cli/cli-cmds.c (quit_command): Call query_if_trace_running
6732 instead of disconnect_tracing.
6733 * infcmd.c (detach_command, disconnect_command): Call
6734 query_if_trace_running. Adjust.
6735 * top.c: Include "tracepoint.h".
6736 (quit_target): Delete. Contents moved ...
6737 (quit_force): ... here. Wrap each stage of teardown in
6738 TRY_CATCH. Call disconnect_tracing before detaching.
6739
393fd4c3
YQ
67402013-04-10 Hui Zhu <[email protected]>
6741 Yao Qi <[email protected]>
6742
6743 * configure.ac: Check libbabeltrace is installed.
6744 * config.in: Regenerate.
6745 * configure: Regenerate.
6746 * Makefile.in (LIBBABELTRACE): New.
6747 (CLIBS): Add LIBBABELTRACE.
6748 * ctf.c: Include "exec.h".
6749 (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
6750 (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
6751 (ctf_save_metadata_header): Define new type aliases in
6752 metadata.
6753 (ctf_write_header): Define event type "tsv_def" and "tp_def"
6754 in metadata. Start a new faked packet for trace status.
6755 (ctf_write_status): Write trace status to CTF.
6756 (ctf_write_uploaded_tsv): Write TSV to CTF.
6757 (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
6758 (ctf_write_definition_end): End the faked packet.
6759
6760 (ctx, ctf_iter, trace_dirname): New.
6761 (start_pos): New variable.
6762 (ctf_destroy, ctf_open_dir, ctf_open): New.
6763 (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
6764 macros.
6765 (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
6766 (ctf_fetch_registers, ctf_xfer_partial): New.
6767 (ctf_get_trace_state_variable_value): New.
6768 (ctf_get_tpnum_from_frame_event): New.
6769 (ctf_get_traceframe_address): New.
6770 (ctf_trace_find, ctf_has_stack): New.
6771 (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
6772 (ctf_get_trace_status, ctf_read_status): New.
6773 (_initialize_ctf): New.
6774 * tracepoint.c (get_tracepoint_number): New
6775 (get_uploaded_tsv): Remove 'static'.
5f8e0b8f 6776 (struct traceframe_info, trace_regblock_size): Move it to ...
393fd4c3
YQ
6777 * tracepoint.h: ... here.
6778 (get_tracepoint_number): Declare it.
6779 (get_uploaded_tsv): Declare it.
6780
6781 * NEWS: Mention new configure option.
6782
5c2b4418
HZ
67832013-04-10 Pedro Alves <[email protected]>
6784 Hui Zhu <[email protected]>
6785
6786 * breakpoint.c (dprintf_re_set): New.
6787 (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
6788 to dprintf_re_set.
6789
a5c66735
JB
67902013-04-09 Joel Brobecker <[email protected]>
6791
6792 * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
6793 Remove solib-svr4.o from the list.
6794
9e77999c
JB
67952013-04-09 Joel Brobecker <[email protected]>
6796
6797 * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
6798 Use gdb_assert_not_reached instead of invalid boolean expression.
6799
1927e618
PA
68002013-04-09 Pedro Alves <[email protected]>
6801
6802 * remote.c (unpush_and_perror): New function.
6803 (readchar, remote_serial_write): Use it.
6804
10782d74
MM
68052013-04-09 Markus Metzger <[email protected]>
6806
6807 * NEWS: Mention new btrace RSP packets.
6808
4c8429ef
TT
68092013-04-08 Tom Tromey <[email protected]>
6810
6811 * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
6812 long.
6813
8625fc1b
TT
68142013-04-08 Tom Tromey <[email protected]>
6815
6816 * maint.c (print_bfd_section_info): Print the section index.
6817 * symmisc.c (dump_msymbols): Print the section index.
6818
e27d198c
TT
68192013-04-08 Tom Tromey <[email protected]>
6820
6821 PR symtab/8424:
6822 * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
6823 SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
6824 * breakpoint.c (resolve_sal_pc): Update.
6825 * elfread.c (elf_gnu_ifunc_record_cache): Update.
6826 * findvar.c (struct minsym_lookup_data) <objfile>: New field.
6827 (minsym_lookup_iterator_cb): Use it.
6828 (default_read_var_value): Update.
6829 * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
6830 Update.
6831 * infcmd.c (jump_command): Update.
6832 * linespec.c (minsym_found): Update.
6833 * maint.c (maintenance_translate_address): Update.
6834 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
6835 (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
6836 * parse.c (write_exp_msymbol): Update.
6837 * printcmd.c (address_info): Update.
6838 * psymtab.c (find_pc_sect_psymbol): Update.
6839 (fixup_psymbol_section): Check SYMBOL_SECTION, not
6840 SYMBOL_OBJ_SECTION.
6841 (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
6842 Don't initialize SYMBOL_OBJ_SECTION.
6843 * spu-tdep.c (spu_catch_start): Update.
6844 * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
6845 * symmisc.c (dump_msymbols, print_symbol): Update.
6846 * symtab.c (fixup_section): Don't set 'obj_section'. Change
6847 how fallback section is computed.
6848 (fixup_symbol_section): Update.
6849 (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
6850 Update.
6851 (allocate_symbol, initialize_symbol, allocate_template_symbol):
6852 Initialize SYMBOL_SECTION.
6853 * symtab.h (struct general_symbol_info) <section>: Update comment.
6854 <obj_section>: Remove.
6855 (SYMBOL_OBJ_SECTION): Add 'objfile' argument. Rewrite.
6856 (SYMBOL_OBJFILE): New macro.
6857
e6dc44a8
TT
68582013-04-08 Tom Tromey <[email protected]>
6859
6860 * coffread.c (record_minimal_symbol): Update.
6861 * dbxread.c (record_minimal_symbol): Update.
6862 * elfread.c (record_minimal_symbol): Update.
6863 * machoread.c (macho_symtab_add_minsym): Update.
6864 * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
6865 Update.
6866 * minsyms.c (prim_record_minimal_symbol): Update.
6867 (prim_record_minimal_symbol_full): Remove 'bfd_section'
6868 argument.
6869 (prim_record_minimal_symbol_and_info): Likewise.
6870 * minsyms.h (prim_record_minimal_symbol_full)
6871 (prim_record_minimal_symbol_and_info): Update.
6872 * symtab.c (allocate_symbol, initialize_symbol)
6873 (allocate_template_symbol): Initialize SYMBOL_SECTION.
6874 * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
6875 Update.
6876
36192a8d
TT
68772013-04-08 Tom Tromey <[email protected]>
6878
6879 PR symtab/8423:
6880 * solib-som.c (som_solib_section_offsets): Use BFD section
6881 indices. Set offsets for all sections.
6882 * somread.c (som_symtab_read): Compute BFD section for
6883 symbol. Use prim_record_minimal_symbol_and_info.
6884 (som_symfile_read): Fix comment.
6885 (struct find_section_offset_arg): New.
6886 (find_section_offset, set_section_index): New functions.
6887 (som_symfile_offsets): Use set_section_index to compute
6888 section indices.
6889
65cf3563
TT
68902013-04-08 Tom Tromey <[email protected]>
6891
6892 * coffread.c (cs_to_section): Use gdb_bfd_section_index.
6893 * elfread.c (record_minimal_symbol, elf_symtab_read): Use
6894 gdb_bfd_section_index.
6895 * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
6896 New functions.
6897 * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
6898 Declare.
6899 * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
6900 Update.
6901 * objfiles.c (add_to_objfile_sections_full): New function.
6902 (add_to_objfile_sections): Use it.
6903 (build_section_table): Rewrite.
6904 (objfile_relocate1): Use gdb_bfd_section_index. Update.
6905 * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
6906 (struct objfile) <sections>: Update comment.
6907 (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
6908 is NULL.
6909 (ALL_OBJSECTIONS): Use it.
6910 * solib-dsbt.c (dsbt_relocate_main_executable): Update.
6911 * solib-frv.c (frv_relocate_main_executable): Update.
6912 * solib-target.c (solib_target_relocate_section_addresses):
6913 Use gdb_bfd_section_index.
6914 * symfile.c (build_section_addr_info_from_section_table):
6915 Use gdb_bfd_section_index.
6916 (build_section_addr_info_from_bfd, place_section): Likewise.
6917 * symtab.c (fixup_section): Update.
6918 * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
6919
7cbd4a93
TT
69202013-04-08 Tom Tromey <[email protected]>
6921
6922 * minsyms.h (struct bound_minimal_symbol): New.
6923 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
6924 Remove objfile argument.
6925 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
6926 Return bound_minimal_symbol.
6927 * minsyms.c (lookup_minimal_symbol_by_pc_1)
6928 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
6929 Return bound_minimal_symbol.
6930 (in_gnu_ifunc_stub): Update.
6931 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
6932 Remove 'objfile_p' argument.
6933 (lookup_solib_trampoline_symbol_by_pc): Update.
6934 * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
6935 arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
6936 c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
6937 glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
6938 i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
6939 linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
6940 mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
6941 ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
6942 stack.c, symtab.c, tui/tui-disasm.c: Update.
6943
f85f34ed
TT
69442013-04-08 Tom Tromey <[email protected]>
6945
6946 * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
6947 Use symbol's obstack, not an objfile.
6948 * coffread.c (process_coff_symbol): Update.
6949 * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
6950 * jv-lang.c (add_class_symbol): Update.
6951 * mdebugread.c (new_symbol): Update.
6952 * minsyms.c (prim_record_minimal_symbol_full)
6953 (terminate_minimal_symbol_table): Update.
6954 * psymtab.c (add_psymbol_to_bcache): Clear entire symbol. Update.
6955 * stabsread.c (define_symbol, read_enum_type): Update.
6956 * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
6957 Handle Ada specially.
6958 (symbol_set_language): Add 'obstack' argument.
6959 (symbol_set_names): Update.
6960 (symbol_natural_name, symbol_demangled_name): Always use
6961 ada_decode_symbol.
6962 * symtab.h (struct general_symbol_info)
6963 <language_specific::obstack>: New field.
6964 <ada_mangled>: New field.
6965 (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
6966 (symbol_set_language): Update.
6967
ccde22c0
TT
69682013-04-08 Tom Tromey <[email protected]>
6969
6970 * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
6971 Take an obstack, not an objfile.
6972 (symbol_set_names): Update.
6973 * symtab.h (symbol_set_demangled_name): Update.
6974
e623cf5d
TT
69752013-04-08 Tom Tromey <[email protected]>
6976
6977 * coffread.c (process_coff_symbol, coff_read_enum_type): Call
6978 allocate_symbol.
6979 * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
6980 (read_func_scope): Call allocate_template_symbol.
6981 (new_symbol_full): Call allocate_symbol.
6982 * jit.c (finalize_symtab): Call allocate_symbol.
6983 * jv-lang.c (add_class_symbol): Call allocate_symbol.
6984 * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
6985 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
6986 (common_block_end): Call allocate_symbol.
6987 * symtab.c (allocate_symbol, initialize_symbol)
6988 (allocate_template_symbol): New functions.
6989 * symtab.c (allocate_symbol, initialize_symbol)
6990 (allocate_template_symbol): Declare.
6991 * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
6992
f6de8ec2
PA
69932013-04-08 Pedro Alves <[email protected]>
6994 Keith Seitz <[email protected]>
6995
6996 * breakpoint.c (create_breakpoint): Rename
6997 "parse_condition_and_thread" parameter to "parse_arg". Update
6998 describing comment. If !PARSE_ARG, then error out if ARG is not
6999 the empty string after extracting the location.
7000 * breakpoint.h (create_breakpoint): Rename
7001 "parse_condition_and_thread" parameter to "parse_arg".
7002
f65ce5fb
AR
70032013-04-08 Aleksandar Ristovski <[email protected]
7004
7005 * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
7006
cc5925ad
YQ
70072013-04-07 Yao Qi <[email protected]>
7008
7009 * remote.c (remote_trace_find): Change type of parameters 'addr1'
7010 and 'addr2' to CORE_ADDR.
7011 * target.c (update_current_target): Update.
7012 * target.h (struct target_ops) <to_trace_find>: Change parameter
7013 type to CORE_ADDR.
7014 * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
7015 'addr2' to CORE_ADDR.
7016 (tfile_trace_find): Likewise.
7017 (tfile_get_traceframe_address): Change return type to CORE_ADDR.
7018 Change local variable 'addr' to type CORE_ADDR.
7019 * tracepoint.h (tfind_1): Update declaration.
7020
d9ac0664
EZ
70212013-04-06 Eli Zaretskii <[email protected]>
7022
7023 * windows-nat.c (windows_get_absolute_argv0): Move from here...
7024 * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
7025 Include main.h.
7026
7027 * windows-nat.h (windows_get_absolute_argv0): Move prototype from
7028 here...
7029 * main.h (windows_get_absolute_argv0): ...to here.
7030
02142a6c
DE
70312013-04-05 Doug Evans <[email protected]>
7032
7033 * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
7034 (read_cutu_die_from_dwo): Add comments.
7035 (read_structure_type): Update comment.
7036 (read_enumeration_type, read_namespace_type): Update comment.
7037 (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
7038
43662968
JK
70392013-04-05 Jan Kratochvil <[email protected]>
7040
7041 Convert man pages to texinfo, new gdbinit.5 texinfo page.
7042 * Makefile.in (gdb.z): Remove.
7043 (install-only): Remove $(man1dir) and gdb.1 installation.
7044 * gdb.1: Remove.
7045
9ead1b84
JK
70462013-04-05 Jan Kratochvil <[email protected]>
7047
7048 Fix compatibility with Linux kernel 3.8.3.
7049 * linux-tdep.c (linux_find_memory_regions_full): Move variable number
7050 to more inner block. Remove parsing of NUMBER from outer block.
7051 Parse NUMBER only if KEYWORD has been identified.
7052
d1794952
JK
70532013-04-05 Jan Kratochvil <[email protected]>
7054
7055 Fix variable name shadowing.
7056 * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
7057 filename to mapsfilename and update its uses.
7058
9025569e
EZ
70592013-04-05 Eli Zaretskii <[email protected]>
7060
7061 * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
7062 empty. See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
7063 and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
7064 details of the problem.
7065
c9a6ce02
PA
70662013-04-04 Pedro Alves <[email protected]>
7067 Hui Zhu <[email protected]>
7068
7069 * breakpoint.c (validate_commands_for_breakpoint): If validating a
7070 tracepoint, reset its STEP_COUNT and call validate_actionline.
7071
5ff888ce
DE
70722013-04-03 Doug Evans <[email protected]>
7073
bf6af496
DE
7074 * dwarf2read.c (read_die_and_siblings_1): Renamed from
7075 read_die_and_siblings.
7076 (read_die_and_siblings): New function.
7077 (read_cutu_die_from_dwo): Dump die if requested.
7078 (read_die_and_children): Call read_full_die_1 and
7079 read_die_and_siblings_1.
7080 (read_full_die): Dump die if requested.
7081
7082 * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
7083
0ac5b59e
DE
7084 * dwarf2read.c (struct dwo_file): New member comp_dir.
7085 Rename member name to dwo_name. All uses updated.
7086 (hash_dwo_file): Include comp_dir in computation.
7087 (eq_dwo_file): Ditto.
7088 (lookup_dwo_file_slot): New arg comp_dir. All callers updated.
7089 (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
7090
5ff888ce
DE
7091 * psymtab.c (read_psymtabs_with_fullname): Don't call
7092 psymtab_to_fullname if the basenames are different.
7093
ec83d211
JK
70942013-04-03 Jan Kratochvil <[email protected]>
7095
7096 * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
7097 New entry about "fullname" presence.
7098
4f4352f7
PA
70992013-04-03 Pedro Alves <[email protected]>
7100
7101 * NEWS: Mention x86_64/Cygwin as new native configuration.
7102
3d1d5ea3
DE
71032013-04-02 Doug Evans <[email protected]>
7104
7105 * dwarf2read.c (read_structure_type): Fix typo in comment.
7106
be9a8770
PA
71072013-04-02 Pedro Alves <[email protected]>
7108
7109 * NEWS: Mention "set/show debug aarch64", "set/show debug
7110 coff-pe-read" and "set/show debug mach-o".
7111
a46c1e42
PA
71122013-04-02 Pedro Alves <[email protected]>
7113
7114 * NEWS: Mention "set/show remote trace-buffer-size-packet".
7115
3ad18b19
EZ
71162013-04-02 Eli Zaretskii <[email protected]>
7117
7118 * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
7119 gdb_string.h is now in common/.
7120
e9f1758d
PA
71212013-04-02 Pedro Alves <[email protected]>
7122
7123 * NEWS: Move "set debug notification" and "set trace-buffer-size"
7124 under "New options".
7125
049dc89b
JK
71262013-04-02 Jan Kratochvil <[email protected]>
7127
7128 Revert this patch:
7129 PR gdb/15275
7130 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
7131
c33e31fd
PA
71322013-04-02 Pedro Alves <[email protected]>
7133
7134 PR gdb/15275
7135
7136 * remote.c (send_interrupt_sequence): Use remote_serial_write.
7137 (remote_serial_write): New function.
7138 (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
7139
ea5f3910
JW
71402013-04-01 Jiong Wang <[email protected]>
7141
7142 * NEWS: Mention TILE-Gx in "New native configurations" and
f5aee5ee 7143 "New targets" sections.
ea5f3910 7144
5c6fa7ab
DE
71452013-04-01 Doug Evans <[email protected]>
7146
c0f78cd4
DE
7147 * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
7148 (process_enumeration_scope): Simplify.
7149
0186c6a7
DE
7150 * dwarf2read.c (struct dwarf2_per_cu_data): Move member
7151 type_unit_group ...
7152 (struct signatured_type): ... to here.
7153 (sig_type_ptr): New typedef.
7154 (type_unit_group): Delete member 't.first_cu'. Move member 'tus'
7155 out of union 't'. All uses updated.
7156 (dw2_get_file_names_reader): Assert not called for a type unit.
7157 (dw2_get_file_names): Assert not called for a type unit or type
7158 unit group.
7159 (build_type_psymtabs_reader): Assert called for a type unit.
7160 (build_type_psymtab_dependencies): Assert called for a type unit group.
7161
5c6fa7ab
DE
7162 * dwarf2read.c (free_dwo_file): Add comment.
7163 (dwarf2_per_objfile_free): Unref dwp bfd.
7164
b3c0ad67 71652013-04-01 Aleksandar Ristovski <[email protected]>
cebca8c1
AR
7166
7167 * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
7168 (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
7169 (read_pe_exported_syms): Remove unused 'exportix'.
7170 (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
7171 'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
7172 'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
7173
e2df1547
AR
71742013-04-01 Aleksandar Ristovski <[email protected]>
7175
7176 * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
7177 (print_it_watchpoint): Remove unused 'bl'.
7178 (say_where): Remove unused 'uiout'.
7179 (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
7180 (bkpt_breakpoint_hit): Remove unused 'b'.
7181 (internal_bkpt_print_it): Remove unused 'uiout'.
7182 * buildsym.c (augment_type_symtab): Remove unused 'i'.
7183
d81e75c0
TD
71842013-03-31 Tiago Stürmer Daitx <[email protected]>
7185
7186 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
7187 (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
7188
5a8b3f62
DE
71892013-03-29 Doug Evans <[email protected]>
7190
ab5088bf
DE
7191 * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
7192 Delete arg is_dwp. All callers updated.
7193 (open_dwp_file): New function.
7194 (open_and_init_dwp_file): Call it.
7195 (get_dwp_file): New function.
7196 (lookup_dwo_cutu): Call it.
7197
a8ad1e57
DE
7198 * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
7199 unnecessary, cleanup.
7200
6296d8c1
DE
7201 * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
7202
b0c7bfa9
DE
7203 * dwarf2read.c (read_cutu_die_from_dwo): New function.
7204 (lookup_dwo_unit): New function.
7205 (init_cutu_and_read_dies): Move DWO handling to new functions.
7206
c88ee1f0
DE
7207 * dwarf2read.c (struct signatured_type): Tweak comment.
7208 (struct dwo_unit): Tweak comment.
7209 (create_debug_types_hash_table): Tweak comment. Reformat long line.
7210 (create_dwo_debug_info_hash_table): Tweak comment.
7211 (dwarf2_per_cu_offset_and_type): Tweak comment.
7212
5a8b3f62
DE
7213 * dwarf2read.c (lookup_signatured_type): Remove complaint about
7214 missing .debug_types section.
7215
9852c492
YQ
72162013-03-29 Yao Qi <[email protected]>
7217
7218 * corelow.c: Include "completer.h".
7219 (_initialize_corelow): Call add_target_with_completer with
7220 argument 'filename_completer'.
7221 * tracepoint.c: Likewise.
7222 * exec.c (_initialize_exec): Likewise.
7223 * target.c (add_target): Rename to ...
7224 (add_target_with_completer): ... this. Call set_cmd_completer
7225 if parameter completer is not NULL.
7226 (add_target): New.
7227 * target.h: Include "command.h".
7228 (add_target_with_completer): Declare it.
7229
af312be7
JB
72302013-03-28 Joel Brobecker <[email protected]>
7231
7232 * coffread.c (is_import_fixup_symbol): New function.
7233 (record_minimal_symbol): Use is_import_fixup_symbol to
7234 detect import fixup symbols, and discard them.
7235
8a0459fd
DE
72362013-03-28 Doug Evans <[email protected]>
7237
0349ea22
DE
7238 * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
7239 types hash table until we know we need it.
7240
f652bce2
DE
7241 * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
7242 index numbers.
7243
e4a48d9d
DE
7244 * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
7245 All callers updated.
7246 (dw2_print_stats): Print #read CUs too.
7247 (dump_die_shallow): Print signatured types better.
7248
8a0459fd
DE
7249 * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
7250 info_or_types_section to section. All uses updated.
7251 (struct dwo_unit): Ditto.
7252
bd3eecc3
PA
72532013-03-28 Pedro Alves <[email protected]>
7254
7255 * NEWS (New options): New section.
7256 (New options): Mention set/show remote trace-status-packet.
7257 * remote.c (PACKET_qTStatus): New enumeration value.
7258 (remote_get_trace_status): Skip sending qTStatus if the packet is
7259 disabled. Use packet_ok.
7260 (_initialize_remote): Register a configuration command for
7261 qTStatus packet.
7262
41245087
DE
72632013-03-28 Doug Evans <[email protected]>
7264
7edbb660
DE
7265 * symfile.c (find_separate_debug_file): Add comment.
7266 (terminate_after_last_dir_separator): Tweak comment.
7267
0018ea6f
DE
7268 * dwarf2read.c (create_partial_symtab): Add forward decl.
7269 (create_partial_symtab): Move to be closer to other psymtab functions.
7270 (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
7271
ca69b9e6
DE
7272 * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
7273 (compute_symtab_includes): Remove unnecessary forward declaration.
7274 (die_needs_namespace): Add comment marking group of functions for
7275 dwarf2 name computation.
7276
a9375afe
DE
7277 * typeprint.c (_initialize_typeprint): Improve type help text.
7278
41245087
DE
7279 * python/python.c (finish_python_initialization): Provide suggestion
7280 for how to tell gdb to find its python files.
7281
7f7cc265
PA
72822013-03-28 Pedro Alves <[email protected]>
7283
7284 PR gdb/15294
7285
7286 * source.c (_initialize_source): Change back "set listsize" to an
7287 integer command.
7288
ec21308c
JK
72892013-03-27 Gareth McMullin <[email protected]>
7290
7291 PR gdb/15275
7292 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
7293
840a9a1f
PA
72942013-03-27 Pedro Alves <[email protected]>
7295
7296 * top.c (history_size): Rename to ...
7297 (history_size_setshow_var): ... this. Add comment.
7298 (show_commands): Use readline's 'history_length' instead of
7299 computing the history length by calling history_get in a loop.
7300 (set_history_size_command): Error out for sizes over INT_MAX.
7301 Restore previous history size on invalid size.
7302 (init_history): If HISTSIZE is negative, leave the history size as
7303 zero. Add comments.
7304 (init_main): Adjust.
7305
826ecc4d
PA
73062013-03-27 Pedro Alves <[email protected]>
7307
7308 * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
7309 coff_pe_read" command to "set debug coff-pe-read".
7310
0ccfeeae
MM
73112013-03-27 Markus Metzger <[email protected]>
7312
7313 * record.c (command_size_to_target_size): Fix size comparison.
7314 Change parameter type from pointer to integer to integer.
7315 Update all users.
7316
40653b35
PM
73172013-03-27 Pierre Muller <[email protected]>
7318
7319 * windows-nat.c (handle_output_debug_string): Avoid typecast
7320 from integer of different size warning.
7321
c62fa0e2
JB
73222013-03-26 Joel Brobecker <[email protected]>
7323
7324 * windows-nat.c (handle_output_debug_string): Add empty line
7325 after local block variable definition.
7326
2c619be2
PA
73272013-03-26 Pedro Alves <[email protected]>
7328
7329 * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
7330 (net_open): Make 'polls' local unsigned.
7331
1b493192
PA
73322013-03-26 Pedro Alves <[email protected]>
7333
7334 * remote.c (_initialize_remote): Make "set remoteaddresssize"
7335 a zuinteger command instead of uinteger.
7336
7ee70bf5
PA
73372013-03-26 Pedro Alves <[email protected]>
7338
7339 * record-full.c (record_full_insn_num): Make it unsigned.
7340 (record_full_check_insn_num, record_full_message)
7341 (record_full_registers_change, record_full_xfer_partial): Remove
7342 record_full_insn_max_num check (it's always != 0).
7343 (record_full_info, record_full_restore): Use %u as format string.
7344 (): Use %u as format string.
7345 (set_record_full_insn_max_num): Remove record_full_insn_max_num
7346 check (it's always != 0).
7347
dfd1f9bb
PA
73482013-03-26 Pedro Alves <[email protected]>
7349
7350 * dcache.c (_initialize_dcache): Make the "set dcache line-size"
7351 and "set dcache size" commands zuinteger instead of uinteger.
7352
addb4faf
PA
73532013-03-26 Pedro Alves <[email protected]>
7354
7355 * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
7356 command zuinteger instead of uinteger.
7357
b75bf488
PA
73582013-03-26 Pedro Alves <[email protected]>
7359
7360 * coff-pe-read.c (_initialize_coff_pe_read): Make the command
7361 zuinteger instead of uinteger.
7362
42c634cb
PA
73632013-03-26 Pedro Alves <[email protected]>
7364
7365 * record.c (record_insn_history_size_setshow_var)
7366 (record_call_history_size_setshow_var): New globals.
7367 (command_size_to_target_size): New function.
7368 (cmd_record_insn_history, cmd_record_call_history): Use
7369 command_size_to_target_size instead of cast.
7370 (validate_history_size, set_record_insn_history_size)
7371 (set_record_call_history_size): New functions.
7372 (_initialize_record): Install set_record_insn_history_size and
7373 set_record_call_history_size as "set" hooks of "set record
7374 instruction-history-size" and "set record
7375 function-call-history-size".
7376
1fb2e2b5
PA
73772013-03-26 Pedro Alves <[email protected]>
7378
7379 * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
7380 use with history_max_entries use. Remove FIXME note.
7381
99c819ee
MM
73822013-03-26 Markus Metzger <[email protected]>
7383
7384 * record-btrace.c (record_btrace_close): Call
7385 record_btrace_auto_disable.
7386
9f9e404c
JB
73872013-03-25 Joel Brobecker <[email protected]>
7388
7389 * rs6000-nat.c (fixup_breakpoints): Delete declaration.
7390
ebcdfe33
DE
73912013-03-25 Doug Evans <[email protected]>
7392
7393 * contrib/cc-with-tweaks.sh: Check exit code of dwp.
7394
24955f63
TT
73952013-03-25 Tom Tromey <[email protected]>
7396
7397 PR symtab/11462:
7398 * c-exp.y (exp): Add new productions for destructors after '.' and
7399 '->'.
7400 (write_destructor_name): New function.
7401
fce632b6
TT
74022013-03-25 Tom Tromey <[email protected]>
7403
7404 PR c++/9197:
7405 * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
7406 value_struct_elt, not lookup_struct_elt_type.
7407 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
7408 STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
7409 * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
7410
a4341769
YQ
74112013-03-25 Yao Qi <[email protected]>
7412
7413 * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
7414 instead of '_mkdir'.
7415
b5981e5a
EZ
74162013-03-23 Eli Zaretskii <[email protected]>
7417
7418 * windows-nat.c (windows_get_absolute_argv0): New function.
7419 * windows-nat.h: Add its prototype.
7420
7421 * main.c (get_init_files): Use filename_ncmp instead of strncmp.
7422 Use IS_DIR_SEPARATOR instead of looking for a character inside
7423 SLASH_STRING. Include filenames.h.
7424 (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
7425 relocate_gdb_directory works when passed gdb_program_name.
7426 Include windows-nat.h.
7427
598d3636
JK
74282013-03-22 Jan Kratochvil <[email protected]>
7429
7430 * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
7431 * remote.c (trace_error): Remove the special handling of '2'.
7432 (readchar) <SERIAL_EOF>
7433 (readchar) <SERIAL_ERROR>
7434 (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
7435 (remote_get_trace_status): Call throw_exception if EX is
7436 TARGET_CLOSE_ERROR.
7437 * utils.c (perror_with_name): Rename to ...
7438 (throw_perror_with_name): ... here. New parameter errcode, describe it
7439 in the function comment.
7440 (perror_with_name): New function wrapper.
7441 * utils.h (enum errors): New stub declaration.
7442 (throw_perror_with_name): New declaration.
7443
82b821e9
PA
74442013-03-22 Pedro Alves <[email protected]>
7445 Yao Qi <[email protected]>
7446 Mark Kettenis <[email protected]>
7447
7448 * cli/cli-setshow.c (do_set_command) <var_uinteger>:
7449 Don't let the user set the value to UINT_MAX directly.
7450 <var_integer>: Don't let the user set the value to INT_MAX
7451 directly.
7452
78a095c3
JK
74532013-03-22 Jan Kratochvil <[email protected]>
7454
7455 * remote.c (remote_unpush_target): New function.
7456 (remote_open_1): Remove two pop_target calls, update one comment, add
7457 comment to target_preopen call. Replace pop_target call by
7458 remote_unpush_target call.
7459 (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
7460 pop_target calls by remote_unpush_target calls.
7461
3e74e146
PA
74622013-03-22 Pedro Alves <[email protected]>
7463
7464 * linux-nat.c (linux_child_follow_fork): Don't call
7465 linux_enable_event_reporting.
7466 (linux_handle_extended_wait): Don't call
7467 linux_enable_event_reporting.
7468
a2213dca
PA
74692013-03-22 Pedro Alves <[email protected]>
7470
7471 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
7472 use it to rewrite the trampoline buffers with type gdb_byte[], and
7473 undefine the macro. Remove char* cast.
7474
bd712aed
DE
74752013-03-21 Doug Evans <[email protected]>
7476
7477 New commands "mt set per-command {space,time,symtab} {on,off}".
7478 * NEWS: Add entry.
7479 * event-top.c: #include "maint.h".
7480 * main.c: #include "maint.h".
7481 * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
7482 timeval-utils.h, maint.h, cli/cli-setshow.h.
7483 (per_command_time, per_command_space): New static globals.
7484 (per_command_symtab): New static global.
7485 (per_command_setlist, per_command_showlist): New static globals.
7486 (struct cmd_stats): Move here from utils.c.
7487 (set_per_command_time): Renamed from set_display_time in utils.c
7488 and moved here. All callers updated.
7489 (set_per_command_space): Renamed from set_display_space in utils.c
7490 and moved here. All callers updated.
7491 (count_symtabs_and_blocks): New function.
7492 (report_command_stats): Moved here from utils.c. Add support for
7493 printing symtab stats. Only print data if enabled before command
7494 executed.
7495 (make_command_stats_cleanup): Ditto.
7496 (sert_per_command_cmd, show_per_command_cmd): New functions.
7497 (_initialize_maint_cmds): Add new commands
7498 mt set per-command {space,time,symtab} {on,off}.
7499 * maint.h: New file.
7500 * top.c: #include "maint.h".
7501 * utils.c (reset_prompt_for_continue_wait_time): New function.
7502 (get_prompt_for_continue_wait_time): New function.
7503 * utils.h (reset_prompt_for_continue_wait_time): Declare
7504 (get_prompt_for_continue_wait_time): Declare.
7505 (make_command_stats_cleanup): Moved to maint.h.
7506 (set_display_time, set_display_space): Moved to maint.h and renamed
7507 to set_per_command_time, set_per_command_space.
7508 * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
7509 parse_binary_operation and made non-static. Don't call error,
7510 just return an error marker. All callers updated.
7511 * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
7512
d76488d8
TT
75132013-03-21 Tom Tromey <[email protected]>
7514
7515 * symfile.c (alloc_section_addr_info): Update header. Don't set
7516 'num_sections' field.
7517 (build_section_addr_info_from_section_table): Set 'num_sections'.
7518 (build_section_addr_info_from_bfd): Likewise.
7519 (build_section_addr_info_from_objfile): Remove dead loop
7520 condition.
7521 (free_section_addr_info): Unconditionally call xfree.
7522 (relative_addr_info_to_section_offsets, addrs_section_sort)
7523 (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
7524 condition.
7525 (syms_from_objfile_1): Remove dead 'if' condition. Check
7526 'num_sections'.
7527 (add_symbol_file_command): Set 'num_sections'.
7528 * symfile-mem.c (symbol_file_add_from_memory): Set
7529 'num_sections'.
7530 * somread.c (som_symfile_offsets): Remove dead loop condition.
7531 * machoread.c (macho_symfile_offsets): Remove dead 'if'.
7532 * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
7533
a72e5169 75342013-03-21 Tom Tromey <[email protected]>
92bc6a20
TT
7535
7536 * tracepoint.h (decode_agent_options): Add 'trace_string'
7537 argument.
7538 * tracepoint.c (decode_agent_options): Add 'trace_string'
7539 argument.
7540 (validate_actionline): Update.
7541 (collect_symbol): Add 'trace_string' argument.
7542 (struct add_local_symbols_data) <trace_string>: New field.
7543 (do_collect_symbol): Update.
7544 (add_local_symbols): Add 'trace_string' argument.
7545 (encode_actions_1): Update.
7546 (trace_dump_actions): Update.
7547 * dwarf2loc.c (access_memory): Update.
7548 * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
7549 * ax-general.c (new_agent_expr): Update.
7550 * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
7551 (gen_trace_for_return_address): Add argument.
7552 (trace_kludge, trace_string_kludge): Remove.
7553 * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
7554 (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
7555 (gen_trace_for_var): Add 'trace_string' argument.
7556 (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
7557 (gen_printf, agent_eval_command_one): Update.
7558
b2f83c08
TT
75592013-03-21 Tom Tromey <[email protected]>
7560
7561 PR exp/15109:
7562 * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
7563 Handle FILENAME token.
7564
9507860e
TT
75652013-03-21 Tom Tromey <[email protected]>
7566
7567 * c-exp.y (YYPRINT): Define.
7568 (c_print_token): New function.
7569
e403aa4b
TT
75702013-03-21 Tom Tromey <[email protected]>
7571
7572 * c-exp.y (%union) <sym, ivar, ivec>: Remove.
7573
af307d6a
YQ
75742013-03-21 Yao Qi <[email protected]>
7575
7576 * ctf.c: Include "gdb_stat.h".
7577 [USE_WIN32API]: New macro 'mkdir'.
7578 (ctf_start): Use permission bits macros if they are defined.
7579
fb81d016
KS
75802013-03-20 Keith Seitz <[email protected]>
7581
7582 * breakpoint.h (struct breakpoint): Add comment to
7583 extra_string indicating that this member is mallod'd.
7584 * breakpoint.c (base_breakpoint_dtor): Free extra_string.
7585
ef0026f0
PA
75862013-03-20 Pedro Alves <[email protected]>
7587
7588 PR gdb/15289
7589
7590 * cli/cli-setshow.c (do_set_command)
7591 <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
7592 the result of parsing the command argument. Throw error if the
7593 value is greater than UINT_MAX. Print the invalid value with
7594 plongest.
7595 <var_integer, var_zinteger>: Use LONGEST for variable holding the
7596 result of parsing the command argument. Throw error if the value
7597 is greater than INT_MAX, not greater or equal. Also throw error
7598 if the value is less than INT_MIN. Print the invalid value with
7599 plongest.
7600 <var_zuinteger_unlimited>: Throw error if the value is greater
7601 than INT_MAX, not greater or equal.
7602 (do_show_command) <var_integer, var_zinteger,
7603 var_zuinteger_unlimited>: Use %d for printing int, not %u.
7604
24d6c2a0
TT
76052013-03-20 Tom Tromey <[email protected]>
7606
7607 * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
7608 if possible.
7609 * dwarf2read.c (read_func_scope): Remove old FIXME.
7610 * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
7611 not LOC_COMPUTED.
7612 * findvar.c (symbol_read_needs_frame, default_read_var_value):
7613 Unconditionally call via computed ops, if possible.
7614 * printcmd.c (address_info): Unconditionally call via computed ops,
7615 if possible.
7616 * stack.c (read_frame_arg): Unconditionally call via computed ops,
7617 if possible.
7618 * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
7619 * tracepoint.c (scope_info): Unconditionally call via computed ops,
7620 if possible.
7621
f1e6e072
TT
76222013-03-20 Jan Kratochvil <[email protected]>
7623 Tom Tromey <[email protected]>
7624
7625 PR symtab/8421:
7626 * coffread.c (coff_register_index): New global.
7627 (process_coff_symbol, coff_read_enum_type): Set
7628 SYMBOL_ACLASS_INDEX.
7629 (_initialize_coffread): Initialize new global.
7630 * dwarf2loc.c (locexpr_find_frame_base_location)
7631 (dwarf2_block_frame_base_locexpr_funcs)
7632 (loclist_find_frame_base_location)
7633 (dwarf2_block_frame_base_loclist_funcs): New.
7634 (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
7635 (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
7636 * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
7637 (dwarf2_block_frame_base_loclist_funcs): New.
7638 * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
7639 (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
7640 globals.
7641 (read_func_scope): Update.
7642 (fixup_go_packaging, mark_common_block_symbol_computed)
7643 (var_decode_location, new_symbol_full, dwarf2_const_value):
7644 Set SYMBOL_ACLASS_INDEX.
7645 (dwarf2_symbol_mark_computed): Likewise. Add 'is_block' argument.
7646 (_initialize_dwarf2_read): Initialize new globals.
7647 * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
7648 * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
7649 * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
7650 globals.
7651 (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
7652 (_initialize_mdebugread): Initialize new globals.
7653 * psympriv.h (struct partial_symbol) <aclass>: Update comment.
7654 * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
7655 (stab_register_index, stab_regparm_index): New globals.
7656 (define_symbol, read_enum_type, common_block_end): Set
7657 SYMBOL_ACLASS_INDEX.
7658 (_initialize_stabsread): Initialize new globals.
7659 * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
7660 globals.
7661 (MAX_SYMBOL_IMPLS): New define.
7662 (register_symbol_computed_impl, register_symbol_block_impl)
7663 (register_symbol_register_impl)
7664 (initialize_ordinary_address_classes): New functions.
7665 (_initialize_symtab): Call initialize_ordinary_address_classes.
7666 * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
7667 (struct symbol_impl): New.
7668 (SYMBOL_ACLASS_BITS): New define.
7669 (struct symbol) <aclass, ops>: Remove fields.
7670 <aclass_index>: New field.
7671 (symbol_impls): Declare.
7672 (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
7673 (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
7674 (register_symbol_computed_impl, register_symbol_block_impl)
7675 (register_symbol_register_impl): Declare.
7676 (struct symbol_computed_ops): Add location_has_loclist.
7677 (struct symbol_block_ops): New.
7678 (SYMBOL_BLOCK_OPS): New.
7679 * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
7680
dbccfd4c
TT
76812013-03-20 Tom Tromey <[email protected]>
7682
7683 * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
7684 (print_partial_symbols, recursively_search_psymtabs): Use
7685 PSYMBOL_CLASS.
7686
e3f1ad4f
PM
76872013-03-20 Pierre Muller <[email protected]>
7688
7689 * contrib/ari/gdb_ari.sh (OP eol rule): Also check
7690 addtion, subtraction, multiplication and division binary operator.
7691
460014f5
JK
76922013-03-20 Jan Kratochvil <[email protected]>
7693
7694 Code cleanup.
7695 * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
7696 * bsd-kvm.c (bsd_kvm_close): Likewise.
7697 * bsd-uthread.c (bsd_uthread_close): Likewise.
7698 * corelow.c (core_close): Likewise.
7699 (core_close_cleanup): Remove parameter quitting from a caller.
7700 * event-top.c (async_disconnect): Likewise.
7701 * exec.c (exec_close_1): Remove parameter quitting.
7702 * go32-nat.c (go32_close): Likewise.
7703 * linux-nat.c (linux_nat_close): Remove parameter quitting. Remove
7704 parameter quitting from a caller.
7705 * mips-linux-nat.c (super_close): Remove parameter quitting from the
7706 variable.
7707 (mips_linux_close): Remove parameter quitting. Remove parameter
7708 quitting from a caller.
7709 * monitor.c (monitor_close): Remove parameter quitting.
7710 * monitor.h (monitor_close): Likewise.
7711 * record-btrace.c (record_btrace_close): Likewise.
7712 * record-full.c (record_full_close): Likewise.
7713 * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
7714 it also from fprintf_unfiltered.
7715 * remote-mips.c (mips_close): Remove parameter quitting.
7716 (mips_detach): Remove parameter quitting from a caller.
7717 * remote-sim.c (gdbsim_close): Remove parameter quitting.
7718 (gdbsim_close): Remove duplicate function comment. Remove parameter
7719 quitting and remove it also from printf_filtered.
7720 * remote.c (remote_close): Remove parameter quitting.
7721 * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
7722 * target.c (update_current_target): Remove parameter int from to_close
7723 de_fault.
7724 (push_target, unpush_target, pop_target): Remove parameter quitting from
7725 a caller.
7726 (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
7727 Remove parameter quitting from a caller.
7728 (target_preopen): Remove parameter quitting from a caller.
7729 (target_close): Remove parameter quitting. Remove parameter quitting
7730 from a caller two times. Remove parameter quitting also from
7731 fprintf_unfiltered.
7732 * target.h (struct target_ops): Remove parameter quitting and as int
7733 from fields to_xclose and to_close.
7734 (extern struct target_ops current_target):
7735 (target_close, pop_all_targets): Remove parameter quitting. Update the
7736 comment.
7737 (pop_all_targets_above): Remove parameter quitting.
7738 * top.c (quit_target): Remove parameter quitting from a caller.
7739 * tracepoint.c (tfile_close): Remove parameter quitting.
7740 * windows-nat.c (windows_close): Remove parameter quitting.
7741
35a7120b
CV
77422013-03-20 Corinna Vinschen <[email protected]>
7743
7744 * windows-nat.c (handle_output_debug_string): Replace call
7745 to string_to_core_addr with call to strtoull.
7746
8249a5a9
YQ
77472013-03-20 Yao Qi <[email protected]>
7748
7749 * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
7750 and write it to CTF metadata.
7751
2c15ef43
CV
77522013-03-19 Corinna Vinschen <[email protected]>
7753
7754 * windows-nat.c (handle_output_debug_string): Change type of n to
7755 SIZE_T to avoid crash on 64 bit systems.
7756
1cdd3232
EZ
77572013-03-17 Eli Zaretskii <[email protected]>
7758
7759 * python/python-internal.h (HAVE_SNPRINTF)
7760 [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
7761 about redefinition of snprintf by pyerrors.h.
7762
3cb2ab1a
SE
77632013-03-15 Steve Ellcey <[email protected]>
7764
7765 * remote-sim.c (sim_command_completer): Make char arguments const.
7766
9ce98649
TT
77672013-03-15 Tom Tromey <[email protected]>
7768
7769 PR c++/15116:
7770 * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
7771
dccee2de
TT
77722013-03-14 Tom Tromey <[email protected]>
7773
7774 * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
7775 New fields.
7776 (get_file_crc): Move from symfile.c.
7777 (gdb_bfd_crc): New function.
7778 * gdb_bfd.h (gdb_bfd_crc): Declare.
7779 * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
7780 * symfile.c (get_file_crc): Move to gdb_bfd.c.
7781 (separate_debug_file_exists): Use gdb_bfd_crc.
7782
cc0ea93c
TT
77832013-03-14 Tom Tromey <[email protected]>
7784
7785 * symfile.c (get_debug_link_info): Remove.
7786 (find_separate_debug_file_by_debuglink): Use
7787 bfd_get_debug_link_info.
7788
08c23b0d
TT
77892013-03-14 Tom Tromey <[email protected]>
7790
7791 * symtab.c (error_in_psymtab_expansion): New function.
7792 (lookup_symbol_aux_quick)
7793 (basic_lookup_transparent_type_quick): Remove "last resort"
7794 code. Use error_in_psymtab_expansion.
7795
288e77a7
JK
77962013-03-14 Doug Evans <[email protected]>
7797 Jan Kratochvil <[email protected]>
7798
7799 * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
7800 any successful compare_filenames_for_search or FILENAME_CMP.
7801 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
7802 * symtab.c (iterate_over_some_symtabs): Likewise.
7803
8f1b8b82
JK
78042013-03-14 Jan Kratochvil <[email protected]>
7805
7806 * source.c (print_source_lines_base): Make a local copy of
7807 symtab_to_fullname.
7808
23eb71e4
JK
78092013-03-14 Hui Zhu <[email protected]>
7810 Jan Kratochvil <[email protected]>
7811
7812 * source.c (print_source_lines_base): Suppress "file" for TUI.
7813
bb869963
SDJ
78142013-03-14 Keith Seitz <[email protected]>
7815 Alan Matsuoka <[email protected]>
7816
7817 PR c++/15203
7818 PR c++/15210
7819 * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
7820 TYPE_CODE_METHOD.
7821 * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
7822 symbols.
7823
d6682f9e
YQ
78242013-03-14 Yao Qi <[email protected]>
7825
7826 * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
7827 status to tfile if trace is stopped by command 'tstop'.
7828
a22fa6e4
YQ
78292013-03-14 Yao Qi <[email protected]>
7830
7831 * tracepoint.c (tfile_write_status): Write trace notes and user
7832 name into tfile if they are not NULL.
7833
d0353e76
YQ
78342013-03-14 Hui Zhu <[email protected]>
7835 Yao Qi <[email protected]>
7836
7837 * Makefile.in (REMOTE_OBS): Add ctf.o.
7838 (SFILES): Add ctf.c.
7839 (HFILES_NO_SRCDIR): Add ctf.h.
7840 * ctf.c, ctf.h: New files.
7841 * tracepoint.c: Include 'ctf.h'.
7842 (collect_pseudocommand): Remove static.
7843 (trace_save_command): Parse option "-ctf".
7844 Produce different trace file writers per option.
7845 Adjust output message.
7846 (trace_save_tfile, trace_save_ctf): New.
7847 * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
7848 * mi/mi-main.c: Include 'ctf.h'.
7849 (mi_cmd_trace_save): Handle option '-ctf'. Call either
7850 trace_save_tfile or trace_save_ctf.
7851 * NEWS: Mention these changes.
7852
3f43bc09
YQ
78532013-03-14 Yao Qi <[email protected]>
7854
7855 * tracepoint.c (trace_file_writer_xfree): New.
7856 (struct tfile_writer_data): New.
7857 (tfile_dtor, tfile_can_target_save, tfile_start): New.
7858 (tfile_write_header, tfile_write_regblock_type): New.
7859 (tfile_write_status, tfile_write_uploaded_tsv): New.
7860 (tfile_write_uploaded_tp, tfile_write_definition_end): New.
7861 (tfile_write_raw_data, (tfile_end): New.
7862 (tfile_write_ops): New global variable.
7863 (TRACE_WRITE_R_BLOCK): New macro.
7864 (TRACE_WRITE_M_BLOCK_HEADER): New macro.
7865 (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
7866 (TRACE_WRITE_V_BLOCK): New macro.
7867 (trace_save): Add extra one parameter WRITER. Make it static.
7868 Use WRITER to writer trace.
7869 (tfile_trace_file_writer_new): New.
7870 (trace_save_command): Caller update.
7871 (trace_save_tfile): Write trace data in TFILE format.
7872 * tracepoint.h (struct trace_frame_write_ops): New.
7873 (struct trace_file_write_ops): New.
7874 (struct trace_file_writer): New.
7875 (trace_save): Remove its declaration.
7876 (trace_save_tfile): Declare it.
7877 * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
7878 instead of trace_save.
7879
58665b40
PA
78802013-03-13 Pedro Alves <[email protected]>
7881
7882 * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
7883
10217050
PA
78842013-03-13 Pedro Alves <[email protected]>
7885
7886 * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
7887 commented out code.
7888 * demangle.c (current_demangling_style_string): Make it const.
7889 (set_demangling_command): Assert the demangling style is known.
7890 Remove all handling of unknown styles. Set
7891 'current_demangling_style_string' to an element of the
7892 demangling_style_names array.
7893 (set_demangling_style): Delete.
7894 (_initialize_demangler): Set current_demangling_style_string to the
7895 element of the demangling_style_names array that corresponds to
7896 the default demangling style. Remove FIXME note. Don't call
7897 set_demangling_style.
7898 * gdb-demangle.h (set_demangling_style): Remove declaration.
7899
6f937416
PA
79002013-03-13 Pedro Alves <[email protected]>
7901
7902 * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
7903 fields const.
7904 (ada_make_symbol_completion_list): Make "text0" parameter const.
7905 * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
7906 * breakpoint.c (condition_completer): Make "text" and "word"
7907 parameters const. Adjust.
7908 (check_tracepoint_command): Adjust to validate_actionline
7909 prototype change.
7910 (catch_syscall_completer): Make "text" and "word" parameters
7911 const.
7912 * cli/cli-cmds.c (show_user): Make "comname" local const.
7913 (valid_command_p): Make "command" parameter const.
7914 (alias_command): Make "alias_prefix" and "command_prefix" locals
7915 const.
7916 * cli/cli-decode.c (add_cmd): Make "name" parameter const.
7917 (add_alias_cmd): Make "name" and "oldname" parameters const.
7918 Adjust. No longer make copy of OLDNAME.
7919 (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
7920 (add_setshow_cmd_full, add_setshow_enum_cmd)
7921 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
7922 (add_setshow_filename_cmd, add_setshow_string_cmd)
7923 (add_setshow_string_noescape_cmd)
7924 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
7925 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
7926 (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
7927 (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
7928 Make "name" parameter const.
7929 (help_cmd): Rename "command" parameter to "arg". New const local
7930 "command".
7931 (find_cmd): Make "command" parameter const.
7932 (lookup_cmd_1): Make "text" parameter pointer to const. Adjust to
7933 deprecated_cmd_warning prototype change.
7934 (undef_cmd_error): Make "cmdtype" parameter const.
7935 (lookup_cmd): Make "line" parameter const.
7936 (deprecated_cmd_warning): Change type of "text" parameter to
7937 pointer to const char, from pointer to pointer to char. Adjust.
7938 (lookup_cmd_composition): Make "text" parameter const.
7939 (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
7940 parameters const.
7941 * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
7942 const.
7943 * cli/cli-script.c (validate_comname): Make "tem" local const.
7944 (define_command): New const local "tem_c". Use it in calls to
7945 lookup_cmd.
7946 (document_command): Make "tem" and "comfull" locals const.
7947 (show_user_1): Make "prefix" and "name" parameters const.
7948 * cli-script.h (show_user_1): Make "prefix" and "name" parameters
7949 const.
7950 * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
7951 (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
7952 (deprecated_cmd_warning, lookup_cmd_composition, add_com)
7953 (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
7954 (complete_on_enum, add_setshow_enum_cmd)
7955 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
7956 (add_setshow_filename_cmd, add_setshow_string_cmd)
7957 (add_setshow_string_noescape_cmd)
7958 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
7959 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
7960 (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
7961 Change prototypes, constifying strings.
7962 * completer.c (noop_completer, filename_completer): Make "text"
7963 and "prefix" parameters const.
7964 (location_completer, expression_completer)
7965 (complete_line_internal): Make "text" and "prefix" parameters
7966 const and adjust.
7967 (command_completer, signal_completer): Make "text" and "prefix"
7968 parameters const.
7969 * completer.h (noop_completer, filename_completer)
7970 (expression_completer, location_completer, command_completer)
7971 (signal_completer): Change prototypes.
7972 * corefile.c (complete_set_gnutarget): Make "text" and "word"
7973 parameters const.
7974 * cp-abi.c (cp_abi_completer): Likewise.
7975 * expression.h (parse_expression_for_completion): Change
7976 prototype.
7977 * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
7978 parameters const.
7979 * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
7980 * infrun.c (handle_completer): Make "text" and "word" parameters
7981 const.
7982 * interps.c (interpreter_completer): Make "text" and "word"
7983 parameters const.
7984 * language.h (struct language_defn)
7985 <la_make_symbol_completion_list>: Make "text" and "word"
7986 parameters const.
7987 * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
7988 (parse_exp_in_context): Rename to ...
7989 (parse_exp_in_context_1): ... this.
7990 (parse_exp_in_context): Reimplement, with const hack from
7991 parse_exp_1.
7992 (parse_expression_for_completion): Make "string" parameter const.
7993 * printcmd.c (decode_format): Make "string_ptr" parameter pointer
7994 to pointer to const char. Adjust.
7995 (print_command_1): Make "exp" parameter const.
7996 (output_command): Rename to ...
7997 (output_command_const): ... this. Make "exp" parameter const.
7998 (output_command): Reimplement.
7999 (x_command): Adjust.
8000 (display_command): Rename "exp" parameter to "arg". New "exp"
8001 local, const version of "arg".
8002 * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
8003 "cmd_name" local const.
8004 * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
8005 call.
8006 (cmdpy_completer): Make "text" and "word" parameters const.
8007 (gdbpy_parse_command_name): Make "prefix_text2" local const.
8008 * python/py-param.c (add_setshow_generic): Make "tmp_name" local
8009 const.
8010 * remote.c (_initialize_remote): Make "cmd_name" local const.
8011 * symtab.c (language_search_unquoted_string): Make "text" and "p"
8012 parameters const. Adjust.
8013 (completion_list_add_fields): Make "sym_text", "text" and "word"
8014 parameters const.
8015 (struct add_name_data) <sym_text, text, word>: Make fields const.
8016 (default_make_symbol_completion_list_break_on): Make "text" and
8017 "word" parameters const. Adjust locals.
8018 (default_make_symbol_completion_list)
8019 (make_symbol_completion_list, make_symbol_completion_type)
8020 (make_symbol_completion_list_fn): Make "text" and "word"
8021 parameters const.
8022 (make_file_symbol_completion_list): Make "text", "word" and
8023 "srcfile" parameters const. Adjust locals.
8024 (add_filename_to_list): Make "text" and "word" parameters const.
8025 (struct add_partial_filename_data) <text, word>: Make fields
8026 const.
8027 (make_source_files_completion_list): Make "text" and "word"
8028 parameters const.
8029 * symtab.h (default_make_symbol_completion_list_break_on)
8030 (default_make_symbol_completion_list, make_symbol_completion_list)
8031 (make_symbol_completion_type enum type_code)
8032 (make_symbol_completion_list_fn make_file_symbol_completion_list)
8033 (make_source_files_completion_list): Change prototype.
8034 * top.c (execute_command): Adjust to pass pointer to pointer to
8035 const char to lookup_cmd, and to deprecated_cmd_warning prototype
8036 change.
8037 (set_verbose): Make "cmdname" local const.
8038 * tracepoint.c (decode_agent_options): Make "exp" parameter const,
8039 and adjust.
8040 (validate_actionline): Make "line" parameter a pointer to const
8041 char, and adjust.
8042 (encode_actions_1): Make "action_exp" local const, and adjust.
8043 (encode_actions): Adjust.
8044 (replace_comma): Delete.
8045 (trace_dump_actions): Make "action_exp" and "next_comma" locals
8046 const, and adjust. Don't frob the action string while splitting
8047 it at commas. Instead, make a copy of each split substring in
8048 turn.
8049 (trace_dump_command): Adjust to validate_actionline prototype
8050 change.
8051 * tracepoint.h (decode_agent_options, decode_agent_options)
8052 (encode_actions, validate_actionline): Change prototypes.
8053 * valprint.h (output_command): Delete declaration.
8054 (output_command_const): Declare.
8055 * value.c (function_destroyer): Cast const away in xfree call.
8056
a0bcdaa7
PA
80572013-03-13 Pedro Alves <[email protected]>
8058
8059 * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
8060 rather than casting 'const char * const *' to 'const char **'.
8061 * ada-lex.l (processInt): Make "trailer" local const. Remove
8062 'const char **' cast.
8063 * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
8064 locals, and use those as strtol output pointer, instead than doing
8065 invalid casts to from 'const char **' to 'char **'.
8066 (_initialize_demangle): Remove cast.
8067 * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
8068 locals, and use those as strtol output pointer, instead than doing
8069 invalid casts to from 'const char **' to 'char **'.
8070 * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
8071 casts.
8072 * stap-probe.c (stap_parse_register_operand)
8073 (stap_parse_single_operand): Likewise.
8074
8ddb1965
YQ
80752013-03-13 Yao Qi <[email protected]>
8076
8077 * tracepoint.c (tfile_get_trace_state_variable_value): Look for
8078 the last matched 'V' blcok in trace frame.
8079
2d450646
JB
80802013-03-12 Joel Brobecker <[email protected]>
8081
8082 * NEWS: Create a new section for the next release branch.
8083 Rename the section of the current branch, now that it has
8084 been cut.
8085
b4b79973 80862013-03-12 Joel Brobecker <[email protected]>
8087
8088 GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
8089 * version.in: Bump version to 7.6.50.20130312-cvs.
8090
ee047554
KS
80912013-03-12 Keith Seitz <[email protected]>
8092
8093 * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
8094 * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
8095 Remove temporary copy of input string.
8096 (mi_execute_command_wrapper): Make "cmd" const.
8097 * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
8098 * mi/mi-parse.c (mi_parse_argv): Make "args" const.
8099 Use const strings.
8100 (mi_parse): Make "cmd" const.
8101 Use const strings.
8102 * mi/mi-parse.h (mi_parse): Make "cmd" const.
8103
bbc13ae3
KS
81042013-03-12 Keith Seitz <[email protected]>
8105
8106 * ada-lang.c (ada_read_renaming_var_value): Pass const
8107 pointer to expression string to parse_exp_1.
8108 (create_excep_cond_exprs): Likewise.
8109 * ax-gdb.c (agent_eval_command_one): Likewise.
8110 (maint_agent_printf_command): Likewise.
8111 Constify much of the string handling/parsing.
8112 * breakpoint.c (set_breakpoint_condition): Pass const
8113 pointer to expression string to parse_exp_1.
8114 (update_watchpoint): Likewise.
8115 (parse_cmd_to_aexpr): Constify string handling.
8116 Pass const pointer to parse_exp_1.
8117 (init_breakpoint_sal): Pass const pointer to parse_exp_1.
8118 (find_condition_and_thread): Likewise.
8119 Make TOK const.
8120 (watch_command_1): Make "arg" const.
8121 Constify string handling.
8122 Copy the expression string instead of changing the input
8123 string.
8124 (update_breakpoint_location): Pass const pointer to
8125 parse_exp_1.
8126 * eval.c (parse_and_eval_address): Make "exp" const.
8127 (parse_to_comma_and_eval): Make "expp" const.
8128 (parse_and_eval): Make "exp" const.
8129 * expression.h (parse_expression): Make argument const.
8130 (parse_exp_1): Make first argument const.
8131 * findcmd.c (parse_find_args): Treat "args" as const.
8132 * linespec.c (parse_linespec): Pass const pointer to
8133 linespec_expression_to_pc.
8134 (linespec_expression_to_pc): Make "exp_ptr" const.
8135 * parse.c (parse_exp_1): Make "stringptr" const.
8136 Make a copy of the expression to pass to parse_exp_in_context until
8137 this whole interface can be constified.
8138 (parse_expression): Make "string" const.
8139 * printcmd.c (ui_printf): Treat "arg" as const.
8140 Handle const strings.
8141 * tracepoint.c (validate_actionline): Pass const pointer to
8142 all calls to parse_exp_1.
8143 (encode_actions_1): Likewise.
8144 * value.h (parse_to_comma_and_eval): Make argument const.
8145 (parse_and_eval_address): Likewise.
8146 (parse_and_eval): Likewise.
8147 * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
8148 (varobj_set_value): Likewise.
8149 * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
8150 constify string handling.
8151 Pass const pointers to parse_and_eval_address and
8152 parse_to_comman_and_eval.
8153 * cli/cli-utils.c (skip_to_space): Rename to ...
8154 (skip_to_space_const): ... this. Handle const strings.
8155 * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
8156 skip_to_space_const.
8157 (skip_to_space_const): Declare.
8158 * common/format.c (parse_format_string): Make "arg" const.
8159 Handle const strings.
8160 * common/format.h (parse_format_string): Make "arg" const.
8161 * gdbserver/ax.c (ax_printf): Make "format" const.
8162 * python/python.c (gdbpy_parse_and_eval): Do not make a copy
8163 of the expression string.
8164
f3cec7e6
HZ
81652013-03-12 Hui Zhu <[email protected]>
8166
8167 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
8168
9df7235c
HZ
81692013-03-12 Yao Qi <[email protected]>
8170 Hui Zhu <[email protected]>
8171
8172 * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
8173 (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
8174 DW_OP_deref_size.
8175
82d049ab
PH
81762013-03-12 Paul Hilfinger <[email protected]>
8177
5f8e0b8f
MF
8178 * ada-lex.l (rules): Only recognize 'thread' as a
8179 delimiter when followed by numerals, as for c-exp.y.
8180 Use new rewind_to_char function to rewind the input for
8181 expression-delimiting tokens.
8182 (rewind_to_char): New function.
82d049ab 8183
8c1fb155
JK
81842013-03-11 Pedro Alves <[email protected]>
8185 Jan Kratochvil <[email protected]>
8186
8187 * configure: Regenerate.
8188 * configure.ac (check dynamic export flag): Link python test with
8189 $PYTHON_LIBS.
8190
cc81e1c6
DE
81912013-03-11 Doug Evans <[email protected]>
8192 Keith Seitz <[email protected]>
8193
8194 * linespec.c (find_linespec_symbols): Call find_function_symbols
8195 first, and then call lookup_prefix_sym/find_method.
8196
39086a0e
PA
81972013-03-11 Pedro Alves <[email protected]>
8198
8199 * charset.c (convert_between_encodings): Don't cast between
8200 different pointer to pointer types. Instead, make the 'inp' local
8201 be of the type iconv expects.
8202 (wchar_iterate): Don't cast between different pointer to pointer
8203 types. Instead, use new pointer local of the type iconv expects.
8204 * target.c (target_read_stralloc, target_fileio_read_stralloc):
8205 Add new local of type char pointer, and use it to get a
8206 char/string view of the byte buffer, instead of casting between
8207 pointer to pointer types.
8208
90585175
HAQ
82092013-03-11 Hafiz Abid Qadeer <[email protected]>
8210
8211 * remote.c (remote_set_trace_buffer_size): Move != operator
8212 to the start of next line to fix an ARI warning.
8213
59ea5688
MM
82142013-03-11 Markus Metzger <[email protected]>
8215
8216 * NEWS: Add record changes.
8217
946287b7
MM
82182013-03-11 Markus Metzger <[email protected]>
8219
8220 * record-btrace.c (btrace_insn_history): Omit the pc prefix in
8221 the instruction history disassembly.
8222 * disasm.c (dump_insns): Omit the pc prefix, if requested.
8223 * disasm.h (DISASSEMBLY_OMIT_PC): New.
8224
afedecd3
MM
82252013-03-11 Markus Metzger <[email protected]>
8226
8227 * Makefile.in (SFILES): Add record-btrace.c
8228 (COMMON_OBS): Add record-btrace.o
8229 * record-btrace.c: New.
8230 * objfiles.c: Include btrace.h.
8231 (free_objfile): call btrace_free_objfile.
8232
15984c13
MM
82332013-03-11 Markus Metzger <[email protected]>
8234
8235 * target.c (target_call_history, target_call_history_from,
8236 target_call_history_range): New.
8237 * target.h (target_ops) <to_call_history, to_call_history_from,
8238 to_call_history_range>: New fields.
8239 (target_call_history, target_call_history_from,
8240 target_call_history_range): New declaration.
8241 * record.c (get_call_history_modifiers, cmd_record_call_history,
8242 record_call_history_size): New.
8243 (_initialize_record): Add the "record function-call-history" command.
8244 Add "set/show record function-call-history-size" commands.
8245 * record.h (record_print_flag): New.
8246
67c86d06
MM
82472013-03-11 Markus Metzger <[email protected]>
8248
8249 * target.h (target_ops) <to_insn_history, to_insn_history_from,
8250 to_insn_history_range>: New fields.
8251 (target_insn_history): New.
8252 (target_insn_history_from): New.
8253 (target_insn_history_range): New.
8254 * target.c (target_insn_history): New.
8255 (target_insn_history_from): New.
8256 (target_insn_history_range): New.
8257 * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
8258 (record_insn_history_size): New.
8259 (get_insn_number): New.
8260 (get_context_size): New.
8261 (no_chunk): New.
8262 (get_insn_history_modifiers): New.
8263 (cmd_record_insn_history): New.
8264 (_initialize_record): Add "set/show record instruction-history-size"
8265 command. Add "record instruction-history" command.
8266
7c1687a9
MM
82672013-03-11 Markus Metzger <[email protected]>
8268
8269 * record.h (record_disconnect): New.
8270 (record_detach): New.
8271 (record_mourn_inferior): New.
8272 (record_kill): New.
8273 * record-full.c (record_disconnect, record_detach,
8274 record_mourn_inferior, record_kill): Move to...
8275 * record.c: ...here.
8276 (DEBUG): New.
8277 (record_stop): New.
8278 (record_unpush): New.
8279 (cmd_record_stop): Call record_stop. Replace unpush_target
8280 call with record_unpush call.
8281 (record_disconnect, record_detach): Assert that the target
8282 is of record stratum. Call record_unpush, record_stop, and
8283 DEBUG.
8284 (record_mourn_inferior, record_kill): Assert that the target
8285 is of record stratum. Call record_unpush and DEBUG.
8286
25ea693b
MM
82872013-03-11 Markus Metzger <[email protected]>
8288
8289 * record-full.h, record-full.c (record_memory_query): Rename
8290 to ...
8291 (record_full_memory_query): ...this. Update all users.
8292 (record_arch_list_add_reg): Rename to ...
8293 (record_full_arch_list_add_reg): ...this. Update all users.
8294 (record_arch_list_add_mem): Rename to ...
8295 (record_full_arch_list_add_mem): ...this. Update all users.
8296 (record_arch_list_add_end): Rename to ...
8297 (record_full_arch_list_add_end): ...this. Update all users.
8298 (record_gdb_operation_disable_set): Rename to ...
8299 (record_full_gdb_operation_disable_set): ...this.
8300 Update all users.
8301
88d1aa9d
MM
83022013-03-11 Markus Metzger <[email protected]>
8303
8304 * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
8305 (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
8306 (RECORD_IS_REPLAY): Renamed to ...
8307 (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
8308 (RECORD_FILE_MAGIC): Renamed to ...
8309 (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
8310 (record_mem_entry): Renamed to ...
8311 (record_full_mem_entry): ... this. Updated all users.
8312 (record_reg_entry): Renamed to ...
8313 (record_full_reg_entry): ... this. Updated all users.
8314 (record_end_entry): Renamed to ...
8315 (record_full_end_entry): ... this. Updated all users.
8316 (record_type) <record_end, record_reg, record_mem>: Renamed
8317 to ...
8318 (record_full_type) <record_full_end, record_full_reg,
8319 record_full_mem>: ... this. Updated all users.
8320 (record_entry): Renamed to ...
8321 (record_full_entry): ... this. Updated all users.
8322 (record_core_buf_entry): Renamed to ...
8323 (record_full_core_buf_entry): ... this. Updated all users.
8324 (record_core_regbuf): Renamed to ...
8325 (record_full_core_regbuf): ... this. Updated all users.
8326 (record_core_start): Renamed to ...
8327 (record_full_core_start): ... this. Updated all users.
8328 (record_core_end): Renamed to ...
8329 (record_full_core_end): ... this. Updated all users.
8330 (record_core_buf_list): Renamed to ...
8331 (record_full_core_buf_list): ... this. Updated all users.
8332 (record_first): Renamed to ...
8333 (record_full_first): ... this. Updated all users.
8334 (record_list): Renamed to ...
8335 (record_full_list): ... this. Updated all users.
8336 (record_arch_list_head): Renamed to ...
8337 (record_full_arch_list_head): ... this. Updated all users.
8338 (record_arch_list_tail): Renamed to ...
8339 (record_full_arch_list_tail): ... this. Updated all users.
8340 (record_stop_at_limit): Renamed to ...
8341 (record_full_stop_at_limit): ... this. Updated all users.
8342 (record_insn_max_num): Renamed to ...
8343 (record_full_insn_max_num): ... this. Updated all users.
8344 (record_insn_num): Renamed to ...
8345 (record_full_insn_num): ... this. Updated all users.
8346 (record_insn_count): Renamed to ...
8347 (record_full_insn_count): ... this. Updated all users.
8348 (record_ops): Renamed to ...
8349 (record_full_ops): ... this. Updated all users.
8350 (record_core_ops): Renamed to ...
8351 (record_full_core_ops): ... this. Updated all users.
8352 (set_record_cmdlist): Renamed to ...
8353 (set_record_full_cmdlist): ... this. Updated all users.
8354 (show_record_cmdlist): Renamed to ...
8355 (show_record_full_cmdlist): ... this. Updated all users.
8356 (record_cmdlist): Renamed to ...
8357 (record_full_cmdlist): ... this. Updated all users.
8358 (record_beneath_to_resume_ops): Renamed to ...
8359 (record_full_beneath_to_resume_ops): ... this. Updated all users.
8360 (record_beneath_to_resume): Renamed to ...
8361 (record_full_beneath_to_resume): ... this. Updated all users.
8362 (record_beneath_to_wait_ops): Renamed to ...
8363 (record_full_beneath_to_wait_ops): ... this. Updated all users.
8364 (record_beneath_to_wait): Renamed to ...
8365 (record_full_beneath_to_wait): ... this. Updated all users.
8366 (record_beneath_to_store_registers_ops): Renamed to ...
8367 (record_full_beneath_to_store_registers_ops): ... this.
8368 Updated all users.
8369 (record_beneath_to_store_registers): Renamed to ...
8370 (record_full_beneath_to_store_registers): ... this.
8371 Updated all users.
8372 (record_beneath_to_xfer_partial_ops): Renamed to ...
8373 (record_full_beneath_to_xfer_partial_ops): ... this.
8374 Updated all users.
8375 (record_beneath_to_xfer_partial): Renamed to ...
8376 (record_full_beneath_to_xfer_partial): ... this.
8377 Updated all users.
8378 (record_beneath_to_insert_breakpoint): Renamed to ...
8379 (record_full_beneath_to_insert_breakpoint): ... this.
8380 Updated all users.
8381 (record_beneath_to_stopped_by_watchpoint): Renamed to ...
8382 (record_full_beneath_to_stopped_by_watchpoint): ... this.
8383 Updated all users.
8384 (record_beneath_to_stopped_data_address): Renamed to ...
8385 (record_full_beneath_to_stopped_data_address): ... this.
8386 Updated all users.
8387 (record_beneath_to_async): Renamed to ...
8388 (record_full_beneath_to_async): ... this. Updated all users.
8389 (record_goto_insn): Renamed to ...
8390 (record_full_goto_insn): ... this. Updated all users.
8391 (record_save): Renamed to ...
8392 (record_full_save): ... this. Updated all users.
8393 (record_reg_alloc): Renamed to ...
8394 (record_full_reg_alloc): ... this. Updated all users.
8395 (record_reg_release): Renamed to ...
8396 (record_full_reg_release): ... this. Updated all users.
8397 (record_mem_alloc): Renamed to ...
8398 (record_full_mem_alloc): ... this. Updated all users.
8399 (record_mem_release): Renamed to ...
8400 (record_full_mem_release): ... this. Updated all users.
8401 (record_end_alloc): Renamed to ...
8402 (record_full_end_alloc): ... this. Updated all users.
8403 (record_end_release): Renamed to ...
8404 (record_full_end_release): ... this. Updated all users.
8405 (record_entry_release): Renamed to ...
8406 (record_full_entry_release): ... this. Updated all users.
8407 (record_list_release): Renamed to ...
8408 (record_full_list_release): ... this. Updated all users.
8409 (record_list_release_following): Renamed to ...
8410 (record_full_list_release_following): ... this.
8411 Updated all users.
8412 (record_list_release_first): Renamed to ...
8413 (record_full_list_release_first): ... this. Updated all users.
8414 (record_arch_list_add): Renamed to ...
8415 (record_full_arch_list_add): ... this. Updated all users.
8416 (record_get_loc): Renamed to ...
8417 (record_full_get_loc): ... this. Updated all users.
8418 (record_check_insn_num): Renamed to ...
8419 (record_full_check_insn_num): ... this. Updated all users.
8420 (record_arch_list_cleanups): Renamed to ...
8421 (record_full_arch_list_cleanups): ... this. Updated all users.
8422 (record_message): Renamed to ...
8423 (record_full_message): ... this. Updated all users.
8424 (record_message_wrapper): Renamed to ...
8425 (record_full_message_wrapper): ... this. Updated all users.
8426 (record_message_wrapper_safe): Renamed to ...
8427 (record_full_message_wrapper_safe): ... this. Updated all users.
8428 (record_gdb_operation_disable): Renamed to ...
8429 (record_full_gdb_operation_disable): ... this. Updated all users.
8430 (record_hw_watchpoint): Renamed to ...
8431 (record_full_hw_watchpoint): ... this. Updated all users.
8432 (record_exec_insn): Renamed to ...
8433 (record_full_exec_insn): ... this. Updated all users.
8434 (record_restore): Renamed to ...
8435 (record_full_restore): ... this. Updated all users.
8436 (record_async_inferior_event_token): Renamed to ...
8437 (record_full_async_inferior_event_token): ... this.
8438 Updated all users.
8439 (record_async_inferior_event_handler): Renamed to ...
8440 (record_full_async_inferior_event_handler): ... this.
8441 Updated all users.
8442 (record_core_open_1): Renamed to ...
8443 (record_full_core_open_1): ... this. Updated all users.
8444 (record_open_1): Renamed to ...
8445 (record_full_open_1): ... this. Updated all users.
8446 (record_open): Renamed to ...
8447 (record_full_open): ... this. Updated all users.
8448 (record_close): Renamed to ...
8449 (record_full_close): ... this. Updated all users.
8450 (record_resume_step): Renamed to ...
8451 (record_full_resume_step): ... this. Updated all users.
8452 (record_resumed): Renamed to ...
8453 (record_full_resumed): ... this. Updated all users.
8454 (record_execution_dir): Renamed to ...
8455 (record_full_execution_dir): ... this. Updated all users.
8456 (record_resume): Renamed to ...
8457 (record_full_resume): ... this. Updated all users.
8458 (record_get_sig): Renamed to ...
8459 (record_full_get_sig): ... this. Updated all users.
8460 (record_sig_handler): Renamed to ...
8461 (record_full_sig_handler): ... this. Updated all users.
8462 (record_wait_cleanups): Renamed to ...
8463 (record_full_wait_cleanups): ... this. Updated all users.
8464 (record_wait_1): Renamed to ...
8465 (record_full_wait_1): ... this. Updated all users.
8466 (record_wait): Renamed to ...
8467 (record_full_wait): ... this. Updated all users.
8468 (record_stopped_by_watchpoint): Renamed to ...
8469 (record_full_stopped_by_watchpoint): ... this. Updated all users.
8470 (record_disconnect): Renamed to ...
8471 (record_full_disconnect): ... this. Updated all users.
8472 (record_detach): Renamed to ...
8473 (record_full_detach): ... this. Updated all users.
8474 (record_mourn_inferior): Renamed to ...
8475 (record_full_mourn_inferior): ... this. Updated all users.
8476 (record_kill): Renamed to ...
8477 (record_full_kill): ... this. Updated all users.
8478 (record_stopped_data_address): Renamed to ...
8479 (record_full_stopped_data_address): ... this. Updated all users.
8480 (record_registers_change): Renamed to ...
8481 (record_full_registers_change): ... this. Updated all users.
8482 (record_store_registers): Renamed to ...
8483 (record_full_store_registers): ... this. Updated all users.
8484 (record_xfer_partial): Renamed to ...
8485 (record_full_xfer_partial): ... this. Updated all users.
8486 (record_breakpoint): Renamed to ...
8487 (record_full_breakpoint): ... this. Updated all users.
8488 (record_breakpoint_p): Renamed to ...
8489 (record_full_breakpoint_p): ... this. Updated all users.
8490 (record_breakpoints): Renamed to ...
8491 (record_full_breakpoints): ... this. Updated all users.
8492 (record_sync_record_breakpoints): Renamed to ...
8493 (record_full_sync_record_breakpoints): ... this.
8494 Updated all users.
8495 (record_init_record_breakpoints): Renamed to ...
8496 (record_full_init_record_breakpoints): ... this.
8497 Updated all users.
8498 (record_insert_breakpoint): Renamed to ...
8499 (record_full_insert_breakpoint): ... this. Updated all users.
8500 (record_remove_breakpoint): Renamed to ...
8501 (record_full_remove_breakpoint): ... this. Updated all users.
8502 (record_can_execute_reverse): Renamed to ...
8503 (record_full_can_execute_reverse): ... this. Updated all users.
8504 (record_get_bookmark): Renamed to ...
8505 (record_full_get_bookmark): ... this. Updated all users.
8506 (record_goto_bookmark): Renamed to ...
8507 (record_full_goto_bookmark): ... this. Updated all users.
8508 (record_async): Renamed to ...
8509 (record_full_async): ... this. Updated all users.
8510 (record_can_async_p): Renamed to ...
8511 (record_full_can_async_p): ... this. Updated all users.
8512 (record_is_async_p): Renamed to ...
8513 (record_full_is_async_p): ... this. Updated all users.
8514 (record_execution_direction): Renamed to ...
8515 (record_full_execution_direction): ... this. Updated all users.
8516 (record_info): Renamed to ...
8517 (record_full_info): ... this. Updated all users.
8518 (record_delete): Renamed to ...
8519 (record_full_delete): ... this. Updated all users.
8520 (record_is_replaying): Renamed to ...
8521 (record_full_is_replaying): ... this. Updated all users.
8522 (record_goto_entry): Renamed to ...
8523 (record_full_goto_entry): ... this. Updated all users.
8524 (record_goto_begin): Renamed to ...
8525 (record_full_goto_begin): ... this. Updated all users.
8526 (record_goto_end): Renamed to ...
8527 (record_full_goto_end): ... this. Updated all users.
8528 (record_goto): Renamed to ...
8529 (record_full_goto): ... this. Updated all users.
8530 (init_record_ops): Renamed to ...
8531 (init_record_full_ops): ... this. Updated all users.
8532 (record_core_resume): Renamed to ...
8533 (record_full_core_resume): ... this. Updated all users.
8534 (record_core_kill): Renamed to ...
8535 (record_full_core_kill): ... this. Updated all users.
8536 (record_core_fetch_registers): Renamed to ...
8537 (record_full_core_fetch_registers): ... this. Updated all users.
8538 (record_core_prepare_to_store): Renamed to ...
8539 (record_full_core_prepare_to_store): ... this. Updated all users.
8540 (record_core_store_registers): Renamed to ...
8541 (record_full_core_store_registers): ... this. Updated all users.
8542 (record_core_xfer_partial): Renamed to ...
8543 (record_full_core_xfer_partial): ... this. Updated all users.
8544 (record_core_insert_breakpoint): Renamed to ...
8545 (record_full_core_insert_breakpoint): ... this. Updated all users.
8546 (record_core_remove_breakpoint): Renamed to ...
8547 (record_full_core_remove_breakpoint): ... this. Updated all users.
8548 (record_core_has_execution): Renamed to ...
8549 (record_full_core_has_execution): ... this. Updated all users.
8550 (init_record_core_ops): Renamed to ...
8551 (init_record_full_core_ops): ... this. Updated all users.
8552 (cmd_record_restore): Renamed to ...
8553 (cmd_record_full_restore): ... this. Updated all users.
8554 (record_save_cleanups): Renamed to ...
8555 (record_full_save_cleanups): ... this. Updated all users.
8556 (cmd_record_start): Renamed to ...
8557 (cmd_record_full_start): ... this. Updated all users.
8558 (set_record_insn_max_num): Renamed to ...
8559 (set_record_full_insn_max_num): ... this. Updated all users.
8560 (set_record_command): Renamed to ...
8561 (set_record_full_command): ... this. Updated all users.
8562 (show_record_command): Renamed to ...
8563 (show_record_full_command): ... this. Updated all users.
8564 (_initialize_record): Renamed to ...
8565 (_initialize_record_full): ... this. Updated all users.
8566
d02ed0bb
MM
85672013-03-11 Markus Metzger <[email protected]>
8568
8569 * record.h: Split into this and ...
8570 * record-full.h: ... this.
8571 * record.c: Split into this and ...
8572 * record-full.c: ... this.
8573 * target.h (target_ops): Add new fields to_info_record,
8574 to_save_record, to_delete_record, to_record_is_replaying,
8575 to_goto_record_begin, to_goto_record_end, to_goto_record.
8576 (target_info_record): New.
8577 (target_save_record): New.
8578 (target_supports_delete_record): New.
8579 (target_delete_record): New.
8580 (target_record_is_replaying): New.
8581 (target_goto_record_begin): New.
8582 (target_goto_record_end): New.
8583 (target_goto_record): New.
8584 * target.c (target_info_record): New.
8585 (target_save_record): New.
8586 (target_supports_delete_record): New.
8587 (target_delete_record): New.
8588 (target_record_is_replaying): New.
8589 (target_goto_record_begin): New.
8590 (target_goto_record_end): New.
8591 (target_goto_record): New.
8592 * record.h: Declare struct cmd_list_element.
8593 (record_cmdlist): New declaration.
8594 (set_record_cmdlist): New declaration.
8595 (show_record_cmdlist): New declaration.
8596 (info_record_cmdlist): New declaration.
8597 (cmd_record_goto): New declaration.
8598 * record.c: Remove unnecessary includes.
8599 Include inferior.h.
8600 (cmd_record_goto): Remove declaration.
8601 (record_cmdlist): Now extern. Initialize.
8602 (set_record_cmdlist): Now extern. Initialize.
8603 (show_record_cmdlist): Now extern. Initialize.
8604 (info_record_cmdlist): Now extern. Initialize.
8605 (find_record_target): New.
8606 (require_record_target): New.
8607 (cmd_record_start): Update.
8608 (cmd_record_delete): Remove target-specific code.
8609 Call target_delete_record.
8610 (cmd_record_stop): Unpush any record target.
8611 (set_record_insn_max_num): Move to record-full.c
8612 (set_record_command): Add comment.
8613 (show_record_command): Add comment.
8614 (info_record_command): Update comment.
8615 Remove target-specific code.
8616 Call the record target's to_info_record.
8617 (cmd_record_start): New.
8618 (cmd_record_goto): Now extern.
8619 Remove target-specific code.
8620 Call target_goto_begin, target_goto_end, or target_goto.
8621 (_initialize_record): Move record target ops initialization to
8622 record-full.c.
8623 Change "record" command help text.
8624 Move "record restore", "record set", and "record show" commands to
8625 record-full.c.
8626 * Makefile.in (SFILES): Add record-full.c.
8627 (HFILES_NO_SRCDIR): Add record-full.h.
8628 (COMMON_OBS): Add record-full.o.
8629 * amd64-linux-tdep.c: Include record-full.h instead of record.h.
8630 * arm-tdep.c: Include record-full.h.
8631 * i386-linux-tdep.c: Include record-full.h instead of record.h.
8632 * i386-tdep.c: Include record-full.h.
8633 * infrun.c: Include record-full.h.
8634 * linux-record.c: Include record-full.h.
8635 * moxie-tdep.c: Include record-full.h.
8636 * record-full.c: Include record-full.h.
8637 Change module comment.
8638 (set_record_full_cmdlist): New.
8639 (show_record_full_cmdlist): New.
8640 (record_full_cmdlist): New.
8641 (record_goto_insn): New declaration.
8642 (record_save): New declaration.
8643 (record_check_insn_num): Change query string.
8644 (record_info): New.
8645 (record_delete): New.
8646 (record_is_replaying): New.
8647 (record_goto_entry): New.
8648 (record_goto_begin): New.
8649 (record_goto_end): New.
8650 (record_goto): New.
8651 (init_record_ops): Update.
8652 (init_record_core_ops): Update.
8653 (cmd_record_save): Rename to record_save. Remove target and arg checks.
8654 (cmd_record_start): New.
8655 (set_record_insn_max_num): Moved from record.c
8656 (set_record_full_command): New.
8657 (show_record_full_command): New.
8658 (_initialize_record_full): New.
8659
b48d48eb
MM
86602013-03-11 Markus Metzger <[email protected]>
8661
8662 * target.h (add_deprecated_target_alias): New.
8663 * target.c (add_deprecated_target_alias): New.
8664
a950d57c
MM
86652013-03-11 Markus Metzger <[email protected]>
8666
8667 * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
8668 and signal.h.
8669 (linux_supports_btrace): Add kernel and
8670 cpuid check.
8671 (kernel_supports_btrace): New function.
8672 (cpu_supports_btrace): New function.
8673 (intel_supports_btrace): New function.
8674
9accd112
MM
86752013-03-11 Markus Metzger <[email protected]>
8676
8677 * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
8678 * remote.c: Include btrace.h.
8679 (struct btrace_target_info): New struct.
8680 (remote_supports_btrace): New function.
8681 (send_Qbtrace): New function.
8682 (remote_enable_btrace): New function.
8683 (remote_disable_btrace): New function.
8684 (remote_teardown_btrace): New function.
8685 (remote_read_btrace): New function.
8686 (init_remote_ops): Add btrace ops.
8687 (enum <unnamed>): Add btrace packets.
8688 (struct protocol_feature remote_protocol_features[]): Add btrace packets.
8689 (_initialize_remote): Add packet configuration for branch tracing.
8690
c12a2917
MM
86912013-03-11 Markus Metzger <[email protected]>
8692
8693 * features/btrace.dtd: New file.
8694 * Makefile.in (XMLFILES): Add btrace.dtd.
8695 * btrace.h (parse_xml_btrace): New declaration.
8696 * btrace.c: Include xml-support.h.
8697 (parse_xml_btrace): New function.
8698 (parse_xml_btrace_block): New function.
8699 (block_attributes): New struct.
8700 (btrace_attributes): New struct.
8701 (btrace_children): New struct.
8702 (btrace_elements): New struct.
8703
3e3aea48
MM
87042013-03-11 Markus Metzger <[email protected]>
8705
8706 * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
8707 (amd64_linux_enable_btrace): New.
8708 (amd64_linux_disable_btrace): New.
8709 (amd64_linux_teardown_btrace): New.
8710 (_initialize_amd64_linux_nat): Initialize btrace ops.
8711 * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
8712 (i386_linux_enable_btrace): New.
8713 (i386_linux_disable_btrace): New.
8714 (i386_linux_teardown_btrace): New.
8715 (_initialize_i386_linux_nat): Initialize btrace ops.
8716 * config/i386/linux.mh: Add linux-btrace.o.
8717 * config/i386/linux64.mh: Add linux-btrace.o.
8718
7c97f91e
MM
87192013-03-11 Markus Metzger <[email protected]>
8720
8721 * common/linux_btrace.h: New file.
8722 * common/linux_btrace.c: New file.
8723 * Makefile.in (SFILES): Add btrace.c.
8724 (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
8725 (COMMON_OBS): Add btrace.o.
8726 (linux-btrace.o): New rule.
8727
1999790b 87282013-03-11 Markus Metzger <[email protected]>
02d27625
MM
8729
8730 * target.h: Include btrace.h.
8731 (struct target_ops) <to_supports_btrace, to_enable_btrace,
8732 to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
8733 * target.c (target_supports_btrace): New function.
8734 (target_enable_btrace): New function.
8735 (target_disable_btrace): New function.
8736 (target_teardown_btrace): New function.
8737 (target_read_btrace): New function.
8738 * btrace.h: New file.
8739 * btrace.c: New file.
8740 * Makefile.in: Add btrace.c.
8741 * gdbthread.h: Include btrace.h.
8742 (struct thread_info): Add btrace field.
8743 * thread.c: Include btrace.h.
8744 (clear_thread_inferior_resources): Call target_teardown_btrace.
8745 * common/btrace-common.h: New file.
8746
61a31a67
JK
87472013-03-10 Jan Kratochvil <[email protected]>
8748
8749 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
8750 for CHILD, ignore PTRACE_KILL errors, move the inner block variable
8751 kill_status to outer block.
8752
05c56a9d
JK
87532013-03-10 Jan Kratochvil <[email protected]>
8754
8755 Fix entry-values if the callee called a noreturn function.
8756 * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
8757 get_frame_address_in_block. Add new comment.
8758
9112db09
JK
87592013-03-10 Jan Kratochvil <[email protected]>
8760
8761 Fix entry-values in C++ across CUs.
8762 * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
8763 lookup_minimal_symbol. Add a comment.
8764 * dwarf2read.c
8765 (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
8766 DW_AT_linkage_name.
8767
9b67fcec
YQ
87682013-03-08 Yao Qi <[email protected]>
8769
8770 * tracepoint.c (_initialize_tracepoint): Indent the code.
8771
6221be90
PA
87722013-03-08 Pedro Alves <[email protected]>
8773
8774 * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
8775 (parse_find_args, find_command): Change type of pattern buffer
8776 locals to 'gdb_byte *'.
8777
be9a119c 87782013-03-08 Stan Shebs <[email protected]>
f6f899bf
HAQ
8779 Hafiz Abid Qadeer <[email protected]>
8780
8781 * NEWS: Mention set and show trace-buffer-size commands.
8782 Mention new packet.
8783 * target.h (struct target_ops): New method
8784 to_set_trace_buffer_size.
8785 (target_set_trace_buffer_size): New macro.
8786 * target.c (update_current_target): Set up new method.
8787 * tracepoint.c (trace_buffer_size): New global.
8788 (start_tracing): Send it to the target.
8789 (set_trace_buffer_size): New function.
8790 (_initialize_tracepoint): Add new setshow for trace-buffer-size.
8791 * remote.c (remote_set_trace_buffer_size): New function.
8792 (_initialize_remote): Use it.
8793 (QTBuffer:size) New remote command.
8794 (PACKET_QTBuffer_size): New enum.
8795 (remote_protocol_features): Add an entry for
8796 PACKET_QTBuffer_size.
8797
7da3ab79
TT
87982013-03-08 Tom Tromey <[email protected]>
8799
8800 * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
8801 variable.
8802
0c1f71e7
PA
88032013-03-07 Pedro Alves <[email protected]>
8804
8805 * target.c (target_read_stralloc, target_fileio_read_alloc):
8806 *Cast pointer to 'gdb_byte *' in target call.
8807
c8af03a2
PA
88082013-03-07 Pedro Alves <[email protected]>
8809
8810 * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
8811 call.
8812
529480d0
KS
88132013-03-07 Keith Seitz <[email protected]>
8814
8815 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
8816 (trace_pass_command): Likewise.
8817 * cli/cli-cmds.c: Include cli/cli-utils.h.
8818 (source_command): Use skip-spaces.
8819 (disassemble_command): Likewise.
8820 * findcmd.c: Include cli/cli-utils.h.
8821 (parse_find_args): Use skip_spaces.
8822 * go32-nat.c: Include cli/cli-utils.h.
8823 (go32_sldt): Use skip_spaces.
8824 (go32_sgdt): Likewise.
8825 (go32_sidt): Likewise.
8826 (go32_pde): Likewise.
8827 (go32_pte): Likewise.
8828 (go32_pte_for_address): Likewise.
8829 * infcmd.c: Include cli/cli-utils.h.
8830 (registers_info): Use skip_spaces.
8831 * linux-tdep.c (read_mapping): Use skip_spaces_const.
8832 (linux_info_proc): Likewise.
8833 * linux-thread-db.c: Include cli/cli-utils.h.
8834 (info_auto_load_libthread_db): Use skip_spaces_const.
8835 * m32r-rom.c: Include cli/cli-utils.h.
8836 (m32r_upload_command): Use skip_spaces.
8837 * maint.c: Include cli/cli-utils.h.
8838 (maintenance_translate_address): Use skip_spaces.
8839 * mi/mi-parse.c: Include cli/cli-utils.h.
8840 (mi_parse_argv): Use skip_spaces.
8841 (mi_parse): Likewise.
8842 * minsyms.c: Include cli/cli-utils.h.
8843 (msymbol_hash_iw): Use skip_spaces_const.
8844 * objc-lang.c: Include cli/cli-utils.h.
8845 (parse_selector): Use skip_spaces.
8846 (parse_method): Likewise.
8847 * python/python.c: Include cli/cli-utils.h.
8848 (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
8849 (python_command)[HAVE_PYTHON]: Likewise.
8850 (python_interactive_command)[!HAVE_PYTHON]: Likewise.
8851 * remote-m32r-sdi.c: Include cli/cli-utils.h.
8852 (m32r_load): Use skip_spaces.
8853 * serial.c: Include cli/cli-utils.h.
8854 (serial_open): Use skip_spaces_const.
8855 * stack.c: Include cli/cli-utils.h.
8856 (parse_frame_specification_1): Use skip_spaces_const.
8857 * symfile.c: Include cli/cli-utils.h.
8858 (set_ext_lang_command): Use skip_spaces.
8859 * symtab.c: Include cli/cli-utils.h.
8860 (rbreak_command): Use skip_spaces.
8861 * thread.c (thread_name_command): Use skip_spaces.
8862 * tracepoint.c (validate_actionline): Use skip_spaces.
8863 (encode_actions_1): Likewise.
8864 (trace_find_range_command): Likewise.
8865 (trace_find_outside_command): Likewise.
8866 (trace_dump_actions): Likewise.
8867
ac91cd70
PA
88682013-03-07 Pedro Alves <[email protected]>
8869
8870 * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
8871 * expprint.c (print_subexp_standard): Likewise.
8872 * utils.c (host_char_to_target): Likewise.
8873 * valprint.c (generic_emit_char, generic_printstr): Likewise.
8874 * varobj.c (value_get_print_value): Change type of local to char*.
8875 Cast it gdb_byte * in call to language printer.
8876
2898e560
PA
88772013-03-07 Pedro Alves <[email protected]>
8878
8879 * charset.c (struct wchar_iterator) <input>: Change type to 'const
8880 gdb_byte *'.
8881 (make_wchar_iterator): Remove cast to char*.
8882 (wchar_iterate): Change type of local.
8883
a09b4448
PA
88842013-03-07 Pedro Alves <[email protected]>
8885
8886 * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
8887 for 'regcache->register_status'.
8888
20ced3e4
PA
88892013-03-07 Pedro Alves <[email protected]>
8890
c2d6a675 8891 * breakpoint.c (breakpoint_xfer_memory): Change type of local to
20ced3e4
PA
8892 int.
8893
fe106009
PA
88942013-03-07 Pedro Alves <[email protected]>
8895
8896 * stap-probe.c (handle_stap_probe): Add cast to char*.
8897
8ac2c12b
PA
88982013-03-07 Pedro Alves <[email protected]>
8899
8900 * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
8901 RECORD_MSGRCV>: Pass a signed variable to
8902 regcache_raw_read_signed, instead of an unsigned one.
8903
99f0a309
PA
89042013-03-07 Pedro Alves <[email protected]>
8905
8906 * remote-notif.c (notif_debug): Change type to int.
8907 * remote-notif.h (notif_debug): Likewise.
8908
964b8317
PA
89092013-03-07 Pedro Alves <[email protected]>
8910
8911 * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
8912
f0cc8ad4
PA
89132013-03-07 Pedro Alves <[email protected]>
8914
8915 * remote.c (hex2bin, bin2hex): Move extern declarations to ...
8916 * remote.h (hex2bin, bin2hex): ... here.
8917 * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
8918
77dec115
EZ
89192013-03-07 Eli Zaretskii <[email protected]>
8920
8921 * utils.c (initialize_utils): Improve doc strings of "set/show
8922 width", "set/show height", and "set/show pagination".
8923
741d92cf
KS
89242013-03-06 Keith Seitz <[email protected]>
8925
8926 * ax-gdb.c (gen_printf): Make FORMAT const.
8927 * ax-gdb.h (gen_printf): Likewise.
8928 * ax-general.c (ax_string): Make STR const.
8929 * ax.h (ax_string): Likewise.
8930
7b6c814e
DE
89312013-03-06 Doug Evans <[email protected]>
8932
8933 * elfread.c (elf_symfile_read): Move debugging printf to more
8934 logical location.
8935
634334ab
PA
89362013-03-06 Pedro Alves <[email protected]>
8937
8938 * python/py-utils.c (target_string_to_unicode): Delete function.
8939 * python/python-internal.h (target_string_to_unicode): Delete
8940 declaration.
8941
e482a1a7
PM
89422013-03-06 Pierre Muller <[email protected]>
8943
8944 * linespec.c (get_current_search_block): ARI fix, use (void)
8945 for empty parameter list.
8946
4eeaa230
DE
89472013-03-05 Doug Evans <[email protected]>
8948
8949 * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
8950 of old ada_lookup_symbol_list. In !full_search case, don't
8951 search superblocks.
8952 (ada_lookup_symbol_list): Delete arg full_search, all callers
8953 updated. Call ada_lookup_symbol_list_worker.
8954 (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
8955 * ada-lang.h (ada_lookup_symbol_list): Update.
8956 * language.h (language_defn): Update comment for
8957 la_iterate_over_symbols.
8958 * linespec.c (iterate_over_file_blocks): New function.
8959 (iterate_over_all_matching_symtabs): Call it.
8960 (lookup_prefix_sym): Ditto.
8961 (get_current_search_block): New function.
8962 (get_search_block): Delete.
8963 (find_label_symbols): Call get_current_search_block.
8964 (add_matching_symbols_to_info): Call iterate_over_file_blocks.
8965 * symtab.c (iterate_over_symbols): Don't search superblocks.
8966
b69b1fb1
YQ
89672013-03-05 Yao Qi <[email protected]>
8968
8969 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
8970 parameter VAR's type from "unsigned int" to "int".
8971 * command.h (var_zuinteger_unlimited): Update its comments.
8972 (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
8973
3c095f49
CV
89742013-03-05 Corinna Vinschen <[email protected]>
8975
8976 * NEWS: Mention new target x86_64-*-cygwin*.
8977
b5b0b0af
CV
89782013-03-05 Corinna Vinschen <[email protected]>
8979
8980 * configure.host: Add x86_64-*-cygwin* as host.
8981 * configure.tgt: Add x86_64-*-cygwin* as target.
8982 * config/i386/cygwin64.mh: New file.
8983
f6f99966
JK
89842013-03-04 Jan Kratochvil <[email protected]>
8985
8986 * linespec.c (decode_line_2): Fix duplicate request off by two message.
8987
33f448b1
JK
89882013-03-04 Jan Kratochvil <[email protected]>
8989
8990 * linespec.c (struct linespec_canonical_name): New.
8991 (struct linespec_state): Change canonical_names type to it.
8992 (add_sal_to_sals): Change variable canonical_name to canonical. Change
8993 xrealloc element size. Initialize the different CANONICAL fields.
8994 (canonical_to_fullform): New.
8995 (filter_results): Use it. Add variables canonical, fullform and
8996 cleanup.
8997 (struct decode_line_2_item, decode_line_2_compare_items): New.
8998 (decode_line_2): Remove variables iter and item_names, add variables
8999 items and items_count. Modify the code for these new variables.
9000
feb14725
CV
90012013-03-04 Corinna Vinschen <[email protected]>
9002
9003 * coff-pe-read.c (read_pe_exported_syms): Don't return without
9004 calling do_cleanup.
9005
e83b17ba
HZ
90062013-03-04 Luis Machado <[email protected]>
9007
9008 * tracepoint.c (build_traceframe_info): Add code for byte order.
9009
a2d13a0d
KB
90102013-03-02 Kevin Buettner <[email protected]>
9011
8dddcae8
KB
9012 * v850-tdep.c: (v850e2_register_name): Revise system register
9013 names to match current V850E2M architecture specifications.
9014 Update register number enum comments too.
f5aee5ee 9015
d79e58d8
JW
90162013-03-01 Jiong Wang <[email protected]>
9017 Pedro Alves <[email protected]>
9018
9019 * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
9020 to END_ADDR.
9021 (tilegx_skip_prologue): Limit prologue analysis to section end.
9022
c4be5165
JK
90232013-03-01 Jan Kratochvil <[email protected]>
9024
9025 * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
9026 use it.
9027
e362b510
PA
90282013-03-01 Pedro Alves <[email protected]>
9029
9030 Use gdb_byte for bytes from the program being debugged.
9031
9032 * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
9033 Change type of local 'buf' to gdb_byte.
9034 * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
9035 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
9036 * cris-tdep.c (cris_sigcontext_addr)
9037 (cris_sigtramp_frame_unwind_cache): Likewise.
9038 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
9039 (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
9040 Likewise.
9041 * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
9042 * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
9043 (hppa32_hpux_search_dummy_call_sequence)
9044 (hppa_hpux_supply_save_state): Likewise.
9045 * hppa-linux-tdep.c (insns_match_pattern)
9046 (hppa_linux_find_global_pointer): Likewise.
9047 * hppa-tdep.c (hppa_in_function_epilogue_p)
9048 (skip_prologue_hard_way, hppa_frame_cache): Likewise.
9049 * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
9050 * i386fbsd-tdep.c (i386fbsd_supply_uthread)
9051 (i386fbsd_collect_uthread): Likewise.
9052 * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
9053 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
9054 * ia64-tdep.c (examine_prologue, ia64_frame_cache)
9055 (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
9056 (ia64_sigtramp_frame_prev_register, ia64_access_reg)
9057 (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
9058 (ia64_libunwind_frame_prev_register)
9059 (ia64_libunwind_sigtramp_frame_this_id)
9060 (ia64_find_global_pointer_from_dynamic_section)
9061 (find_extant_func_descr, find_func_descr, ia64_dummy_id)
9062 (ia64_unwind_pc): Likewise.
9063 * iq2000-tdep.c (iq2000_store_return_value): Likewise.
9064 * m68hc11-tdep.c (m68hc11_push_dummy_call)
9065 (m68hc11_extract_return_value): Likewise.
9066 * m68klinux-nat.c (fetch_register, store_register): Likewise.
9067 * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
9068 (mep_get_insn, mep_push_dummy_call): Likewise.
9069 * mips-linux-tdep.c (mips_linux_get_longjmp_target)
9070 (mips_linux_in_dynsym_stub): Likewise.
9071 * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
9072 * ppc-linux-nat.c (fetch_register, store_register): Likewise.
9073 * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
9074 to gdb_byte.
9075 * remote-mips.c (mips_set_register): Likewise.
9076 * remote-sim.c (gdbsim_fetch_register): Likewise.
9077 * score-tdep.c (score7_fetch_inst): Change type of parameter
9078 'memblock' and local 'buf' to gdb_byte.
9079 (score7_malloc_and_get_memblock): Change return type to gdb_byte.
9080 Change type of local 'buf' to gdb_byte. Adjust.
9081 (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
9082 to gdb_byte**.
9083 (score7_analyze_prologue): Change type of 'memblock' and
9084 'memblock_ptr' locals to gdb_byte*.
9085 * sh64-tdep.c (sh64_extract_return_value)
9086 (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
9087 * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
9088 * solib-pa64.c (pa64_solib_create_inferior_hook)
9089 (pa64_open_symbol_file_object): Remove local 'buf'.
9090 * solib-som.c (som_solib_create_inferior_hook, link_map_start)
9091 (som_open_symbol_file_object): Likewise.
9092 * solib-spu.c (spu_current_sos): Likewise.
9093 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
9094 * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
9095 (spu_store_registers): Likewise.
9096 * target.c (debug_print_register): Likewise.
9097 * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
9098 * xstormy16-tdep.c (xstormy16_store_return_value)
9099 (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
9100 (xstormy16_find_jmp_table_entry): Likewise.
9101
75cc61ca 91022013-03-01 Jiong Wang <[email protected]>
61d8bd0e
JW
9103
9104 * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
9105 (tilegx_gdbarch_init): Install it.
9106
ddb08e9c
TT
91072013-02-28 Tom Tromey <[email protected]>
9108
9109 * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
9110 PyLong_Check.
9111
62d7fb51
DE
91122013-02-28 Doug Evans <[email protected]>
9113
9114 * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
9115 * python/python.c (gdbpy_find_pc_line): Ditto.
9116
c4a9e8b4
TT
91172013-02-28 Tom Tromey <[email protected]>
9118
9119 * contrib/excheck.py: New file.
9120 * contrib/exsummary.py: New file.
9121 * contrib/gcc-with-excheck: New file.
9122
7f6a5dde
TT
91232013-02-28 Tom Tromey <[email protected]>
9124
9125 * python/python.c (gdbpy_print_stack): Call begin_line and
9126 fprintf_filtered inside TRY_CATCH.
9127
9e974e55
TT
91282013-02-28 Tom Tromey <[email protected]>
9129
9130 * python/python.c (gdbpy_find_pc_line): Call find_pc_line
9131 inside TRY_CATCH.
9132
dd5fa3e7
TT
91332013-02-28 Tom Tromey <[email protected]>
9134
9135 * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
9136 frame_object_to_frame_info inside TRY_CATCH.
9137
86a3263f
TT
91382013-02-28 Tom Tromey <[email protected]>
9139
9140 * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
9141 TRY_CATCH.
9142
81b52a3a
TT
91432013-02-28 Tom Tromey <[email protected]>
9144
9145 * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
9146
d50a0ce2
CV
91472013-02-27 Corinna Vinschen <[email protected]>
9148
9149 * windows-nat.c: Throughout, fix format strings and casts of
9150 printf-like functions to avoid type related warnings on all
9151 platforms.
9152 (handle_output_debug_string): Fetch context information address
9153 from debug string using string_to_core_addr.
9154
e1f58301
JW
91552013-02-27 Jiong Wang <[email protected]>
9156
9157 * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
9158 * regformats/reg-tilegx32.dat: New.
9159
4fcd89fc
JW
91602013-02-27 Jiong Wang <[email protected]>
9161
9162 * configure.tgt (tilegx-*-linux*): Enable gdbserver.
9163
748d24e6
JW
91642013-02-27 Jiong Wang <[email protected]>
9165
9166 * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
9167
6c8e944d
YQ
91682013-02-27 Yao Qi <[email protected]>
9169 Pedro Alves <[email protected]>
9170
9171 * tracepoint.c (tfile_trace_find): For tfind
5f8e0b8f
MF
9172 pc/tp/range/outside, look for the next trace frame instead of
9173 always starting from frame 0.
6c8e944d 9174
acd7db30
AG
91752013-02-26 Anthony Green <[email protected]>
9176
9177 * configure.tgt: Add support for moxie-*-rtems* target.
9178
025e6dce
PA
91792013-02-25 Pedro Alves <[email protected]>
9180
9181 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
9182 warning text.
9183
ca9c94ef
MR
91842013-02-24 Maciej W. Rozycki <[email protected]>
9185
9186 * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
9187 if $fp is used as the virtual frame pointer.
9188
24c274a1
AM
91892013-02-23 Alan Modra <[email protected]>
9190
9191 * elfread.c (elf_symtab_read): Do not use udata.p here to find
9192 symbol size.
9193 * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
9194 * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
9195 * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
9196 * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
9197
bfada189
JK
91982013-02-22 Jan Kratochvil <[email protected]>
9199
9200 Code cleanup.
9201 * elfread.c (build_id_bfd_get): Make the return type const.
9202 (build_id_verify): Make the check parameter const.
9203 (build_id_to_debug_filename): Make the build_id parameter and variable
9204 data const.
9205 (find_separate_debug_file_by_buildid): Make the variable build_id const.
9206
c0355132
AM
92072013-02-21 Alan Modra <[email protected]>
9208
9209 * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
9210
9f44fbc0
SCR
92112013-02-20 Siva Chandra Reddy <[email protected]>
9212
9213 Add a new method 'disassemble' to gdb.Architecture class.
9214 * python/py-arch.c (archpy_disassmble): Implementation of the
9215 new method gdb.Architecture.disassemble.
9216 (arch_object_methods): Add entry for the new method.
9217
b74ea3eb
JW
92182013-02-20 Jiong Wang <[email protected]>
9219
9220 * MAINTAINERS (Write After Approval): Add myself to the list.
9221
61a672f1
PA
92222013-02-19 Pedro Alves <[email protected]>
9223
9224 Garbage collect 'struct monitor_ops'::load_routine.
9225
9226 * monitor.h (struct monitor_ops) <load_routine>: Remove field.
9227 * monitor.c (monitor_load): No longer call
9228 current_monitor->load_routine.
9229 * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
9230 * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
9231 * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
9232
40e397df
PA
92332013-02-19 Pedro Alves <[email protected]>
9234
9235 PR gdb/15161
9236
9237 Harmonize with generic_load.
9238
9239 * monitor.c: Include "readline/readline.h".
9240 (monitor_load): Rename parameter 'file' to 'args'. Use build_argv
9241 instead of sscanf. Use CORE_ADDR/strtoulst instead of unsigned
9242 long/strtol for the 'load_offset' local. Error out if no argument
9243 is given or if too many arguments are given. Tilde expand the
9244 passed in file name.
9245
f698ca8e
KT
92462013-02-19 Kai Tietz <[email protected]>
9247
9248 PR gdb/15161
9249 * symfile.c (load_section_data): Change type of load_offset
9250 to CORE_ADDR.
9251 (generic_load): User strtoulst instead of strtoul for conversion
9252 of load_offset.
9253
3361b059
WL
92542013-02-19 Jiong Wang <[email protected]>
9255
9256 * tilegx-tdep.c (tilegx_analyze_prologue): add check for
9257 for return address, "lr" register, saved on stack.
9258 * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
9259 after we invoke tilegx_analyze_prologue.
9260
3e9d5130
WL
92612013-02-19 Jiong Wang <[email protected]>
9262
bb1bcd86
WL
9263 * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
9264
3361b059 92652013-02-19 Jiong Wang <[email protected]>
bb1bcd86 9266
b74ea3eb 9267 * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
3e9d5130 9268
4aaf2503
WL
92692013-02-19 Jiong Wang <[email protected]>
9270
b74ea3eb 9271 * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
4aaf2503
WL
9272 (tilegx_write_pc): New function.
9273 (tilegx_cannot_reference_register): Return zero if REGNO
9274 is TILEGX_FAULTNUM_REGNUM.
9275 (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
9276 (tilegx_register_name): Add handling of "faultnum" register.
9277 * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
9278 * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
9279 handling of TILEGX_FAULTNUM_REGNUM.
9280 * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
9281
bc23a956
WL
92822013-02-19 Jiong Wang <[email protected]>
9283
9284 * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
b74ea3eb 9285 should be aligned to 64bit.
bc23a956 9286
42f45f1a
KT
92872013-02-19 Kai Tietz <[email protected]>
9288
9289 * windows-nat.c (windows_xfer_memory): Fix debug-output
9290 for LLP64.
9291
6ce4c112
LL
92922013-02-19 Lei Liu <[email protected]>
9293
9294 * mips-linux-nat.c (mips64_linux_regsets_store_registers):
9295 Don't check DSP register number if HAVE_DSP is not set.
9296
30e8ee25
AM
92972013-02-19 Alan Modra <[email protected]>
9298
9299 * elfread.c (struct build_id): Delete. Use struct elf_build_id
9300 throughout file instead.
9301 (build_id_bfd_get): Update to use new elf_tdata build_id field.
9302 Don't xmalloc return value.
9303 (build_id_verify): Similarly. Don't xfree.
9304 (build_id_to_debug_filename): Update.
9305 (find_separate_debug_file_by_buildid): Update, don't xfree.
9306
4c9ad8c2
TT
93072013-02-18 Tom Tromey <[email protected]>
9308
9309 PR gdb/15102:
9310 * dwarf2read.c (read_subrange_type): Use result of
9311 'check_typedef'.
9312
983dc440
YQ
93132013-02-16 Yuanhui Zhang <[email protected]>
9314
9315 * frame.c: Remove one extra white space after #include
9316 directive.
9317
7fb2b84a
JK
93182013-02-15 Jan Kratochvil <[email protected]>
9319
9320 * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
9321
edceb2a9
JK
93222013-02-15 Jan Kratochvil <[email protected]>
9323
9324 * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
9325 and dir commands into an if block.
9326
e81b7af8
TT
93272013-02-15 Sanimir Agovic <[email protected]>
9328
9329 * python/py-breakpoint (struct pybp_code): Use int instead of
9330 enum type_code.
9331
f5911ea1
HAQ
93322013-02-15 Pedro Alves <[email protected]>
9333 Hafiz Abid Qadeer <[email protected]>
9334
9335 * NEWS: Mention new field "trace-file".
9336 * tracepoint.c (trace_status_mi): Output "trace-file" field.
9337 (tfile_open): Record the trace file's filename in the trace
9338 status.
9339 (tfile_files_info): Mention the name of the trace file.
9340 Check the "filename" field explicitely.
9341 (trace_status_command): Explicitely check "filename" field.
9342 (trace_find_command): Ditto.
9343 (trace_find_pc_command): Ditto.
9344 (trace_find_tracepoint_command): Ditto.
9345 (trace_find_line_command): Ditto.
9346 (trace_find_range_command): Ditto.
9347 (trace_find_outside_command): Ditto.
9348 * tracepoint.h (struct trace_status) <from_file>: Rename it
9349 to "filename" and make it hold the trace file's filename
9350 instead of a boolean.
9351 * remote.c (remote_get_trace_status): Initialize "filename"
9352 field with NULL instead of 0.
9353
796cb314
YQ
93542013-02-15 Yao Qi <[email protected]>
9355
9356 * remote.c: Fix a typo.
9357
42e79b1d
PM
93582013-02-14 Pierre Muller <[email protected]>
9359
9360 * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
9361
baea0dae
PA
93622013-02-14 Pedro Alves <[email protected]>
9363
9364 * utils.c (savestring): Don't #undef it. Move function to
9365 common/common-utils.c.
9366 * common/common-utils.c: Include gdb_string.h.
9367 (savestring): Move here from utils.c.
9368 * common/common-utils.h (savestring): Declare.
9369
57c3b6ed
PA
93702013-02-14 Pedro Alves <[email protected]>
9371
9372 * utils.c (savestring): Rename parameter 'size' to 'len'.
9373
d6c44983
YZ
93742013-02-14 Pedro Alves <[email protected]>
9375 Yufeng Zhang <[email protected]>
9376
9377 * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
9378 (aarch64_inferior_data, struct aarch64_inferior_data):
9379 Delete.
9380 (struct aarch64_process_info): New.
9381 (aarch64_process_list): New global.
9382 (aarch64_find_process_pid, aarch64_add_process)
9383 (aarch64_process_info_get): New functions.
9384 (aarch64_inferior_data_get): Delete.
9385 (aarch64_process_info_get): New function.
9386 (aarch64_forget_process): New function.
9387 (aarch64_get_debug_reg_state): New parameter 'pid'. Reimplement.
9388 (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
9389 aarch64_get_debug_reg_state.
9390 (aarch64_notify_debug_reg_change): Use iterate_over_lwps
9391 instead of linux_nat_iterate_watchpoint_lwps.
9392 (aarch64_linux_new_fork): New function.
9393 (aarch64_linux_child_post_startup_inferior): Use
9394 aarch64_forget_process instead of aarch64_init_debug_reg_state.
9395 (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
9396 (aarch64_linux_remove_hw_breakpoint)
9397 (aarch64_handle_aligned_watchpoint)
9398 (aarch64_handle_unaligned_watchpoint)
9399 (aarch64_linux_insert_watchpoint)
9400 (aarch64_linux_remove_watchpoint)
9401 (aarch64_linux_stopped_data_address): Adjust to pass the current
9402 process id to aarch64_debug_reg_state.
9403 (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
9404 linux_nat_new_fork hook, and aarch64_forget_process as
9405 linux_nat_forget_process hook; remove the call to
9406 register_inferior_data_with_cleanup.
9407
4819b3f8
PA
94082013-02-14 Pedro Alves <[email protected]>
9409
9410 * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
9411 EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
9412 lval_memory.
9413
1773c82c
HAQ
94142013-02-14 Pedro Alves <[email protected]>
9415 Hafiz Abid Qadeer <[email protected]>
9416
9417 * tracepoint.h (validate_trace_state_variable_name): Declare.
9418 * tracepoint.c (validate_trace_state_variable_name): New.
9419 (trace_variable_command): Parse the trace state variable's name
9420 without using parse_expression. Do several validations.
9421 * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
9422 trace state variable's name with parse_expression. Validate it.
9423
53778a97
YQ
94242013-02-14 Yao Qi <[email protected]>
9425
9426 * infcmd.c (breakpoint_proceeded): Remove it.
9427
7b3ae3a6
YQ
94282013-02-14 Yao Qi <[email protected]>
9429
9430 * tracepoint.c (end_actions_pseudocommand): Make it static.
9431 (while_stepping_pseudocommand): Likewise.
9432 * tracepoint.h (end_actions_pseudocommand): Remove the
9433 declaration.
9434 (while_stepping_pseudocommand): Likewise.
9435
64580925
YQ
94362013-02-14 Yao Qi <[email protected]>
9437
9438 * cli/cli-decode.c (help_cmd): Remove the declaration of
9439 "cmdlist".
9440 (help_all): Likewise.
9441
26cb8b7c
PA
94422013-02-13 Pedro Alves <[email protected]>
9443
9444 * amd64-linux-nat.c (update_debug_registers_callback):
9445 Update comment.
9446 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
9447 iterate_over_lwps.
9448 (amd64_linux_prepare_to_resume): Pass the lwp's pid to
9449 i386_debug_reg_state.
9450 (amd64_linux_new_fork): New function.
9451 (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
9452 linux_nat_new_fork hook, and i386_forget_process as
9453 linux_nat_forget_process hook.
9454 * i386-linux-nat.c (update_debug_registers_callback):
9455 Update comment.
a8256ea1 9456 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
26cb8b7c
PA
9457 iterate_over_lwps.
9458 (i386_linux_prepare_to_resume): Pass the lwp's pid to
9459 i386_debug_reg_state.
9460 (i386_linux_new_fork): New function.
9461 (_initialize_i386_linux_nat): Install i386_linux_new_fork as
9462 linux_nat_new_fork hook, and i386_forget_process as
9463 linux_nat_forget_process hook.
9464 * i386-nat.c (i386_init_dregs): Delete.
9465 (i386_inferior_data, struct i386_inferior_data):
9466 Delete.
9467 (struct i386_process_info): New.
9468 (i386_process_list): New global.
9469 (i386_find_process_pid, i386_add_process, i386_process_info_get):
9470 New functions.
9471 (i386_inferior_data_get): Delete.
9472 (i386_process_info_get): New function.
9473 (i386_debug_reg_state): New parameter 'pid'. Reimplement.
9474 (i386_forget_process): New function.
9475 (i386_cleanup_dregs): Rewrite.
9476 (i386_update_inferior_debug_regs, i386_insert_watchpoint)
9477 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
9478 (i386_stopped_data_address, i386_insert_hw_breakpoint)
9479 (i386_remove_hw_breakpoint): Adjust to pass the current process id
9480 to i386_debug_reg_state.
9481 (i386_use_watchpoints): Don't register inferior data.
9482 * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
9483 adjust comment.
9484 (i386_forget_process): Declare.
9485 * linux-fork.c (delete_fork): Call linux_nat_forget_process.
9486 * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
9487 New static globals.
9488 (linux_child_follow_fork): Don't call linux_nat_new_thread here.
9489 (add_initial_lwp): New, factored out from ...
9490 (add_lwp): ... this. Don't check the number of lwps before
9491 calling linux_nat_new_thread.
9492 (linux_nat_iterate_watchpoint_lwps): Delete.
9493 (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
9494 (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
9495 forks and vforks.
9496 (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
9497 initial lwp.
9498 (linux_nat_kill, linux_nat_mourn_inferior): Call
9499 linux_nat_forget_process.
9500 (linux_nat_set_new_fork, linux_nat_set_forget_process)
9501 (linux_nat_forget_process): New functions.
9502 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
9503 type.
9504 (linux_nat_iterate_watchpoint_lwps): Delete declaration.
9505 (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
9506 types.
9507 (linux_nat_set_new_fork, linux_nat_set_forget_process)
9508 (linux_nat_forget_process): New declarations.
9509
9510 * amd64fbsd-nat.c (super_mourn_inferior): New global.
9511 (amd64fbsd_mourn_inferior): New function.
9512 (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
9513 * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
9514
5befea72
MS
95152013-02-13 Marcus Shawcroft <[email protected]>
9516
55015247
YQ
9517 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
9518 Adding _().
5befea72 9519
1d3ffd6b
MS
95202013-02-13 Marcus Shawcroft <[email protected]>
9521
9522 * aarch64-linux-nat.c (debug_reg_change_callback)
9523 (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
9524 %s and phex().
9525
6eb04473
MS
95262013-02-13 Marcus Shawcroft <[email protected]>
9527
9528 * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
9529 with LONGEST.
9530
a016fc87
HAQ
95312013-02-13 Pedro Alves <[email protected]>
9532 Hafiz Abid Qadeer <[email protected]>
9533
9534 * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
9535
e234dfaf
TT
95362013-02-12 Tom Tromey <[email protected]>
9537
9538 PR symtab/11464:
9539 * c-exp.y (lex_one_token): Initialize other fields of yylval on
9540 NAME return.
9541 (classify_inner_name): Remove 'first_name' argument, add
9542 'context'. Remove unused variable.
9543 (yylex): Explicitly maintain the context type. Exit loop earlier
9544 if NAME result is seen.
9545
0b1afbb3
PA
95462013-02-12 Pedro Alves <[email protected]>
9547
9548 * amd64-darwin-tdep.c: Add (C) after Copyright.
9549 * cli/cli-cmds.h: Ditto.
9550 * cli/cli-decode.c: Ditto.
9551 * cli/cli-decode.h: Ditto.
9552 * cli/cli-dump.c: Ditto.
9553 * cli/cli-dump.h: Ditto.
9554 * cli/cli-interp.c: Ditto.
9555 * cli/cli-logging.c: Ditto.
9556 * cli/cli-script.c: Ditto.
9557 * cli/cli-script.h: Ditto.
9558 * cli/cli-setshow.c: Ditto.
9559 * cli/cli-setshow.h: Ditto.
9560 * cli/cli-utils.c: Ditto.
9561 * cli/cli-utils.h: Ditto.
9562 * config/alpha/nm-osf3.h: Ditto.
9563 * config/djgpp/djconfig.sh: Ditto.
9564 * config/i386/nm-fbsd.h: Ditto.
9565 * config/i386/nm-i386gnu.h: Ditto.
9566 * config/nm-linux.h: Ditto.
9567 * config/nm-nto.h: Ditto.
9568 * config/rs6000/nm-rs6000.h: Ditto.
9569 * config/sparc/nm-sol2.h: Ditto.
9570 * darwin-nat-info.c: Ditto.
9571 * dfp.c: Ditto.
9572 * dfp.h: Ditto.
9573 * gdb-demangle.h: Ditto.
9574 * i386-darwin-nat.c: Ditto.
9575 * i386-darwin-tdep.c: Ditto.
9576 * linux-fork.h: Ditto.
9577 * m32c-tdep.c: Ditto.
9578 * microblaze-linux-tdep.c: Ditto.
9579 * microblaze-rom.c: Ditto.
9580 * microblaze-tdep.c: Ditto.
9581 * microblaze-tdep.h: Ditto.
9582 * mips-linux-tdep.h: Ditto.
9583 * ppc-ravenscar-thread.c: Ditto.
9584 * ppc-ravenscar-thread.h: Ditto.
9585 * prologue-value.c: Ditto.
9586 * prologue-value.h: Ditto.
9587 * ravenscar-thread.c: Ditto.
9588 * ravenscar-thread.h: Ditto.
9589 * sparc-ravenscar-thread.c: Ditto.
9590 * sparc-ravenscar-thread.h: Ditto.
9591 * tilegx-linux-tdep.c: Ditto.
9592 * unwind_stop_reasons.def: Ditto.
9593 * windows-nat.h: Ditto.
9594 * xtensa-linux-tdep.c: Ditto.
9595 * xtensa-xtregs.c: Ditto.
9596 * regformats/regdat.sh: Ditto.
9597 * regformats/regdef.h: Ditto.
9598
6c01dd94
PA
95992013-02-12 Pedro Alves <[email protected]>
9600
9601 * break-catch-sig.c: Update copyright years.
9602
b65a2bd9
SCR
96032013-02-11 Siva Chandra Reddy <[email protected]>
9604
9605 Add support for a destructor for ui_out data and use it to
9606 provide a ui_out destructor.
9607 * ui-out.h: Declare the new ui_out destructor.
9608 (ui_out_impl): Add a field for data destructor in ui_out_impl.
9609 * ui-out.c (default_data_destroy): Add a default data destructor
9610 which does nothing.
9611 (default_ui_out_impl): Set the new data_destroy field to
9612 default_data_destroy
9613 (uo_data_destroy): Local function which invokes the data
9614 destructor if present.
9615 (clear_table): Local function which clears the table data of a
9616 ui_out object.
9617 (ui_out_destroy): Public function which frees a ui_out object.
9618 (ui_out_table_end): Use the new clear_table function.
9619 * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
9620 NULL.
9621 * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
9622 to NULL.
9623
c2792f5a
DE
96242013-02-11 Doug Evans <[email protected]>
9625
9626 * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
9627 (printf_decfloat): New function. Broken out from ui_printf.
9628 Remove unnecessary code to shift the entire format string down.
9629 (printf_pointer): New function.
9630 (ui_printf): Code to print C strings, wide C strings, decfloats,
9631 and pointers moved to separate functions.
9632
d9e98382
SDJ
96332013-02-11 Sergio Durigan Junior <[email protected]>
9634
9635 * valops.c (value_assign): Handling bitfield offset in
9636 `lval_internalvar_component' case.
9637
4ff3ce77
DE
96382013-02-08 Doug Evans <[email protected]>
9639
9640 * common/format.c (parse_format_string): Fix whitespace.
9641
901900c4
MGD
96422013-02-08 Matthew Gretton-Dann <[email protected]>
9643
9644 * stack.c (return_command): Work around uninitialized variable
9645 warning.
9646
b5dbc8d4
YZ
96472013-02-08 Yufeng Zhang <[email protected]>
9648
9649 * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
9650 number of the registers from 36 to 34.
9651
51d66578
MS
96522013-02-08 Marcus Shawcroft <[email protected]>
9653
9654 * NEWS: Mention new AArch64 native and target support.
9655
176b1c95
MS
96562013-02-08 Marcus Shawcroft <[email protected]>
9657
9658 * MAINTAINERS (Write After Approval): Add myself.
9659
9d19df75
MS
96602013-02-08 Jim MacArthur <[email protected]>
9661 Marcus Shawcroft <[email protected]>
9662 Nigel Stephens <[email protected]>
9663 Yufeng Zhang <[email protected]>
9664
9665 * aarch64-linux-nat.c: New file.
9666 * config/aarch64/linux.mh: New file.
9667 * configure.host: Add AArch64.
9668 * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
9669
7e1e0340
DE
96702013-02-07 Doug Evans <[email protected]>
9671
9672 * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
9673 disassemble command.
9674
45e25a36
MS
96752013-02-07 Marcus Shawcroft <[email protected]>
9676
9677 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
9678 set_gdbarch_fetch_tls_load_module_address.
9679
bbfdfe1c
DM
96802013-02-06 David S. Miller <[email protected]>
9681
9682 * sparc-tdep.c (sparc32_return_value): Handle writing return value when
9683 using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
9684 * value.c (struct_return_convention): New function.
9685 (using_struct_return): Implement in terms of struct_return_convention.
9686 * value.h (struct_return_convention): Declare.
9687 * stack.c (return_command): Allow successful overriding of the return
9688 value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
9689
bc9abe4a
TT
96902013-02-06 Tom Tromey <[email protected]>
9691
9692 * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
9693 outside of TRY_CATCH.
9694
134a2066
YQ
96952013-02-06 Yao Qi <[email protected]>
9696
9697 * mi/mi-interp.c: Include "tracepoint.h".
9698 (mi_tsv_modified): Declare.
9699 (mi_tsv_created, mi_tsv_deleted): Update declaration.
9700 (mi_interpreter_init): Call observer_attach_tsv_modified.
9701 (mi_tsv_modified): New.
9702 (mi_tsv_created, mi_tsv_deleted): Update.
9703 * tracepoint.c (trace_variable_command): Call
9704 observer_notify_tsv_modified if the initial value of tsv is
9705 changed.
9706 (delete_trace_state_variable): Call
9707 observer_notify_tsv_deleted earlier.
9708 (trace_variable_command): Caller update.
9709 (create_tsv_from_upload): Likewise.
9710 * observer.sh: Declare "struct trace_state_variable".
9711
9712 * NEWS: Mention the new MI notification "=tsv-modified".
9713
59be2b6a
DE
97142013-02-05 Doug Evans <[email protected]>
9715
9716 * completer.c (location_completer): Fix typo in comment.
9717
d30113d4
JK
97182013-02-05 Jan Kratochvil <[email protected]>
9719
9720 * breakpoint.c (add_location_to_breakpoint): Insert the location with
9721 ADDRESS sorted.
9722
14ac654f
MS
97232013-02-05 Marcus Shawcroft <[email protected]>
9724
9725 * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
9726 Refactor if statement to avoid trailing || operator.
9727
543bf33d
AT
97282013-02-05 Andreas Tobler <[email protected]>
9729
9730 * NEWS: Add PowerPC FreeBSD as a new native configuration.
9731
dc18f110
AT
97322013-02-04 Andreas Tobler <[email protected]>
9733
9734 * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
9735 * configure.host: Add powerpc*-*-freebsd* target.
9736 * configure.tgt: Add target info for powerpc*-*-freebsd*.
9737 * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
9738 * config/powerpc/fbsd.mh: New file.
9739
b3ac9c77
SDJ
97402013-02-04 Sergio Durigan Junior <[email protected]>
9741 Denys Vlasenko <[email protected]>
9742 Pedro Alves <[email protected]>
9743
9744 * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
9745 (struct elf_internal_linux_prpsinfo): Forward declare.
9746 * gdbarch.h, gdbarch.c: Regenerate.
9747 * linux-tdep.c: Include `cli/cli-utils.h'.
9748 (linux_fill_prpsinfo): New function.
9749 (linux_make_corefile_notes): Use linux_fill_prpsinfo. If there's
9750 an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
9751 elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
9752 depending on gdbarch pointer bitness.
9753 * ppc-linux-tdep.c: Include elf-bfd.h.
9754 (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
9755 on 32-bit.
9756
176eb98c
MS
97572013-02-04 Jim MacArthur <[email protected]>
9758 Marcus Shawcroft <[email protected]>
9759 Nigel Stephens <[email protected]>
9760 Yufeng Zhang <[email protected]>
9761
9762 * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
9763
cf0dbd6f
MS
97642013-02-04 Jim MacArthur <[email protected]>
9765 Marcus Shawcroft <[email protected]>
9766 Nigel Stephens <[email protected]>
9767 Yufeng Zhang <[email protected]>
9768
9769 * aarch64-newlib-tdep.c: New file.
9770 * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
9771 aarch64*-*-elf.
9772 * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
9773 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
9774 (ALLDEPFILES): Add aarch64-newlib-tdep.c.
9775 * osabi.c (gdb_osabi_names): Add "Newlib".
9776
1ae3db19
MS
97772013-02-04 Jim MacArthur <[email protected]>
9778 Marcus Shawcroft <[email protected]>
9779 Nigel Stephens <[email protected]>
9780 Yufeng Zhang <[email protected]>
9781
9782 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
9783 (ALLDEPFILES): Add aarch64-linux-tdep.c.
9784 * aarch64-linux-tdep.c: New file.
9785 * aarch64-linux-tdep.h: New file.
9786 * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
9787 * configure.tgt: Add aarch64-none-linux-gnu.
9788
07b287a0
MS
97892013-02-04 Jim MacArthur <[email protected]>
9790 Marcus Shawcroft <[email protected]>
9791 Nigel Stephens <[email protected]>
9792 Yufeng Zhang <[email protected]>
9793
9794 * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
9795 (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
9796 (ALLDEPFILES): Add aarch64-tdep.c.
9797 * aarch64-tdep.c: New file.
9798 * aarch64-tdep.h: New file.
9799 * configure.tgt: Add AArch64.
9800 * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
9801 (aarch64-expedite): New definition.
9802 * features/aarch64-core.xml: New file.
9803 * features/aarch64-fpu.xml: New file.
9804 * features/aarch64-without-fpu.c: New file (generated).
9805 * features/aarch64-without-fpu.xml: New file.
9806 * features/aarch64.c: New file (generated).
9807 * features/aarch64.xml: New file.
9808 * regformats/aarch64-without-fpu.dat: New file (generated).
9809 * regformats/aarch64.dat: New file (generated).
9810
0f1b18ab
JK
98112013-02-03 Jan Kratochvil <[email protected]>
9812
9813 * contrib/expect-read1.c: New file.
9814 * contrib/expect-read1.sh: New file.
9815
233d95b5
JK
98162013-02-03 Jan Kratochvil <[email protected]>
9817
9818 * dwarf2read.c (file_file_name): New function with code from
9819 file_full_name.
9820 (file_full_name): Move most of the code to file_file_name.
9821 (macro_start_file): Rename variable full_name to file_name and use
9822 file_file_name for it. Add comp_dir parameter to new_macro_table.
9823 * macrocmd.c (show_pp_source_pos): New variable fullname. Replace any
9824 macro_source_file->filename access by macro_source_fullname call.
9825 * macroscope.c (_initialize_macroscope): Update the new_macro_table
9826 caller.
9827 * macrotab.c (struct macro_table): New field comp_dir.
9828 (macro_include): New variables link_fullname and source_fullname.
9829 Replace any macro_source_file->filename access by macro_source_fullname
9830 call.
9831 (macro_lookup_inclusion): Remove the partial filenames checking code.
9832 (check_for_redefinition): New variables source_fullname and
9833 found_key_fullname. Replace any macro_source_file->filename access by
9834 macro_source_fullname call.
9835 (macro_undef): New variables source_fullname and key_fullname. Replace
9836 any macro_source_file->filename access by macro_source_fullname call.
9837 (macro_lookup_definition): New variables retval and source_fullname.
9838 Replace any macro_source_file->filename access by macro_source_fullname
9839 call.
9840 (foreach_macro): New variable key_fullname. Replace any
9841 macro_source_file->filename access by macro_source_fullname call.
9842 (foreach_macro_in_scope): New variable datum_fullname. Replace any
9843 macro_source_file->filename access by macro_source_fullname call.
9844 (new_macro_table): Add parameter comp_dir. Initialize T with it.
9845 (macro_source_fullname): New function.
9846 * macrotab.h (struct macro_source_file): Extent the filename field
9847 comment.
9848 (new_macro_table): New parameter comp_dir, add a comment for it.
9849 (macro_source_fullname): new declaration.
9850
da235a7c
JK
98512013-02-03 Jan Kratochvil <[email protected]>
9852
9853 * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
9854 this_real_name to outer block. Use it also for
9855 compare_filenames_for_search.
9856 (dw2_expand_symtabs_matching): New variable this_real_name. Use it
9857 with dw2_get_real_path for file_matcher, considering also
9858 BASENAMES_MAY_DIFFER.
9859 (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
9860
fbd9ab74
JK
98612013-02-03 Jan Kratochvil <[email protected]>
9862
9863 * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
9864 to the file_matcher parameter. Pass 0 to it.
9865 (dwarf2_create_include_psymtab): Copy also DIRNAME.
9866 * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
9867 NULL psymtab_to_fullname result.
9868 (psymtab_to_fullname): Remove variable r. Never return NULL, assemble
9869 an expected filename instead.
9870 (expand_symtabs_matching_via_partial): Add basenames parameter to the
9871 file_matcher parameter. Call also psymtab_to_fullname, after newly
9872 considering BASENAMES_MAY_DIFFER.
9873 * source.c (rewrite_source_path): Remove static.
9874 * source.h (rewrite_source_path): New declaration.
9875 * symfile.h (struct quick_symbol_functions): Add basenames parameter to
9876 the expand_symtabs_matching field. Comment it.
9877 * symtab.c (file_matches): New function comment. Add parameter
9878 basenames, implement it.
9879 (search_symbols_file_matches): Add basenames parameter. Update the
9880 file_matches caller.
9881 (search_symbols): Match FILES also against symtab_to_fullname.
9882 Optimize it for BASENAMES_MAY_DIFFER.
9883
56d397a3
JK
98842013-02-03 Jan Kratochvil <[email protected]>
9885
9886 * source.c (print_source_lines_base): Print for TUI also "fullname".
9887 * tui/tui-data.c (init_content_element): Change tui_locator_element
9888 field to full_name.
9889 * tui/tui-data.h (struct tui_locator_element): Likewise.
9890 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
9891 tui_update_locator_filename calls to tui_update_locator_fullname.
9892 Replace symtab->filename refererence by symtab_to_fullname call.
9893 * tui/tui-out.c (tui_field_string): Check for "fullname" now.
9894 * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
9895 field to full_name. Replace symtab->filename refererence by
9896 symtab_to_fullname call.
9897 (tui_show_symtab_source): Rename parameter to fullname. Change
9898 tui_locator_element field to full_name.
9899 * tui/tui-stack.c: Include source.h.
9900 (tui_set_locator_filename): Rename the declaration to ...
9901 (tui_set_locator_fullname): ... here. Rename its parameter to
9902 fullname, updates its comment.
9903 (tui_set_locator_info): Rename its parameter to fullname.
9904 (tui_set_locator_filename): Rename the definition to ...
9905 (tui_set_locator_fullname): ... here. Rename its parameter to
9906 fullname, updates its comment. Change tui_locator_element field to
9907 full_name.
9908 (tui_set_locator_info): Rename its parameter to fullname.
9909 (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
9910 (tui_update_locator_filename): Rename to ...
9911 (tui_update_locator_fullname): ... here. Rename callee to
9912 tui_set_locator_fullname.
9913 (tui_show_frame_info): Replace symtab->filename refererence by
9914 symtab_to_fullname call.
9915 * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
9916 (tui_update_locator_fullname): ... here.
9917 * tui/tui-winsource.c (tui_display_main): Rename the callee to
9918 tui_update_locator_fullname. Replace symtab->filename refererence by
9919 symtab_to_fullname call.
9920 * tui/tui.c (tui_show_source): Rename its parameter to fullname.
9921 Rename the callee to tui_update_locator_fullname.
9922 * tui/tui.h (tui_show_source): Rename its parameter to fullname.
9923
05cba821
JK
99242013-02-03 Jan Kratochvil <[email protected]>
9925
9926 * ada-lang.c (user_select_syms): Replace symtab->filename refererences
9927 by symtab_to_filename_for_display calls.
9928 * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
9929 (clear_command): New variable sal_fullname, initialize it. Replace
9930 compare_filenames_for_search by filename_cmp with sal_fullname.
9931 (say_where, update_static_tracepoint): Replace symtab->filename
9932 refererences by symtab_to_filename_for_display calls.
9933 * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
9934 Likewise.
9935 * dwarf2read.c: Include source.h.
9936 (fixup_go_packaging): Replace symtab->filename refererences by
9937 symtab_to_filename_for_display calls.
9938 * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
9939 Replace symtab->filename refererences by symtab_to_filename_for_display
9940 calls.
9941 (create_sals_line_offset, convert_linespec_to_sals): New variable
9942 fullname, initialize it, replace symtab->filename reference by the
9943 variable.
9944 * linux-fork.c: Include source.h.
9945 (info_checkpoints_command): Replace symtab->filename refererences by
9946 symtab_to_filename_for_display calls.
9947 * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
9948 by symtab_to_filename_for_display calls.
9949 * mdebugread.c: Include source.h.
9950 (psymtab_to_symtab_1): Replace symtab->filename refererences by
9951 symtab_to_filename_for_display calls.
9952 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
9953 (mi_cmd_file_list_exec_source_files): Likewise.
9954 * printcmd.c: Include source.h.
9955 (build_address_symbolic): Replace symtab->filename refererences by
9956 symtab_to_filename_for_display calls.
9957 * psymtab.c (partial_map_symtabs_matching_filename)
9958 (read_psymtabs_with_fullname): Call compare_filenames_for_search also
9959 with psymtab_to_fullname.
9960 * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
9961 by symtab_to_filename_for_display calls.
9962 (stpy_get_filename): New variable filename, initialize it, use instead
9963 of symtab->filename refererences.
9964 (salpy_str): Make variable filename const char *. Replace
9965 symtab->filename refererences by symtab_to_filename_for_display calls.
9966 * skip.c: Include source.h and filenames.h.
9967 (skip_file_command): Remove const from the symtab variable. Replace
9968 symtab->filename refererences by symtab_to_fullname call.
9969 (function_name_is_marked_for_skip): New variables searched_for_fullname
9970 and fullname. Use them to search also with symtab's fullname.
9971 * source.c (find_source_lines): Replace symtab->filename refererences
9972 by symtab_to_filename_for_display calls.
9973 (print_source_lines_base): New variable filename, use it instead of
9974 symtab->filename. Replace symtab->filename refererences by
9975 symtab_to_filename_for_display calls.
9976 (line_info, forward_search_command): Replace symtab->filename
9977 refererences by symtab_to_filename_for_display calls.
9978 (reverse_search_command): Replace symtab->filename refererences by
9979 symtab_to_filename_for_display calls. New variable filename for it.
9980 * stack.c (frame_info): Likewise.
9981 * symmisc.c: Include source.h.
9982 (dump_objfile, dump_symtab_1, maintenance_print_symbols)
9983 (maintenance_info_symtabs): Replace symtab->filename refererences by
9984 symtab_to_filename_for_display calls.
9985 * symtab.c (iterate_over_some_symtabs): Call
9986 compare_filenames_for_search also with symtab_to_fullname.
9987 (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
9988 symtab->filename refererences by symtab_to_filename_for_display calls.
9989 (find_line_symtab): Replace symtab->filename refererences by
9990 symtab_to_filename_for_display calls.
9991 (file_matches): Replace filename_cmp by compare_filenames_for_search.
9992 (print_symbol_info): Make the last parameter const char *. New
9993 variable s_filename. Use it in the function.
9994 (symtab_symbol_info): Make the last_filename variable const char *.
9995 Replace symtab->filename refererences by symtab_to_filename_for_display
9996 calls.
9997 (rbreak_command): New variable fullname. Use it. Replace
9998 symtab->filename refererence by symtab_to_filename_for_display call.
9999 * tracepoint.c (set_traceframe_context, trace_find_line_command)
10000 (print_one_static_tracepoint_marker): Replace symtab->filename
10001 refererences by symtab_to_filename_for_display calls.
10002 * tui/tui-source.c (tui_set_source_content): New variables filename and
10003 s_filename. Replace symtab->filename refererences by this variable.
10004 Replace other symtab->filename refererences by
10005 symtab_to_filename_for_display calls.
10006
1b56eb55
JK
100072013-02-03 Eldar Gaynetdinov <[email protected]>
10008 Jan Kratochvil <[email protected]>
10009
10010 Add a new variable that controls a way in which filenames are
10011 displayed.
10012 * NEWS (set filename-display): New entry.
10013 * source.c (filename_display_basename, filename_display_relative)
10014 (filename_display_absolute, filename_display_kind_names)
10015 (filename_display_string, show_filename_display_string)
10016 (symtab_to_filename_for_display): New.
10017 (_initialize_source): Added initialization of 'filename-display'
10018 variable.
10019 * source.h (symtab_to_filename_for_display): Added declaration.
10020 * stack.c (print_frame): Added new variable and calling of a new
10021 function and condition with this variable. Changed third argument of
10022 calling of a function.
10023
aa079c93
JK
100242013-02-03 Jan Kratochvil <[email protected]>
10025
10026 * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
10027 Rename field reference filename to fullname.
10028 * tui/tui-data.h (struct tui_source_info): Rename field filename to
10029 fullname. New comment for it.
10030 * tui/tui-source.c (tui_set_source_content): Rename field reference
10031 filename to fullname. Initialize field by symtab_to_fullname now.
10032 * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
10033 reference filename to fullname. Use symtab_to_fullname during
10034 comparison.
10035
652a8996
JK
100362013-02-03 Jan Kratochvil <[email protected]>
10037
10038 Code cleanup.
10039 * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
10040 (dw2_expand_symtabs_with_fullname): ... here. Rename parameter
10041 filename to fullname. Rename variable this_name to this_fullname.
10042 Lowercase FILENAME_CMP call.
10043 (dw2_find_symbol_file): New comment for the returned string.
10044 (dwarf2_gdb_index_functions): Rename the function to
10045 dw2_expand_symtabs_with_fullname.
10046 * psymtab.c (read_psymtabs_with_filename): Rename to ...
10047 (read_psymtabs_with_fullname): ... here. Rename parameter filename to
10048 fullname.
10049 (psym_functions): Rename the function to read_psymtabs_with_fullname.
10050 * symfile.h (struct quick_symbol_functions): Rename field
10051 expand_symtabs_with_filename to expand_symtabs_with_fullname and its
10052 parameter filename to fullname. Document returned string meaning for
10053 find_symbol_file.
10054 * symtab.c (find_line_symtab): Rename the called function to
10055 expand_symtabs_with_fullname.
10056
af529f8f
JK
100572013-02-03 Jan Kratochvil <[email protected]>
10058
10059 Code cleanup.
10060 * breakpoint.c (clear_command): Remove variable is_abs, unify the
10061 call of filename_cmp with compare_filenames_for_search.
10062 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
10063 is_abs, unify the call of FILENAME_CMP with
10064 compare_filenames_for_search. New gdb_asserts for real_path and name.
10065 Unify the call of compare_filenames_for_search with FILENAME_CMP.
10066 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
10067 * symfile.h (struct quick_symbol_functions): Extend the comment for
10068 map_symtabs_matching_filename.
10069 * symtab.c (compare_filenames_for_search): Remove the function comment
10070 relative path requirement. Handle absolute filenames, with a comment.
10071 (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
10072 FILENAME_CMP with compare_filenames_for_search. New gdb_asserts for
10073 real_path and name. Unify the call of compare_filenames_for_search
10074 with FILENAME_CMP.
10075 (iterate_over_symtabs): New gdb_assert on REAL_PATH.
10076
2f202fde
JK
100772013-02-03 Jan Kratochvil <[email protected]>
10078
10079 Code cleanup.
10080 * breakpoint.c (print_breakpoint_location): Replace bp_location field
10081 source_file references by symtab field references. Remove variables
10082 sal and fullname.
10083 (momentary_breakpoint_from_master, add_location_to_breakpoint):
10084 (clear_command, say_where): Replace bp_location field source_file
10085 references by symtab field references.
10086 (bp_location_dtor): Remove the source_file reference.
10087 (update_static_tracepoint): Replace bp_location field source_file
10088 references by symtab field references.
10089 (breakpoint_free_objfile): New function.
10090 * breakpoint.h (struct bp_location): Extend the comment for line_number.
10091 Replace the field source_file by field symtab, extend its comment.
10092 (breakpoint_free_objfile): New declaration.
10093 * objfiles.c (free_objfile): Call breakpoint_free_objfile.
10094 * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
10095 field source_file references by symtab field references.
10096
f5b95b50
JK
100972013-02-03 Jan Kratochvil <[email protected]>
10098
10099 Replace xfullpath calls by gdb_realpath calls.
10100 * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
10101 function comment.
10102 * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
10103 Remove it from the iterate_over_some_symtabs call.
10104 (dw2_map_symtabs_matching_filename): Remove parameter full_path.
10105 Remove it from the dw2_map_expand_apply calls, remove a block handling
10106 it.
10107 * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
10108 Remove it from the iterate_over_some_symtabs call.
10109 (partial_map_symtabs_matching_filename): Remove parameter full_path.
10110 Remove it from the partial_map_expand_apply calls, remove a block
10111 handling it. Drop gdb_realpath call and cleanups from the real_path
10112 handling.
10113 * source.c (openp): Drop the comment part about xfullpath. Replace
10114 xfullpath calls by gdb_realpath calls.
10115 (find_and_open_source): Replace xfullpath call by gdb_realpath call.
10116 * symfile.h (struct quick_symbol_functions): Remove parameter full_path
10117 from method map_symtabs_matching_filename and its comment.
10118 * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
10119 gdb_realpath call.
10120 * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
10121 remove it also from the function comment, remove a block handling it.
10122 Drop gdb_realpath call and cleanups from the real_path handling.
10123 (iterate_over_symtabs): Drop variable full_path and its use.
10124 * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
10125 * utils.c (xfullpath): Remove.
10126 * utils.h (xfullpath): Remove.
10127
d78489bf
AT
101282013-02-01 Andreas Tobler <[email protected]>
10129
10130 * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
10131 (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
10132 (ALLDEPFILES): Add ppc64-tdep.c.
10133 * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
10134 ppc64-tdep.o to gdb_target_obs.
10135 * ppc64-tdep.h: New file.
10136 * ppc64-tdep.c: New file.
10137 (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
10138 ppc-linux-tdep.c to here.
10139 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
10140 (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
10141 (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
10142 (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
10143 from ppc-linux-tdep.c to here.
10144 (ppc64_convert_from_func_ptr_addr): Rename from
10145 ppc64_linux_convert_from_func_ptr_addr to
10146 ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
10147 here.
10148 * rs6000-tdep.c:
10149 (read_insn): Move from ppc-linux-tdep.c to here.
10150 (insns_match_pattern, insn_d_field, insn_ds_field): Move
10151 from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
10152 * ppc-linux-tdep.c: Include ppc64-tdep.h.
10153 Removed above functions.
10154 (ppc_linux_init_abi): Adjust.
10155
8db60374
AR
101562013-02-01 Aleksandar Ristovski <[email protected]>
10157
10158 * ada-valprint.c (ada_print_floating): Remove unused 'len'.
10159
f2e5f4ce
AR
101602013-02-01 Aleksandar Ristovski <[email protected]>
10161
10162 * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
10163
c1f7d745
PA
101642013-02-01 Pedro Alves <[email protected]>
10165
10166 * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
10167 * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
10168
8a92335b
JK
101692013-02-01 Jan Kratochvil <[email protected]>
10170
10171 * elfread.c (elf_symfile_read): Limit separate debug info additions to
10172 files with no separate debug info.
10173 * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
10174 * symfile.c (read_symbols): Call find_separate_debug_file_in_section
10175 only for files with no separate debug info.
10176
8eacb197
TT
101772013-01-31 Tom Tromey <[email protected]>
10178
10179 * jit.c (jit_program_space_data): Rename from jit_inferior_data;
10180 change type.
10181 (struct jit_program_space_data): Rename from jit_inferior_data.
10182 Update comments.
10183 (get_jit_program_space_data): Rename from get_jit_inferior_data.
10184 Change return type. Attach data to program space.
10185 (jit_program_space_data_cleanup): Rename from
10186 jit_inferior_data_cleanup; change argument type.
10187 (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
10188 change type.
10189 (jit_register_code): Update.
10190 (jit_update_inferior_cache): Remove.
10191 (jit_breakpoint_deleted): Get jit data from the location's program
10192 space.
10193 (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
10194 'ps_data', change type.
10195 (jit_inferior_init, jit_breakpoint_re_set_internal)
10196 (jit_event_handler): Update.
10197 (free_objfile_data): Get data from objfile's program space.
10198 (_initialize_jit): Update.
10199
f25c0135
TT
102002013-01-31 Tom Tromey <[email protected]>
10201
10202 PR gdb/13987:
10203 * jit.c (struct jit_inferior_data) <cached_code_address,
10204 jit_breakpoint>: New fields.
10205 (jit_breakpoint_re_set_internal): Fix logging. Only create
10206 breakpoint if cached address has changed.
10207 (jit_update_inferior_cache, jit_breakpoint_deleted): New
10208 functions.
10209 (_initialize_jit): Register breakpoint deleted observer.
10210
974a734b
AR
102112013-01-31 Aleksandar Ristovski <[email protected]>
10212
10213 * infrun.c (handle_syscall_event): Remove unused gdbarch.
10214 (save_infcall_suspend_state): Ifdef out unused inf.
10215 (restore_infcall_suspend_state): Ifdef out unused inf.
10216 * jit.c (jit_register_code): Remove unused i, b, inf_data.
10217 (jit_frame_sniffer): Remove unused inf_data.
10218
df54f8eb
AR
102192013-01-31 Aleksandar Ristovski <[email protected]>
10220
10221 * c-exp.y (classify_inner_name): Remove unused type.
10222 * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
10223 in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
10224 need_escape.
10225 (c_get_string): Remove unused kind.
10226 * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
10227
5799c0b9
AR
102282013-01-31 Aleksandar Ristovski <[email protected]>
10229
10230 * charset.c (intermediate_encoding): Remove unused i.
10231 * completer.c (signal_completer): Remove unused i.
10232 * continuations.c (discard_my_continuations_1): Remove unused
10233 continuation_ptr.
10234 * corelow.c (core_close): Remove unuseD name.
10235 (get_core_siginfo): Remove unused pid.
10236 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
10237 i, cps.
10238 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
10239 (loclist_describe_location): Remove unused first.
10240 * event-top.c (command_line_handler): Remove unused got_eof.
10241 * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
10242 (resize_section_table): Remove unused old_value.
10243 * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
10244 * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
10245 * i386-tdep.c (i386_process_record): Remove unused rex.
10246 * infcmd.c (get_return_value): Remove unused uiout.
10247 * jv-lang.c (type_from_class): Remove unused is_array.
10248 * jv-valprint.c (java_val_print): Remove unused i.
10249 * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
10250 * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
10251 * m2-typeprint.c (m2_print_type): Remove unused code.
10252 * macroexp.c (get_character_constant): Remove unused body_start.
10253 (macro_stringify): Remove unused result.
10254 * objc-lang.c (find_methods): Remove unused gdbarch.
10255 * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
10256 * regcache.c (regcache_cooked_read): Remove unused gdbarch.
10257 * stack.c (print_frame_args): Remove unused summary.
10258 * thread.c (thread_apply_command): Remove unused p.
10259 * valarith.c (value_x_unop): Remove unused mangle_ptr.
10260 * valops.c (search_struct_method): Remove unused skip.
10261 * valprint.c (generic_val_print): Remove unused byte_order.
10262 * varobj.c (varobj_update): Remove unused changed.
10263 * cli/cli-cmds.c (complete_command): Remove unused next_item.
10264 (alias_command): Remove unused c.
10265 * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
10266 * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
10267 format.
10268 (mi_cmd_data_write_memory): Remove unused word_format.
10269 (mi_cmd_data_write_memory_bytes): Remove unused r.
10270 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
10271 p_start, p_end.
10272 * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
10273 * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
10274 line_width.
10275
c656bca5
AR
102762013-01-31 Aleksandar Ristovski <[email protected]>
10277
10278 * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
10279 * symtab.c (iterate_over_symtabs): Remove unused s.
10280 (find_pc_sect_symtab): Remove unused pspAce.
10281 (find_pc_sect_line): Remove unused alt_symtab.
10282 (find_pcs_for_symtab_line): Remove unused ix, previous_function.
10283 (completion_list_add_name): Remove unused newsize.
10284
7078baeb
TT
102852013-01-31 Tom Tromey <[email protected]>
10286
10287 PR c++/14998:
10288 * dwarf2read.c (read_tag_ptr_to_member_type): Handle
10289 TYPE_CODE_FUNC.
10290
c2e8b827
AR
102912013-01-31 Aleksandar Ristovski <[email protected]>
10292
10293 * target.c (target_read_string): Remove unused origlen.
10294
0e43993a
AR
102952013-01-31 Aleksandar Ristovski <[email protected]>
10296
10297 * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
10298 * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
10299 * ax-general.c (ax_print): Remove unused is_float.
10300 * blockframe.c (block_innermost_frame): Remove unused start, end.
10301 * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
10302
765a97ab
AR
103032013-01-31 Aleksandar Ristovski <[email protected]>
10304
10305 * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
10306 (svr4_read_so_list): Remove unused lmo.
10307 * solib-target.c (solib_target_relocate_section_addresses): Remove
10308 unused flags.
10309
a99dad3d
TT
103102013-01-30 Tom Tromey <[email protected]>
10311
10312 * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
10313
3bff1ecd
TT
103142013-01-30 Tom Tromey <[email protected]>
10315
10316 * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
10317 * utils.c (gnu_debuglink_crc32): Remove.
10318 * utils.h (gnu_debuglink_crc32): Don't declare.
10319
7d455152
TT
103202013-01-30 Tom Tromey <[email protected]>
10321
10322 * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
10323 (read_structure_type, read_enumeration_type): Remove cast.
10324
abee88f2
TT
103252013-01-30 Tom Tromey <[email protected]>
10326
10327 * dwarf2read.c (read_namespace_type): Remove cast.
10328 (read_typedef): Likewise.
10329
8d9878a4
TT
103302013-01-29 Tom Tromey <[email protected]>
10331
10332 * dwarf2read.c (free_dwo_file): Remove assert.
10333
a543d2a9
TT
103342013-01-29 Tom Tromey <[email protected]>
10335
10336 * value.c (deprecated_set_value_modifiable): Remove.
10337 * value.h (deprecated_set_value_modifiable): Remove.
10338
bed911e5
DE
103392013-01-28 Doug Evans <[email protected]>
10340
10341 * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
10342 to addresses from dwo files.
10343
28c64fc2
SCR
103442013-01-25 Siva Chandra Reddy <[email protected]>
10345
10346 * valops.c (find_overload_match): Remove unused argument 'lax'.
10347 * value.h: Remove unused argument 'lax' from the declaration of
10348 find_overload_match.
10349 * eval.c (value_subexp_standard): Do not pass a 'lax' argument
10350 to find_overload_match.
10351 * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
10352 argument to find_overload_match.
10353
4d4ec4e5
TT
103542013-01-25 Tom Tromey <[email protected]>
10355
10356 * dwarf2read.c (processing_has_namespace_info): Remove.
10357 (struct dwarf2_cu) <processing_has_namespace_info>: New field.
10358 (process_die, read_func_scope, dwarf2_start_symtab)
10359 (new_symbol_full): Update.
10360
195a3f6c
TT
103612013-01-25 Tom Tromey <[email protected]>
10362
10363 * cp-namespace.c (cp_set_block_scope): Remove.
10364 * cp-support.h (cp_set_block_scope): Remove.
10365 * dbxread.c: Include block.h.
10366 (cp_set_block_scope): New function.
10367 (process_one_symbol): Update.
10368 * dwarf2read.c (read_func_scope): Use block_set_scope.
10369
8ba0730a
PA
103702013-01-25 Pedro Alves <[email protected]>
10371
10372 * remote.c (add_current_inferior_and_thread): Tweak comment.
10373
12aaed36
TT
103742013-01-25 Tom Tromey <[email protected]>
10375
10376 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
10377 (cp_add_using_directive): Add 'copy_names' argument.
10378 * cp-support.h (cp_add_using_directive): Update.
10379 (struct using_direct) <import_src, import_dest, alias,
10380 declaration>: Now const.
10381 * dwarf2read.c (read_import_statement): Use obconcat.
10382 Don't copy names passed to cp_add_using_directive.
10383
7fc75ca7
TT
103842013-01-25 Tom Tromey <[email protected]>
10385
10386 * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
10387
3405876a
PA
103882013-01-25 Pedro Alves <[email protected]>
10389
10390 * remote.c (stop_reply_extract_thread): New.
10391 (add_current_inferior_and_thread): New parameter 'wait_status'.
10392 Handle it.
10393 (remote_start_remote): Pass wait status to
10394 add_current_inferior_and_thread.
10395 (extended_remote_run): Update comment.
10396 (extended_remote_create_inferior_1): Pass wait status to
10397 add_current_inferior_and_thread.
10398
8954db33
AB
103992013-01-25 Andrew Burgess <[email protected]>
10400 Ulrich Weigand <[email protected]>
10401
10402 * valarith.c (value_vector_widen): New function for replicating a
10403 scalar into a vector.
10404 (value_binop): Use value_vector_widen to widen scalar to vector
10405 rather than casting, this better matches gcc C behaviour.
10406 * valops.c (value_casst): Update logic for casting between vector
10407 types, and for casting from scalar to vector, try to match gcc C
10408 behaviour.
10409 * value.h (value_vector_widen): Declare.
10410 * opencl-lang.c (opencl_value_cast): New opencl specific casting
10411 function, handle special case for casting scalar to vector.
10412 (opencl_relop): Use opencl_value_cast.
10413 (evaluate_subexp_opencl): Use opencl_value_cast instead of
10414 value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
10415 in order to use opencl_value_cast.
10416
843b20dc
YQ
104172013-01-25 Yao Qi <[email protected]>
10418
10419 * event-loop.c: Include "queue.h".
10420 (gdb_event_p): New typedef.
10421 (DECLARE_QUEUE_P): Use.
10422 (DEFINE_QUEUE_P): Use.
10423 (async_queue_event): Remove.
10424 (gdb_event_xfree): New.
10425 (initialize_event_loop): New.
10426 (process_event): Use QUEUE macros.
10427 (event_queue): Remove.
10428 (gdb_wait_for_event): Caller update.
10429 (check_async_event_handlers): Likewise.
10430 (poll_timers): Likewise.
10431 * event-loop.h (initialize_event_loop): Declare.
10432 * event-loop.c (gdb_event_xfree): New.
10433 * top.c (gdb_init): Call initialize_event_loop.
10434
20ad8856
YQ
104352013-01-25 Yao Qi <[email protected]>
10436
10437 * event-loop.c (async_queue_event): Remove one parameter
10438 'position'. Remove code handling 'position' == TAIL.
10439 (gdb_wait_for_event): Caller update.
10440 (check_async_event_handlers): Caller update.
10441 (poll_timers): Caller update.
10442 * event-loop.h (enum queue_position): Remove.
10443
3bbbe775
MK
104442013-01-25 Maxim Kuvyrkov <[email protected]>
10445
10446 * MAINTAINERS: Update my email.
10447
a87d9ac4
YQ
104482013-01-25 Yao Qi <[email protected]>
10449
10450 * main.c (print_gdb_help): Remove "--epoch" from the help
10451 message.
10452
2077afdd
TD
104532013-01-24 Ulrich Weigand  <[email protected]>
10454
10455 * symtab.c (skip_prologue_using_sal): Consider a file
10456 change the same as an increased line number
10457
63da4037
TD
104582013-01-24 Tiago Stürmer Daitx  <[email protected]>
10459
30e8ee25 10460 * MAINTAINERS (Write After Approval): Add myself to the list.
63da4037 10461
45e6c716
TT
104622013-01-24 Tom Tromey <[email protected]>
10463
10464 * ada-lang.h (ada_decode_symbol): Make return type const.
10465 * ada-lang.c (ada_decode_symbol): Likewise.
10466
b1ae631a
DE
104672013-01-23 Doug Evans <[email protected]>
10468
10469 * linespec.c (find_linespec_symbols): Make static.
10470
55a78401
SDJ
104712013-01-23 Tiago Stürmer Daitx <[email protected]>
10472
10473 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
10474 type on float conversion for complex type.
10475
bea883fd
SCR
104762013-01-23 Siva Chandra Reddy <[email protected]>
10477
10478 Add a new class gdb.Architecture which exposes GDB's
10479 internal representation of architecture via GDB Python API.
10480 * Makefile.in: Add entries corresponding to the new file
10481 python/py-arch.c.
10482 * NEWS (Python Scripting): Add entries for the new class
10483 gdb.Architecture and the new method gdb.Frame.architecture.
10484 * python/py-arch.c: Implement gdb.Architecture class.
10485 * python/py-frame.c (frapy_arch): Implement the method
10486 gdb.Frame.architecture().
10487 (frame_object_methods): Add 'architecture' to the method table.
10488 * python/python-internal.h: Add declarations of new utility
10489 functions.
10490 * python/python.c (_initialize_python): Initialize
10491 gdb.Architecture class.
10492
796a7ff8
DE
104932013-01-23 Doug Evans <[email protected]>
10494
10495 Work around binutils/15021.
10496 * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
10497 type_unit_group out of union s. All uses updated.
10498 (read_index_from_section): Watch for index version 8.
10499 (follow_die_sig): If using .gdb_index version <= 7, record the TU as
10500 an imported symtab.
10501 (write_psymtabs_to_index): Increment version number to 8.
10502
0928e93d
PA
105032013-01-22 Pedro Alves <[email protected]>
10504
10505 * annotate.c (breakpoint_changed): Skip if breakpoint is not
10506 user-visible.
10507
9c97429f
PA
105082013-01-22 Pedro Alves <[email protected]>
10509
10510 * annotate.c (annotate_breakpoints_changed): Rename to ...
10511 (annotate_breakpoints_invalid): ... this. Make static.
10512 (breakpoint_changed): Adjust.
10513 (_initialize_annotate): Always install the observers. Install a
10514 "breakpoint_created" observer.
10515 * annotate.h (annotate_breakpoints_changed): Delete declaration.
10516 * breakpoint.c (set_breakpoint_condition)
10517 (breakpoint_set_commands, do_map_commands_command)
10518 (init_raw_breakpoint, clear_command, set_ignore_count)
10519 (enable_breakpoint_disp): No longer call
10520 annotate_breakpoints_changed.
10521
bd00c694
PA
105222013-01-22 Pedro Alves <[email protected]>
10523
10524 * annotate.c: Include "inferior.h".
10525 (frames_invalid_emitted)
10526 (breakpoints_invalid_emitted): New globals.
10527 (async_background_execution_p): New function.
10528 (annotate_breakpoints_changed, annotate_frames_invalid): Skip
10529 emitting the annotation if it has already been emitted.
10530 (annotate_display_prompt): New function.
10531 * annotate.h (annotate_display_prompt): New declaration.
10532 * event-top.c: Include annotate.h.
10533 (display_gdb_prompt): Call annotate_display_prompt.
10534
187d10dd
PA
105352013-01-22 Pedro Alves <[email protected]>
10536
10537 * annotate.c (ignore_count_changed): Delete.
10538 (annotate_breakpoints_changed): Don't clear ignore_count_changed.
10539 (annotate_ignore_count_change): Delete.
10540 (annotate_stopped): Don't emit a delayed breakpoints-changed
10541 annotation.
10542 * annotate.h (annotate_ignore_count_change): Delete.
10543 * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
10544 annotate_ignore_count_change.
10545
d84cf7eb
TT
105462013-01-22 Tom Tromey <[email protected]>
10547
10548 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
10549 require_rvalue for a register location.
10550
8f1d5693
MK
105512013-01-21 Marc Khouzam <[email protected]>
10552
10553 * breakpoint.c (print_one_breakpoint_location): Add MI
10554 field 'thread-groups' when printing a breakpoint.
10555 (output_thread_groups): New function.
10556
aa6199c6
SCR
105572013-01-21 Siva Chandra Reddy <[email protected]>
10558
10559 * python/lib/gdb/commands/explore.py
10560 (CompoundExplorer.explore_expr): Correct the name of a method
10561 being invoked.
10562 (ExploreTypeCommand.invoke): Add a missing 'return'.
10563
d2afef13
TT
105642013-01-21 Tom Tromey <[email protected]>
10565
10566 * gdb_obstack.h (obconcat): Move declaration here, from...
10567 * symfile.h (obconcat): ... here.
10568 * gdb_obstack.c: New file.
10569 (obconcat): Move from...
10570 * symfile.c (obconcat): ... here.
10571 * Makefile.in (SFILES): Add gdb_obstack.c.
10572 (COMMON_OBS): Add gdb_obstack.o.
10573
10f0c4bb
TT
105742013-01-21 Tom Tromey <[email protected]>
10575
10576 * symfile.h (obsavestring): Don't declare.
10577 * symfile.c (obsavestring): Remove.
10578 * ada-exp.y: Use obstack_copy0, not obsavestring.
10579 * ada-lang.c: Use obstack_copy0, not obsavestring.
10580 * coffread.c: Use obstack_copy0, not obsavestring.
10581 * cp-namespace.c: Use obstack_copy0, not obsavestring.
10582 * dbxread.c: Use obstack_copy0, not obsavestring.
10583 * dwarf2read.c: Use obstack_copy0, not obsavestring.
10584 * jit.c: Use obstack_copy0, not obsavestring.
10585 * mdebugread.c: Use obstack_copy0, not obsavestring.
10586 * psymtab.c: Use obstack_copy0, not obsavestring.
10587 * stabsread.c: Use obstack_copy0, not obsavestring.
10588 * xcoffread.c: Use obstack_copy0, not obsavestring.
10589
86f62fd7
TT
105902013-01-21 Tom Tromey <[email protected]>
10591
10592 * dwarf2read.c (fixup_go_packaging): Save package name
10593 on objfile obstack.
10594 * gdbtypes.c (init_type): Don't copy name.
10595
15d034d0
TT
105962013-01-21 Tom Tromey <[email protected]>
10597
10598 * dwarf2read.c (struct partial_die_info) <name, scope>: Now
10599 const.
10600 (struct attribute) <u.str>: Now const.
10601 (struct fnfieldlist) <name>: Now const.
10602 (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
10603 (partial_die_parent_scope): Make return type const.
10604 (partial_die_full_name, add_partial_symbol): Update.
10605 (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
10606 'name' const.
10607 (find_file_and_directory): Make 'name' and 'comp_dir' const.
10608 (read_file_scope, read_func_scope, dwarf2_add_field)
10609 (dwarf2_add_member_fn, read_structure_type)
10610 (process_enumeration_scope, read_array_type, read_module_type)
10611 (read_base_type, read_subrange_type): Update.
10612 (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
10613 (new_symbol_full, guess_full_die_structure_name): Update.
10614 (dwarf2_canonicalize_name): Return const type. Make 'name' const.
10615 (dwarf2_name): Return const type.
10616 (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
10617 const.
10618
748e18ae
TT
106192013-01-21 Tom Tromey <[email protected]>
10620
10621 * gdbtypes.c (init_type): Make 'name' const.
10622 * gdbtypes.h (init_type): Update.
10623
46212e0b
TT
106242013-01-21 Tom Tromey <[email protected]>
10625
10626 * buildsym.c (patch_subfile_names): Use set_last_source_file.
10627 (start_symtab): Make 'name' and 'dirname' const. Use
10628 set_last_source_file.
10629 (restart_symtab, reset_symtab_globals): Use set_last_source_file.
10630 (last_source_file): Define. Now static.
10631 (set_last_source_file, get_last_source_file): New functions.
10632 * buildsym.h (last_source_file): Don't declare.
10633 (start_symtab): Update.
10634 (set_last_source_file, get_last_source_file): Declare.
10635 * coffread.c (complete_symtab): Use set_last_source_file.
10636 (coff_end_symtab): Likewise.
10637 (coff_symtab_read): Use set_last_source_file, get_last_source_file.
10638 * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
10639 set_last_source_file.
10640 (process_one_symbol): Use get_last_source_file.
10641 * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
10642 (psymtab_to_symtab_1): Use get_last_source_file.
10643 * xcoffread.c (process_linenos): Use get_last_source_file.
10644 (complete_symtab): Use set_last_source_file.
10645 (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
10646 (scan_xcoff_symtab): Use set_last_source_file.
10647
9d2ceabe
TT
106482013-01-21 Tom Tromey <[email protected]>
10649
10650 * symtab.c (struct demangled_name_entry) <mangled>: Now const.
10651 (symbol_set_names): Remove casts. Handle field const-ness.
10652
cfc594ee
TT
106532013-01-21 Tom Tromey <[email protected]>
10654
10655 * dwarf2read.c (new_symbol_full): Remove cast.
10656 * symtab.c (symbol_set_demangled_name): Make 'name' const.
10657 * symtab.h (symbol_set_demangled_name): Update.
10658
5484b13a
TT
106592013-01-21 Tom Tromey <[email protected]>
10660
10661 * main.c (captured_main): Call bfd_init.
10662
1605ef26
TT
106632013-01-21 Tom Tromey <[email protected]>
10664
10665 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
10666 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
10667 * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
10668 * NEWS: Update.
10669
3b74cdc3
JK
106702013-01-21 Jan Kratochvil <[email protected]>
10671
10672 * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
10673
5a352474
JK
106742013-01-21 Jan Kratochvil <[email protected]>
10675
10676 Fix gdb.fortran/common-block.exp crash in PIE mode.
10677 * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
10678 LOC_COMMON_BLOCK.
10679 * f-valprint.c (info_common_command_for_block): Expect
10680 LOC_COMMON_BLOCK in gdb_assert.
10681 * symtab.h (struct general_symbol_info): Update comment for the
10682 common_block member.
10683 (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
10684 (enum address_class): New member LOC_COMMON_BLOCK.
10685
c60797fd
DB
106862013-01-18 David Blaikie <[email protected]>
10687
10688 * MAINTAINERS (Write After Approval): Add "David Blaikie".
0cae7dfb 10689
46f35228
TT
106902013-01-18 Tom Tromey <[email protected]>
10691
10692 PR c++/14999:
10693 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
10694 Call require_rvalue.
10695
257e7a09
YQ
106962013-01-18 Yao Qi <[email protected]>
10697
10698 * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
10699 (dbx_read_symtab): New declaration.
10700 (dbx_psymtab_to_symtab): Delete.
10701 (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
10702 Rename parameter PST to SELF. Exchanged two parameters.
10703 (start_psymtab): Caller update.
10704 * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
10705 (dwarf2_read_symtab): New declaration.
10706 (dwarf2_psymtab_to_symtab): Delete.
10707 (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
10708 Rename parameter PST to SELF. Exchanged two parameters.
10709 (create_partial_symtab): Caller update.
10710 * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
10711 (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
10712 Rename parameter PST to SELF. Exchanged two parameters.
10713 (parse_partial_symbols, new_psymtab): Caller update.
10714 * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
10715 two parameters.
10716 * psymtab.c (psymtab_to_symtab): Caller update.
10717 * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
10718 (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
10719 Rename parameter PST to SELF. Exchanged two parameters.
10720 (xcoff_start_psymtab): Caller update.
10721
0de5618e
YQ
107222013-01-18 Yao Qi <[email protected]>
10723
10724 * infrun.c (proceed): Rename local variable 'oneproc' to
10725 'force_step'.
10726
5c04624b
DE
107272013-01-17 Doug Evans <[email protected]>
10728
848e3e78
DE
10729 * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
10730 (dw2_build_type_unit_groups): Delete. All uses updated.
10731
5c04624b
DE
10732 * symtab.h (struct symbol_search): Add comment.
10733
d84fca2c
JK
107342013-01-17 Jan Kratochvil <[email protected]>
10735
10736 * symtab.c (compare_filenames_for_search): New comment for
10737 HAS_DRIVE_SPEC.
10738
6108433d
TT
107392013-01-17 Tom Tromey <[email protected]>
10740
10741 * cp-abi.c (cp_abi_completer): Fix typo in assignment.
10742
c89ffd86
JK
107432013-01-17 Jan Kratochvil <[email protected]>
10744
10745 * symtab.c (iterate_over_some_symtabs): New variable cleanups,
10746 initialize it by existing make_cleanup. Call new do_cleanups.
10747
db2b2972
TT
107482013-01-17 Tom Tromey <[email protected]>
10749
10750 * cp-abi.c (cp_abi_completer): New function.
10751 (_initialize_cp_abi): Set completer for "set cp-abi".
10752
be7d37a2
TT
107532013-01-17 Tom Tromey <[email protected]>
10754
10755 * mem-break.c: Remove obsolete comment.
10756 * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
10757
c9fb1240
SD
107582012-01-17 Sanjoy Das <[email protected]>
10759
10760 * jit.c (jit_reader_load_command): Interpret the jit reader name
10761 as an absolute path if it begins with a forward slash.
10762
db334a01
SD
107632012-01-17 Sanjoy Das <[email protected]>
10764
10765 PR gdb/14550
10766
10767 * jit.c (finalize_symtab): Ensure that only the global block has a
10768 NULL superblock.
10769
7d928dac
PA
107702013-01-17 Pedro Alves <[email protected]>
10771
10772 * acinclude.m4: Include ../config/plugins.m4,
10773 ../config/largefile.m4 and ../config/lead-dot.m4. Add comments.
10774 * Makefile.in (aclocal_m4_deps): Update.
10775 * aclocal.m4: Renegerate.
10776
fb8cf7c5
DE
107772013-01-16 Doug Evans <[email protected]>
10778
10779 * contrib/cc-with-tweaks.sh: Add references to Fission docs.
10780
ab04a2af
TT
107812013-01-16 Pedro Alves <[email protected]>
10782 Tom Tromey <[email protected]>
10783
10784 PR cli/7221:
10785 * NEWS: Add "catch signal".
10786 * breakpoint.c (base_breakpoint_ops): No longer static.
10787 (bpstat_explains_signal): New function.
10788 (init_catchpoint): No longer static.
10789 (base_breakpoint_explains_signal): New function.
10790 (base_breakpoint_ops): Initialize new field.
10791 * breakpoint.h (enum bpstat_signal_value): New.
10792 (struct breakpoint_ops) <explains_signal>: New field.
10793 (bpstat_explains_signal): Remove macro, declare as function.
10794 (base_breakpoint_ops, init_catchpoint): Declare.
10795 * break-catch-sig.c: New file.
10796 * inferior.h (signal_catch_update): Declare.
10797 * infrun.c (signal_catch): New global.
10798 (handle_syscall_event): Update for change to
10799 bpstat_explains_signal.
10800 (handle_inferior_event): Likewise. Always handle random signals
10801 via bpstats.
10802 (signal_cache_update): Check signal_catch.
10803 (signal_catch_update): New function.
10804 (_initialize_infrun): Initialize signal_catch.
10805 * Makefile.in (SFILES): Add break-catch-sig.c.
10806 (COMMON_OBS): Add break-catch-sig.o.
10807
8ac3646f
TT
108082013-01-16 Tom Tromey <[email protected]>
10809
10810 * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
10811 (print_one_catch_solib, print_one_catch_syscall)
10812 (print_one_catch_exec, print_one_exception_catchpoint): Emit
10813 "catch-type".
10814
5a18e302
YQ
108152013-01-16 Yao Qi <[email protected]>
10816
10817 * printcmd.c (current_display_number): Make it static.
10818
3f01d0d0
YQ
108192013-01-16 Yao Qi <[email protected]>
10820
10821 * infcmd.c (step_once): Don't check '!single_inst' as it was
10822 checked before.
10823
1ed59174
JK
108242013-01-15 Jan Kratochvil <[email protected]>
10825
10826 * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
10827
44478ab3
TT
108282013-01-14 Tom Tromey <[email protected]>
10829
10830 * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
10831 set command.
10832 * command.h (add_setshow_string_noescape_cmd): Update.
10833 * corefile.c (set_gnutarget_command): Remove trailing whitespace.
10834 (complete_set_gnutarget): New function.
10835 (_initialize_core): Set the "set gnutarget" completer.
10836
06d66ee9
TT
108372013-01-14 Tom Tromey <[email protected]>
10838
10839 PR symtab/14442:
10840 * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
10841 (c_type_print_modifier): Likewise.
10842 * dwarf2read.c (read_tag_restrict_type): New function.
10843 (read_type_die_1): Handle DW_TAG_restrict_type.
10844 * gdbtypes.c (make_restrict_type): New function.
10845 (recursive_dump_type): Handle TYPE_RESTRICT.
10846 * gdbtypes.h (enum type_flag_values): Renumber.
10847 (enum type_instance_flag_value): Add
10848 TYPE_INSTANCE_FLAG_RESTRICT.
10849 (TYPE_RESTRICT): New macro.
10850 (make_restrict_type): Declare.
10851
c9bf0622
TT
108522013-01-14 Tom Tromey <[email protected]>
10853
10854 PR symtab/14931:
10855 * psymtab.c (struct psymtab_state): New.
10856 (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
10857 functions.
10858 * psympriv.h (make_cleanup_discard_psymtabs): Declare.
10859 * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
10860
44d594fd
PA
108612013-01-14 Richard Sharman <[email protected]>
10862 Pedro Alves <[email protected]>
10863
10864 PR remote/14786
10865
10866 * remote.c (remote_threads_info): Make a copy of the reply from
10867 qfThreadInfo and use that instead of rs->buf.
10868
442e4d9c
YQ
108692013-01-14 Yao Qi <[email protected]>
10870
10871 * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
10872 (dbx_psymtab_to_symtab): Likewise.
10873 * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
10874 * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
10875 * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
10876
5b12a61c
JK
108772013-01-13 Jan Kratochvil <[email protected]>
10878
10879 * parse.c (parse_exp_in_context): New variable inner_chain. Call
10880 make_cleanup_restore_current_language. Call set_language. Move
10881 OLD_CHAIN and INNER_CHAIN cleanups.
10882 * utils.c (do_restore_current_language)
10883 (make_cleanup_restore_current_language): New functions.
10884 * utils.h (make_cleanup_restore_current_language): New declaration.
10885
f0a4b570
JK
108862013-01-13 Jan Kratochvil <[email protected]>
10887
10888 * source.c (symtab_to_fullname): Apply rewrite_source_path also for
10889 non-existing files.
10890
57b3c00c
JK
10891 * source.c (symtab_to_fullname): Do not prepend DIRNAME for
10892 non-existing files if FILENAME is already absolute.
10893
daefa854
JK
108942013-01-11 Jan Kratochvil <[email protected]>
10895
10896 * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
10897 fputs_filtered. Append trailing newline.
10898
ca9c6ee2
YQ
108992013-01-11 Yao Qi <[email protected]>
10900 Stan Shebs <[email protected]>
10901
10902 * psymtab.c (init_psymbol_list): Clarify the comment.
10903
f28045c2
YQ
109042013-01-11 Yao Qi <[email protected]>
10905
10906 * breakpoint.c (print_one_breakpoint_location): Remove dead code.
10907 (update_dprintf_command_list): Assert that 'printf_line' is
10908 non-null. Remove condition check.
10909
da5132d3
JK
109102013-01-10 Jan Kratochvil <[email protected]>
10911
10912 Code cleanup.
10913 * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
10914 type const char *.
10915 * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
10916 const char *.
10917 * tui/tui-source.h (tui_source_is_displayed): Likewise.
10918
843e694d
AG
109192013-01-09 Anthony Green <[email protected]>
10920
10921 * cp-abi.c (cplus_print_vtable): Don't return value from void
10922 function.
10923 * ada-lang.c (re_set_catch_assert): Ditto.
10924
da51c347
DE
109252013-01-09 Doug Evans <[email protected]>
10926
10927 * symfile.h (quick_symbol_functions): Delete member
10928 pre_expand_symtabs_matching. All uses removed.
10929 * dwarf2read.c (dw2_lookup_symbol): Implement.
10930 (dw2_do_expand_symtabs_matching): Delete.
10931 (dw2_pre_expand_symtabs_matching): Delete.
10932 (struct dw2_symtab_iterator): New type.
10933 (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
10934 (dw2_expand_symtabs_for_function): Rewrite.
10935 (dwarf2_gdb_index_functions): Update.
10936 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
10937 (psym_functions): Update.
10938
b2259038
TT
109392013-01-09 Tom Tromey <[email protected]>
10940
10941 * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
10942 * configure: Rebuild.
10943 * configure.ac: Add somread.o to the build if BFD has SOM
10944 support.
10945 * somread.c: Include som/aout.h, not syms.h.
10946 (som_symtab_read): Use som_external_symbol_dictionary_record.
10947 Unpack records manually.
10948 (_initialize_somread): Declare.
10949
bdad4180
MF
109502012-01-08 Mike Frysinger <[email protected]>
10951
10952 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
10953 Cast return_address to 64bits.
10954
03cdf680
HZ
109552013-01-08 Hui Zhu <[email protected]>
10956
10957 * printcmd.c: Remove define of function output_command.
10958 * tracepoint.c: Remove extern of function output_command.
10959 * valprint.h: (output_command): New extern.
10960
8a808554
TT
109612013-01-07 Tom Tromey <[email protected]>
10962
10963 * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
10964 Remove.
10965 (objc_language_defn): Use c_printchar, c_printstr,
10966 c_emit_char.
10967
e93a8774
TT
109682013-01-07 Tom Tromey <[email protected]>
10969
10970 PR cli/7719:
10971 * NEWS: Update.
10972 * ada-valprint.c (printstr, print_field_values): Remove
10973 "inspect_it" code.
10974 * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
10975 code.
10976 * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
10977 code.
10978 * m2-lang.c (m2_printstr): Remove "inspect_it" code.
10979 * main.c (captured_main): Remove "epoch" argument.
10980 * objc-lang.c (objc_printstr): Remove "inspect_it" code.
10981 * p-lang.c (pascal_printstr): Remove "inspect_it" code.
10982 * p-valprint.c (pascal_object_print_value_fields): Remove
10983 "inspect_it" code.
10984 * printcmd.c (print_command_1): Remove 'inspect' argument.
10985 (print_command, call_command): Update.
10986 (inspect_command): Remove.
10987 (_initialize_printcmd): Make "inspect" an alias for "print".
10988 * top.c (epoch_interface): Remove.
10989 * top.h (epoch_interface): Remove.
10990 * valprint.c (user_print_options): Update.
10991 (print_converted_chars_to_obstack): Remove "inspect_it" code.
10992 * valprint.h (struct value_print_options) <inspect_it>: Remove
10993 field.
10994
109952013-01-04 Tom Tromey <[email protected]>
10996
10997 * valprint.h (read_string): Add 'extern'.
10998
b967eb24
JB
109992013-01-07 Joel Brobecker <[email protected]>
11000
11001 * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
11002 used to decide whether to define darwin_read_dyld_info or not.
11003
78a8b30e
PM
110042013-01-03 Pierre Muller <[email protected]>
11005
11006 * main.c (relocate_gdb_directory): Avoid calling stat function
11007 if DIR is empty.
11008
50da2f25
YQ
110092013-01-03 Yao Qi <[email protected]>
11010
11011 * psymtab.c (fixup_psymbol_section): Update declaration.
11012 (fixup_psymbol_section): Remove code returning value.
11013
e7e8980f
YQ
110142013-01-03 Yao Qi <[email protected]>
11015
11016 * symtab.h: Remove some out of date comments.
11017 (enum exception_event_kind): Move it ...
11018 * breakpoint.c: ... here.
11019
569283d4
MF
110202013-01-02 Iain Sandoe <[email protected]>
11021
9f9d9a96 11022 PR gdb/14405
569283d4
MF
11023 * darwin-nat.c (darwin_read_dyld_info): Only build if
11024 TASK_DYLD_INFO_COUNT is defined.
11025 (darwin_xfer_partial): Call darwin_read_dyld_info only if
11026 TASK_DYLD_INFO_COUNT is defined.
11027
2e36fbea
TT
110282013-01-02 Tom Tromey <[email protected]>
11029
11030 * symfile.h (struct ecoff_debug_hack): Remove.
11031 * objfiles.c: Don't include mdebugread.h.
11032
4f05add4
TT
110332013-01-02 Tom Tromey <[email protected]>
11034
11035 * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
11036 * configure.ac: Check for Mach-O support in BFD. Update
11037 CONFIG_OBS.
11038 * configure: Rebuild.
11039
def63ff0
TT
110402013-01-02 Tom Tromey <[email protected]>
11041
11042 * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
11043 * configure.ac: Use GDB_AC_CHECK_BFD.
11044 * configure: Rebuild.
11045
60c5dd93
MK
110462013-01-01 Maxim Kuvyrkov <[email protected]>
11047
11048 * MAINTAINERS: Update my email.
11049
6e58437e
JB
110502013-01-01 Joel Brobecker <[email protected]>
11051
11052 * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
11053
627fe805
JB
110542013-01-01 Joel Brobecker <[email protected]>
11055
11056 * rs6000-nat.c (bss_data_overlap): New function.
11057 (vmap_symtab): Use it to adjust the .bss section's offset.
11058
28e7fd62
JB
110592013-01-01 Joel Brobecker <[email protected]>
11060
11061 Update year range in copyright notice of all files.
11062
e93a8774 110632013-01-01, 13 Joel Brobecker <[email protected]>
b9786c74
JB
11064
11065 * top.c (print_gdb_version): Update copyright year.
11066
72b20e9c 11067For older changes see ChangeLog-2012.
c906108c
SS
11068\f
11069Local Variables:
11070mode: change-log
11071left-margin: 8
11072fill-column: 74
11073version-control: never
57da7796 11074coding: utf-8
c906108c 11075End:
This page took 4.58303 seconds and 4 git commands to generate.