d872321a035144270e56fdccb8b5ae24e31c04f6
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2013-10-22 Jose E. Marchesi <jose.marchesi@oracle.com>
2
3 * MAINTAINERS (Write After Approval): Add myself to the list.
4
5 2013-10-18 Andrew Burgess <aburgess@broadcom.com>
6
7 * breakpoint.c (update_watchpoint): If hardware watchpoints are
8 forced off, downgrade them to software watchpoints if possible,
9 and error out if not possible.
10 (watch_command_1): Move watchpoint type selection closer to
11 watchpoint creation, and extend the comments.
12
13 2013-10-18 Pedro Alves <palves@redhat.com>
14
15 PR gdb/16062
16 * infrun.c (handle_inferior_event): Keep going if we got a random
17 signal we should not stop for, instead of falling through to the
18 step tests.
19
20 2013-10-18 Yao Qi <yao@codesourcery.com>
21
22 * c-varobj.c (cplus_number_of_children): Fix indentation.
23
24 2013-10-17 Tom Tromey <tromey@redhat.com>
25
26 PR gdb/15995:
27 * printcmd.c (printcmd): Call gdb_flush.
28
29 2013-10-17 Tom Tromey <tromey@redhat.com>
30
31 * elfread.c (struct elfinfo) <stabindexsect>: Remove.
32 (elf_locate_sections): Update.
33
34 2013-10-17 Yao Qi <yao@codesourcery.com>
35
36 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
37 * ada-varobj.c: Remove the include of ada-varobj.h.
38 (ada_varobj_get_number_of_children): Declare.
39 (ada_varobj_get_name_of_child): Make it static.
40 (ada_varobj_get_path_expr_of_child): Likewise.
41 (ada_varobj_get_value_of_child): Likewise.
42 (ada_varobj_get_type_of_child): Likewise.
43 (ada_varobj_get_value_of_array_variable): Likewise.
44 * ada-varobj.h: Remove.
45
46 2013-10-17 Yao Qi <yao@codesourcery.com>
47
48 * Makefile.in (SFILES): Add c-varobj.c and jv-varobj.c.
49 (COMMON_OBS): Add c-varobj.o and jv-varobj.o.
50 * ada-varobj.c: Include "varobj.h".
51 (ada_number_of_children): New. Moved from varobj.c.
52 (ada_name_of_variable, ada_name_of_child): Likewise.
53 (ada_path_expr_of_child, ada_value_of_child): Likewise.
54 (ada_type_of_child, ada_value_of_variable): Likewise.
55 (ada_value_is_changeable_p, ada_value_has_mutated): Likewise.
56 (ada_varobj_ops): New.
57 * c-varobj.c, jv-varobj.c: New file. Moved from varobj.c.
58 * gdbtypes.c (get_target_type): New. Moved from varobj.c.
59 * gdbtypes.h (get_target_type): Declare.
60 * varobj.c: Remove the inclusion of "ada-varobj.h" and
61 "ada-lang.h".
62 (ANONYMOUS_STRUCT_NAME): Move it to c-varobj.c.
63 (ANONYMOUS_UNION_NAME): Likewise.
64 (get_type, get_value_type, get_target_type): Remove declarations.
65 (value_get_print_value, varobj_value_get_print_value): Likewise.
66 (c_number_of_children, c_name_of_variable): Likewise.
67 (c_name_of_child, c_path_expr_of_child): Likewise.
68 (c_value_of_child, c_type_of_child): Likewise.
69 (c_value_of_variable, cplus_number_of_children): Likewise.
70 (cplus_class_num_children, cplus_name_of_variable): Likewise.
71 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
72 (cplus_value_of_child, cplus_type_of_child): Likewise.
73 (cplus_value_of_variable, java_number_of_children): Likewise.
74 (java_name_of_variable, java_name_of_child): Likewise.
75 (java_path_expr_of_child, java_value_of_child): Likewise.
76 (java_type_of_child, java_value_of_variable): Likewise.
77 (ada_number_of_children, ada_name_of_variable): Likewise.
78 (ada_name_of_child, ada_path_expr_of_child): Likewise.
79 (ada_value_of_child, ada_type_of_child): Likewise.
80 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
81 (ada_value_has_mutated): Likewise.
82 (struct language_specific): Move it to varobj.h.
83 (CPLUS_FAKE_CHILD): Move it to varobj.h.
84 (restrict_range): Rename it varobj_restrict_range. Make it extern.
85 Callers update.
86 (get_path_expr_parent): Rename it to varobj_get_path_expr_parent.
87 Make it extern.
88 (is_anonymous_child): Move it to c-varobj.c and rename to
89 varobj_is_anonymous_child. Caller update.
90 (get_type): Move it to c-varobj.c.
91 (get_value_type): Rename it varobj_get_value_type. Make it
92 extern.
93 (get_target_type): Move it gdbtypes.c.
94 (varobj_formatted_print_options): New function.
95 (value_get_print_value): Rename it to
96 varobj_value_get_print_value and make it extern.
97 (varobj_value_is_changeable_p): Make it extern.
98 (adjust_value_for_child_access): Move it to c-varobj.c.
99 (default_value_is_changeable_p): Rename it to
100 varobj_default_value_is_changeable_p. Make it extern.
101 (c_number_of_children, c_name_of_variable): Move it to c-varobj.c
102 (c_name_of_child, c_path_expr_of_child): Likewise.
103 (c_value_of_child, c_type_of_child): Likewise.
104 (c_value_of_variable, cplus_number_of_children): Likewise.
105 (cplus_class_num_children, cplus_name_of_variable): Likewise.
106 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
107 (cplus_value_of_child, cplus_type_of_child): Likewise.
108 (cplus_value_of_variable): Likewise.
109 (java_number_of_children, java_name_of_variable): Move it to jv-varobj.c.
110 (java_name_of_child, java_path_expr_of_child): Likewise.
111 (java_value_of_child, java_type_of_child): Likewise.
112 (java_value_of_variable): Likewise.
113 (ada_number_of_children, ada_name_of_variable): Move it to ada-varobj.c.
114 (ada_name_of_child, ada_path_expr_of_child): Likewise.
115 (ada_value_of_child, ada_type_of_child): Likewise.
116 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
117 (ada_value_has_mutated): Likewise.
118 * varobj.h (CPLUS_FAKE_CHILD): New macro, moved from varobj.c.
119 (struct lang_varobj_ops): New. Renamed by 'struct language_specific'.
120 (c_varobj_ops, cplus_varobj_ops): Declare.
121 (java_varobj_ops, ada_varobj_ops): Declare.
122 (varobj_default_value_is_changeable_p): Declare.
123 (varobj_value_is_changeable_p): Declare.
124 (varobj_get_value_type, varobj_is_anonymous_child): Declare.
125 (varobj_get_path_expr_parent): Declare.
126 (varobj_value_get_print_value): Declare.
127 (varobj_formatted_print_options): Declare.
128 (varobj_restrict_range): Declare.
129
130 2013-10-17 Luis Machado <lgustavo@codesourcery.com>
131
132 * target/waitstatus.h (target_waitkind): Remove spurious
133 character from the comments.
134
135 2013-10-17 Joel Brobecker <brobecker@adacore.com>
136
137 * gdbarch.sh (get_longjmp_target): Add method documentation.
138 * gdbarch.h: Regenerate.
139
140 2013-10-16 Tom Tromey <tromey@redhat.com>
141
142 * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
143 label.
144
145 2013-10-16 Luis Machado <lgustavo@codesourcery.com>
146
147 * gcore.in: Call GDB using the full path to the gcore script.
148 Error out if the GDB binary is not found.
149
150 2013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
151
152 PR gdb/16014
153 * dwarf2read.c (dw2_get_real_path): Remove unnecessary call to
154 sizeof.
155
156 2013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
157
158 PR gdb/16042
159 * target.c (target_disable_btrace): Fix invalid return value for
160 void function.
161 (target_teardown_btrace): Likewise.
162
163 2013-10-14 Yao Qi <yao@codesourcery.com>
164
165 * varobj.c (struct varobj): Move most of the fields to
166 varobj.h.
167 (struct varobj_dynamic): New struct.
168 (varobj_get_display_hint) [HAVE_PYTHON]: Adjust.
169 (varobj_has_more): Likewise.
170 (dynamic_varobj_has_child_method): Likewise.
171 (update_dynamic_varobj_children): Likewise.
172 (varobj_get_num_children): Likewise.
173 (varobj_list_children, varobj_pretty_printed_p): Likewise.
174 (install_new_value_visualizer): Likewise.
175 (install_new_value_visualizer, install_new_value): Likewise.
176 (varobj_update, new_variable, free_variable): Likewise.
177 (my_value_of_variable, value_get_print_value): Likewise.
178 (install_visualizer): Change the type of parameter 'var' to
179 'struct varobjd_dynamic *'. Callers update.
180 * varobj.h (struct varobj): Moved from varobj.c.
181 (struct varobj) <dynamic>: New field.
182
183 2013-10-13 Sandra Loosemore <sandra@codesourcery.com>
184
185 * nios2-tdep.c (nios2_reg_names): Use "sstatus" rather than "ba"
186 as the preferred name of r30.
187 * nios2-linux-tdep.c (reg_offsets): Likewise.
188 * features/nios2-cpu.xml: Likewise.
189 * features/nios2-linux.c: Regenerated.
190 * features/nios2.c: Regenerated.
191 * regformats/nios2-linux.dat: Regenerated.
192
193 2013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
194
195 Canonicalize directories for EXEC_FILENAME.
196 * exec.c (exec_file_attach): Use gdb_realpath_keepfile for
197 exec_filename.
198 * utils.c (gdb_realpath_keepfile): New function.
199 * utils.h (gdb_realpath_keepfile): New declaration.
200
201 2013-10-11 Doug Evans <dje@google.com>
202
203 * Makefile.in (GDBFLAGS): New variable.
204 (run): New rule.
205
206 2013-10-11 Joel Brobecker <brobecker@adacore.com>
207
208 * NEWS: Add entry documenting the new "-catch-assert" and
209 "-catch-exception" GDB/MI commands.
210
211 2013-10-11 Joel Brobecker <brobecker@adacore.com>
212
213 * breakpoint.h (init_ada_exception_breakpoint): Add parameter
214 "enabled".
215 * breakpoint.c (init_ada_exception_breakpoint): Add parameter
216 "enabled". Set B->ENABLE_STATE accordingly.
217 * ada-lang.h (ada_exception_catchpoint_kind): Move here from
218 ada-lang.c.
219 (create_ada_exception_catchpoint): Add declaration.
220 * ada-lang.c (ada_exception_catchpoint_kind): Move to ada-lang.h.
221 (create_ada_exception_catchpoint): Make non-static. Add new
222 parameter "disabled". Use it in call to
223 init_ada_exception_breakpoint.
224 (catch_ada_exception_command): Add parameter "enabled" in call
225 to create_ada_exception_catchpoint.
226 (catch_assert_command): Likewise.
227
228 * mi/mi-cmds.h (mi_cmd_catch_assert, mi_cmd_catch_exception):
229 Add declarations.
230 * mi/mi-cmds.c (mi_cmds): Add the "catch-assert" and
231 "catch-exception" commands.
232 * mi/mi-cmd-catch.c: Add #include "ada-lang.h".
233 (mi_cmd_catch_assert, mi_cmd_catch_exception): New functions.
234
235 2013-10-11 Joel Brobecker <brobecker@adacore.com>
236
237 * ada-lang.c (enum ada_exception_catchpoint_kind): Renames
238 "enum exception_catchpoint_kind". Replace the "ex_" prefix
239 of all its enumerates with "ada_". Update the rest of this
240 file throughout.
241
242 2013-10-11 Joel Brobecker <brobecker@adacore.com>
243
244 * ada-lang.c (ada_decode_exception_location): Delete.
245 (create_ada_exception_catchpoint): Remove arguments "sal",
246 "addr_string" and "ops". Add argument "ex_kind" instead.
247 Adjust implementation accordingly, calling ada_exception_sal
248 to get the entities it no longer gets passed as arguments.
249 Document the function's arguments.
250 (catch_ada_exception_command): Use catch_ada_exception_command_split
251 instead of ada_decode_exception_location, and update call to
252 create_ada_exception_catchpoint.
253 (catch_ada_assert_command_split): Renames
254 ada_decode_assert_location. Remove parameters "addr_string" and
255 "ops", and now returns void. Adjust implementation accordingly.
256 Update the function documentation.
257 (catch_assert_command): Use catch_ada_assert_command_split
258 instead of ada_decode_assert_location. Update call to
259 create_ada_exception_catchpoint.
260
261 2013-10-11 Joel Brobecker <brobecker@adacore.com>
262
263 * utils.h (perror_warning_with_name): Add declaration.
264 * utils.c (perror_warning_with_name): New function.
265 * cli/cli-cmds.c (source_script_with_search): Add call to
266 perror_warning_with_name if from_tty is nul.
267
268 2013-10-11 Joel Brobecker <brobecker@adacore.com>
269
270 * utils.c (perror_string): New function, extracted out of
271 throw_perror_with_name.
272 (throw_perror_with_name): Rework to use perror_string.
273
274 2013-10-11 Yao Qi <yao@codesourcery.com>
275
276 * remote.c (discard_pending_stop_replies_in_queue): Update
277 declaration.
278 (struct stop_reply) <rs>: New field.
279 (remove_stop_reply_of_remote_state): New function.
280 (discard_pending_stop_replies_in_queue): Add parameter 'rs'.
281 Callers update. Pass remove_stop_reply_of_remote_state to
282 QUEUE_iterate.
283 (remote_parse_stop_reply): Initialize field 'rs'.
284
285 2013-10-10 Will Newton <will.newton@linaro.org>
286
287 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
288 linux_init_abi.
289
290 2013-10-10 Joel Brobecker <brobecker@adacore.com>
291
292 * cli/cli-cmds.c (show_baud_rate): Moved to serial.c as
293 serial_baud_show_cmd.
294 (_initialize_cli_cmds): Delete the code creating the
295 "set/show remotebaud" commands.
296 * serial.c (baud_rate): Move here from top.c.
297 (serial_baud_show_cmd): Move here from cli/cli-cmds.c.
298 (_initialize_serial): Create "set/show serial baud" commands.
299 Add "set/show remotebaud" command aliases.
300 * top.c (baud_rate): Moved to serial.c.
301 * NEWS: Document the new "set/show serial baud" commands,
302 replacing "set/show remotebaud".
303
304 2013-10-09 Pedro Alves <palves@redhat.com>
305
306 * breakpoint.c (insert_bp_location): Use memory_error_message to
307 build the memory error string.
308 * c-lang.c: Include "gdbcore.h".
309 (c_get_string): Use memory_error to throw error.
310 (target_xfer_memory_error): Delete.
311 (memory_error_message): New, factored out from
312 target_xfer_memory_error.
313 (memory_error): Change parameter type to target_xfer_error.
314 Rewrite.
315 (read_memory): Use memory_error instead of
316 target_xfer_memory_error.
317 * gdbcore.h: Include "target.h".
318 (memory_error): Change parameter type to target_xfer_error.
319 (memory_error_message): Declare function.
320 * target.c (target_read_memory, target_read_stack)
321 (target_write_memory, target_write_raw_memory): Return
322 TARGET_XFER_E_IO on error. Adjust comments.
323 (get_target_memory): Pass TARGET_XFER_E_IO to memory_error,
324 instead of EIO.
325 * target.h (target_read, target_insert_breakpoint)
326 (target_remove_breakpoint): Adjust comments.
327 * valprint.c (partial_memory_read): Rename parameter, and adjust
328 comment.
329 (val_print_string): Use memory_error_message to build the memory
330 error string.
331
332 2013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
333
334 * common/filestuff.c (gdb_fopen_cloexec): Remove initialization of
335 result variable. Rename variable fopen_e_ever_failed to
336 fopen_e_ever_failed_einval. Retry fopen only for errno EINVAL.
337
338 2013-10-09 Pedro Alves <palves@redhat.com>
339
340 * monitor.c (monitor_write_memory, monitor_write_memory_bytes)
341 (monitor_write_memory_longlongs, monitor_write_memory_block):
342 Constify 'myaddr' parameter.
343 (monitor_xfer_memory): Adjust interface as monitor_xfer_partial
344 helper.
345 (monitor_xfer_partial): New function.
346 (init_base_monitor_ops): Don't install a deprecated_xfer_memory
347 hook. Install a to_xfer_partial hook.
348
349 2013-10-09 Tom Tromey <tromey@redhat.com>
350
351 * dwarf2read.c (dwarf2_get_dwz_file): Update for type change in
352 bfd_get_alt_debug_link_info.
353
354 2013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
355
356 New flag OBJF_NOT_FILENAME.
357 * auto-load.c (auto_load_objfile_script): Check also OBJF_NOT_FILENAME.
358 * jit.c (jit_object_close_impl): Use OBJF_NOT_FILENAME for
359 allocate_objfile.
360 (jit_bfd_try_read_symtab): Use OBJF_NOT_FILENAME for
361 symbol_file_add_from_bfd.
362 * jv-lang.c (get_dynamics_objfile): Use OBJF_NOT_FILENAME for
363 allocate_objfile.
364 * objfiles.c (allocate_objfile): Assert OBJF_NOT_FILENAME if NAME is
365 NULL.
366 * objfiles.h (OBJF_NOT_FILENAME): New.
367
368 2013-10-08 Tom Tromey <tromey@redhat.com>
369
370 * Makefile.in (SFILES): Add build-id.c.
371 (HFILES_NO_SRCDIR): Add build-id.h.
372 * build-id.c: New file, largely from elfread.c. Modified
373 most functions.
374 * build-id.h: New file.
375 * dwarf2read.c (dwarf2_get_dwz_file): Update for change to
376 bfd_get_alt_debug_link_info. Verify dwz file's build-id.
377 Search for dwz file using build-id.
378 * elfread.c (build_id_bfd_get, build_id_verify)
379 (build_id_to_debug_filename, find_separate_debug_file): Remove.
380
381 2013-10-08 Joel Brobecker <brobecker@adacore.com>
382
383 * ada-lang.c (compare_names_with_case): Renamed from
384 compare_names, adding a new parameter "casing" and its handling.
385 New function documentation.
386 (compare_names): New function, implemented using
387 compare_names_with_case.
388
389 2013-10-08 Joel Brobecker <brobecker@adacore.com>
390
391 * ada-lang.c (ada_exception_sal): Remove advance declaration.
392
393 2013-10-07 Tom Tromey <tromey@redhat.com>
394
395 * objfiles.c (free_objfile_per_bfd_storage): Delete the
396 demangled_names_hash.
397 (free_objfile): Don't delete the demangled_names_hash.
398 * objfiles.h (struct objfile_per_bfd_storage)
399 <demangled_names_hash>: New field.
400 (struct objfile) <demangled_names_hash>: Move to
401 objfile_per_bfd_storage.
402 * symfile.c (reread_symbols): Don't delete the
403 demangled_names_hash.
404 * symtab.c (create_demangled_names_hash): Update.
405 (symbol_set_names): Update.
406
407 2013-10-07 Tom Tromey <tromey@redhat.com>
408
409 * gdb_bfd.c (struct gdb_bfd_data) <relocation_computed,
410 needs_relocations>: New fields.
411 (gdb_bfd_requires_relocations): New function.
412 * gdb_bfd.h (gdb_bfd_requires_relocations): Declare.
413 * objfiles.c (get_objfile_bfd_data): Disallow sharing if
414 the BFD needs relocations applied.
415
416 2013-10-07 Pedro Alves <palves@redhat.com>
417
418 PR breakpoints/11568
419 * breakpoint.c (remove_threaded_breakpoints): Say "no longer in
420 the thread list" instead of "gone".
421
422 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
423
424 * NEWS: Mention new convenience variable $_exitsignal.
425 * corelow.c (core_open): Reset exit convenience variables. Set
426 $_exitsignal to the uncaught signal which generated the corefile.
427 * infrun.c (handle_inferior_event): Reset exit convenience
428 variables. Set $_exitsignal for TARGET_WAITKIND_SIGNALLED.
429 (clear_exit_convenience_vars): New function.
430 * inferior.h (clear_exit_convenience_vars): New prototype.
431
432 2013-10-06 Yao Qi <yao@codesourcery.com>
433
434 * varobj.h: Add comments to enum varobj_languages.
435
436 2013-10-04 Doug Evans <dje@google.com>
437
438 Add support for DWP file format version 2.
439 * NEWS: Mention support for DWP file format version 2.
440 * dwarf2read.c (dwarf2_section_info): Convert asection field to a
441 union of asection, containing_section. New fields virtual_offset
442 and is_virtual. Change type of readin filed from int to char.
443 (dwo_sections, dwo_file): Tweak comments.
444 (dwp_v2_section_ids): New enum.
445 (dwp_sections): New fields abbrev, info, line, loc, macinfo, macro,
446 str_offsets, types.
447 (virtual_v1_dwo_sections): Renamed from virtual_dwo_sections.
448 All uses updated.
449 (virtual_v2_dwo_sections): New struct.
450 (dwp_hash_table): New fields version, nr_columns. Change type of
451 section_pool field to a union.
452 (dwp_file): New field version.
453 (dwarf2_has_info): Check for virtual sections.
454 (get_containing_section): New function.
455 (get_section_bfd_owner, get_section_bfd_section): Call it.
456 (dwarf2_locate_sections): Update.
457 (dwarf2_section_empty_p): Update.
458 (dwarf2_read_section): Handle virtual sections.
459 (locate_dwz_sections): Update.
460 (create_dwp_hash_table): Document and handle V2 format.
461 (locate_v1_virtual_dwo_sections): Renamed from
462 locate_virtual_dwo_sections and update. All callers updated.
463 (create_dwo_unit_in_dwp_v1): Renamed from create_dwo_in_dwp.
464 Delete arg htab. Rename arg section_index to unit_index.
465 All callers updated.
466 (MAX_NR_V1_DWO_SECTIONS): Renamed from MAX_NR_DWO_SECTIONS.
467 All uses updated.
468 (create_dwp_v2_section, create_dwo_unit_in_dwp_v2): New functions.
469 (lookup_dwo_unit_in_dwp): Add V2 support.
470 (dwarf2_locate_dwo_sections): Update.
471 (dwarf2_locate_common_dwp_sections): Renamed from
472 dwarf2_locate_dwp_sections and update. All callers updated.
473 (dwarf2_locate_v2_dwp_sections): New function.
474 (open_and_init_dwp_file): Add V2 support.
475 (read_str_index): New locals str_section, str_offsets_section.
476
477 2013-10-04 Pedro Alves <palves@redhat.com>
478
479 * common/ptid.c (null_ptid, minus_one_ptid, ptid_build)
480 (pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid)
481 (ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p): Replace
482 describing comments with references to ptid.h.
483 * common/ptid.h: Remove intro description of constructors,
484 accessors and predicates.
485 (struct ptid): Reformat.
486 (minus_one_ptid, ptid_build, pid_to_ptid, ptid_get_pid)
487 (ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid): Change
488 describing comments.
489
490 2013-10-04 Joel Brobecker <brobecker@adacore.com>
491
492 * aix-thread.c (sync_threadlists): Add missing ')' in call
493 to ptid_build.
494
495 2013-10-04 Joel Brobecker <brobecker@adacore.com>
496
497 * procfs.c (procfs_init_inferior): Fix typo causing the build
498 to fail.
499
500 2013-10-04 Joel Brobecker <brobecker@adacore.com>
501
502 * aix-thread.c (ptrace32): Remove cast to addr_ptr.
503
504 2013-10-04 Joel Brobecker <brobecker@adacore.com>
505
506 * mi/mi-main.c (run_one_inferior): Add function description.
507 Make ARG a pointer to an integer whose value determines whether
508 we should "run" or "start" the program.
509 (mi_cmd_exec_run): Add handling of the "--start" option.
510 Reject all other command-line options.
511 * NEWS: Add entry for "-exec-run"'s new "--start" option.
512
513 2013-10-04 Yao Qi <yao@codesourcery.com>
514
515 * remote-notif.h (REMOTE_NOTIF_ID): New enum.
516 (struct notif_client) <pending_event>: Moved
517 to struct remote_notif_state.
518 <id>: New field.
519 (struct remote_notif_state) <pending_event>: New field.
520 (notif_event_xfree): Declare.
521 * remote-notif.c (handle_notification): Adjust.
522 (notif_event_xfree): New function.
523 (do_notif_event_xfree): Call notif_event_xfree.
524 (remote_notif_state_xfree): Call notif_event_xfree to free
525 each element in field pending_event.
526 * remote.c (discard_pending_stop_replies): Remove declaration.
527 (discard_pending_stop_replies_in_queue): Declare.
528 (remote_close): Call discard_pending_stop_replies_in_queue
529 instead of discard_pending_stop_replies.
530 (remote_start_remote): Adjust.
531 (stop_reply_xfree): Call notif_event_xfree.
532 (notif_client_stop): Adjust initialization.
533 (remote_notif_remove_all): Rename it to ...
534 (remove_stop_reply_for_inferior): ... this. Update comments.
535 Don't check INF is NULL.
536 (discard_pending_stop_replies): Return early if notif_state is
537 NULL. Adjust. Don't check INF is NULL.
538 (remote_notif_get_pending_events): Adjust.
539 (discard_pending_stop_replies_in_queue): New function.
540 (remote_wait_ns): Likewise.
541
542 2013-10-04 Yao Qi <yao@codesourcery.com>
543
544 * remote-notif.c (DECLARE_QUEUE_P): Remove.
545 (notif_queue): Remove.
546 (remote_notif_process): Add one parameter 'notif_queue'.
547 Update comments. Callers update.
548 (remote_async_get_pending_events_token): Remove.
549 (remote_notif_register_async_event_handler): Remove.
550 (remote_notif_unregister_async_event_handler): Remove.
551 (handle_notification): Add parameter 'notif_queue'. Update
552 comments. Callers update.
553 (notif_xfree): Remove.
554 (remote_notif_state_allocate): New function.
555 (remote_notif_state_xfree): New function.
556 (_initialize_notif): Remove code to allocate queue.
557 * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
558 (struct remote_notif_state): New.
559 (handle_notification): Update declaration.
560 (remote_notif_process): Likewise.
561 (remote_notif_register_async_event_handler): Remove.
562 (remote_notif_unregister_async_event_handler): Remove.
563 (remote_notif_state_allocate): Declare.
564 (remote_notif_state_xfree): Declare.
565 * remote.c (struct remote_state) <notif_state>: New field.
566 (remote_close): Don't call
567 remote_notif_unregister_async_event_handler. Call
568 remote_notif_state_xfree.
569 (remote_open_1): Don't call
570 remote_notif_register_async_event_handler. Call
571 remote_notif_state_allocate.
572
573 2013-10-04 Yao Qi <yao@codesourcery.com>
574
575 * varobj.c (create_child_with_value): Remove 'const' from the
576 type of parameter 'name'.
577 (varobj_add_child): Likewise.
578 (install_dynamic_child): Remove 'const' from the type of
579 parameter 'name'.
580 (varobj_add_child): Likewise.
581 (create_child_with_value): Likewise. Update comments. Don't
582 duplicate 'name'.
583 (update_dynamic_varobj_children): Duplicate 'name'
584 and pass it to install_dynamic_child.
585
586 2013-10-03 Phil Muldoon <pmuldoon@redhat.com>
587
588 * python/py-value.c (convert_value_from_python): Move PyInt_Check
589 conversion logic to occur after PyLong_Check. Comment on order
590 change significance.
591 * python/py-arch.c (archpy_disassemble): Comment on order of
592 conversion for integers and longs.
593
594 2013-10-03 Pedro Alves <palves@redhat.com>
595
596 * common/linux-ptrace.c (linux_check_ptrace_features): Factor out
597 the PTRACE_O_TRACESYSGOOD and PTRACE_O_TRACEFORK to separate
598 functions. Always test for PTRACE_O_TRACESYSGOOD even if
599 PTRACE_O_TRACEFORK is not supported.
600 (linux_test_for_tracesysgood): New function.
601 (linux_test_for_tracefork): New function, factored out from
602 linux_check_ptrace_features, and also don't kill child_pid here.
603
604 2013-10-03 Tristan Gingold <gingold@adacore.com>
605
606 * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
607 Remove verbose error reporting. Use detected state to
608 thread_set_state call.
609 (i386_darwin_dr_get): Fix return type. Remove verbose error
610 report.
611 Remove trailing spaces.
612
613 2013-10-02 Pedro Alves <palves@redhat.com>
614
615 * cp-valprint.c (cp_print_value_fields): Adjust calls to
616 val_print_optimized_out.
617 * jv-valprint.c (java_print_value_fields): Likewise.
618 * p-valprint.c (pascal_object_print_value_fields): Likewise.
619 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
620 <DWARF_VALUE_REGISTER>: If the register was not saved, return a
621 new optimized out value.
622 * findvar.c (address_from_register): Likewise.
623 * frame.c (put_frame_register): Tweak error string to say the
624 register was not saved, rather than optimized out.
625 * infcmd.c (default_print_one_register_info): Adjust call to
626 val_print_optimized_out. Use value_of_register instead of
627 get_frame_register_value.
628 * mi/mi-main.c (output_register): Use value_of_register instead of
629 get_frame_register_value.
630 * valprint.c (valprint_check_validity): Likewise.
631 (val_print_optimized_out): New value parameter. If the value is
632 lval_register, print <not saved> instead.
633 (value_check_printable, val_print_scalar_formatted): Adjust calls
634 to val_print_optimized_out.
635 * valprint.h (val_print_optimized_out): New value parameter.
636 * value.c (struct value) <optimized_out>: Extend comment.
637 (error_value_optimized_out): New function.
638 (require_not_optimized_out): Use it. Use a different string for
639 lval_register values.
640 * value.h (error_value_optimized_out): New declaration.
641 * NEWS: Mention <not saved>.
642
643 2013-10-02 Joel Brobecker <brobecker@adacore.com>
644
645 * symtab.c (compare_search_syms): Use FILENAME_CMP instead of
646 strcmp to compare two symtab filenames.
647
648 2013-10-02 Joel Brobecker <brobecker@adacore.com>
649
650 * symtab.c (search_symbols_equal): Delete.
651 (sort_search_symbols_remove_dups): Replace call to
652 search_symbols_equal by call to compare_search_syms,
653 adjusting as necessary.
654
655 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
656
657 PR python/15579
658
659 * python/python.c: Document gdb.execute command in Python help.
660
661 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
662
663 * python/py-frame.c (frame_info_to_frame_object): Use
664 gdbpy_convert_exception. Clean up Python object on failure.
665
666 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
667
668 * python/lib/gdb/command/frame_filters.py
669 (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
670 (ShowFrameFilterPriority.invoke): Ditto.
671
672 2013-10-01 Keith Seitz <keiths@redhat.com>
673
674 * linespec.c (struct ls_parser): Make 'saved_arg' const.
675 (parse_linespec): Make 'argptr' const.
676 Remove temporary cast of 'argptr' to const char **.
677 (decode_line_full): Pass const pointer to parse_linespec.
678 (decode_line_1): Likewise.
679 (decode_objc): Make local variable 'new_argptr' const.
680 (find_function_symbols): Remove temporary cast to char *
681 to find_imps.
682 * objc-lang.c (find_imps): Make argument 'method' const.
683 Return const.
684 * objc-lang.h (find_imps): Likewise.
685
686 2013-10-01 Keith Seitz <keiths@redhat.com>
687
688 * completer.c (skip_quoted_chars): Make all arguments const.
689 Return const.
690 (skip_quoted): Likewise.
691 * completer.h (skip_quoted_chars): Likewise.
692 (skip_quoted): Likewise.
693 * defs.h (skip_quoted): Remove duplicate declaration.
694 * jv-exp.y: Include completer.h.
695 (yylex): Remove unneccessary cast to char * fro skip_quoted.
696 * p-exp.y: Include completer.h.
697
698 2013-10-01 Keith Seitz <keiths@redhat.com>
699
700 * c-exp.y (parse_number): Make first argument const.
701 Make a copy of the input to manipulate.
702 (c_parse_escape): Make first argument const.
703 Make local variable 'tokptr' const.
704 (parse_string_or_char): Make first two arguments const.
705 (macro_original_text): Make const.
706 (lex_one_token): Make local variable 'tokstart' const.
707 Likewise for local variables named 'p'.
708 Cast away const for struct stoken (temporary).
709 * c-lang.h (c_parse_escpae): Make first argument const.
710 * cli/cli-cmds.c (echo_command): Make local variable 'p'
711 const.
712 * cli/cli-setshow.c (do_set_command): Likewise for 'p' in
713 var_string case.
714 * f-exp.y (parse_number): Make first argument const.
715 (match_string_literal): Make local variable 'tokstart'
716 const.
717 (yylex): Make local variable 'p' const.
718 Cast away const for struct stoken (temporary).
719 * go-exp.y (parse_number): Make first argument const.
720 (parse_string_or_char): Likewise.
721 Make local variable 'tokstart' const.
722 (lex_one_token): Likewise for numerous locals called 'p'.
723 Cast away const for struct stoken (temporary).
724 * jv-exp.y (parse_number): Make first argument const.
725 Make local variables 'tokstart' and 'tokptr' const.
726 Cast away const for call to skip_quoted (temporary).
727 (yylex): Make local variable 'p' const.
728 Cast away const for struct stoken (temporary).
729 * m2-exp.y (parse_number): Make local variable 'p' const.
730 (yylex): Likewise for 'tokstart'.
731 Cast away const for struct stoken (temporary).
732 Make local variable 'p' const.
733 * macroexp.c (get_character_constant): Pass a const string
734 to c_parse_escape.
735 (get_string_literal): Likewise.
736 (macro_expand_next): Make first argument const.
737 Cast away const for init_shared_buffer.
738 * macroexp.h (macro_expand_next): Make first argument const.
739 * p-exp.y (yylex): Make a local copy of 'lexptr'.
740 Pass a const string to c_parse_escape.
741 Make local variables 'p' and 'namestart' const.
742 * parse.c (lexptr): Make const.
743 (prev_lexptr): Likewise.
744 (find_template_name_end): Return const.
745 Make argument const, too.
746 (parse_exp_in_context): Make first argument const.
747 Remove the entire const_hack.
748 (parse_exp_in_context_1): Make first argument const.
749 * parser-defs.h (find_template_name_end): Return const.
750 Make argument const, too.
751 (lexptr): Make const.
752 (prev_lexptr): Likewise.
753 * utils.c (parse_escape): Make second argument const.
754 * utils.h (parse_escape): Likewise.
755
756 2013-10-01 Keith Seitz <keiths@redhat.com>
757
758 * ada-exp.y (write_object_renaming): Update: struct stoken.ptr
759 is now const.
760 (block_lookup): Make 'raw_name' and 'name' const.
761 * ada-lex.l (processString): Update for struct stoken.ptr.
762 * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
763 (operator_stoken): Likewise.
764 (lex_one_token): Remove temporary cast to char * for
765 'yylval.sval.ptr'.
766 * f-exp.y (yylex): Likewise.
767 * gdb-types.c (lookup_struct_elt_type): Make argument 'name' const.
768 * gdbtypes.h (lookup_struct_elt_type): Likewisee.
769 * go-exp.y (lex_one_token): Remove temporary cast to char * for
770 'yylval.sval.ptr'.
771 * jv-exp.y (QualifiedName): Update for struct stoken.ptr.
772 (yylex): Remove temporary cast to char * for 'yylval.sval.ptr'.
773 * linespec.c (struct ls_parser): Make 'stream' const.
774 (find_parameter_list_end): Make argument 'input' and local
775 variable 'p' const.
776 (linespec_lexer_lex_string): Make local variables 'start' and
777 'p' const.
778 Use skip_spaces_const instead of skip_spaces.
779 (linespec_lexer_peek_token): Make local variable 'saved_stream'
780 const.
781 (parse_linespec): Temporarily cast 'argptr' to const for
782 'parser->lexer.stream'.
783 * m2-exp.y (yylex): Remove temporary cast to char * for
784 'yylval.sval.ptr'.
785 * objc-lang.c (add_msglist): Make local variable 'p' const.
786 * p-exp.y (exp : exp '['): Update for struct stoken.ptr.
787 (exp : STRING): Make 'sp' const.
788 (parse_number): Make argument 'p' const.
789 * parser-defs.h (struct stoken): Make 'ptr' const.
790
791 2013-10-01 Doug Evans <dje@google.com>
792
793 * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
794
795 2013-10-01 Yao Qi <yao@codesourcery.com>
796
797 * varobj.c (c_value_of_root): Remove declaration.
798 (cplus_value_of_root, java_value_of_root): Likewise.
799 (ada_value_of_root): Likewise.
800 (struct language_specific) <value_of_root>: Remove.
801 (languages): Update initialization.
802 (check_scope): Move earlier.
803 (c_value_of_root): Move earlier and rename to ...
804 (value_of_root_1): ... this.
805 (value_of_root): Caller update.
806 (cplus_value_of_root, java_value_of_root): Remove.
807 (ada_value_of_root): Remove.
808
809 2013-10-01 Yao Qi <yao@codesourcery.com>
810
811 * varobj.c (varobj_format_string): Remove "unknown".
812 (languages): Remove the first element.
813 * varobj.h (enum varobj_languages): Remove vlang_c.
814
815 2013-10-01 Yao Qi <yao@codesourcery.com>
816
817 * varobj.c (struct language_specific) <language>: Remove.
818 (languages): Update the initialization.
819
820 2013-10-01 Yao Qi <yao@codesourcery.com>
821
822 * arm-wince-tdep.c: Remove inclusion of "solib.h" and
823 "solib-target.h". Include "windows-tdep.h".
824 (arm_wince_init_abi): Call windows_init_abi. Remove call to
825 set_solib_ops and set_gdbarch_has_dos_based_file_system.
826 * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append
827 windows-tdep.o to gdb_target_obs.
828
829 2013-10-01 Yao Qi <yao@codesourcery.com>
830
831 * amd64-windows-tdep.c: Remove inclusion of "solib.h" and
832 "solib-target.h".
833 (amd64_windows_init_abi): Don't call set_solib_ops and
834 set_gdbarch_iterate_over_objfiles_in_search_order. Call
835 windows_init_abi instead.
836 * i386-cygwin-tdep.c: Remove inclusion of "solib.h" and
837 "solib-target.h".
838 (i386_cygwin_init_abi): Don't call set_solib_ops,
839 set_gdbarch_has_dos_based_file_system and
840 set_gdbarch_iterate_over_objfiles_in_search_order. Call
841 windows_init_abi instead.
842 * windows-tdep.c: Include "solib.h" and "solib-target.h".
843 (windows_init_abi): New function.
844 (windows_iterate_over_objfiles_in_search_order): Make it
845 static.
846 * windows-tdep.h (windows_init_abi): Declare.
847 (windows_iterate_over_objfiles_in_search_order): Remove
848 declaration.
849
850 2013-10-01 Jerome Guitton <guitton@adacore.com>
851
852 Checked in by Joel Brobecker <brobecker@adacore.com>
853 * system-gdbinit/elinos.py (get_elinos_environment): Return an
854 incomplete dictionnary instead of None in case of missing
855 environment variables.
856 (elinos_init): in case of an incomplete environment, best
857 effort to load system libraries instead of abort.
858
859 2013-10-01 Joel Brobecker <brobecker@adacore.com>
860
861 * ada-lang.c (ada_has_this_exception_support): Ignore
862 mst_solib_trampoline minimal symbols.
863
864 2013-09-30 Tristan Gingold <gingold@adacore.com>
865
866 * i386-darwin-nat.c (darwin_complete_target): Install methods for
867 hardware watchpoint.
868 (i386_darwin_dr_set): Support 32 and 64 bit states.
869 (i386_darwin_dr_get): Likewise.
870 (i386_darwin_dr_set_control): Make static.
871 (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
872 (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
873
874 2013-09-30 Luis Machado <lgustavo@codesourcery.com>
875
876 * aarch64-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 * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
880 Replace BUILD_THREAD with ptid_build.
881 Replace BUILD_LWP with ptid_build.
882 Replace PIDGET with ptid_get_pid.
883 Replace TIDGET with ptid_get_lwp.
884 * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
885 * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
886 Replace TIDGET with ptid_get_lwp.
887 * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
888 * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
889 Replace TIDGET with ptid_get_lwp.
890 Replace GET_LWP with ptid_get_lwp.
891 * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
892 * auxv.c: Likewise.
893 * breakpoint.c: Likewise.
894 * common/ptid.c (ptid_is_pid): Condense check for
895 null_ptid and minus_one_ptid.
896 (ptid_lwp_p): New function.
897 (ptid_tid_p): New function.
898 * common/ptid.h: Update comments for accessors.
899 (ptid_lwp_p): New prototype.
900 (ptid_tid_p): New prototype.
901 * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
902 * gcore.c: Replace PIDGET with ptid_get_pid.
903 * gdbthread.h: Likewise.
904 * gnu-nat.c: Likewise.
905 * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
906 Replace TIDGET with ptid_get_lwp.
907 * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
908 * hppanbsd-nat.c: Likewise.
909 * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
910 Replace TIDGET with ptid_get_lwp.
911 * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
912 * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
913 * infcmd.c: Likewise.
914 * inferior.h: Likewise.
915 * inflow.c: Likewise.
916 * infrun.c: Likewise.
917 * linux-fork.c: Likewise.
918 * linux-nat.c: Replace PIDGET with ptid_get_pid.
919 Replace GET_PID with ptid_get_pid.
920 Replace is_lwp with ptid_lwp_p.
921 Replace GET_LWP with ptid_get_lwp.
922 Replace BUILD_LWP with ptid_build.
923
924 2013-09-28 Mike Frysinger <vapier@gentoo.org>
925
926 * common/linux-btrace.c: Move sys/syscall.h out of the
927 HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
928 Also check for SYS_perf_event_open before attempting to buid.
929
930 2013-09-27 Doug Evans <dje@google.com>
931
932 * dwarf2read.c (dwarf2_section_info): Add comment.
933 (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
934 All uses updated.
935 (dwarf2_section_empty_p): Rename arg from "info" to "section".
936 (dwarf2_read_section): Delete unused local "header". Add section
937 name to error message.
938 (create_dwo_in_dwp): Tweak comment.
939 (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
940
941 * dwarf2read.c (die_reader_specs): Tweak comment.
942 (get_section_bfd_owner, get_section_bfd_section): New functions.
943 (get_section_name, get_section_file_name): New functions.
944 (get_section_id, get_section_flags): New functions.
945 (*): Use new functions to access section fields.
946
947 * dwarf2read.c (struct dwo_file): Add/tweak comments.
948 (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp. Remove
949 arg "htab". All callers updated.
950 (create_debug_types_hash_table): Remove redundant copy of
951 abbrev_section.
952 (create_dwo_in_dwp): Tweak comments.
953 (read_str_index): Tweak comment. Record dwarf form name in static
954 local.
955
956 2013-09-27 Pedro Alves <palves@redhat.com>
957
958 * remote.h (REMOTE_SYSROOT_PREFIX): New define.
959 (remote_filename_p): Add comment.
960 * remote.c (remote_filename_p): Adjust to use
961 REMOTE_SYSROOT_PREFIX.
962 * solib.c (solib_find): When deciding whether we need to add a
963 directory separator, check whether the sysroot is "remote:"
964 instead of checking whether the patch has a drive spec. Add
965 comments.
966
967 2013-09-27 Pedro Alves <palves@redhat.com>
968
969 * remote.c (struct stop_reply) <solibs_changed, replay_event>:
970 Delete fields.
971 (remote_parse_stop_reply): Adjust, setting event->ws.kind
972 directly.
973
974 2013-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
975
976 Fix set debug frame output.
977 * frame.c (fprint_frame_type): Add TAILCALL_FRAME entry. Move
978 SENTINEL_FRAME entry lower to match enum frame_type order.
979
980 2013-09-26 Pierre Muller <muller@sourceware.org>
981
982 Replace constant values 8 to 15 by AMD64_R8_REGNUM to
983 AMD64_R15_REGNUM when a register index is expected.
984 * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):
985 Substitute in array.
986 * amd64-tdep.c (amd64_dwarf_regmap): Ditto.
987 (amd64_push_arguments): Substitute in integer_regnum array.
988
989 2013-09-25 Doug Evans <dje@google.com>
990
991 * objfiles.c (allocate_objfile): Move comment to better place.
992
993 New option "set debug symfile on".
994 * NEWS: Mention "set debug symfile".
995 * Makefile.in (SFILES): Add symfile-debug.c.
996 (COMMON_OBS): Add symfile-debug.o.
997 * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the
998 objfile's symbol functions.
999 * objfiles.h (objfile_set_sym_fns): Declare.
1000 * symfile-debug.c: New file.
1001 * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the
1002 objfile's symbol functions.
1003 (reread_symbols): Ditto.
1004
1005 * symfile.h (struct sym_fns): Delete member "sym_flavour".
1006 All uses updated.
1007 (add_symtab_fns): Update prototype.
1008 * symfile.c (sym_fns_ptr): Delete. Replace with ...
1009 (registered_sym_fns): ... this.
1010 (symtab_fns): Update.
1011 (add_symtab_fns): New arg "flavour". All callers updated.
1012 (find_sym_fns): Rewrite to use new sym_fns registry.
1013
1014 * symfile.h (struct sym_fns): Add "objfile" argument to
1015 sym_read_linetable. All uses updated.
1016
1017 * symtab.c (domain_name, search_domain_name): New functions.
1018 * symtab.h (domain_name, search_domain_name): Declare.
1019
1020 * symfile.h (struct quick_symbol_functions): Reorg arg list of
1021 map_matching_symbols so objfile is first. All uses updated.
1022 * dwarf2read.c (dw2_map_matching_symbols): Update signature.
1023 * psymtab.c (map_matching_symbols_psymtab): Update signature.
1024
1025 2013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1026
1027 PR shlibs/8882
1028 * solib-svr4.c (svr4_read_so_list): Skip the vDSO when reading
1029 link map entries.
1030
1031 2013-09-24 Doug Evans <dje@google.com>
1032
1033 * objfiles.c (free_objfile): Move comment.
1034
1035 2013-09-24 Joel Brobecker <brobecker@adacore.com>
1036
1037 * ada-exp.y (string_to_operator): Delete.
1038 (dummy_string_to_ada_operator): Delete.
1039
1040 2013-09-24 Joel Brobecker <brobecker@adacore.com>
1041
1042 Revert:
1043 * i386-tdep.h (enum amd64_reg_class): New, moved here from
1044 amd64-tdep.c.
1045 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
1046 call_dummy_integer_regs, and classify.
1047 * amd64-tdep.h (amd64_classify): Add declaration.
1048 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
1049 (amd64_reg_class): Delete, moved to i386-tdep.h.
1050 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
1051 Replace call to amd64_classify by call to tdep->classify.
1052 (amd64_push_arguments): Get the list of registers to use for
1053 passing integer parameters from the gdbarch tdep structure,
1054 rather than using a hardcoded one. Replace calls to amd64_classify
1055 by calls to tdep->classify.
1056 (amd64_push_dummy_call): Get the register number used for
1057 the "hidden" argument from tdep->call_dummy_integer_regs.
1058 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
1059 and tdep->call_dummy_integer_regs. Set tdep->classify.
1060
1061 2013-09-24 Joel Brobecker <brobecker@adacore.com>
1062
1063 Revert:
1064 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
1065 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
1066 where tdep->memory_args_by_pointer is non-zero.
1067
1068 2013-09-24 Joel Brobecker <brobecker@adacore.com>
1069
1070 Revert:
1071 * i386-tdep.h (struct gdbarch_tdep): Add new field
1072 integer_param_regs_saved_in_caller_frame.
1073 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
1074 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
1075
1076 2013-09-24 Joel Brobecker <brobecker@adacore.com>
1077
1078 * amd64-windows-tdep.c: #include "value.h"
1079 (amd64_windows_classify): Delete.
1080 (amd64_windows_passed_by_integer_register)
1081 (amd64_windows_passed_by_xmm_register)
1082 (amd64_windows_passed_by_pointer)
1083 (amd64_windows_adjust_args_passed_by_pointer)
1084 (amd64_windows_store_arg_in_reg, amd64_windows_push_arguments)
1085 (amd64_windows_push_dummy_call): New functions.
1086 (amd64_windows_init_abi): Remove setting of
1087 tdep->call_dummy_num_integer_regs, tdep->call_dummy_integer_regs,
1088 tdep->classify, tdep->memory_args_by_pointer and
1089 tdep->integer_param_regs_saved_in_caller_frame.
1090 Add call to set_gdbarch_push_dummy_call.
1091
1092 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1093
1094 * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with
1095 objfile->original_name.
1096
1097 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1098
1099 Pass down original filename for objfile.
1100 * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
1101 * elfread.c (elf_symfile_read): Likewise.
1102 * jit.c (jit_object_close_impl): Update allocate_objfile call, no
1103 longer set ORIGINAL_NAME.
1104 (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
1105 * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
1106 * machoread.c (macho_add_oso_symfile): Add parameter name. Update
1107 symbol_file_add_from_bfd call.
1108 (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
1109 (macho_check_dsym): Add parameter filenamep. Change function comment.
1110 Set *filenamep.
1111 (macho_symfile_read): New variable dsym_filename. Update
1112 macho_check_dsym call. Use it for symbol_file_add_separate.
1113 * objfiles.c (allocate_objfile): Add parameter name. New comment for
1114 it. Use it for objfile->original_name.
1115 (objfile_name): Return OBFD's filename, if available.
1116 * objfiles.h (allocate_objfile): Add new parameter name.
1117 * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
1118 * symfile-mem.c (symbol_file_add_from_memory): Update
1119 symbol_file_add_from_bfd call.
1120 * symfile.c (read_symbols): Update symbol_file_add_separate call, new
1121 comment for it.
1122 (symbol_file_add_with_addrs): New parameter name, add function comment
1123 for it. Remove variable name. Update allocate_objfile call.
1124 (symbol_file_add_separate): New parameter name, add function comment
1125 for it. Update symbol_file_add_with_addrs call.
1126 (symbol_file_add_from_bfd): New parameter name. Update
1127 symbol_file_add_with_addrs call.
1128 (symbol_file_add): Update symbol_file_add_from_bfd call.
1129 (reread_symbols): New variable original_name. Save
1130 objfile->original_name by it.
1131 * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
1132 second parameter.
1133
1134 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1135
1136 Code cleanup: Add objfile_name accessor function.
1137 * ada-lang.c (is_known_support_routine): Use objfile_name.
1138 * auto-load.c (source_gdb_script_for_objfile)
1139 (auto_load_objfile_script): Likewise.
1140 * coffread.c (coff_symtab_read, read_one_sym): Likewise.
1141 * dbxread.c (dbx_symfile_read): Likewise.
1142 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
1143 * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
1144 * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
1145 (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
1146 (lookup_dwp_signatured_type, lookup_dwo_unit)
1147 (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
1148 (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
1149 (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
1150 (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
1151 (dwarf2_record_block_ranges, read_common_block, read_typedef)
1152 (read_subrange_type, load_partial_dies, read_partial_die)
1153 (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
1154 (die_containing_type, build_error_marker_type, lookup_die_type)
1155 (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
1156 (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
1157 (get_DW_AT_signature_type, write_psymtabs_to_index)
1158 (save_gdb_index_command): Likewise.
1159 * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
1160 Likewise.
1161 * expprint.c (dump_subexp_body_standard): Likewise.
1162 * gdbtypes.c (type_name_no_tag_or_error): Likewise.
1163 * jit.c (jit_object_close_impl): Use the objfile field name renamed to
1164 original_name.
1165 * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
1166 obj_name, use objfile_name for it, use the variable.
1167 (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
1168 Use objfile_name.
1169 * machoread.c (macho_symtab_read, macho_check_dsym)
1170 (macho_symfile_relocate): Likewise.
1171 * maint.c (maintenance_translate_address): Likewise.
1172 * minidebug.c (find_separate_debug_file_in_section): Likewise.
1173 * minsyms.c (install_minimal_symbols): Likewise.
1174 * objfiles.c (allocate_objfile): Use the objfile field name renamed to
1175 original_name.
1176 (filter_overlapping_sections): Use objfile_name.
1177 (objfile_name): New function.
1178 * objfiles.h (struct objfile): Rename field name to original_name.
1179 (objfile_name): New prototype.
1180 * printcmd.c (sym_info, address_info): Use objfile_name.
1181 * probe.c (parse_probes, collect_probes, compare_probes)
1182 (info_probes_for_ops): Likewise.
1183 * progspace.c (clone_program_space): Likewise.
1184 * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
1185 (maintenance_info_psymtabs): Likewise.
1186 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
1187 (source_section_scripts): Likewise.
1188 * python/py-objfile.c (objfpy_get_filename): Likewise.
1189 * python/py-progspace.c (pspy_get_filename): Likewise.
1190 * solib-aix.c (solib_aix_get_toc_value): Likewise.
1191 * solib-som.c (match_main, som_solib_section_offsets): Likewise.
1192 * solib.c (solib_read_symbols): Likewise.
1193 * stabsread.c (scan_file_globals): Likewise.
1194 * stap-probe.c (handle_stap_probe): Likewise.
1195 * symfile.c (symbol_file_clear, separate_debug_file_exists)
1196 (find_separate_debug_file_by_debuglink): Likewise.
1197 (reread_symbols): Likewise. Use the objfile field name renamed to
1198 original_name.
1199 (allocate_symtab): Use objfile_name.
1200 * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
1201 (dump_objfile, dump_msymbols, dump_symtab_1)
1202 (maintenance_print_msymbols, maintenance_print_objfiles)
1203 (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
1204 * target.c (target_translate_tls_address, target_info): Likewise.
1205 * xcoffread.c (xcoff_initial_scan): Make variable name const. Use
1206 objfile_name.
1207
1208 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1209
1210 Code cleanup.
1211 * probe.c (parse_probes): Rename variable objfile_name to
1212 objfile_namestr.
1213
1214 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1215
1216 Remove solib-sunos.c.
1217 * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
1218 * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
1219 * objfiles.c (rt_common_objfile): Remove.
1220 (free_objfile): Remove rt_common_objfile comparison.
1221 * objfiles.h (rt_common_objfile): Remove.
1222 * solib-sunos.c: Remove.
1223 * symfile.c (reread_symbols): Remove solib-sunos.c comment.
1224
1225 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1226
1227 Remove a.out NetBSD and OpenBSD hosts.
1228 * NEWS (Removed native configurations): New.
1229 * config/arm/nbsdaout.mh: Remove.
1230 * config/i386/nbsdaout.mh: Remove.
1231 * config/i386/obsdaout.mh: Remove.
1232 * config/m68k/nbsdaout.mh: Remove.
1233 * config/sparc/nbsdaout.mh: Remove.
1234 * config/vax/nbsdaout.mh: Remove.
1235 * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
1236 (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
1237 (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
1238 error.
1239 (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
1240 (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
1241 (sparc-*-netbsd*, vax-*-netbsd*): Remove.
1242
1243 2013-09-23 Tom Tromey <tromey@redhat.com>
1244
1245 * linespec.c (struct minsym_and_objfile): Remove.
1246 (minsym_and_objfile_d): Remove.
1247 (struct linespec, struct collect_info, linespec_parse_basic)
1248 (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
1249 (compare_msymbols, find_method, find_function_symbols)
1250 (find_linespec_symbols, struct collect_minsyms, compare_msyms)
1251 (add_minsym, search_minsyms_for_name): Update.
1252
1253 2013-09-23 Andrew Burgess <aburgess@broadcom.com>
1254
1255 * regcache.c: Add include of valprint.h.
1256 (dump_endian_bytes): Delete.
1257 (regcache_dump): Use print_hex_chars not dump_endian_bytes.
1258
1259 2013-09-23 Andrew Burgess <aburgess@broadcom.com>
1260
1261 * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
1262
1263 2013-09-19 Pedro Alves <palves@redhat.com>
1264
1265 * breakpoint.c (remove_threaded_breakpoints): Skip non-user
1266 breakpoints.
1267
1268 2013-09-19 Pedro Alves <palves@redhat.com>
1269 Thomas Schwinge <thomas@codesourcery.com>
1270 Yue Lu <hacklu.newborn@gmail.com>
1271
1272 * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
1273 Take a gdb_byte pointer instead of a char pointer.
1274
1275 * gnu-nat.c (gnu_xfer_memory): Adjust interface as
1276 gnu_xfer_partial helper.
1277 (gnu_xfer_partial): New function.
1278 (gnu_target): Don't install a deprecated_xfer_memory hook.
1279 Install a to_xfer_partial hook.
1280
1281 2013-09-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1282
1283 Constification.
1284 * main.c (captured_main): Replace catch_command_errors by
1285 catch_command_errors_const. Twice.
1286 * symfile.c (symbol_file_add_main_1): Make args parameter const.
1287 (symbol_file_add): Make name parameter const.
1288 (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
1289 (symfile_bfd_open): Make name parameter const, rename it to cname. Add
1290 variable name. Change their usage accordingly.
1291 * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
1292 const.
1293 (symbol_file_add_main): Make args parameter const.
1294
1295 2013-09-18 Raunaq Bathija <raunaq12@in.ibm.com>
1296 Ulrich Weigand <uweigand@de.ibm.com>
1297
1298 * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
1299 of c_value member.
1300 (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
1301
1302 2013-09-18 Pedro Alves <palves@redhat.com>
1303 Yue Lu <hacklu.newborn@gmail.com>
1304
1305 * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
1306 (gnu_create_inferior)
1307 (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
1308 (set_sig_thread_cmd): Use the lwpid field of ptids to
1309 store/extract thread ids instead of the tid field.
1310 * i386gnu-nat.c (gnu_fetch_registers): Adjust.
1311
1312 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
1313
1314 * infcmd.c (default_print_one_register_info): Add detection of
1315 optimized out values.
1316 (default_print_registers_info): Switch to using
1317 get_frame_register_value.
1318
1319 2013-09-18 Markus Metzger <markus.t.metzger@intel.com>
1320
1321 * infrun.c (handle_inferior_event): Check if we know the
1322 function start address before setting a resume breakpoint.
1323
1324 2013-09-18 Pedro Alves <palves@redhat.com>
1325
1326 * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
1327 minus_one_ptid instead of looking at the ptid's tid field and
1328 comparing that to -1.
1329
1330 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
1331
1332 * main.h (get_gdb_program_name): Remove extra whitespace.
1333
1334 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
1335
1336 * main.h (get_gdb_program_name): Add declaration.
1337 * main.c (get_gdb_program_name): Add definition.
1338
1339 2013-09-17 Doug Evans <dje@google.com>
1340
1341 * dwarf2read.c: Move definitions of complaint functions to after
1342 forward declarations of local functions.
1343
1344 2013-09-17 Muhammad Waqas <mwaqas@codesourcery.com>
1345 Pedro Alves <palves@redhat.com>
1346
1347 PR gdb/11568
1348 * breakpoint.c (remove_threaded_breakpoints): New function.
1349 (_initialize_breakpoint): Attach remove_threaded_breakpoints
1350 as thread_exit observer.
1351
1352 2013-09-17 Pedro Alves <palves@redhat.com>
1353
1354 PR gdb/15911
1355 * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
1356 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
1357 * corelow.c (core_open):
1358 * frame.h (print_stack_frame, print_frame_info): New
1359 'set_current_sal' parameter.
1360 * infcmd.c (finish_command, kill_command): Adjust call to
1361 print_stack_frame.
1362 * inferior.c (inferior_command): Likewise.
1363 * infrun.c (normal_stop): Likewise.
1364 * linux-fork.c (linux_fork_context): Likewise.
1365 * record-full.c (record_full_goto_entry, record_full_restore):
1366 Likewise.
1367 * remote-mips.c (common_open): Likewise.
1368 * stack.c (print_stack_frame): New 'set_current_sal' parameter.
1369 Use it.
1370 (print_frame_info): New 'set_current_sal' parameter. Set the last
1371 displayed sal depending on the new paremeter instead of looking at
1372 print_what.
1373 (backtrace_command_1, select_and_print_frame, frame_command)
1374 (current_frame_command, up_command, down_command): Adjust call to
1375 print_stack_frame.
1376 * thread.c (print_thread_info, restore_selected_frame)
1377 (do_captured_thread_select): Adjust call to print_stack_frame.
1378 * tracepoint.c (tfind_1): Likewise.
1379 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
1380 (mi_cmd_stack_info_frame): Likewise.
1381 * mi/mi-interp.c (mi_on_normal_stop): Likewise.
1382 * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
1383
1384 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1385
1386 * value.c (isvoid_internal_fn): Replace "parameter" with
1387 "argument".
1388
1389 2013-09-16 Stan Shebs <stan@codesourcery.com>
1390
1391 * README: Update references to writing code for GDB.
1392 * configure.ac (build_warnings): Remove obsolete comment.
1393 * configure: Regenerate.
1394 * gdbarch.sh: Remove references to gdbint.texinfo.
1395 * gdbarch.h: Regenerate.
1396 * gdbtypes.c (objfile_type): Remove comments referencing internals
1397 manual and D10V.
1398
1399 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1400
1401 * NEWS: Mention new convenience function $_isvoid.
1402 * value.c (isvoid_internal_fn): New function.
1403 (_initialize_values): Add new convenience function $_isvoid.
1404
1405 2013-09-16 Pierre Muller <muller@sourceware.org>
1406
1407 * arm-linux-tdep.c: Add "elf/common.h" header.
1408 Remove AT_HWCAP macro definintion as it is provided in
1409 added include file.
1410 * s390-tdep.c: Remove system header <elf.h>
1411 Add "elf/common.h" header for AT_HWCAP definition.
1412 (s390_core_read_description): Use correct CORE_ADDR
1413 for hwcap local variable used as third parameter
1414 of function target_auxv_search.
1415
1416 2013-09-14 Pierre Muller <muller@sourceware.org>
1417 Tom Tromey <tromey@redhat.com>
1418 Pedro Alves <palves@redhat.com>
1419
1420 * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
1421 mode if operating system doesn't know O_CLOEXEC.
1422
1423 2013-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1424
1425 Code cleanup.
1426 * symfile.c (reread_symbols): Move variable obfd_filename to a more
1427 inner block.
1428
1429 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1430
1431 * NEWS: Mention TDB support.
1432 * features/s390-tdb.xml: New file.
1433 * features/s390-te-linux64.xml: New file.
1434 * features/s390x-te-linux64.xml: New file.
1435 * features/Makefile (WHICH): Add new tdescs above.
1436 (s390-te-linux64-expedite): Set.
1437 (s390x-te-linux64-expedite): Set.
1438 * features/s390-te-linux64.c: New file (generated).
1439 * features/s390x-te-linux64.c: New file (generated).
1440 * regformats/s390-te-linux64.dat: New file (generated).
1441 * regformats/s390x-te-linux64.dat: New file (generated).
1442 * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
1443 (HWCAP_S390_TE): Likewise.
1444 (S390_TDB_DWORD0_REGNUM): Likewise.
1445 (S390_TDB_DWORD0_REGNUM): Likewise.
1446 (S390_TDB_ABORT_CODE_REGNUM): Likewise.
1447 (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
1448 (S390_TDB_ATIA_REGNUM): Likewise.
1449 (S390_TDB_R0_REGNUM): Likewise.
1450 (S390_TDB_R1_REGNUM): Likewise.
1451 (S390_TDB_R2_REGNUM): Likewise.
1452 (S390_TDB_R3_REGNUM): Likewise.
1453 (S390_TDB_R4_REGNUM): Likewise.
1454 (S390_TDB_R5_REGNUM): Likewise.
1455 (S390_TDB_R6_REGNUM): Likewise.
1456 (S390_TDB_R7_REGNUM): Likewise.
1457 (S390_TDB_R8_REGNUM): Likewise.
1458 (S390_TDB_R9_REGNUM): Likewise.
1459 (S390_TDB_R10_REGNUM): Likewise.
1460 (S390_TDB_R11_REGNUM): Likewise.
1461 (S390_TDB_R12_REGNUM): Likewise.
1462 (S390_TDB_R13_REGNUM): Likewise.
1463 (S390_TDB_R14_REGNUM): Likewise.
1464 (S390_TDB_R15_REGNUM): Likewise.
1465 (S390_NUM_REGS): Increase.
1466 (S390_IS_TDBREGSET_REGNUM): New macro.
1467 (s390_regmap_tdb): Declare.
1468 (s390_sizeof_tdbregset): Define.
1469 (tdesc_s390_te_linux64): Declare.
1470 (tdesc_s390x_te_linux64): Likewise.
1471 * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
1472 "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
1473 (s390_regmap_tdb): New regmap.
1474 (s390_supply_tdb_regset): New function.
1475 (s390_tdb_regset): New regset.
1476 (s390_linux64v2_regset_sections): Add TDB regset to list.
1477 (s390x_linux64v2_regset_sections): Likewise.
1478 (s390_regset_from_core_section): Recognize TDB core note section.
1479 (s390_core_read_description): If HWCAP indicates TE support,
1480 select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
1481 (s390_gdbarch_init): Handle TDB regset.
1482 (_initialize_s390_tdep): Initialize new tdescs.
1483 * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
1484 (have_regset_tdb): New variable.
1485 (s390_native_supply): Support register invalidation.
1486 (fetch_regset): Invalidate registers if ptrace yields ENODATA.
1487 (check_regset): Treat ENODATA as "regset exists".
1488 (s390_linux_fetch_inferior_registers): Add TDB.
1489 (s390_read_description): Check for TDB existence and select
1490 appropriate tdesc.
1491 * gdbserver/Makefile.in (clean): Add removal of new makefile
1492 targets.
1493 (s390-te-linux64.c): New makefile target.
1494 (s390x-te-linux64.c): Likewise.
1495 * gdbserver/configure.srv (srv_regobj): Append new objects
1496 s390-te-linux64.o and s390x-te-linux64.o.
1497 (srv_xmlfiles): Append new files s390-te-linux64.xml,
1498 s390x-te-linux64.xml, and s390-tdb.xml.
1499 * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
1500 declaration.
1501 (tdesc_s390_te_linux64): Likewise.
1502 (init_registers_s390x_te_linux64): Likewise.
1503 (tdesc_s390x_te_linux64): Likewise.
1504 (s390_check_regset): Treat ENODATA as "regset exists".
1505 (s390_arch_setup): Add TDB regset support.
1506 (initialize_low_arch): Initialize registers for new tdescs.
1507
1508 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1509
1510 * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
1511 (S390_IS_FPREGSET_REGNUM): New macro.
1512 * s390-tdep.c (s390_dwarf_regmap): Make const.
1513 (regnum_is_gpr_full): New function for replacing repeated code.
1514 (s390_pseudo_register_name): Use it.
1515 (s390_pseudo_register_type): Likewise.
1516 (s390_pseudo_register_read): Likewise.
1517 (s390_pseudo_register_write): Likewise.
1518 (s390_unwind_pseudo_register): Likewise.
1519 (s390_regmap_gregset): New format for regmap.
1520 (s390x_regmap_gregset): Likewise.
1521 (s390_regmap_fpregset): Likewise.
1522 (s390_regmap_upper): Likewise.
1523 (s390_regmap_last_break): Likewise.
1524 (s390_regmap_system_call): Likewise.
1525 (s390_supply_regset): Adjust to new regmap format.
1526 (s390_collect_regset): Likewise.
1527 * s390-nat.c (s390_native_supply): Adjust to new regmap format.
1528 (s390_native_collect): Likewise.
1529 (supply_gregset): Likewise.
1530 (fill_gregset): Likewise.
1531 (supply_fpregset): Likewise.
1532 (fill_fpregset): Likewise.
1533 (fetch_regset): Likewise.
1534 (store_regset): Likewise.
1535 (s390_linux_fetch_inferior_registers): Likewise.
1536 (s390_linux_fetch_inferior_registers): Likewise.
1537
1538 2013-09-12 Andrew Pinski <apinski@cavium.com>
1539
1540 * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
1541
1542 2013-09-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1543
1544 * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
1545
1546 2013-09-09 Andrew Burgess <aburgess@broadcom.com>
1547
1548 * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
1549
1550 2013-09-06 Pedro Alves <palves@redhat.com>
1551
1552 * remote-sim.c (dump_mem, gdbsim_fetch_register)
1553 (gdbsim_store_register, gdbsim_kill, gdbsim_load)
1554 (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
1555 (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
1556 (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
1557 gdb_stdlog.
1558
1559 2013-09-06 Pedro Alves <palves@redhat.com>
1560
1561 * remote-sim.c (dump_mem): Constify buf parameter.
1562 gdbsim_xfer_inferior_memory): Rename to ...
1563 (gdbsim_xfer_memory): ... this. Adjust interface as
1564 target_xfer_partial helper.
1565 (gdbsim_xfer_partial): New function.
1566 (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
1567 Install a to_xfer_partial hook. Send output to gdb_stdlog.
1568
1569 2013-09-06 Pedro Alves <palves@redhat.com>
1570
1571 * remote-sim.c (gdbsim_xfer_inferior_memory): Use
1572 host_address_to_string, and send debug output to gdb_stdlog.
1573
1574 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
1575
1576 * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
1577 * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
1578 gdb_target_obs for cris target.
1579 * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
1580 (cris_gdbarch_init): Move calls to
1581 set_gdbarch_fetch_tls_load_module_address and
1582 set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
1583 Add call to gdbarch_init_osabi.
1584 * cris-linux-tdep.c: New file.
1585 * cris-tdep.h: New file.
1586
1587 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
1588
1589 * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
1590 to deprecated_init_ui_hook.
1591
1592 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
1593
1594 * cli/cli-interp.c (_initialize_cli_interp): Add a
1595 command_loop_proc to interp_procs.
1596 * event-top.c (cli_command_loop): Change signature to match
1597 interp_command_loop_ftype.
1598 * event-top.h (cli_command_loop): Same.
1599 * interps.c (interp_new): Require every interpreter to have a
1600 command_loop_proc.
1601 (current_interp_command_loop): Just call the command_loop_proc on
1602 the current interpreter.
1603 * tui/tui-interp.c (_initialize_tui_interp): Add a
1604 command_loop_proc to interp_procs.
1605
1606 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
1607
1608 * cris-tdep.c (cris_gdbarch_init): Add call to
1609 get_gdbarch_fetch_tls_load_module_address.
1610
1611 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
1612
1613 * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
1614 (cris_elf_gregset_t): Rename from elf_gregset_t.
1615 (crisv32_elf_gregset_t): Adjust.
1616 (cris_supply_gregset, fetch_core_registers): Adjust.
1617
1618 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
1619
1620 * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
1621
1622 2013-09-05 Andrew Burgess <aburgess@broadcom.com>
1623
1624 * defs.h (deprecated_command_loop_hook): Remove, including
1625 references in comments.
1626 * interps.c (current_interp_command_loop): No longer use
1627 deprecated_command_loop_hook.
1628 (clear_interpreter_hooks): Remove deprecated_command_loop_hook
1629 setup.
1630 * top.c (deprecated_command_loop_hook): Remove.
1631
1632 2013-09-05 Pedro Alves <palves@redhat.com>
1633
1634 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
1635 local is now int instead of ULONGEST. Print it with %d
1636 instead of paddress.
1637
1638 2013-09-05 Tristan Gingold <gingold@adacore.com>
1639
1640 * MAINTAINERS: Remove avr maintainership.
1641
1642 2013-09-05 Pedro Alves <palves@redhat.com>
1643
1644 * findvar.c (value_of_register): Rework in terms of
1645 value_of_register_lazy.
1646
1647 2013-09-05 Muhammad Bilal <mbilal@codesourcery.com>
1648
1649 * symfile.c (add_symbol_file_command): Remove trailing
1650 whitespaces and blank line after comment.
1651
1652 2013-09-05 Pedro Alves <palves@redhat.com>
1653
1654 * tui/tui-regs.c (tui_register_format): Don't look at the
1655 register's name here. Return string representing register
1656 value instead of storing it in the data element.
1657 (tui_get_register): Compare register string representations
1658 instead of register value states and contents.
1659
1660 2013-09-05 Pedro Alves <palves@redhat.com>
1661
1662 PR tui/15933
1663 * tui/tui-regs.c (tui_show_registers): Show registers of the
1664 selected frame, not the current frame.
1665
1666 2013-09-05 Ricard Wanderlof <ricardw@axis.com>
1667
1668 * MAINTAINERS (Write After Approval): Add myself to the list.
1669
1670 2013-09-04 Doug Evans <dje@google.com>
1671
1672 * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
1673 (queue_and_load_dwo_tu): New function.
1674 (lookup_dwo_signatured_type): Set per_cu.tu_read.
1675 (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
1676 Make dependent_cu optional.
1677 (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
1678 and an older .gdb_index is in use, queue and load all its TUs too.
1679
1680 2013-09-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1681
1682 Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
1683 * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
1684 variable search_flags.
1685 * defs.h (OPF_DISABLE_REALPATH): Rename to ...
1686 (OPF_RETURN_REALPATH): ... here.
1687 * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
1688 * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
1689 call. Twice.
1690 * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
1691 openp call.
1692 * solib.c (solib_find): Likewise. Four times.
1693 * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
1694 in the function comment and for the realpath_fptr variable.
1695 (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
1696 (find_and_open_source): Likewise. Twice.
1697 * symfile.c (symfile_bfd_open): Likewise, also twice.
1698
1699 2013-09-04 Doug Evans <dje@google.com>
1700
1701 * progspace.c (save_current_space_and_thread): Remove unnecessary
1702 call to save_current_inferior.
1703
1704 2013-09-04 Andrew Burgess <aburgess@broadcom.com>
1705
1706 * sh64-tdep.c (sh64_do_register): Return after printing message
1707 about unavailable register contents.
1708
1709 2013-09-04 Muhammad Bilal <mbilal@codesourcery.com>
1710 Pedro Alves <palves@redhat.com>
1711
1712 * symfile.c (add_symbol_file_command): Error out on unknown
1713 option. Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
1714 options and collapse into single conditional branch.
1715
1716 2013-09-03 Luis Machado <lgustavo@codesourcery.com>
1717
1718 * inf-child.c (inf_child_follow_fork): New parameter
1719 detach_fork.
1720 * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
1721 * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
1722 * inferior.h (detach_fork): Remove.
1723 * infrun.c (detach_fork): Adjust comment and make it
1724 static.
1725 (follow_fork): Pass detach_fork parameter to
1726 target_follow_fork.
1727 * linux-nat.c (linux_child_follow_fork): New parameter
1728 detach_fork.
1729 * target.c (target_follow_fork): New parameter detach_fork.
1730 Pass detach_fork as parameter and print its value.
1731 * target.h (struct target_ops) <to_follow_fork>: New int
1732 parameter.
1733 (target_follow_fork): New parameter detach_fork.
1734
1735 2013-09-03 Joel Brobecker <brobecker@adacore.com>
1736
1737 * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
1738 Replace sec->bfd by sec->the_bfd_section->owner.
1739
1740 2013-09-03 Yao Qi <yao@codesourcery.com>
1741
1742 * linux-tdep.c (linux_is_uclinux): New function. Code moved
1743 from linux_has_shared_address_space.
1744 (linux_has_shared_address_space): Call linux_is_uclinux.
1745 * linux-tdep.h (linux_is_uclinux): Declare.
1746 * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
1747 linux_is_uclinux.
1748
1749 2013-09-03 Yao Qi <yao@codesourcery.com>
1750
1751 * config/djgpp/fnchange.lst: Remove entry of
1752 i386-interix-nat.c and i386-interix-tdep.c.
1753 * configure.ac: Remove '*-*-interix*'.
1754 * configure: Re-generated.
1755 * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
1756 * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
1757 obsolete comments.
1758 * osabi.c (gdb_osabi_names): Remove "Interix".
1759
1760 2013-09-03 Yao Qi <yao@codesourcery.com>
1761
1762 * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
1763
1764 2013-09-02 Markus Metzger <markus.t.metzger@intel.com>
1765
1766 * record.h (record_print_flag) <record_print_src_line,
1767 record_print_insn_range>: Rename into ...
1768 (record_print_flag) <record_print_src_line,
1769 record_print_insn_range>: ... this. Update all users.
1770
1771 2013-09-02 Pierre Muller <muller@sourceware.org>
1772
1773 * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
1774 error code.
1775
1776 2013-09-02 Pierre Muller <muller@sourceware.org>
1777
1778 * windows-nat.c (windows_xfer_memory): Fix compilation failure
1779 by use of plongest function.
1780
1781 2013-09-02 Tristan Gingold <gingold@adacore.com>
1782
1783 * NEWS: Add entry mentioning support for native Windows x64
1784 SEH data.
1785
1786 * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
1787 "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
1788 (struct amd64_windows_frame_cache): New struct.
1789 (amd64_windows_w2gdb_regnum): New global.
1790 (pc_in_range, amd64_windows_frame_decode_epilogue)
1791 (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
1792 (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
1793 (amd64_windows_frame_this_id): New functions.
1794 (amd64_windows_frame_unwind): New static global.
1795 (amd64_windows_skip_prologue): New function.
1796 (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
1797 with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
1798 with amd64_windows_skip_prologue.
1799
1800 2013-08-30 Joel Brobecker <brobecker@adacore.com>
1801
1802 GDB 7.6.1 released.
1803
1804 2013-08-30 Pedro Alves <palves@redhat.com>
1805
1806 * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
1807 SRC_AND_LOC.
1808
1809 2013-08-30 Pedro Alves <palves@redhat.com>
1810
1811 * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
1812 warning text.
1813
1814 2013-08-30 Pedro Alves <palves@redhat.com>
1815
1816 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
1817 Adjust arguments to print_stack_frame.
1818
1819 2013-08-30 Pedro Alves <palves@redhat.com>
1820
1821 * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
1822
1823 2013-08-30 Pedro Alves <palves@redhat.com>
1824
1825 * frame.h (show_and_print_stack_frame): Delete declaration.
1826
1827 2013-08-30 Phil Muldoon <pmuldoon@redhat.com>
1828
1829 PR python/15461
1830
1831 * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
1832 (archpy_name): Check for valid architecture.
1833 (archpy_disassemble): Ditto.
1834
1835 2013-08-29 Joel Brobecker <brobecker@adacore.com>
1836
1837 * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
1838 instead of "long long" in call to ptrace64.
1839
1840 2013-08-29 Andrew Burgess <aburgess@broadcom.com>
1841
1842 * mi/mi-interp.c (mi_command_loop): Change signature to match
1843 interp_command_loop_ftype.
1844 (mi1_command_loop): Remove.
1845 (mi2_command_loop): Remove.
1846 (mi3_command_loop): Remove.
1847 (mi_interpreter_resume): Remove setting of
1848 deprecated_command_loop_hook.
1849 (_initialize_mi_interp): Set mi_command_loop as the command loop
1850 callback.
1851
1852 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
1853
1854 * valops.c (do_search_struct_field): Pass v2 instead of base_type to
1855 value_type.
1856
1857 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
1858
1859 * value.c (allocate_value_contents): Make static.
1860 * value.h (allocate_value_contents): Remove prototype.
1861
1862 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
1863
1864 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
1865 of assembling value via allocate_value_lazy and attribute setter.
1866 * findvar.c (default_read_var_value): Use value_at_lazy instead of
1867 assembling value via allocate_value_lazy and attribute setter.
1868 * valops.c (do_search_struct_field): Use value_at_lazy instead of
1869 assembling value via allocate_value_lazy and attribute setter.
1870
1871 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
1872
1873 * value.c (value_from_contents_and_address): Replace allocate_value and
1874 memcpy with value_from_contents.
1875
1876 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1877
1878 * python/py-framefilter.c (py_print_frame): Remove usage of
1879 PyString_AsString. Use python_string_to_host_string instead.
1880 Refactor function to work with a string as a new allocation
1881 instead of a pointer.
1882 (py_print_frame): Ditto.
1883 * python/lib/gdb/frames.py (return_list): Cain iterators together
1884 instead of adding them as a list.
1885 (_sort_list): Call return_list, and remove duplicate code.
1886 (execute_frame_filters): Convert iterator to a list with list().
1887 * python/lib/gdb/command/frame_filters.py
1888 (SetFrameFilterPriority._set_filter_priority): Convert priority
1889 attribute to an integer.
1890 * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
1891 wrapper function __next__.
1892 * python/lib/gdb/FrameDecorator.py: If basestring not defined,
1893 define as "str".
1894
1895 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1896
1897 PR python/15752
1898 * python/py-framefilter.c (apply_frame_filter): Check
1899 gdb_python_initialized. Exit if the Python frame-filter code
1900 cannot be initialized.
1901
1902 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1903
1904 PR cli/15842
1905 * top.c (print_gdb_version): Remove erroneous newline after help
1906 text.
1907
1908 2013-08-29 Yao Qi <yao@codesourcery.com>
1909
1910 * varobj.c (install_dynamic_child): Remove trailing space.
1911 Add one blank line after variable declaration.
1912
1913 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1914
1915 PR gdb/15415
1916 * corefile.c (get_exec_file): Use exec_filename.
1917 * defs.h (OPF_DISABLE_REALPATH): New definition. Add new comment.
1918 * exec.c (exec_close): Free EXEC_FILENAME.
1919 (exec_file_attach): New variable canonical_pathname. Use
1920 OPF_DISABLE_REALPATH. Call gdb_realpath explicitly. Set
1921 EXEC_FILENAME.
1922 * exec.h (exec_filename): New.
1923 * inferior.c (print_inferior, inferior_command): Use
1924 PSPACE_EXEC_FILENAME.
1925 * mi/mi-main.c (print_one_inferior): Likewise.
1926 * progspace.c (clone_program_space, print_program_space): Likewise.
1927 * progspace.h (struct program_space): New field pspace_exec_filename.
1928 * source.c (openp): Describe OPF_DISABLE_REALPATH. New variable
1929 realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
1930
1931 2013-08-28 Will Newton <will.newton@linaro.org>
1932
1933 * common/linux-ptrace.c: Include stdint.h unconditionally.
1934
1935 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1936
1937 Code cleanup.
1938 * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
1939
1940 2013-08-28 Yao Qi <yao@codesourcery.com>
1941 Pedro Alves <palves@redhat.com>
1942
1943 * event-top.c (gdb_setup_readline): Call stderr_fileopen
1944 instead of stdio_fileopen.
1945 * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
1946 .Call stderr_fileopen instead of stdio_fileopen.
1947 * ui-file.c [__MINGW32__] (stderr_file_write): New function.
1948 [__MINGW32__] (stderr_file_fputs): New function.
1949 (stderr_fileopen): New function.
1950 * ui-file.h (stderr_fileopen): Declare.
1951
1952 2013-08-27 Doug Evans <dje@google.com>
1953
1954 * dwarf2read.c (struct dwarf2_cu): Tweak comment.
1955 (struct dwarf2_per_cu_data): Ditto.
1956 (maybe_queue_comp_unit): Delete forward decl. Add comment.
1957 (process_imported_unit_die): Ditto.
1958 (follow_die_sig_1): Simplify assert.
1959
1960 2013-08-27 Pedro Alves <palves@redhat.com>
1961
1962 * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
1963 xfer_partial's interface. Return TARGET_XFER_E_IO on error.
1964 (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
1965 windows_xfer_memory directly.
1966 (init_windows_ops): Don't install a deprecated_xfer_memory method.
1967
1968 2013-08-27 Pedro Alves <palves@redhat.com>
1969
1970 * darwin-nat.c (darwin_xfer_memory): Delete.
1971 (_initialize_darwin_inferior): Don't install a
1972 deprecated_xfer_memory method.
1973
1974 2013-08-27 Pedro Alves <pedro@codesourcery.com>
1975 Yao Qi <yao@codesourcery.com>
1976
1977 * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
1978 (parse_no_frames_option): Remove.
1979 (mi_cmd_stack_list_locals): Handle --skip-unavailable.
1980 (mi_cmd_stack_list_args): Adjust.
1981 (mi_cmd_stack_list_variables): Handle --skip-unavailable.
1982 (list_arg_or_local): Add new parameter 'skip_unavailable'. Return
1983 early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
1984 Caller update.
1985 (list_args_or_locals): New parameter 'skip_unavailable'.
1986 Handle it.
1987 * valprint.c (scalar_type_p): Rename to ...
1988 (val_print_scalar_type_p): ... this. Make extern.
1989 (val_print, value_check_printable): Adjust.
1990 * valprint.h (val_print_scalar_type_p): Declare.
1991 * value.c (value_entirely_unavailable): New function.
1992 * value.h (value_entirely_unavailable): Declare.
1993
1994 * NEWS: Mention the new option "--skip-unavailable" to MI
1995 commands '-stack-list-locals', '-stack-list-arguments' and
1996 '-stack-list-variables'.
1997
1998 2013-08-27 Yao Qi <yao@codesourcery.com>
1999
2000 * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
2001 (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
2002 options.
2003 * mi/mi-getopt.c (mi_getopt): Remove.
2004 (mi_getopt_1): Renamed from mi_getopt. Add one parameter
2005 'error_on_unknown'.
2006 (mi_getopt): Call mi_getopt_1.
2007 (mi_getopt_silent): New.
2008 * mi/mi-getopt.h (mi_getopt_silent): Declare.
2009
2010 2013-08-26 Doug Evans <dje@google.com>
2011
2012 PR symtab/15885
2013 * dwarf2read.c (dw2_dump): Print some minimal information indicating
2014 .gdb_index is in use.
2015 * symfile.c (reread_symbols): Reset objfile->sf.
2016
2017 * NEWS: Document "mt print objfiles" now takes optional regexp.
2018 * symmisc.c (maintenance_print_objfiles): Argument is now an optional
2019 regexp of objfiles to print.
2020 (_initialize_symmisc): Update doc string for "mt print objfiles".
2021
2022 * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
2023 missing debug info checks.
2024
2025 2013-08-26 Raunaq Bathija <raunaq12@in.ibm.com>
2026 Ulrich Weigand <uweigand@de.ibm.com>
2027
2028 * xcoffread.c (arrange_linetable): Add fix to correctly handle
2029 line tables generated by XLC compiled binaries.
2030
2031 2013-08-23 Doug Evans <dje@google.com>
2032
2033 * symmisc.c (dump_symtab): Delete prototype.
2034 (dump_msymbols, dump_objfile): Ditto.
2035 (maintenance_info_symtabs): Mark as dont_repeat.
2036 (_initialize_symmisc): Improve doc string for "mt info symtabs".
2037
2038 * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
2039 debugging printf to better location.
2040
2041 2013-08-23 Pedro Alves <palves@redhat.com>
2042
2043 * target.c (target_read_live_memory): Change type of 'ret' local
2044 to LONGEST.
2045
2046 2013-08-23 Pedro Alves <palves@redhat.com>
2047
2048 * remote.c (remote_write_bytes_aux, remote_write_bytes)
2049 (remote_read_bytes): Change return type to LONGEST, and adjust to
2050 return a target_xfer_error on error.
2051 (remote_xfer_memory): Delete.
2052 (remote_flash_write): Change type of 'ret' local to LONGEST.
2053 (remote_xfer_partial, remote_xfer_partial): Adjust.
2054 (init_remote_ops): Don't install a deprecated_xfer_memory hook.
2055
2056 2013-08-23 Pierre Muller <muller@sourceware.org>
2057
2058 ARI fix: Push # directives to start of line.
2059 * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
2060
2061 2013-08-12 Muhammad Waqas <mwaqas@codesourcery.com>
2062
2063 PR gdb/15501
2064 * breakpoint.c (enable_command, disable_command): Iterate over
2065 all specified breakpoint locations.
2066
2067 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
2068
2069 * common/linux-ptrace.c (linux_fork_to_function): Push #
2070 directives to the start of the line.
2071 (linux_check_ptrace_features): Fix warning message to use
2072 the "_" markup.
2073
2074 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
2075
2076 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
2077 nat/linux-waitpid.h.
2078 (linux-waitpid.o): New object file rule.
2079 * common/linux-ptrace.c: Include nat/linux-waitpid.h.
2080 (current_ptrace_options): Moved from linux-nat.c.
2081 (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
2082 parameters.
2083 (linux_fork_to_function): New function.
2084 (linux_grandchild_function): Likewise.
2085 (linux_child_function): Likewise.
2086 (linux_check_ptrace_features): New function, heavily
2087 based on linux-nat.c:linux_test_for_tracefork.
2088 (linux_enable_event_reporting): New function.
2089 (ptrace_supports_feature): Likewise.
2090 (linux_supports_tracefork): Likewise.
2091 (linux_supports_traceclone): Likewise.
2092 (linux_supports_tracevforkdone): Likewise.
2093 (linux_supports_tracesysgood): Likewise.
2094 * common/linux-ptrace.h (HAS_NOMMU): Moved from
2095 gdbserver/linux-low.c.
2096 (linux_enable_event_reporting): New declaration.
2097 (linux_supports_tracefork): Likewise.
2098 (linux_supports_traceclone): Likewise.
2099 (linux_supports_tracevforkdone): Likewise.
2100 (linux_supports_tracesysgood): Likewise.
2101 * config.in (PTRACE_TYPE_ARG4): Regenerate.
2102 * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
2103 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
2104 * config/arm/linux.mh (NATDEPFILES): Likewise.
2105 * config/i386/linux.mh (NATDEPFILES): Likewise.
2106 * config/i386/linux64.mh (NATDEPFILES): Likewise.
2107 * config/ia64/linux.mh (NATDEPFILES): Likewise.
2108 * config/m32r/linux.mh (NATDEPFILES): Likewise.
2109 * config/m68k/linux.mh (NATDEPFILES): Likewise.
2110 * config/mips/linux.mh (NATDEPFILES): Likewise.
2111 * config/pa/linux.mh (NATDEPFILES): Likewise..
2112 * config/powerpc/linux.mh (NATDEPFILES): Likewise..
2113 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
2114 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
2115 * config/sparc/linux.mh (NATDEPFILES): Likewise.
2116 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
2117 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
2118 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
2119 * configure.ac (AC_CACHE_CHECK): Add void * to the list of
2120 ptrace's 4th argument's types.
2121 Check the type of PTRACE_TYPE_ARG4.
2122 * configure: Regenerate.
2123 * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
2124 (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
2125 (linux_supports_tracefork_flag): Remove.
2126 (linux_supports_tracesysgood_flag): Likewise.
2127 (linux_supports_tracevforkdone_flag): Likewise.
2128 (current_ptrace_options): Moved to
2129 common/linux-ptrace.c.
2130 (linux_tracefork_child): Remove.
2131 (my_waitpid): Remove.
2132 (linux_test_for_tracefork): Renamed to
2133 linux_check_ptrace_features and moved to common/linux-ptrace.c.
2134 (linux_test_for_tracesysgood): Remove.
2135 (linux_supports_tracesysgood): Remove.
2136 (linux_supports_tracefork): Remove.
2137 (linux_supports_tracevforkdone): Remove.
2138 (linux_enable_tracesysgood): Remove.
2139 (linux_enable_event_reporting): Remove.
2140 (linux_init_ptrace): New function.
2141 (linux_child_post_attach): Call linux_init_ptrace.
2142 (linux_child_post_startup_inferior): Call linux_init_ptrace.
2143 (linux_child_follow_fork): Call linux_supports_tracefork
2144 and linux_supports_tracevforkdone.
2145 (linux_child_insert_fork_catchpoint): Call
2146 linux_supports_tracefork.
2147 (linux_child_insert_vfork_catchpoint): Likewise.
2148 (linux_child_set_syscall_catchpoint): Call
2149 linux_supports_tracesysgood.
2150 (lin_lwp_attach_lwp): Call linux_supports_tracefork.
2151 * nat/linux-nat.h: New file.
2152 * nat/linux-waitpid.c: New file.
2153 * nat/linux-waitpid.h: New file.
2154
2155 2013-08-22 Samuel Bronson <naesten@gmail.com>
2156
2157 ARM Linux support for `catch syscall'.
2158 * syscalls/arm-linux.py: New file.
2159 * syscalls/arm-linux.xml: Likewise.
2160 * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
2161 (arm_linux_init_abi): Register the new function and syscall xml file.
2162 * data-directory/Makefile.in: Install the new syscall xml file.
2163 * NEWS: Brag about this.
2164
2165 2013-08-22 Pedro Alves <palves@redhat.com>
2166
2167 PR gdb/15871
2168 * corefile.c (target_xfer_memory_error): New function.
2169 (memory_error): Defer EIO to target_memory_error.
2170 (read_memory): Use target_xfer_partial, and handle finer-grained
2171 target xfer errors.
2172 * target.c (target_xfer_error_to_string): New function.
2173 (memory_xfer_partial_1): If memory is known to be
2174 unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
2175 (target_xfer_partial): Make extern.
2176 * target.h (enum target_xfer_error): New enum.
2177 (target_xfer_error_to_string): Declare function.
2178 (target_xfer_partial): Declare function.
2179 (struct target_ops) <xfer_partial>: Adjust describing comment.
2180
2181 2013-08-22 Alan Modra <amodra@gmail.com>
2182
2183 * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
2184 * configure.tgt: Likewise as targets.
2185
2186 2013-08-20 Doug Evans <dje@google.com>
2187
2188 * buildsym.c (subfile_stack): Move here from buildsym.h.
2189 (pending_macros): Ditto.
2190 (get_macro_table): New function.
2191 (buildsym_init): Initialize subfile_stack.
2192 * coffread.c (type_vector,type_vector_length): Moved here from
2193 buildsym.h.
2194 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2195 (coff_symtab_read): Use it.
2196 * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
2197 * dwarf2read.c (macro_start_file): Replace uses of pending_macros
2198 with call to get_macro_table.
2199 * stabsread.c (type_vector,type_vector_length): Moved here from
2200 buildsym.h.
2201 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2202 * buildsym.h (get_macro_table): Declare.
2203
2204 2013-08-20 Tom Tromey <tromey@redhat.com>
2205
2206 * dbxread.c (record_minimal_symbol): Make 'name' argument const.
2207 Update.
2208 (read_dbx_dynamic_symtab): Make 'name' const. Remove casts.
2209
2210 2013-08-20 Doug Evans <dje@google.com>
2211
2212 * blockframe.c: Remove #include "psymtab.h".
2213 * cp-support.c: Ditto.
2214 * source.c: Ditto.
2215 * stack.c: Ditto.
2216
2217 2013-08-20 Tom Tromey <tromey@redhat.com>
2218
2219 PR python/15816:
2220 * exceptions.h (return_mask): Now an enum.
2221 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
2222 enum constants.
2223
2224 2013-08-20 Tom Tromey <tromey@redhat.com>
2225
2226 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
2227 get_objfile_arch.
2228 * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
2229 (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
2230 * jit.c (jit_object_close_impl): Update.
2231 * jv-lang.c (get_dynamics_objfile): Update.
2232 * linespec.c (add_minsym): Use get_dynamics_objfile.
2233 * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
2234 (allocate_objfile): Don't initialize 'gdbarch' field.
2235 (get_objfile_arch): Update.
2236 * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
2237 moved from...
2238 (struct objfile) <gdbarch>: ... here. Remove.
2239 * stap-probe.c (stap_can_evaluate_probe_arguments): Use
2240 get_objfile_arch.
2241 * symfile.c (init_entry_point_info): Use get_objfile_arch.
2242
2243 2013-08-20 Alan Modra <amodra@gmail.com>
2244
2245 * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
2246 for IBM long double nan and inf.
2247 (floatformat_is_negative, floatformat_classify,
2248 floatformat_mantissa): Similarly.
2249 (floatformat_ieee_single, floatformat_ieee_double,
2250 floatformat_ieee_quad, floatformat_arm_ext,
2251 floatformat_ia64_spill): Delete unused vars.
2252 (_initialize_doublest): Delete unused function.
2253 * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
2254 little-endian variants of floatformat_ibm_long_double.
2255
2256 2013-08-19 Luis Machado <lgustavo@codesourcery.com>
2257
2258 * Makefile.in (SFILES): Remove common/target-common.c and
2259 add target/waitstatus.c.
2260 (HFILES_NO_SRCDIR): Remove common/target-common.h and add
2261 target/resume.h, target/wait.h and target/waitstatus.h.
2262 (COMMON_OBS): Remove target-common.o and add
2263 waitstatus.o.
2264 (target-common.o): Remove.
2265 (waitstatus.o): New target object file.
2266 * common/target-common.c: Move contents to
2267 target/waitstatus.c and remove.
2268 * common/target-common.h: Move contents to other files and
2269 remove.
2270 (enum resume_kind: Move to target/resume.h.
2271 (TARGET_WNOHANG): Move to target/wait.h.
2272 (enum target_waitkind): Move to target/waitstatus.h.
2273 (struct target_waitstatus): Likewise.
2274 * target.h: Do not include target-common.h and
2275 include target/resume.h, target/wait.h and
2276 target/waitstatus.h.
2277 * target/resume.h: New file.
2278 * target/wait.h: New file.
2279 * target/waitstatus.h: New file.
2280 * target/waitstatus.c: New file.
2281
2282 2013-08-19 Pedro Alves <palves@redhat.com>
2283
2284 * linux-nat.c (linux_test_for_tracefork)
2285 (linux_test_for_tracesysgood, linux_child_follow_fork)
2286 (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
2287 (linux_nat_wait_1): Extend comment.
2288 (linux_async_pipe): Add comment.
2289
2290 2013-08-15 Kevin Buettner <kevinb@redhat.com>
2291
2292 * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
2293 (RL78_PC_REGNUM): Move to list of pseudo-register enums.
2294 (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
2295 Update to account for fact that PC is now a pseudo-register.
2296 (rl78_pseudo_register_write, rl78_pseudo_register_read): Add
2297 cases for RL78_PC_REGNUM.
2298
2299 2013-08-15 Muhammad Bilal <mbilal@codesourcery.com>
2300
2301 PR cli/15841
2302 * top.c (quit_force): Skip writing history file
2303 if input is not from terminal.
2304
2305 2013-08-14 Tom Tromey <tromey@redhat.com>
2306
2307 * remote.c (struct remote_state) <echo_nextthread, nextthread,
2308 resultthreadlist>: New fields.
2309 (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
2310 (remote_get_threadlist, remote_threadlist_iterator): Use
2311 new fields. Remove static variables.
2312
2313 2013-08-14 Tom Tromey <tromey@redhat.com>
2314
2315 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
2316 remote_watch_data_address>: New fields.
2317 (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
2318 (process_stop_reply, remote_wait_as)
2319 (remote_check_watch_resources, remote_stopped_data_address): Update.
2320
2321 2013-08-14 Tom Tromey <tromey@redhat.com>
2322
2323 * remote.c (struct remote_state) <async_client_callback,
2324 async_client_context>: New fields.
2325 (async_client_callback, async_client_context): Remove.
2326 (remote_async_serial_handler, remote_async): Update.
2327
2328 2013-08-14 Tom Tromey <tromey@redhat.com>
2329
2330 * remote.c (sizeof_pkt): Remove.
2331 (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
2332
2333 2013-08-14 Tom Tromey <tromey@redhat.com>
2334
2335 * remote.c (struct remote_state) <use_threadinfo_query,
2336 use_threadextra_query>: New fields.
2337 (remote_threads_info, remote_threads_extra_info)
2338 (remote_open_1): Update.
2339
2340 2013-08-14 Tom Tromey <tromey@redhat.com>
2341
2342 * remote.c (struct remote_state) <finished_object,
2343 finished_annex, finished_offset>: New fields.
2344 (remote_read_qxfer): Use remote_state fields; remove static
2345 variables.
2346
2347 2013-08-14 Tom Tromey <tromey@redhat.com>
2348
2349 * remote.c (struct remote_state) <last_sent_step>:
2350 New field.
2351 (last_sent_step): Remove.
2352 (remote_resume, remote_wait_as): Update.
2353
2354 2013-08-14 Tom Tromey <tromey@redhat.com>
2355
2356 * remote.c (struct remote_state) <last_sent_signal>:
2357 New field.
2358 (last_sent_signal): Remove.
2359 (new_remote_state, remote_resume, remote_wait_as): Update.
2360
2361 2013-08-14 Tom Tromey <tromey@redhat.com>
2362
2363 * remote.c (struct remote_state) <last_program_signals_packet>:
2364 New field.
2365 (last_program_signals_packet): Remove.
2366 (remote_program_signals, remote_open_1): Update.
2367
2368 2013-08-14 Tom Tromey <tromey@redhat.com>
2369
2370 * remote.c (struct remote_state) <last_pass_packet>:
2371 New field.
2372 (last_pass_packet): Remove.
2373 (remote_pass_signals, remote_open_1): Update.
2374
2375 2013-08-14 Tom Tromey <tromey@redhat.com>
2376
2377 * remote.c (struct remote_state) <remote_traceframe_number>:
2378 New field.
2379 (remote_traceframe_number): Remove.
2380 (new_remote_state, remote_open_1, set_remote_traceframe)
2381 (remote_trace_find): Update.
2382
2383 2013-08-14 Tom Tromey <tromey@redhat.com>
2384
2385 * remote.c (struct remote_state) <general_thread, continue_thread>:
2386 New fields.
2387 (general_thread, continue_thread): Remove.
2388 (record_currthread, set_thread, set_general_process)
2389 (remote_open_1, extended_remote_attach_1, remote_wait_as)
2390 (extended_remote_mourn_1): Update.
2391
2392 2013-08-14 Tom Tromey <tromey@redhat.com>
2393
2394 * remote.c (struct remote_state) <remote_desc>: New field.
2395 (remote_desc): Remove.
2396 (remote_threads_info, remote_threads_extra_info, remote_close)
2397 (send_interrupt_sequence, remote_start_remote, remote_open_1)
2398 (readchar, remote_xfer_partial, remote_rcmd, packet_command)
2399 (remote_hostio_send_command, remote_file_put, remote_file_get)
2400 (remote_file_delete, remote_can_async_p, remote_is_async_p)
2401 (remote_async, remote_new_objfile, set_range_stepping): Update.
2402
2403 2013-08-14 Tom Tromey <tromey@redhat.com>
2404
2405 * remote.c (remote_state): Now a pointer.
2406 (get_remote_state_raw): Update.
2407 (new_remote_state): New function.
2408 (_initialize_remote): Use new_remote_state.
2409
2410 2013-08-14 Tom Tromey <tromey@redhat.com>
2411
2412 * remote.c (remote_protocol_features): Now const.
2413
2414 2013-08-14 Tom Tromey <tromey@redhat.com>
2415
2416 * remote.c (crc32_table, crc32): Remove.
2417 (remote_verify_memory): Use xcrc32.
2418
2419 2013-08-13 Sergio Durigan Junior <sergiodj@redhat.com>
2420
2421 * value.h (create_internalvar_type_lazy): Adjust prototype
2422 declaration.
2423
2424 2013-08-13 Andrew Burgess <aburgess@broadcom.com>
2425
2426 * common/format.c (parse_format_string): Don't allow '#' flag for
2427 pointer arguments in format string.
2428
2429 2013-08-13 Pierre Muller <muller@sourceware.org>
2430
2431 * utils.c (init_page_info): Only call tgetnum function
2432 if rl_get_screen_size did not return useful values.
2433
2434 2013-08-12 Ali Anwar <ali_anwar@codesourcery.com>
2435
2436 PR breakpoints/15117
2437 * linespec.c (linespec_parse_basic): Check for convenience
2438 variable or history value while parsing.
2439
2440 2013-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
2441
2442 Revert implementation of gdbarch_gdb_signal_{to,from}_target for
2443 AVR.
2444 * avr-tdep.c: Remove include of "linux-tdep.h". Remove enum with
2445 different signals between the generic Linux kernel implementation
2446 and AVR's.
2447 (avr_linux_gdb_signal_from_target): Delete.
2448 (avr_linux_gdb_signal_to_target): Delete.
2449 (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
2450
2451 2013-08-09 Doug Evans <dje@google.com>
2452
2453 * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
2454 entries.
2455
2456 2013-08-09 Sergio Durigan Junior <sergiodj@redhat.com>
2457
2458 * linux-tdep.c: Define enum with generic signal numbers.
2459 (linux_gdb_signal_from_target): New function.
2460 (linux_gdb_signal_to_target): Likewise.
2461 (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2462 methods to the functions above.
2463 * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
2464 (linux_gdb_signal_to_target): Likewise.
2465 * alpha-linux-tdep.c: Define new enum with signals different
2466 from generic Linux kernel.
2467 (alpha_linux_gdb_signal_from_target): New function.
2468 (alpha_linux_gdb_signal_to_target): Likewise.
2469 (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2470 with the functions mentioned above.
2471 * avr-tdep.c: Define enum with differences between Linux kernel
2472 and AVR signals.
2473 (avr_linux_gdb_signal_from_target): New function.
2474 (avr_linux_gdb_signal_to_target): Likewise.
2475 (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
2476 the functions mentioned above.
2477 * sparc-linux-tdep.c: Define enum with differences between SPARC
2478 and generic Linux kernel signal numbers.
2479 (sparc32_linux_gdb_signal_from_target): New function.
2480 (sparc32_linux_gdb_signal_to_target): Likewise.
2481 (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2482 to the functions defined above.
2483 * xtensa-linux-tdep.c: Define enum with differences between
2484 Xtensa and Linux kernel generic signals.
2485 (xtensa_linux_gdb_signal_from_target): New function.
2486 (xtensa_linux_gdb_signal_to_target): Likewise.
2487 (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
2488 to the functions defined above.
2489 * mips-linux-tdep.c: Define enum with differences between
2490 signals in MIPS and Linux kernel generic ones.
2491 (mips_gdb_signal_to_target): New function.
2492 (mips_gdb_signal_from_target): Redefine to use new enum, handle
2493 only different signals from the Linux kernel generic.
2494 (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2495 the functions defined above.
2496 * mips-linux-tdep.h (enum mips_signals): Remove.
2497
2498 2013-08-09 Pedro Alves <palves@redhat.com>
2499
2500 * avr-tdep.c (XMALLOC): Delete macro.
2501 * cli/cli-dump.c (XMALLOC): Delete macro.
2502
2503 2013-08-09 Pedro Alves <palves@redhat.com>
2504
2505 * cli/cli-dump.c: Don't include cli/cli-dump.h.
2506 (scan_expression_with_cleanup, scan_filename_with_cleanup)
2507 (fopen_with_cleanup, add_dump_command): Make static.
2508 * cli/cli-dump.h: Delete file.
2509 * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
2510 cli/cli-dump.h.
2511
2512 2013-08-09 Pedro Alves <palves@redhat.com>
2513
2514 * tracepoint.c (tfile_start): Show tilde-expanded filename in
2515 error message.
2516
2517 2013-08-09 Pedro Alves <palves@redhat.com>
2518
2519 * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
2520 error message.
2521
2522 2013-08-09 Pedro Alves <palves@redhat.com>
2523
2524 * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
2525 (gcore_command): Use tilde_expand here, and when showing the
2526 filename to the user, show the expanded version.
2527
2528 2013-08-09 Yao Qi <yao@codesourcery.com>
2529
2530 * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
2531 'entryval' is set.
2532
2533 2013-08-08 Azat Khuzhin <a3at.mail@gmail.com> (tiny change)
2534
2535 * gcore.c (create_gcore_bfd): Use tilde_expand.
2536
2537 2013-08-08 Yao Qi <yao@codesourcery.com>
2538
2539 * frame.h (read_frame_local): Declare.
2540 * mi/mi-cmd-stack.c (list_args_or_locals): Call
2541 read_frame_local.
2542 * stack.c (read_frame_local): New.
2543
2544 2013-08-08 Yao Qi <yao@codesourcery.com>
2545
2546 * mi/mi-cmd-stack.c: Update comments to function
2547 list_args_or_locals.
2548
2549 2013-08-07 Tom Tromey <tromey@redhat.com>
2550
2551 PR symtab/15028:
2552 * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
2553 (process_psymtab_comp_unit_reader): Use it.
2554 (process_psymtab_comp_unit): Update. Add "pretend_language"
2555 argument.
2556 (dwarf2_build_psymtabs_hard): Update.
2557 (scan_partial_symbols): Pass CU's language to
2558 process_psymtab_comp_unit.
2559
2560 2013-08-07 Tom Tromey <tromey@redhat.com>
2561
2562 * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
2563 (dwarf2_gdb_index_functions): Update.
2564 * psymtab.c (find_symbol_file_from_partial): Remove.
2565 (psym_functions): Update.
2566 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
2567 Remove.
2568
2569 2013-08-07 Tom Tromey <tromey@redhat.com>
2570
2571 * symfile.c (set_initial_language): Look up "main" symbol
2572 and use its language.
2573 * symtab.c (find_main_filename): Remove.
2574 * symtab.h (find_main_filename): Remove.
2575
2576 2013-08-07 Tom Tromey <tromey@redhat.com>
2577
2578 * dwarf2read.c (recursively_compute_inclusions): Add
2579 "immediate_parent" argument. Set symtab's "user" field
2580 if not set.
2581 (compute_symtab_includes): Update.
2582
2583 2013-08-07 Tom Tromey <tromey@redhat.com>
2584
2585 * linespec.c (convert_linespec_to_sals): Use maybe_add_address
2586 when adding label symbols.
2587
2588 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
2589 Ulrich Weigand <uweigand@de.ibm.com>
2590
2591 * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
2592 * configure.host (powerpc64-*-aix*): Likewise.
2593
2594 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
2595 Ulrich Weigand <uweigand@de.ibm.com>
2596
2597 * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
2598 is defined.
2599 * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
2600 (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
2601 (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
2602 * configure.ac: Check for ptrace64.
2603 * configure, config.in: Regenerate.
2604
2605 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
2606 Ulrich Weigand <uweigand@de.ibm.com>
2607
2608 * aixthread.c: Call ptrace64 instead of ptracex if defined.
2609 Call ptrace64 instead of ptrace if defined.
2610 Add macro addr_ptr to take care of ptrace address argument.
2611 (pdc_read_regs): Likewise.
2612 (pdc_write_regs): Likewise.
2613 (aix_thread_resume): Likewise.
2614 (fetch_regs_kernel_thread): Likewise.
2615 (store_regs_kernel_thread): Likewise.
2616
2617 2013-08-07 Anton Blanchard <anton@samba.org>
2618
2619 * MAINTAINERS: Add myself to Write After Approval.
2620
2621 2013-08-05 Tom Tromey <tromey@redhat.com>
2622
2623 * aix-thread.c (_initialize_aix_thread): Use
2624 complete_target_initialization.
2625 * bsd-uthread.c (_initialize_bsd_uthread): Use
2626 complete_target_initialization.
2627 * dec-thread.c (_initialize_dec_thread): Use
2628 complete_target_initialization.
2629 * ravenscar-thread.c (_initialize_ravenscar): Use
2630 complete_target_initialization.
2631 * sol-thread.c (_initialize_sol_thread): Use
2632 complete_target_initialization.
2633 * spu-multiarch.c (_initialize_spu_multiarch): Use
2634 complete_target_initialization.
2635
2636 2013-08-05 Tom Tromey <tromey@redhat.com>
2637
2638 * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
2639 * ada-lang.c (ada_lookup_simple_minsym): Return
2640 bound_minimal_symbol.
2641 * ada-lang.h (ada_lookup_simple_minsym): Update.
2642 * c-exp.y (variable): Use lookup_bound_minimal_symbol.
2643 * f-exp.y (variable): Use lookup_bound_minimal_symbol.
2644 * go-exp.y (variable): Use lookup_bound_minimal_symbol.
2645 * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
2646 * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
2647 * minsyms.c (msymbol_objfile): Remove.
2648 (lookup_minimal_symbol_internal): New function, from
2649 lookup_minimal_symbol.
2650 (lookup_minimal_symbol): Rewrite using
2651 lookup_minimal_symbol_internal.
2652 (lookup_bound_minimal_symbol): New function.
2653 * minsyms.h (msymbol_objfile): Remove.
2654 (lookup_bound_minimal_symbol): Declare.
2655 * p-exp.y (variable): Use lookup_bound_minimal_symbol.
2656 * parse.c (write_exp_msymbol): Change parameter to a
2657 bound_minimal_symbol.
2658 (write_dollar_variable): Use lookup_bound_minimal_symbol.
2659 * parser-defs.h (write_exp_msymbol): Update.
2660 * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
2661 * symfile.c (simple_read_overlay_table): Use
2662 lookup_bound_minimal_symbol.
2663 * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
2664 (search_symbols): Likewise.
2665 (print_msymbol_info): Take a bound_minimal_symbol argument.
2666 (symtab_symbol_info, rbreak_command): Update.
2667 * symtab.h (struct symbol_search) <msymbol>: Change type
2668 to bound_minimal_symbol.
2669 * valops.c (find_function_in_inferior): Use
2670 lookup_bound_minimal_symbol.
2671 * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
2672
2673 2013-08-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2674
2675 Code cleanup.
2676 * remote.c (cleanup_sigint_signal_handler): Rename the declaration
2677 to ...
2678 (async_cleanup_sigint_signal_handler): ... this.
2679 (initialize_sigint_signal_handler): Remove declaration.
2680 (handle_remote_sigint): Rename the declaration to ...
2681 (async_handle_remote_sigint): ... this.
2682 (handle_remote_sigint_twice): Rename the declaration to ...
2683 (async_handle_remote_sigint_twice): ... this.
2684 (async_remote_interrupt, async_remote_interrupt_twice)
2685 (remote_interrupt): Remove the declarations.
2686 (remote_interrupt_twice): Rename the declaration ...
2687 (sync_remote_interrupt_twice): ... this.
2688 (sigint_remote_twice_token): Rename the variable to ...
2689 (async_sigint_remote_twice_token): ... this.
2690 (sigint_remote_token): Rename the variable to ...
2691 (async_sigint_remote_token): ... this.
2692 (initialize_sigint_signal_handler): Rename the function to ...
2693 (async_initialize_sigint_signal_handler): ... this. Update the name
2694 inside.
2695 (handle_remote_sigint): Rename the function to ...
2696 (async_handle_remote_sigint): ... this. Update the names inside.
2697 (handle_remote_sigint_twice): Rename the function to ...
2698 (async_handle_remote_sigint_twice): ... this. Update the names inside.
2699 (cleanup_sigint_signal_handler): Rename the function to ...
2700 (async_cleanup_sigint_signal_handler): ... this.
2701 (remote_interrupt): Rename the function to ...
2702 (sync_remote_interrupt): this. Update the names inside.
2703 (remote_interrupt_twice): Rename the function to ...
2704 (sync_remote_interrupt_twice): this. Update the names inside.
2705 (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
2706 (_initialize_remote): Update the names inside.
2707
2708 2013-08-02 Tom Tromey <tromey@redhat.com>
2709
2710 PR symtab/15719:
2711 * breakpoint.c (update_watchpoint, watchpoint_check)
2712 (watch_command_1): Update.
2713 * eval.c (fetch_subexp_value): Add "preserve_errors"
2714 parameter.
2715 * ppc-linux-nat.c (check_condition): Update.
2716 * value.h (fetch_subexp_value): Update.
2717
2718 2013-08-02 Andrew Burgess <aburgess@broadcom.com>
2719
2720 * mi/mi-interp.c (mi_interpreter_resume): Remove call to
2721 add_file_handler.
2722
2723 2013-08-01 Doug Evans <dje@google.com>
2724
2725 PR symtab/15691
2726 * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
2727 (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
2728 Add assert of sig_entry->dwo_unit == NULL.
2729 (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
2730 had already been read.
2731 (read_signatured_type): Set per_cu.tu_read.
2732
2733 PR symtab/15695
2734 * valops.c (value_struct_elt): Add missing call to check_typedef.
2735 (value_find_oload_method_list): Ditto.
2736
2737 * symtab.c (do_free_search_symbols_cleanup): Change arg to,
2738 effectively, struct symbol_search **.
2739 (make_cleanup_free_search_symbols): Change arg to struct
2740 symbol_search **. All callers updated.
2741 (compare_search_syms): Compare symtab file name and block as well.
2742 (search_symbols_equal): New function.
2743 (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
2744 New args new_head, new_tail. Result is now void. Remove dups after
2745 sorting the symbols.
2746 (search_symbols): Sort all found symbols once, after all have been
2747 found, and remove duplicates. Simplify cleanup tracking of result.
2748 * symtab.h (make_cleanup_free_search_symbols): Update prototype.
2749
2750 Further workarounds for binutils/15021.
2751 * dwarf2read.c (recursively_compute_inclusions): Change type of result
2752 parameter to VEC (symtab_ptr) **. New parameter all_type_symtabs.
2753 Watch for duplicate symtabs coming from type units.
2754 (compute_symtab_includes): Update call to
2755 recursively_compute_inclusions. Build vector of included symtabs
2756 instead of per_cus.
2757 * symtab.h (symtab_ptr): New typedef.
2758 (DEF_VEC_P (symtab_ptr)): New VEC type.
2759 * linespec.c (symtab_p): Delete. All uses updated to use symtab_ptr
2760 instead.
2761
2762 2013-08-01 Andrew Burgess <aburgess@broadcom.com>
2763
2764 * cli/cli-script.c (script_from_file): Remove use of
2765 error_pre_print.
2766 * main.c (captured_main): Remove use of error_pre_print and
2767 quit_pre_print.
2768 * utils.c (error_pre_print, quit_pre_print): Remove.
2769 * utils.h (error_pre_print, quit_pre_print): Likewise.
2770
2771 2013-08-01 Yao Qi <yao@codesourcery.com>
2772
2773 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
2774 with mi_getopt.
2775 (mi_cmd_stack_list_variables): Likewise.
2776
2777 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
2778
2779 * exceptions.c (deprecated_throw_reason): Remove.
2780 * exceptions.h (deprecated_throw_reason): Remove.
2781
2782 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
2783
2784 * remote-mips.c (mips_error): Replace use of
2785 deprecated_throw_reason with throw_verror. Use the error message
2786 passed to mips_error as the error message for throw_verror.
2787
2788 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
2789
2790 * monitor.c (monitor_interrupt_query): Replace use of
2791 deprecated_throw_reason with quit.
2792 * nto-procfs.c (interrupt_query): Likewise.
2793 * remote-fileio.c (remote_fileio_sig_exit): Likewise.
2794 * remote-mips.c (mips_kill): Likewise.
2795 * remote.c (interrupt_query): Likewise.
2796
2797 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
2798
2799 * utils.c (internal_verror): Replace use of deprecated_throw_reason
2800 with call to fatal.
2801
2802 2013-07-31 Pedro Alves <pedro@codesourcery.com>
2803 Yao Qi <yao@codesourcery.com>
2804
2805 * tracepoint.c (trace_dump_command): Select the current frame.
2806
2807 2013-07-30 Doug Evans <dje@google.com>
2808
2809 * dwarf2read.c (process_queue): Add type signature to debug output.
2810
2811 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
2812
2813 * value.c (value_fetch_lazy): Mark optimized out values as such
2814 rather than raising an error.
2815
2816 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
2817
2818 * value.c (value_fetch_lazy): Ensure parent value is not lazy
2819 before checking which bits of the parent, not the child, value are
2820 valid.
2821
2822 2013-07-30 Muhammad Bilal <mbilal@codesorcery.com>
2823
2824 PR gdb/15715
2825 * top.c: Include "filenames.h".
2826 (set_history_filename): New function.
2827 (init_main): Install it as set hook of the "set history filename"
2828 command.
2829
2830 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
2831
2832 * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
2833 attribute parameter.
2834 (dwarf2_const_value_data): Constify struct attribute parameter.
2835 (dwarf2_const_value): Constify struct attribute parameter.
2836 (dwarf2_const_value_attr): Constify struct attribute parameter.
2837 (lookup_die_type): Constify struct attribute parameter.
2838 (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
2839 (follow_die_ref_or_sig): Constify struct attribute parameter.
2840 (follow_die_ref): Constify struct attribute parameter.
2841 (follow_die_sig): Constify struct attribute parameter.
2842 (get_DW_AT_signature_type): Constify struct attribute parameter.
2843 (get_type_unit_group): Constify struct attribute parameter.
2844 (fill_in_loclist_baton): Constify struct attribute parameter.
2845 (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
2846 (type_unit_group): Constify struct attribute parameter.
2847
2848 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
2849
2850 * dwarf2read.c (attr_form_is_block): Make argument const.
2851 (attr_form_is_section_offset): Make argument const.
2852 (attr_form_is_constant): Make argument const.
2853 (attr_form_is_ref): Make argument const.
2854
2855 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
2856
2857 * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
2858 All uses updated.
2859 (attr_form_is_ref): Moved below attr_form_is_constant.
2860
2861 2013-07-29 Doug Evans <dje@google.com>
2862
2863 * main.c (captured_command_loop): Tweak comment.
2864
2865 * target.c (target_async_permitted_1): Fix comment.
2866
2867 * symtab.c (iterate_over_some_symtabs): Add comment.
2868
2869 * symtab.c (iterate_over_some_symtabs): Fix indentation.
2870
2871 2013-07-27 Yao Qi <yao@codesourcery.com>
2872
2873 * NEWS: Mention that GDBserver now supports hardware
2874 watchpoints on the MIPS GNU/Linux target.
2875
2876 2013-07-27 Yao Qi <yao@codesourcery.com>
2877
2878 * Makefile.in (HFILES_NO_SRCDIR): Add
2879 common/mips-linux-watch.h.
2880 (mips-linux-watch.o): New rule.
2881 * common/mips-linux-watch.c: New.
2882 * common/mips-linux-watch.h: New.
2883 * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
2884 * mips-linux-nat.c: Include mips-linux-watch.h.
2885 (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
2886 to common/mips-linux-watch.h.
2887 (MAX_DEBUG_REGISTER): Likewise.
2888 (enum pt_watch_style): Likewise.
2889 (struct mips32_watch_regs): Likewise.
2890 (struct mips64_watch_regs): Likewise.
2891 (struct pt_watch_regs): Likewise.
2892 (struct mips_watchpoint): Likewise.
2893 (mips_linux_watch_get_irw_mask): Move to
2894 common/mips-linux-watch.c.
2895 (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
2896 (mips_linux_watch_get_watchlo): Likewise.
2897 (mips_linux_watch_set_watchlo): Likewise.
2898 (mips_linux_watch_get_watchhi): Likewise.
2899 (mips_linux_watch_set_watchhi): Likewise.
2900 (mips_linux_read_watch_registers): Likewise.
2901 (mips_linux_watch_type_to_irw): Likewise.
2902 (mips_linux_stopped_data_address, fill_mask): Likewise.
2903 (mips_linux_watch_try_one_watch): Likewise.
2904 (mips_linux_watch_populate_regs): Likewise.
2905
2906 2013-07-27 Yao Qi <yao@codesourcery.com>
2907
2908 * mips-linux-nat.c (get_irw_mask): Rename to ...
2909 (mips_linux_watch_get_irw_mask): ... this. Rename parameter
2910 'set' to 'n'. Update function comment. All callers changed.
2911 (get_reg_mask): Rename parameter 'set' to 'n'. Update
2912 function comment. All callers changed.
2913 (get_num_valid): Rename to ...
2914 (mips_linux_watch_get_num_valid): ... this. Rename parameter
2915 'set' to 'n'. Update function comment. All callers changed.
2916 (get_watchlo): Rename to ...
2917 (mips_linux_watch_get_watchlo): ... this. Rename parameter
2918 'set' to 'n'. Update function comment. All callers changed.
2919 (set_watchlo): Rename to ...
2920 (mips_linux_watch_set_watchlo): ... this. Rename parameter
2921 'set' to 'n'. Update function comment. All callers changed.
2922 (get_watchhi): Rename to ...
2923 (mips_linux_watch_get_watchhi): ... this. Update function
2924 comment. All callers changed.
2925 (set_watchhi): Rename to ...
2926 (mips_linux_watch_set_watchhi): ... this. Update function
2927 comment. All callers changed.
2928 (mips_linux_read_watch_registers): Update function comment.
2929 Add new parameters 'lwpid', 'watch_readback', and
2930 'watch_readback_valid'. Update.
2931 (type_to_irw): Rename to ...
2932 (mips_linux_watch_type_to_irw): ... this. Update function
2933 comment. All callers changed.
2934 (fill_mask): Update function comment.
2935 (try_one_watch): Rename to ...
2936 (mips_linux_watch_try_one_watch): ... this. Change the type
2937 of parameter 'irw' from 'unsigned' to 'uint32_t'.
2938 (populate_regs_from_watches): Rename to ...
2939 (mips_linux_watch_populate_regs): ... this. Add parameter
2940 'current_watches'. All callers changed.
2941
2942 2013-07-27 Yao Qi <yao@codesourcery.com>
2943
2944 * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
2945 the code.
2946 (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
2947 (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
2948 (struct pt_watch_regs): Likewise.
2949 [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
2950 [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
2951 [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
2952 [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
2953 [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
2954
2955 2013-07-27 Yao Qi <yao@codesourcery.com>
2956
2957 * breakpoint.h: Include break-common.h.
2958 (enum target_hw_bp_type): Move to ...
2959 * common/break-common.h: ... here. New.
2960
2961 2013-07-26 Cyril Nikolaev <cyril@nichtverstehen.de>
2962
2963 * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
2964 process group regardless of having tty on stdin.
2965
2966 2013-07-25 Doug Evans <dje@google.com>
2967
2968 * linux-fork.h (detach_fork): Delete.
2969
2970 2013-07-25 Tom Tromey <tromey@redhat.com>
2971
2972 PR remote/15256, PR remote/15266:
2973 * bfd-target.c (target_bfd_reopen): Initialize to_magic.
2974 * monitor.c (monitor_detach): Use unpush_target.
2975 * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
2976 * remote-mips.c (mips_detach): Use unpush_target. Don't
2977 call mips_close.
2978 * remote-sim.c (gdbsim_detach): Use unpush_target.
2979 * target.c (pop_target): Remove.
2980 (pop_all_targets_above): Don't call target_close.
2981 (target_close): Assert that the target is unpushed.
2982 * target.h (pop_target): Don't declare.
2983 * tracepoint.c (tfile_open): Use unpush_target.
2984
2985 2013-07-25 Tom Tromey <tromey@redhat.com>
2986
2987 * linux-thread-db.c (init_thread_db_ops): Call
2988 complete_target_initialization.
2989 (_initialize_thread_db): Don't call add_target.
2990 * target.c (complete_target_initialization): New function.
2991 (add_target_with_completer): Call it.
2992 * target.h (complete_target_initialization): Declare.
2993
2994 2013-07-25 Mark Kettenis <kettenis@gnu.org>
2995
2996 * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
2997 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
2998 (HPPANBSD_SIZEOF_GREGS): New define.
2999 (hppaobsd_supply_gregset): Handle additional registers.
3000 * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
3001 we provide more registers now.
3002 (hppabsd_supply_gregset): Supply additional registers.
3003 (hppabsd_collect_gregset): Collect additional registers.
3004
3005 2013-07-25 Mark Kettenis <kettenis@gnu.org>
3006
3007 * hppabsd-tdep.c: Include "dwarf2-frame.h".
3008 (hppabsd_dwarf2_frame_init_reg): New function.
3009 (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
3010
3011 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
3012
3013 * mi/mi-main.c (output_register): Make MI 'r' format use standard
3014 'z' format code. Remove error for optimized out values, standard
3015 code will handle these fine.
3016
3017 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
3018
3019 * NEWS: Mention new 'z' formatter.
3020 * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
3021 (_initialize_printcmd): Mention 'z' formatter in help text of the
3022 'x' command.
3023
3024 2013-07-24 Maciej W. Rozycki <macro@codesourcery.com>
3025
3026 * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
3027 formatting.
3028
3029 2013-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
3030
3031 * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
3032 interface can evaluate arguments. Fallback to the old mode if it
3033 cannot.
3034 (create_exception_master_breakpoint): Likewise.
3035 * elfread.c (elf_can_evaluate_probe_arguments): New function.
3036 (struct sym_probe_fns elf_probe_fns): Export function above to the
3037 probe interface.
3038 * probe.c (can_evaluate_probe_arguments): New function.
3039 * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
3040 function pointer.
3041 (can_evaluate_probe_arguments): New function prototype.
3042 * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
3043 probe interface can evaluate arguments. Fallback to the old mode
3044 if it cannot.
3045 * stap-probe.c (stap_get_probe_argument_count): Check if probe
3046 interface can evaluate arguments. Warning the user if it cannot.
3047 (stap_can_evaluate_probe_arguments): New function.
3048 (struct probe_ops stap_probe_ops): Export function above to the
3049 probe interface.
3050 * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
3051 New function pointer.
3052
3053 2013-07-24 Luis Machado <lgustavo@codesourcery.com>
3054
3055 * Makefile.in (SFILES): Add common/target-common.c.
3056 Add common/target-common.h to headers.
3057 (COMMON_OBS): Add target-common.o.
3058 (target-common.o): New target.
3059 * linux-nat.h (resume_kind): Move to common/target-common.h.
3060 * target.c (target_waitstatus_to_string): Move to
3061 common/target-common.c.
3062 * target.h: Include target-common.h.
3063 (target_waitkind): Move to common/target-common.h.
3064 (target_waitstatus): Likewise.
3065 (TARGET_WNOHANG): Likewise.
3066 * common/target-common.c: New file.
3067 * common/target-common.h: New file.
3068
3069 2013-07-24 Doug Evans <dje@google.com>
3070
3071 * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
3072 a warning.
3073
3074 2013-07-23 Yao Qi <yao@codesourcery.com>
3075
3076 * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
3077 parameter 'gdbarch'.
3078 (i386_stack_tramp_frame_sniffer): Caller update.
3079 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
3080 parameter 'gdbarch' and 'target'.
3081 (i386_linux_core_read_description): Caller update.
3082 * amd64-linux-tdep.c (amd64_linux_core_read_description):
3083 Likewise.
3084 * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
3085 declaration.
3086
3087 2013-07-23 Tom Tromey <tromey@redhat.com>
3088
3089 * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
3090 2013-07-22.
3091
3092 2013-07-22 Doug Evans <dje@google.com>
3093
3094 * exec.h (remove_target_sections): Delete arg abfd.
3095 * exec.c (exec_close): Update call to remove_target_sections.
3096 (remove_target_sections): Delete arg abfd.
3097 * solib.c (update_solib_list): Ditto.
3098 (reload_shared_libraries_1): Ditto.
3099 (clear_solib): Ditto, and unconditionally call remove_target_sections.
3100 * target.h (struct target_section): Rename key to owner.
3101 All uses updated.
3102
3103 2013-07-22 Tom Tromey <tromey@redhat.com>
3104
3105 * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
3106
3107 2013-07-22 Tom Tromey <tromey@redhat.com>
3108
3109 * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
3110 Simplify cleanup handling.
3111
3112 2013-07-22 Tom Tromey <tromey@redhat.com>
3113
3114 * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
3115 on all return paths.
3116
3117 2013-07-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3118
3119 * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
3120 (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
3121 DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
3122
3123 2013-07-22 Phil Muldoon <pmuldoon@redhat.com>
3124
3125 * top.c (print_gdb_version): Add help, apropos description and
3126 url to online documentation.
3127
3128 2013-07-19 Hui Zhu <hui@codesourcery.com>
3129
3130 PR gdb/15692
3131 * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
3132
3133 2013-07-19 Yao Qi <yao@codesourcery.com>
3134
3135 * target.c (update_current_target): Change the default action
3136 of 'to_traceframe_info' from tcomplain to return_zero.
3137 * target.h (struct target_ops) <to_traceframe_info>: Add more
3138 comments.
3139 * valops.c (read_value_memory): Call
3140 traceframe_available_memory unconditionally.
3141
3142 2013-07-18 Yao Qi <yao@codesourcery.com>
3143
3144 * coffread.c (coff_symfile_read): Iterate over minimal symbols,
3145 if the name is prefixed by "__imp_" or "_imp_", look for minimal
3146 symbol without prefix. If found, set its type to
3147 'mst_solib_trampoline'.
3148
3149 2013-07-17 Doug Evans <dje@google.com>
3150
3151 * NEWS: Mention "set print raw frame-arguments".
3152 * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
3153 * stack.c (print_raw_frame_arguments): New static global.
3154 (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
3155 (_initialize_stack): New command "set/show print raw frame-arguments".
3156 * valprint.c (setprintrawlist, showprintrawlist): New globals.
3157 (set_print_raw, show_print_raw): New functions.
3158 (_initialize_valprint): New prefix command "set/show print raw".
3159 * valprint.h (value_print_options): Improve comments.
3160
3161 * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
3162 of all *list variables.
3163
3164 * gdbcmd.h (togglelist): Delete.
3165 * cli/cli-cmds.c (togglelist): Delete.
3166 (init_cmd_lists): Update.
3167 * cli/cli-cmds.h (togglelist): Delete.
3168
3169 2013-07-17 Tom Tromey <tromey@redhat.com>
3170
3171 * dwarf2read.c (dwarf2_per_objfile_free): Clear
3172 dwarf2_per_objfile.
3173
3174 2013-07-16 Doug Evans <dje@google.com>
3175
3176 * nto-tdep.c (nto_relocate_section_addresses): Update,
3177 target_section.bfd deleted.
3178 * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
3179 * s390-tdep.c (s390_load): Ditto.
3180 * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
3181
3182 2013-07-16 Andrew Burgess <aburgess@broadcom.com>
3183
3184 * common/format.c (parse_format_string): Add checks for NULL
3185 character before calling strchr.
3186
3187 2013-07-16 Doug Evans <dje@google.com>
3188
3189 * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
3190 temp_pathname argument.
3191 * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
3192 when opening the file fails.
3193
3194 * target.h (struct target_section): Delete member bfd.
3195 All users updated to use the_bfd_section->owner instead.
3196 * exec.c (add_to_section_table): Assert bfd is expected value.
3197 Remove initialization of target_section.bfd.
3198 (remove_target_sections): Update.
3199 (section_table_available_memory): Update.
3200 (section_table_xfer_memory_partial): Update.
3201 (print_section_info): Update.
3202 (exec_set_section_address): Update.
3203 * record-full.c (record_full_core_xfer_partial): Update.
3204 * solib-svr4.c (svr4_relocate_section_addresses): Update.
3205 * solib-target.c (solib_target_relocate_section_addresses): Update.
3206 * symfile.c (build_section_addr_info_from_section_table): Update.
3207 * target.c (memory_xfer_live_readonly_partial): Update.
3208 (memory_xfer_partial_1): Update.
3209
3210 2013-07-15 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3211
3212 * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
3213 now available for embedded (BookE) and server (BookS) processors,
3214 correct mentions of 'booke' and adjust comments accordingly in order to
3215 avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
3216 (have_ptrace_booke_interface): Rename function and variable
3217 'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
3218 Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
3219 (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
3220 'hwdebug_point_cmp'. Update all uses.
3221 (booke_find_thread_points_by_tid): Rename function
3222 'booke_find_thread_points_by_tid' to
3223 'hwdebug_find_thread_points_by_tid'. Update all uses.
3224 (booke_insert_point): Rename function 'booke_insert_point' to
3225 'hwdebug_insert_point'. Update all uses.
3226 (booke_remove_point): Rename function 'booke_remove_point' to
3227 'hwdebug_remove_point'. Update all uses.
3228
3229 2013-07-15 Maciej W. Rozycki <macro@codesourcery.com>
3230
3231 * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
3232 numbers with enum values.
3233
3234 2013-07-15 Ali Anwar <ali_anwar@codesourcery.com>
3235
3236 PR threads/13217
3237 * thread.c (thread_apply_all_command): Check for valid threads
3238 and thread count.
3239 (thread_array_cleanup): New struct.
3240 (set_thread_refcount): New function.
3241
3242 2013-07-11 Andrew Burgess <aburgess@broadcom.com>
3243
3244 * infcmd.c (default_print_one_register_info): Reuse function
3245 print_hex_chars.
3246
3247 2013-07-10 Tom Tromey <tromey@redhat.com>
3248
3249 * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
3250 (ada-exp.o): New target.
3251
3252 2013-07-10 Sergio Durigan Junior <sergiodj@redhat.com>
3253
3254 * mt-tdep.c (mt_registers_info): Call
3255 get_no_prettyformat_print_options instead of
3256 get_raw_print_options (regression by last patch from Doug
3257 Evans).
3258
3259 2013-07-09 Pedro Alves <palves@redhat.com>
3260
3261 Checked in by Joel Brobecker <brobecker@adacore.com>.
3262 * ada-lang.c (coerce_unspec_val_to_type): Use
3263 value_optimized_out_const.
3264 * value.c (value_optimized_out_const): New function.
3265 * value.h (value_optimized_out_const): New declaration.
3266
3267 2013-07-09 Doug Evans <dje@google.com>
3268
3269 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
3270 Enum values rename as well. All uses updated.
3271 * valprint.h (value_print_options): Rename member pretty to
3272 pretty format. Rename member prettyprint_arrays to
3273 prettyformat_arrays. Rename member prettyprint_structs to
3274 prettyformat_structs. All uses updated.
3275 (get_no_prettyformat_print_options): Renamed from
3276 get_raw_print_options.
3277 * valprint.c (get_no_prettyformat_print_options): Renamed from
3278 get_raw_print_options. All callers updated.
3279 (show_prettyformat_structs): Renamed from show_prettyprint_structs.
3280 All callers updated.
3281 (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
3282 All callers updated.
3283 (_initialize_valprint): Improve help text for "set print pretty" and
3284 "set print arrays".
3285
3286 2013-07-09 Andrew Burgess <aburgess@broadcom.com>
3287
3288 * value.c (value_bits_valid): Revert previous change, and change
3289 by Pedro on 2013-07-04, due to regressions in
3290 gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
3291
3292 2013-07-08 Andrew Burgess <aburgess@broadcom.com>
3293 Pedro Alves <palves@redhat.com>
3294
3295 * value.c (value_bits_valid): If the value is not lval_computed
3296 or has no check validity handler then the answer is the
3297 optimized_out flag, otherwise defer to the handler.
3298
3299 2013-07-06 Eli Zaretskii <eliz@gnu.org>
3300
3301 * top.c (print_gdb_configuration): Explain in output of
3302 --configuration what does "relocatable" mean.
3303
3304 * main.c (print_gdb_help): Regroup options in the --help text.
3305 See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
3306 the relevant discussions.
3307
3308 2013-07-06 Yao Qi <yao@codesourcery.com>
3309
3310 * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
3311 Remove parameter 'lsal'.
3312 * breakpoint.c (create_breakpoint): Move local variable 'lsal'
3313 to inner block. Caller update.
3314 (base_breakpoint_create_breakpoints_sal): Update.
3315 (bkpt_create_breakpoints_sal): Likewise.
3316 (tracepoint_create_breakpoints_sal): Likewise.
3317 (strace_marker_create_breakpoints_sal): Get 'lsal' from the
3318 element 0 of vector 'canonical->sals'.
3319
3320 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
3321
3322 * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
3323 register number instead of the pseudo register one.
3324 (rs6000_dwarf2_reg_to_regnum): Likewise.
3325
3326 2013-07-04 Pedro Alves <palves@redhat.com>
3327
3328 * findvar.c (value_of_register): Use allocate_optimized_out_value
3329 if the register has been optimized out, instead of
3330 set_value_optimized_out.
3331 * frame-unwind.c (frame_unwind_got_optimized): Use
3332 allocate_optimized_out_value.
3333
3334 2013-07-04 Pedro Alves <palves@redhat.com>
3335
3336 * value.c (value_bits_valid): If the value is not lval_computed,
3337 or doesn't have a check_validity hook, assume the value is entirely
3338 valid.
3339
3340 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
3341
3342 * stack.c (read_frame_arg): No longer fetch lazy values.
3343 * value.c (value_optimized_out): If the value is not already
3344 marked optimized out, and is lazy then fetch it.
3345 (value_primitive_field): Move optimized out check to later in the
3346 function, after we have loaded any lazy values.
3347 (value_fetch_lazy): Use optimized out flag directly rather than
3348 calling optimized_out method.
3349
3350 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
3351
3352 * valops.c: Don't include "user-regs.h".
3353 (value_fetch_lazy): Moved to value.c.
3354 * value.c: Include "user-regs.h".
3355 (value_fetch_lazy): Moved from valops.c.
3356
3357 2013-07-04 Yao Qi <yao@codesourcery.com>
3358
3359 Revert:
3360 2013-06-27 Yao Qi <yao@codesourcery.com>
3361
3362 * common/create-version.sh: Update comments. Handle the case
3363 that TARGET_ALIAS is empty.
3364
3365 2013-07-03 Pedro Alves <palves@redhat.com>
3366
3367 * Makefile.in (config.status): Depend on development.sh.
3368 (aclocal_m4_deps): Add libmcheck.m4.
3369 * acinclude.m4: Include libmcheck.m4.
3370 * configure.ac: Source development.sh instead of setting
3371 'development' here. --enable-libmcheck/--disable-libmcheck code
3372 factored out to GDB_AC_LIBMCHECK. Run it.
3373 * development.sh: New file.
3374 * libmcheck.m4: New file.
3375 * configure: Regenerate.
3376
3377 2013-07-02 Tom Tromey <tromey@redhat.com>
3378
3379 * contrib/ari/update-web-ari.sh: Update for version.in change.
3380
3381 2013-07-02 Tom Tromey <tromey@redhat.com>
3382
3383 * common/ptid.h: Comment fixes.
3384
3385 2013-07-01 Tom Tromey <tromey@redhat.com>
3386
3387 * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
3388 .gnu_debugaltlink not found. Use bfd_get_alt_debug_link_info.
3389 (dwarf2_read_index, create_all_comp_units): Update.
3390
3391 2013-07-01 Tom Tromey <tromey@redhat.com>
3392
3393 * configure.ac (build_warnings): Add -Wold-style-definition.
3394 * configure: Rebuild.
3395 * machoread.c (_initialize_machoread): Use "(void)".
3396 * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
3397 use "(void)".
3398
3399 2013-07-01 Tom Tromey <tromey@redhat.com>
3400
3401 * configure.ac (build_warnings): Add -Wold-style-declaration.
3402 * configure: Rebuild.
3403 * dsrec.c (make_srec): Use "static const", not "const static".
3404 * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
3405 not "const static".
3406 * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
3407 Use "static const", not "const static".
3408 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
3409 not "const static".
3410 * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
3411 not "const static".
3412 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
3413 not "const static".
3414 * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
3415 not "const static".
3416 (v850_dbtrap_breakpoint_from_pc): Likewise.
3417 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
3418 not "const static".
3419
3420 2013-07-01 Tom Tromey <tromey@redhat.com>
3421
3422 * configure.ac (build_warnings): Add -Wmissing-parameter-type.
3423 * configure: Rebuild.
3424
3425 2013-07-01 Pedro Alves <palves@redhat.com>
3426
3427 * defs.h: Include "pathmax.h".
3428 * utils.c: Don't include sys/param.h.
3429 (gdb_realpath): Remove code that checks for MAXPATHLEN.
3430 * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
3431 instead of MAXPATHLEN.
3432 * solib-sunos.c: Don't include sys/param.h.
3433 * xcoffread.c: Don't include sys/param.h.
3434 * bsd-kvm.c: Don't include sys/param.h.
3435 * darwin-nat.c: Don't include sys/param.h.
3436 (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
3437 * darwin-nat-info.c: Don't include sys/param.h.
3438 * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
3439 MAXPATHLEN.
3440 * i386obsd-nat.c: Don't include sys/param.h.
3441 * inf-child.c: Don't include sys/param.h.
3442 (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
3443 * linux-fork.c: Don't include sys/param.h.
3444 (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
3445 * linux-nat.c: Don't include sys/param.h.
3446 (linux_child_pid_to_exec_file, linux_proc_pending_signals)
3447 (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
3448 * m68klinux-nat.c: Don't include sys/param.h.
3449 * nbsd-nat.c: Don't include sys/param.h.
3450 (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
3451 * ppc-linux-nat.c: Don't include sys/param.h.
3452 * rs6000-nat.c: Don't include sys/param.h.
3453 * spu-linux-nat.c. Don't include sys/param.h.
3454 * windows-nat.c: Don't include sys/param.h.
3455 * xtensa-linux-nat.c: Don't include sys/param.h.
3456 * config/i386/nm-fbsd.h: Don't include sys/param.h.
3457
3458 2013-07-01 Pedro Alves <palves@redhat.com>
3459
3460 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
3461 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
3462 * gnulib/aclocal.m4: Regenerate.
3463 * gnulib/config.in: Regenerate.
3464 * gnulib/configure: Regenerate.
3465 * gnulib/import/pathmax.h: New file.
3466 * gnulib/import/Makefile.am: Regenerate.
3467 * gnulib/import/Makefile.in: Regenerate.
3468 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
3469 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
3470 * gnulib/import/m4/pathmax.m4: New file.
3471
3472 2013-07-01 Pedro Alves <palves@redhat.com>
3473
3474 * configure.ac (GDBINIT): Define, depending on host.
3475 * go32-nat.c (init_go32_ops): Don't override gdbinit here.
3476 * top.c (PATH_MAX): Delete fallback definition.
3477 (GDBINIT_FILENAME): Delete.
3478 (gdbinit): Reimplement as const char array set to the GDBINIT
3479 string constant.
3480 * top.h (gdbinit): Make const.
3481 * configure, config.in: Regenerate.
3482
3483 2013-07-01 Pedro Alves <palves@redhat.com>
3484
3485 * cli/cli-cmds.c (source_script): Make 'file' parameter const.
3486 * cli/cli-cmds.h (source_script): Likewise.
3487 * exceptions.c (catch_command_errors_const): New function.
3488 * exceptions.h (catch_command_errors_const): Declare.
3489 * main.c (get_init_files): Make parameters const, and adjust.
3490 (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
3491 'local_gdbinit' locals const. Adjust to use
3492 catch_command_errors_const.
3493 (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
3494 'local_gdbinit' locals const.
3495
3496 2013-07-01 Pedro Alves <palves@redhat.com>
3497
3498 * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
3499 (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
3500 * tracepoint.c: Don't check HAVE_UNISTD_H before including
3501 <unistd.h>.
3502
3503 2013-07-01 Pedro Alves <palves@redhat.com>
3504
3505 Import the "unistd" gnulib module.
3506 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
3507 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
3508 import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
3509 import/m4/unistd_h.m4.
3510 * gnulib/aclocal.m4: Renenerate.
3511 * gnulib/config.in: Renenerate.
3512 * gnulib/configure: Renenerate.
3513 * gnulib/import/Makefile.am: Renenerate.
3514 * gnulib/import/Makefile.in: Renenerate.
3515 * gnulib/import/m4/gnulib-cache.m4: Renenerate.
3516 * gnulib/import/m4/gnulib-comp.m4: Renenerate.
3517 * gnulib/import/m4/off_t.m4: New file.
3518 * gnulib/import/m4/ssize_t.m4: New file.
3519 * gnulib/import/m4/sys_types_h.m4: New file.
3520 * gnulib/import/m4/unistd_h.m4: New file.
3521 * gnulib/import/sys_types.in.h: New file.
3522 * gnulib/import/unistd.c: New file.
3523 * gnulib/import/unistd.in.h: New file.
3524
3525 2013-07-01 Pedro Alves <palves@redhat.com>
3526
3527 * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
3528 defined instead of checking HAVE_UNISTD_H.
3529
3530 2013-07-01 Pedro Alves <palves@redhat.com>
3531
3532 Reimport gnulib from scratch.
3533 * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
3534 import/m4/onceonly.m4.
3535 * gnulib/aclocal.m4: Renegerate.
3536 * gnulib/config.in: Renegerate.
3537 * gnulib/configure: Renegerate.
3538 * gnulib/import/Makefile.in: Renegerate.
3539 * gnulib/import/extra/update-copyright: Renegerate.
3540 * gnulib/import/m4/onceonly.m4: Delete.
3541
3542 2013-07-01 Pedro Alves <palves@redhat.com>
3543
3544 * tui/tui-regs.c (pagination_enabled): Delete declaration.
3545
3546 2013-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3547
3548 Code cleanup.
3549 * remote.c (async_remote_interrupt_twice): Make it static.
3550 * remote.h (async_remote_interrupt_twice): Remove the declaration.
3551
3552 2013-06-29 Sergio Durigan Junior <sergiodj@redhat.com>
3553
3554 * ia64-linux-tdep.c: Include <ctype.h>.
3555 (ia64_linux_stap_is_single_operand): New function.
3556 (ia64_linux_init_abi): Initialize SystemTap related attributes.
3557
3558 2013-06-28 Tom Tromey <tromey@redhat.com>
3559
3560 * Makefile.in (version.c): Use version.in, not
3561 common/version.in.
3562 * common/create-version.sh: Likewise.
3563 * common/version.in: Move...
3564 * version.in: ...here.
3565
3566 2013-06-28 Pedro Alves <palves@redhat.com>
3567
3568 * infrun.c (set_observer_mode): Don't declare pagination_enabled
3569 here.
3570 * utils.h (pagination_enabled): Declare.
3571
3572 2013-06-28 Pedro Alves <palves@redhat.com>
3573
3574 * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
3575 Move higher up in file.
3576
3577 2013-06-28 Tom Tromey <tromey@redhat.com>
3578
3579 * tracepoint.c (deprecated_readline_begin_hook)
3580 (deprecated_readline_hook, deprecated_readline_end_hook): Don't
3581 declare.
3582
3583 2013-06-28 Pedro Alves <palves@redhat.com>
3584
3585 PR tui/14880
3586 * tui/tui-regs.c (tui_get_register): Fetch value contents before
3587 checking if they're available.
3588 * value.c (value_available_contents_eq): Change comment.
3589 * value.h (value_available_contents_eq): Expand comment.
3590
3591 2013-06-27 Tom Tromey <tromey@redhat.com>
3592
3593 * target.c (find_run_target): Remove.
3594 * target.h (find_run_target): Remove.
3595
3596 2013-06-27 Tom Tromey <tromey@redhat.com>
3597
3598 * corelow.c (core_gdbarch): Now static.
3599
3600 2013-06-27 Tom Tromey <tromey@redhat.com>
3601
3602 * target.c (target_struct_index): Remove.
3603
3604 2013-06-27 Pedro Alves <palves@redhat.com>
3605
3606 * infrun.c: Remove comment describing the 'stepping over runtime
3607 loader dynamic symbol resolution code' mechanism; moved to
3608 gdbint.texinfo.
3609
3610 2013-06-27 Pedro Alves <palves@redhat.com>
3611
3612 * exceptions.c (catch_command_errors): Remove spurious space.
3613 * exceptions.h (catch_command_errors): Second parameter is "arg",
3614 not "command".
3615
3616 2013-06-27 Yao Qi <yao@codesourcery.com>
3617
3618 * common/create-version.sh: Update comments. Handle the case
3619 that TARGET_ALIAS is empty.
3620
3621 2013-06-26 Pedro Alves <palves@redhat.com>
3622
3623 * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
3624 comment.
3625
3626 2013-06-26 Pedro Alves <palves@redhat.com>
3627
3628 * infrun.c: Update comments on stepping over runtime loader
3629 dynamic symbol resolution code.
3630
3631 2013-06-26 Sergio Durigan Junior <sergiodj@redhat.com>
3632
3633 * ax-gdb.h (union exp_element): Forward declare.
3634 * parser-defs.h: Include expression.h.
3635
3636 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
3637
3638 * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
3639
3640 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
3641
3642 * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
3643
3644 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
3645
3646 Fix trace-status to output proper start-time and stop-time.
3647 * tracepoint.c (trace_status_command): Fix type of printf arg to
3648 prevent improper type conversion.
3649 (trace_status_mi): Likewise.
3650
3651 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
3652
3653 * mips-tdep.c (mips_next_pc): Fix a typo.
3654
3655 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
3656
3657 * mips-tdep.c (micromips_scan_prologue): Fix a typo.
3658
3659 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3660 Yao Qi <yao@codesourcery.com>
3661
3662 * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
3663 * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
3664 * mi/mi-main.c (print_variable_or_computed): New function.
3665 (mi_cmd_trace_frame_collected): New function.
3666 * tracepoint.c (find_trace_state_variable_by_number): New.
3667 (struct traceframe_info): Move to tracepoint.h
3668 (struct collection_list): Likewise.
3669 (do_collect_symbol): Include locals and arguments in the
3670 collected variables list.
3671 (clear_collection_list): Clear wholly collected variables list
3672 and computed variables list.
3673 (append_exp): New function.
3674 (encode_actions_1): Include variables in the wholly
3675 collected variables list. Include memory ranges and
3676 full-fledged expressions in the computed expressions list.
3677 (encode_actions): Move some code to ...
3678 Return the cleanup chain.
3679 (encode_actions_rsp): ... here. New function.
3680 (get_traceframe_location, get_traceframe_info): Remove static.
3681 * tracepoint.h (struct memrange): Moved from tracepoint.c.
3682 (struct collection_list): Moved from tracepoint.c. Add two
3683 new fields 'wholly_collected' and 'computed'.
3684 (find_trace_state_variable_by_number): Declare.
3685 (encode_actions): Adjust declaration.
3686 (encode_actions_rsp): Declare.
3687 (get_traceframe_info, get_traceframe_location): Declare.
3688
3689 * NEWS: Mention new MI command -trace-frame-collected.
3690
3691 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3692 Yao Qi <yao@codesourcery.com>
3693
3694 * ctf.c (ctf_traceframe_info): Push trace state variables
3695 present in the trace data into the traceframe info object.
3696 * breakpoint.c (DEF_VEC_I): Remove.
3697 * common/filestuff.c (DEF_VEC_I): Likewise.
3698 * dwarf2loc.c (DEF_VEC_I): Likewise.
3699 * mi/mi-main.c (DEF_VEC_I): Likewise.
3700 * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
3701 * features/traceframe-info.dtd: Add tvar element and its
3702 attributes.
3703 * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
3704 (build_traceframe_info): Push trace state variables present in
3705 the trace data into the traceframe info object.
3706 (traceframe_info_start_tvar): New function.
3707 (tvar_attributes): New.
3708 (traceframe_info_children): Add "tvar" element.
3709 * tracepoint.h (struct traceframe_info) <tvars>: New field.
3710
3711 * NEWS: Mention the change in GDB and GDBserver.
3712
3713 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3714 Yao Qi <yao@codesourcery.com>
3715
3716 * tracepoint.c (trace_dump_command): Move code to ...
3717 (get_traceframe_location): ... here. New.
3718
3719 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3720 Yao Qi <yao@codesourcery.com>
3721
3722 * tracepoint.c (trace_dump_command): GDB emits an error
3723 instead of a warning when a traceframe is not selected.
3724
3725 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3726 Yao Qi <yao@codesourcery.com>
3727
3728 * tracepoint.c (tracepoint_list, stepping_list): Remove.
3729 (clear_collection_list): Free fields 'aexpre_list' and 'list'
3730 in collection_list.
3731 (do_clear_collection_list, init_collection_list): New.
3732 (encode_actions): Add local variables 'tracepoint_list' and
3733 'stepping_list'. Call init_collection_list and make cleanup
3734 which calls do_clear_collection_list. Don't call
3735 clear_collection_list.
3736 (_initialize_tracepoint): Delete references to
3737 'tracepoint_list' and 'stepping_list'.
3738
3739 2013-06-25 Tom Tromey <tromey@redhat.com>
3740
3741 * common/create-version.sh (date): Use "$", not "$$" in sed
3742 expression.
3743
3744 2013-06-25 Kevin Buettner <kevinb@redhat.com>
3745
3746 * NEWS (New targets): Add entry for TI MSP430.
3747
3748 2013-06-25 Yao Qi <yao@codesourcery.com>
3749
3750 * remote.c (remote_start_remote): Move code to upload tsv
3751 earlier.
3752
3753 2013-06-25 Yao Qi <yao@codesourcery.com>
3754 Hui Zhu <hui@codesourcery.com>
3755 Pedro Alves <palves@redhat.com>
3756
3757 PR breakpoints/15075
3758 PR breakpoints/15434
3759 * breakpoint.c (bpstat_stop_status): Call
3760 b->ops->after_condition_true.
3761 (update_dprintf_command_list): Don't append "continue" command
3762 to the command list of dprintf breakpoint.
3763 (base_breakpoint_after_condition_true): New function.
3764 (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
3765 (dprintf_after_condition_true): New function.
3766 (initialize_breakpoint_ops): Set dprintf_after_condition_true.
3767 * breakpoint.h (breakpoint_ops): Add after_condition_true.
3768
3769 2013-06-24 Kevin Buettner <kevinb@redhat.com>
3770
3771 * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
3772 (ALLDEPFILES): Add msp430-tdep.c.
3773 * configure.tgt (msp430*-*-elf): New target.
3774 * msp430-tdep.c: New file.
3775
3776 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
3777
3778 * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
3779 microMIPS synthetic symbols.
3780
3781 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
3782
3783 * objfiles.h (pc_in_section): New prototype.
3784 (in_plt_section): Remove name argument, replace prototype with
3785 static inline function.
3786 * mips-tdep.h: Include "objfiles.h".
3787 (in_mips_stubs_section): New function.
3788 * hppa-tdep.h (gdbarch_tdep): Remove name argument of
3789 in_solib_call_trampoline member.
3790 (hppa_in_solib_call_trampoline): Remove name argument.
3791 * objfiles.c (pc_in_section): New function.
3792 (in_plt_section): Remove function.
3793 * mips-linux-tdep.c: Include "objfiles.h".
3794 (mips_linux_in_dynsym_stub): Call in_mips_stubs_section. Remove
3795 name argument. Return 1 rather than the low 16-bit halfword of
3796 any instruction examined.
3797 (mips_linux_in_dynsym_resolve_code): Update
3798 mips_linux_in_dynsym_stub call accordingly.
3799 * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
3800 rather than an equivalent hand-coded sequence.
3801 * hppa-hpux-tdep.c (in_opd_section): Remove function.
3802 (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
3803 (hppa64_hpux_in_solib_call_trampoline): Likewise.
3804 (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
3805 in_opd_section.
3806 * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
3807 on call to tdep->in_solib_call_trampoline.
3808 (hppa_in_solib_call_trampoline): Remove name argument, update
3809 according to in_plt_section change.
3810 (hppa_skip_trampoline_code): Update according to in_plt_section
3811 change.
3812 * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
3813 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
3814 Likewise.
3815 * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
3816 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
3817 * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
3818 * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
3819 * nto-tdep.c (nto_relocate_section_addresses): Likewise.
3820 * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
3821 * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
3822 * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
3823 * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
3824 * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
3825 * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
3826 * sparc-tdep.c (sparc_analyze_prologue): Likewise.
3827 * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
3828
3829 2013-06-24 Joel Brobecker <brobecker@adacore.com>
3830
3831 * common/create-version.sh: Fix expansion of $host_alias
3832 and $target_alias in generation of HOST_NAME and TARGET_NAME
3833 (resp.).
3834
3835 2013-06-24 Tom Tromey <tromey@redhat.com>
3836
3837 * common/create-version.sh: New file.
3838 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
3839 create-version.sh.
3840 (HFILES_NO_SRCDIR): Use common/version.h.
3841 * version.in: Move to ...
3842 * common/version.in: ... here. Replace date with "DATE".
3843 * version.h: Move to ...
3844 * common/version.h: ... here.
3845
3846 2013-06-21 Joel Brobecker <brobecker@adacore.com>
3847
3848 * gdb/gnulib/Makefile.in: Update date in copyright header.
3849 * gdb/gnulib/configure.ac: Ditto.
3850 * gdb/gnulib/update-gnulib.sh: Ditto.
3851
3852 2013-06-21 Joel Brobecker <brobecker@adacore.com>
3853
3854 * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
3855 "gdb/gnulib/import".
3856
3857 2013-06-21 Will Newton <will.newton@linaro.org>
3858
3859 * doublest.c (ldfrexp): Remove function.
3860 (convert_doublest_to_floatformat): Call frexpl instead of
3861 ldfrexp.
3862
3863 2013-06-21 Will Newton <will.newton@linaro.org>
3864
3865 * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
3866 * gnulib/aclocal.m4: Regenerate.
3867 * gnulib/config.in: Regenerate.
3868 * gnulib/configure: Regenerate.
3869 * gnulib/import/Makefile.am: Update.
3870 * gnulib/import/Makefile.in: Update.
3871 * gnulib/import/m4/gnulib-cache.m4: Update.
3872 * gnulib/import/m4/gnulib-comp.m4: Update.
3873 * gnulib/import/float+.h: Import.
3874 * gnulib/import/float.c: Import.
3875 * gnulib/import/float.in.h: Import.
3876 * gnulib/import/fpucw.h: Import.
3877 * gnulib/import/frexp.c: Import.
3878 * gnulib/import/frexpl.c: Import.
3879 * gnulib/import/isnan.c: Import.
3880 * gnulib/import/isnand-nolibm.h: Import.
3881 * gnulib/import/isnand.c: Import.
3882 * gnulib/import/isnanl-nolibm.h: Import.
3883 * gnulib/import/isnanl.c: Import.
3884 * gnulib/import/itold.c: Import.
3885 * gnulib/import/m4/exponentd.m4: Import.
3886 * gnulib/import/m4/exponentl.m4: Import.
3887 * gnulib/import/m4/float_h.m4: Import.
3888 * gnulib/import/m4/fpieee.m4: Import.
3889 * gnulib/import/m4/frexp.m4: Import.
3890 * gnulib/import/m4/frexpl.m4: Import.
3891 * gnulib/import/m4/isnand.m4: Import.
3892 * gnulib/import/m4/isnanl.m4: Import.
3893 * gnulib/import/m4/math_h.m4: Import.
3894 * gnulib/import/math.c: Import.
3895 * gnulib/import/math.in.h: Import.
3896
3897 2013-06-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3898
3899 * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
3900 replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
3901 signature_INTEL_edx comparisons.
3902
3903 2013-06-20 Doug Evans <dje@google.com>
3904
3905 symtab/15652
3906 * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
3907 All callers updated.
3908 (open_dwp_file): If we can't find the dwp file, search the basename
3909 in debug-file-directory.
3910
3911 * dwarf2read.c (struct dwp_file): Fix comment.
3912 (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
3913
3914 * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
3915 better.
3916
3917 2013-06-20 Yao Qi <yao@codesourcery.com>
3918
3919 * breakpoint.c (create_breakpoint): Fix code indentation.
3920
3921 2013-06-20 Yao Qi <yao@codesourcery.com>
3922
3923 * breakpoint.c (create_breakpoints_sal_default): Remove
3924 parameter 'lsal'. Update declaration.
3925 (bkpt_create_breakpoints_sal): Caller update.
3926 (tracepoint_create_breakpoints_sal): Likewise.
3927
3928 2013-06-20 Pedro Alves <pedro@codesourcery.com>
3929 Yao Qi <yao@codesourcery.com>
3930
3931 * NEWS: Mention the new option '--skip-unavailable' of command
3932 -data-list-register-values.
3933 * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
3934 --skip-unavailable option. Adjust to use output_register.
3935 (output_register): Add new 'skip_unavailable' parameter.
3936 Handle it.
3937
3938 2013-06-19 Mike Frysinger <vapier@gentoo.org>
3939
3940 * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
3941 common/i386-gcc-cpuid.h.
3942 * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
3943 * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
3944 Copy the latest version from upstream gcc.
3945 * common/linux-btrace.c: Include i386-cpuid.h.
3946 (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
3947 call to i386_cpuid.
3948 (cpu_supports_btrace): Likewise.
3949 * go32-nat.c: Include i386-cpuid.h.
3950 (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
3951
3952 2013-06-19 Doug Evans <dje@google.com>
3953
3954 * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
3955 (get_section_index): Ditto.
3956
3957 2013-06-19 Tom Tromey <tromey@redhat.com>
3958
3959 * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
3960 "dprintf" help.
3961
3962 2013-06-18 Doug Evans <dje@google.com>
3963
3964 * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
3965 before using it.
3966 (dw2_expand_symtabs_matching): Fix symbol kind validity check.
3967 Move test of cu_index closer to use. Print complaint if cu_index
3968 is bad.
3969
3970 2013-06-18 Joel Brobecker <brobecker@adacore.com>
3971
3972 * machoread.c (oso_vector): Delete this global.
3973 (macho_register_oso): Add new parameter "oso_vector_ptr".
3974 Use it instead of the "oso_vector" global.
3975 (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
3976 (macho_symfile_read): Use a local oso_vector, to be free'ed
3977 at the end of this function, in place of the old "oso_vector"
3978 global. Update various function calls accordingly. Use one
3979 single cleanup chain for the entire function.
3980
3981 2013-06-18 Joel Brobecker <brobecker@adacore.com>
3982
3983 * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
3984 DWARF2_PER_OBJFILE by uses of DATA instead.
3985
3986 2013-06-18 Tom Tromey <tromey@redhat.com>
3987
3988 * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
3989 argument.
3990 * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
3991 Special case signals other than GDB_SIGNAL_TRAP.
3992 (explains_signal_watchpoint): New function.
3993 (base_breakpoint_explains_signal): Add 'sig' argument.
3994 (initialize_breakpoint_ops): Set 'explains_signal' method for
3995 watchpoints.
3996 * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
3997 signal argument.
3998 (bpstat_explains_signal): Likewise.
3999 * infrun.c (handle_syscall_event, handle_inferior_event): Update.
4000
4001 2013-06-18 Tom Tromey <tromey@redhat.com>
4002
4003 * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
4004
4005 2013-06-18 Tom Tromey <tromey@redhat.com>
4006
4007 * python/python.c (finish_python_initialization): Decref
4008 'pythondir' on failure path as well.
4009
4010 2013-06-18 Tom Tromey <tromey@redhat.com>
4011
4012 PR symtab/15391:
4013 * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
4014 after taking bits_to_skip into account. Sign extend byte_offset.
4015 * utils.h (gdb_sign_extend): Declare.
4016 * utils.c (gdb_sign_extend): New function.
4017
4018 2013-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4019
4020 * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
4021
4022 2013-06-17 Pierre Muller <muller@sourceware.org>
4023
4024 * corelow.c (core_open): Print GDB signal name instead of target
4025 signal number.
4026
4027 2013-06-17 Mike Frysinger <vapier@gentoo.org>
4028
4029 * .gitignore: Add /gcore.
4030
4031 2013-06-13 Doug Evans <dje@google.com>
4032
4033 * dwarf2read.c (try_open_dwop_file): Work around behaviour of
4034 OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
4035
4036 2013-06-12 Phil Muldoon <pmuldoon@redhat.com>
4037
4038 * stack.c (backtrace_command_1): Fix indentation.
4039
4040 2013-06-11 Joel Brobecker <brobecker@adacore.com>
4041
4042 * window-nat.c (thread_rec): Add missing empty line after
4043 local variable declaration.
4044
4045 2013-06-11 Joel Brobecker <brobecker@adacore.com>
4046
4047 * windows-nat.c (thread_rec): Revert format used to print
4048 error code returned by SuspendThread from %d back to %u.
4049
4050 2013-06-11 Joel Brobecker <brobecker@adacore.com>
4051
4052 * windows-nat.c (windows_continue): Add "0x" prefix for thread
4053 ID in debug trace.
4054 (get_windows_debug_event): Likewise, for all debug traces.
4055
4056 2013-06-11 Joel Brobecker <brobecker@adacore.com>
4057
4058 * window-nat.c (thread_rec): Add thread ID in SuspendThread
4059 warning message.
4060
4061 2013-06-08 Pedro Alves <pedro@codesourcery.com>
4062 Yao Qi <yao@codesourcery.com>
4063
4064 * mi/mi-main.c (get_register): Remove declaration.
4065 (output_register): Declare.
4066 (mi_cmd_data_list_register_values): Remove local variable
4067 'tuple_cleanup'. Move some code into output_register.
4068 (get_register): Renamed to ...
4069 (output_register): ... this. Output the register's
4070 "number" ui_out tuple here.
4071
4072 2013-06-07 Pedro Alves <palves@redhat.com>
4073
4074 * darwin-nat.c: Fix formating in copyright header.
4075 * darwin-nat.h: Likewise.
4076 * gnu-nat.c: Likewise.
4077 * machoread.c: Likewise.
4078
4079 2013-06-07 Pedro Alves <palves@redhat.com>
4080
4081 PR server/14823
4082 * regformats/regdat.sh: Output #include tdesc.h. Make globals
4083 static. Output a global target description pointer.
4084 (init_registers_${name}): Adjust to initialize a
4085 target description structure.
4086
4087 2013-06-07 Will Newton <will.newton@linaro.org>
4088
4089 * printcmd.c (build_address_symbolic): Call
4090 gdbarch_addr_bits_remove for text minimal symbols.
4091
4092 2013-06-07 Will Newton <will.newton@linaro.org>
4093
4094 * MAINTAINERS: Add myself to Write After Approval.
4095
4096 2013-06-07 Yao Qi <yao@codesourcery.com>
4097
4098 * tracepoint.c (start_tracing): Move code to ...
4099 (trace_reset_local_state): ... here. New.
4100 (disconnect_tracing): Don't call set_current_traceframe,
4101 set_tracepoint_num, and set_traceframe_context. Call
4102 trace_reset_local_state instead.
4103 (tfile_close): Call trace_reset_local_state.
4104 * ctf.c (ctf_close): Likewise.
4105 * remote.c (remote_close): Likewise.
4106 * tracepoint.h (trace_reset_local_state): Declare.
4107
4108 2013-06-06 Doug Evans <dje@google.com>
4109
4110 * dwarf2read.c: Whitespace fixes for DWP file format documentation,
4111 and fix header docs.
4112
4113 2013-06-05 Doug Evans <dje@google.com>
4114 Keith Seitz <keiths@redhat.com>
4115
4116 PR 15519
4117 * cp-namespace.c (find_symbol_in_baseclass): Call
4118 cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
4119 Check result of call to lookup_symbol_static.
4120 Call lookup_static_symbol_aux unconditionally.
4121 Call check_typedef on base types before accessing them.
4122 (cp_lookup_nested_symbol): Fix comment.
4123
4124 2013-06-05 Luis Machado <lgustavo@codesourcery.com>
4125
4126 * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
4127 minimal symbols pointing to function descriptors.
4128
4129 2013-06-05 Tom Tromey <tromey@redhat.com>
4130
4131 * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
4132
4133 2013-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
4134 Pedro Alves <palves@redhat.com>
4135
4136 * remote.c (remote_wait_as): Restore signal handler before returning
4137 when GDB gets a notification.
4138
4139 2013-06-04 Gary Benson <gbenson@redhat.com>
4140
4141 PR 2328
4142 * breakpoint.h (handle_solib_event): Moved function declaration
4143 to solib.h.
4144 * breakpoint.c (handle_solib_event): Moved function to solib.c.
4145 (bpstat_stop_status): Pass new argument to handle_solib_event.
4146 * solib.h (update_solib_breakpoints): New function declaration.
4147 (handle_solib_event): Moved function declaration from
4148 breakpoint.h.
4149 * solib.c (update_solib_breakpoints): New function.
4150 (handle_solib_event): Moved function from breakpoint.c.
4151 Updated to call solib_ops->handle_event if not NULL.
4152 * solist.h (target_so_ops): New fields "update_breakpoints" and
4153 "handle_event".
4154 * infrun.c (set_stop_on_solib_events): New function.
4155 (_initialize_infrun): Use the above for "set
4156 stop-on-solib-events".
4157 (handle_inferior_event): Pass new argument to handle_solib_event.
4158 * solib-svr4.c (probe.h): New include.
4159 (svr4_free_library_list): New forward declaration.
4160 (probe_action): New enum.
4161 (probe_info): New struct.
4162 (probe_info): New static variable.
4163 (NUM_PROBES): New definition.
4164 (svr4_info): New fields "using_xfer", "probes_table" and
4165 "solib_list".
4166 (free_probes_table): New function.
4167 (free_solib_list): New function.
4168 (svr4_pspace_data_cleanup): Free probes table and solib list.
4169 (svr4_copy_library_list): New function.
4170 (svr4_current_sos_via_xfer_libraries): New parameter "annex".
4171 (svr4_read_so_list): New parameter "prev_lm".
4172 (svr4_current_sos_direct): Renamed from "svr4_current_sos".
4173 (svr4_current_sos): New function.
4174 (probe_and_action): New struct.
4175 (hash_probe_and_action): New function.
4176 (equal_probe_and_action): Likewise.
4177 (register_solib_event_probe): Likewise.
4178 (solib_event_probe_at): Likewise.
4179 (solib_event_probe_action): Likewise.
4180 (solist_update_full): Likewise.
4181 (solist_update_incremental): Likewise.
4182 (disable_probes_interface_cleanup): Likewise.
4183 (svr4_handle_solib_event): Likewise.
4184 (svr4_update_solib_event_breakpoint): Likewise.
4185 (svr4_update_solib_event_breakpoints): Likewise.
4186 (svr4_create_solib_event_breakpoints): Likewise.
4187 (enable_break): Free probes table before creating breakpoints.
4188 Use svr4_create_solib_event_breakpoints to create breakpoints.
4189 (svr4_solib_create_inferior_hook): Free the solib list.
4190 (_initialize_svr4_solib): Initialise
4191 svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
4192
4193 2013-06-04 Gary Benson <gbenson@redhat.com>
4194
4195 * target.h (target_ops): New field
4196 "to_augmented_libraries_svr4_read".
4197 (target_augmented_libraries_svr4_read): New macro.
4198 * target.c (update_current_target): Handle
4199 to_augmented_libraries_svr4_read.
4200 * remote.c (remote_state): New field
4201 "augmented_libraries_svr4_read".
4202 (remote_augmented_libraries_svr4_read_feature): New function.
4203 (remote_protocol_features): Add entry for
4204 "augmented-libraries-svr4-read".
4205 (remote_augmented_libraries_svr4_read): New function.
4206 (init_remote_ops): Initialize
4207 remote_ops.to_augmented_libraries_svr4_read.
4208
4209 2013-06-04 Gary Benson <gbenson@redhat.com>
4210
4211 * NEWS: Update.
4212
4213 2013-06-04 Gary Benson <gbenson@redhat.com>
4214
4215 * objfiles.h (inhibit_section_map_updates): New function
4216 declaration.
4217 (resume_section_map_updates): Likewise.
4218 (resume_section_map_updates_cleanup): Likewise.
4219 * objfiles.c (objfile_pspace_info): Removed field
4220 "objfiles_changed_p". New fields "new_objfiles_available",
4221 "section_map_dirty" and "inhibit_updates".
4222 (allocate_objfile): Set new_objfiles_available.
4223 (free_objfile): Set section_map_dirty.
4224 (objfile_relocate1): Likewise.
4225 (in_plt_section): Likewise.
4226 (find_pc_section): Update the conditions under which the
4227 section map will be updated.
4228 (inhibit_section_map_updates): New function.
4229 (resume_section_map_updates): Likewise.
4230 (resume_section_map_updates_cleanup): Likewise.
4231
4232 2013-06-04 Gary Benson <gbenson@redhat.com>
4233
4234 * probe.h (get_probe_argument_count): New declaration.
4235 (evaluate_probe_argument): Likewise.
4236 * probe.c (get_probe_argument_count): New function.
4237 (evaluate_probe_argument): Likewise.
4238 (probe_safe_evaluate_at_pc): Use the above new functions.
4239
4240 2013-06-04 Alan Modra <amodra@gmail.com>
4241
4242 * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
4243 * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
4244 (ppc_insns_match_pattern): Add frame param. Avoid multiple
4245 target mem reads on optional insns.
4246 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
4247 ppc_insns_match_pattern calls.
4248 * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
4249 Add match for power7 thread safety insns, and new order of
4250 std 2,40(1) insn. Correct code shown for _dl_runtime_resolve
4251 invocation in comment, and update rest of comment.
4252 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
4253 PPC64_STANDARD_LINKAGE3_LEN): Delete.
4254 (ppc64_standard_linkage2_target): Update insn offsets.
4255 (ppc64_skip_trampoline_code): Use a single insn buffer. Match newer
4256 stubs first. Update calls.
4257
4258 2013-06-04 Yao Qi <yao@codesourcery.com>
4259
4260 * solib.c (solib_find): Don't need dir separator if path has
4261 drive spec.
4262
4263 2013-06-03 Joel Brobecker <brobecker@adacore.com>
4264
4265 Revert (indirectly causes a SIGSEGV):
4266 * machoread.c (macho_symfile_read): Assign first cleanup to
4267 'back_to'.
4268
4269 2013-06-03 Yao Qi <yao@codesourcery.com>
4270
4271 * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
4272 mi-parse.c. Make them static.
4273 (mi_all_values): Likewise.
4274 (mi_parse_values_option): Move to mi-parse.c. Rename it to
4275 mi_parse_print_values. Make it external.
4276 * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
4277 Remove the declarations.
4278 * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
4279 * mi/mi-parse.h (mi_parse_print_values): Declare.
4280 * mi/mi-cmd-stack.c: Include mi-parse.h.
4281 (parse_print_values): Remove
4282 (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
4283 of parse_print_values.
4284 (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
4285
4286 2013-05-31 Pedro Alves <pedro@codesourcery.com>
4287 Yao Qi <yao@codesourcery.com>
4288
4289 * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
4290 (encode_actions): Move code to ...
4291 (all_tracepoint_actions_and_cleanup): ... here. New.
4292 (trace_dump_command): Likewise.
4293
4294 2013-05-30 Tom Tromey <tromey@redhat.com>
4295
4296 * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
4297
4298 2013-05-30 Tom Tromey <tromey@redhat.com>
4299
4300 * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
4301 gdb_xml_create_parser_and_cleanup_1. Return a cleanup. Remove
4302 'old_chain' argument. Add 'parser_result' argument.
4303 (gdb_xml_create_parser_and_cleanup): Remove old version.
4304 (gdb_xml_parse_quick): Update.
4305 (xml_process_xincludes): Update.
4306 * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
4307 declare.
4308
4309 2013-05-30 Tom Tromey <tromey@redhat.com>
4310
4311 * probe.c (collect_probes): Check arguments for NULL before
4312 calling compile_rx_or_error.
4313 * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
4314 Remove NULL return.
4315
4316 2013-05-30 Tom Tromey <tromey@redhat.com>
4317
4318 * infrun.c (adjust_pc_after_break): Introduce an outer null
4319 cleanup.
4320
4321 2013-05-30 Tom Tromey <tromey@redhat.com>
4322
4323 * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
4324
4325 2013-05-30 Tom Tromey <tromey@redhat.com>
4326
4327 * cli/cli-script.c (read_command_lines_1): Use a null cleanup
4328 for 'old_chain'. Do not check 'head' before processing
4329 cleanups.
4330
4331 2013-05-30 Tom Tromey <tromey@redhat.com>
4332
4333 * mi/mi-cmd-stack.c (list_arg_or_local): Remove
4334 "cleanup_tuple".
4335
4336 2013-05-30 Tom Tromey <tromey@redhat.com>
4337
4338 * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
4339 inner scope. Unconditionally call do_cleanups.
4340
4341 2013-05-30 Tom Tromey <tromey@redhat.com>
4342
4343 * source.c (find_and_open_source): Call do_cleanups.
4344
4345 2013-05-30 Tom Tromey <tromey@redhat.com>
4346
4347 * linux-thread-db.c (thread_db_load_search): Unconditionally
4348 call do_cleanups.
4349
4350 2013-05-30 Tom Tromey <tromey@redhat.com>
4351
4352 * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
4353 for 'cleanup'; instead use a later one.
4354
4355 2013-05-30 Tom Tromey <tromey@redhat.com>
4356
4357 * python/py-breakpoint.c (bppy_get_commands): Use
4358 explicit, unconditional return.
4359 * python/py-frame.c (frapy_read_var): Likewise.
4360 * python/python.c (gdbpy_decode_line): Likewise.
4361
4362 2013-05-30 Tom Tromey <tromey@redhat.com>
4363
4364 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
4365 do_cleanups on all return paths.
4366
4367 2013-05-30 Tom Tromey <tromey@redhat.com>
4368
4369 * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
4370
4371 2013-05-30 Tom Tromey <tromey@redhat.com>
4372
4373 * stabsread.c (read_struct_type): Call do_cleanups along
4374 all return paths.
4375
4376 2013-05-30 Maciej W. Rozycki <macro@codesourcery.com>
4377
4378 * mips-linux-tdep.c: Adjust formatting throughout.
4379
4380 2013-05-30 Tom Tromey <tromey@redhat.com>
4381
4382 * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
4383 along all return paths.
4384
4385 2013-05-30 Tom Tromey <tromey@redhat.com>
4386
4387 * symfile.c (find_separate_debug_file): Call do_cleanups
4388 along all return paths.
4389
4390 2013-05-30 Tom Tromey <tromey@redhat.com>
4391
4392 * symtab.c (search_symbols): Introduce a null cleanup for
4393 'retval_chain'.
4394
4395 2013-05-30 Tom Tromey <tromey@redhat.com>
4396
4397 * python/py-value.c (valpy_binop): Call do_cleanups before
4398 exiting loop.
4399
4400 2013-05-30 Tom Tromey <tromey@redhat.com>
4401
4402 * python/py-prettyprint.c (print_children): Remove extra
4403 do_cleanups call.
4404
4405 2013-05-30 Tom Tromey <tromey@redhat.com>
4406
4407 * python/py-frame.c (frapy_read_var): Call do_cleanups along
4408 all return paths.
4409
4410 2013-05-30 Tom Tromey <tromey@redhat.com>
4411
4412 * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
4413 along all return paths.
4414
4415 2013-05-30 Tom Tromey <tromey@redhat.com>
4416
4417 * cli/cli-logging.c (set_logging_redirect): Unconditionally
4418 call do_cleanups.
4419
4420 2013-05-30 Tom Tromey <tromey@redhat.com>
4421
4422 * varobj.c (c_value_of_root): Call do_cleanups along all
4423 return paths.
4424
4425 2013-05-30 Tom Tromey <tromey@redhat.com>
4426
4427 * tracepoint.c (trace_dump_command): Unconditionally call
4428 do_cleanups.
4429
4430 2013-05-30 Tom Tromey <tromey@redhat.com>
4431
4432 * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
4433 do_cleanups earlier.
4434
4435 2013-05-30 Tom Tromey <tromey@redhat.com>
4436
4437 * machoread.c (macho_symfile_read): Assign first cleanup to
4438 'back_to'.
4439
4440 2013-05-30 Tom Tromey <tromey@redhat.com>
4441
4442 * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
4443
4444 2013-05-30 Tom Tromey <tromey@redhat.com>
4445
4446 * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
4447
4448 2013-05-30 Tom Tromey <tromey@redhat.com>
4449
4450 * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
4451 call discard_cleanups.
4452 (inf_ptrace_attach): Likewise.
4453
4454 2013-05-30 Tom Tromey <tromey@redhat.com>
4455
4456 * remote-mips.c (mips_exit_debug): Call do_cleanups on all
4457 return paths.
4458 (mips_initialize): Likewise.
4459 (common_open): Call do_cleanups.
4460
4461 2013-05-30 Tom Tromey <tromey@redhat.com>
4462
4463 * utils.c (internal_vproblem): Call do_cleanups.
4464
4465 2013-05-30 Tom Tromey <tromey@redhat.com>
4466
4467 * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
4468
4469 2013-05-30 Tom Tromey <tromey@redhat.com>
4470
4471 * cli/cli-script.c (setup_user_args): Don't return after error.
4472
4473 2013-05-30 Tom Tromey <tromey@redhat.com>
4474
4475 * somread.c (som_symtab_read): Call do_cleanups.
4476
4477 2013-05-30 Tom Tromey <tromey@redhat.com>
4478
4479 * printcmd.c (print_command_1): Unconditionally call do_cleanups.
4480
4481 2013-05-30 Tom Tromey <tromey@redhat.com>
4482
4483 * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
4484 * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
4485 * interps.c (interpreter_exec_cmd): Call do_cleanups.
4486 * source.c (show_substitute_path_command): Call do_cleanups.
4487 (unset_substitute_path_command, set_substitute_path_command):
4488 Likewise.
4489 * symfile.c (load_command): Call do_cleanups.
4490
4491 2013-05-30 Tom Tromey <tromey@redhat.com>
4492
4493 * contrib/cleanup_check.py: New file.
4494 * contrib/gcc-with-excheck: Add option parsing.
4495
4496 2013-05-30 Joel Brobecker <brobecker@adacore.com>
4497
4498 * windows-nat.c (windows_delete_thread): Add missing space
4499 in cast expression.
4500
4501 2013-05-30 Hafiz Abid Qadeer <abidh@codesourcery.com>
4502
4503 * inferior.c (top level): Include tilde.h.
4504 (add_inferior_command): Call tilde_expand on the value of 'exec'
4505 argument.
4506
4507 2013-05-30 Pedro Alves <pedro@codesourcery.com>
4508 Yao Qi <yao@codesourcery.com>
4509
4510 * tracepoint.c (encode_actions_1): Remove parameter 't'.
4511 Caller update.
4512 (encode_actions): Likewise.
4513 * remote.c (remote_download_tracepoint): Caller update.
4514 * tracepoint.h (encode_actions): Update declaration.
4515
4516 2013-05-30 Pedro Alves <palves@redhat.com>
4517
4518 * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
4519 pointer.
4520
4521 2013-05-30 Yao Qi <yao@codesourcery.com>
4522
4523 * remote.c (remote_check_symbols): Remove unused parameter
4524 'objfile'.
4525 Declaration update.
4526 (remote_start_remote, remote_new_objfile): Caller update.
4527
4528 2013-05-30 Yao Qi <yao@codesourcery.com>
4529
4530 * mi/mi-cmds.c (mi_cmds): Define MI command
4531 '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
4532 DEF_MI_CMD_CLI.
4533
4534 2013-05-29 Pedro Alves <palves@redhat.com>
4535
4536 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
4537 (remote_insert_watchpoint, remote_remove_watchpoint)
4538 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
4539 (remote_verify_memory, compare_sections_command)
4540 (remote_search_memory): Set the general process/thread on the
4541 remote side.
4542
4543 2013-05-29 Pedro Alves <palves@redhat.com>
4544
4545 * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
4546 (_initialize_aarch64_tdep): Don't call
4547 initialize_tdesc_aarch64_without_fpu.
4548 * features/Makefile (WHICH): Remove reference to
4549 aarch64-without-fpu.
4550 * features/aarch64-without-fpu.c: Delete file.
4551 * regformats/aarch64-without-fpu.dat: Delete file.
4552
4553 2013-05-28 Yao Qi <yao@codesourcery.com>
4554
4555 * tracepoint.c (stringify_collection_list): Remove parameter
4556 'string'.
4557 (encode_actions): Caller update. Remove local variables.
4558
4559 2013-05-24 Yao Qi <yao@codesourcery.com>
4560
4561 * tracepoint.c (TFILE_PID): Remove.
4562 (tfile_open): Don't add thread and inferior.
4563 (tfile_close): Don't set 'inferior_ptid'. Don't call
4564 exit_inferior_silent.
4565 (tfile_thread_alive): Remove.
4566 (init_tfile_ops): Don't set field 'to_thread_alive' of
4567 tfile_ops.
4568
4569 2013-05-23 Doug Evans <dje@google.com>
4570
4571 * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
4572
4573 2013-05-23 Pedro Alves <palves@redhat.com>
4574
4575 * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
4576 [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
4577 (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
4578 Only define if HAVE_SOCKETS is defined.
4579 * configure.ac: Check for sys/socket.h.
4580 * config.in, configure: Regenerate.
4581
4582 2013-05-23 Pedro Alves <palves@redhat.com>
4583
4584 * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
4585 (open_and_init_dwp_file): Use %s/pulongest instead of %u for
4586 printing uint32_t variables.
4587
4588 2013-05-23 Pedro Alves <palves@redhat.com>
4589
4590 * NEWS: Mention GDBserver range stepping support.
4591
4592 2013-05-23 Yao Qi <yao@codesourcery.com>
4593 Pedro Alves <palves@redhat.com>
4594
4595 * gdbthread.h (struct thread_control_state) <may_range_step>: New
4596 field.
4597 * infcmd.c (step_once, until_next_command): Enable range stepping.
4598 * infrun.c (displaced_step_prepare): Disable range stepping.
4599 (resume): Disable range stepping if stepping over a breakpoint or
4600 we have software watchpoints. If range stepping is enabled,
4601 assert the thread is in the stepping range.
4602 (clear_proceed_status_thread): Clear may_range_step.
4603 (handle_inferior_event): Disable range stepping as soon as we know
4604 the thread that hit the event. Re-enable it whenever we're going
4605 to step with a step range.
4606 * remote.c (struct vCont_action_support) <r>: New field.
4607 (use_range_stepping): New global.
4608 (remote_vcont_probe): Handle 'r' action.
4609 (append_resumption): Append an 'r' action if the thread may range
4610 step.
4611 (show_range_stepping): New function.
4612 (set_range_stepping): New function.
4613 (_initialize_remote): Call add_setshow_boolean_cmd to register the
4614 'set range-stepping' and 'show range-stepping' commands.
4615 * NEWS: Mention range stepping, the new vCont;r action, and the
4616 new "set/show range-stepping" commands.
4617
4618 2013-05-23 Yao Qi <yao@codesourcery.com>
4619 Pedro Alves <palves@redhat.com>
4620
4621 * remote.c (struct vCont_action_support): New struct.
4622 (struct remote_state) <support_vCont_t>: Remove field.
4623 <vCont_actions_support>: New field.
4624 (remote_vcont_probe, remote_stop_ns): Update.
4625
4626 2013-05-23 Yao Qi <yao@codesourcery.com>
4627 Pedro Alves <palves@redhat.com>
4628
4629 * gdbthread.h (pc_in_thread_step_range): New declaration.
4630 * thread.c (pc_in_thread_step_range): New function.
4631 * infrun.c (handle_inferior_event): Use it.
4632
4633 2013-05-23 Joel Brobecker <brobecker@adacore.com>
4634
4635 * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
4636 of sprintf.
4637
4638 2013-05-22 Keith Seitz <keiths@redhat.com>
4639
4640 * ada-lang.c (is_known_support_routine): Add explicit free of
4641 'func_name' from find_frame_funname.
4642 (ada_unhandled_exception_name_addr_from_raise): Add cleanups
4643 for func_name from find_frame_funname.
4644 * python/py-frame.c (frapy_name): Add explicit free of
4645 'name' from find_frame_funname.
4646 * stack.c (find_frame_funname): Add comment explaining that
4647 funcp must be freed by the caller.
4648 Return copy of symbol names instead of pointers.
4649 (print_frame): Add a cleanup for 'funname' from
4650 find_frame_funname.
4651 * stack.h (find_frame_funname): Remove "const" from
4652 'funname' parameter.
4653
4654 2013-05-22 Tom Tromey <tromey@redhat.com>
4655
4656 PR c++/15401:
4657 * c-valprint.c (c_value_print): Use value_addr for
4658 references. Convert back to reference type with value_ref.
4659
4660 2013-05-22 Eli Zaretskii <eliz@gnu.org>
4661
4662 * windows-nat.c (handle_unload_dll): Don't call solib_add for the
4663 unloaded DLL, it will be done by handle_solib_event. See
4664 http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
4665 details.
4666
4667 2013-05-22 Phil Muldoon <pmuldoon@redhat.com>
4668
4669 * ui-out.c: Create typedef ui_out_level_p and define vector
4670 operations for that type.
4671 (struct ui_out): Use a vector instead of an array.
4672 (current_level): Return level from a vector.
4673 (push_level): Create a level in a vector.
4674 (pop_level): Delete a level in a vector.
4675 (ui_out_new): Create initial level zero level, and store in a
4676 vector.
4677 (ui_out_destroy): Add vector cleanup.
4678
4679 2013-05-22 Pedro Alves <palves@redhat.com>
4680
4681 * python/python-internal.h (gdb_Py_DECREF): Tag with
4682 "ARI: editCase function".
4683
4684 2013-05-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4685
4686 * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
4687
4688 2013-05-21 Pedro Alves <palves@redhat.com>
4689
4690 * python/py-prettyprint.c (apply_val_pretty_printer): Check
4691 whether PRINTER is NULL before installing a Py_DECREF cleanup.
4692 * python/py-utils.c (py_decref): Don't check for NULL before
4693 calling Py_DECREF.
4694
4695 2013-05-21 Pedro Alves <palves@redhat.com>
4696
4697 * python/py-utils.c (py_decref): Remove extra braces.
4698 (gdb_pymodule_addobject): Remove extra braces.
4699 * python-internal.h (gdb_Py_DECREF): New static inline function.
4700 (Py_DECREF): Redefine as calling gdb_Py_DECREF.
4701
4702 2013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4703
4704 * breakpoints.c (detach_breakpoints): Do not
4705 detach breakpoints locations with loc_type bp_loc_other.
4706
4707 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4708
4709 Workaround Python 2.6.
4710 * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
4711 a block.
4712
4713 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4714
4715 Code cleanup: constification.
4716 * solib.c (solib_ops): Make return type and ops variable type const.
4717 (set_solib_ops): Make the new_ops parameter and ops variable const.
4718 (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
4719 (solib_add, solib_keep_data_in_core, clear_solib)
4720 (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
4721 (reload_shared_libraries, solib_global_lookup): Make the ops variable
4722 const.
4723 * solib.h (set_solib_ops): Make the new_ops parameter const.
4724
4725 2013-05-21 Joel Brobecker <brobecker@adacore.com>
4726
4727 * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
4728 variable.
4729 (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
4730 (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
4731 (SYSTEM_GDBINIT_FILES): New variables.
4732 (all): Add stamp-system-gdbinit.
4733 (stamp-system-gdbinit): New rule.
4734 (clean-system-gdbinit, install-system-gdbinit)
4735 (uninstall-system-gdbinit): New rules. Make them .PHONY.
4736 (install-only): Add dependency on install-system-gdbinit.
4737 (uninstall): Add dependency on uninstall-system-gdbinit.
4738 (clean): Add dependency on clean-system-gdbinit.
4739 * system-gdbinit/elinos.py: New file.
4740 * system-gdbinit/wrs-linux.py: New file.
4741
4742 2013-05-21 Joel Brobecker <brobecker@adacore.com>
4743
4744 * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
4745
4746 2013-05-21 Hui Zhu <hui@codesourcery.com>
4747
4748 * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
4749 * breakpoint.h (dprintf_breakpoint_ops): Add extern.
4750 * mi/mi-cmd-break.c (ctype.h): New include.
4751 (gdb_obstack.h): New include.
4752 (mi_argv_to_format, mi_cmd_break_insert_1): New.
4753 (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
4754 (mi_cmd_dprintf_insert): New.
4755 * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
4756 * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
4757
4758 2013-05-20 Tom Tromey <tromey@redhat.com>
4759
4760 * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
4761
4762 2013-05-20 Tom Tromey <tromey@redhat.com>
4763
4764 * python/py-value.c (valpy_get_dynamic_type): Simplify
4765 dynamic_type assignment. Use Py_XINCREF.
4766
4767 2013-05-20 Tom Tromey <tromey@redhat.com>
4768
4769 * python/py-type.c (typy_fields): Unconditionally decref 'r'.
4770
4771 2013-05-20 Tom Tromey <tromey@redhat.com>
4772
4773 * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
4774 (gdbpy_selected_frame): Move object-construction code
4775 out of TRY_CATCH.
4776
4777 2013-05-20 Tom Tromey <tromey@redhat.com>
4778
4779 * python/py-arch.c (gdbpy_initialize_arch): Use
4780 gdb_pymodule_addobject.
4781 * python/py-block.c (gdbpy_initialize_blocks): Use
4782 gdb_pymodule_addobject.
4783 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
4784 gdb_pymodule_addobject.
4785 * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
4786 gdb_pymodule_addobject.
4787 * python/py-event.c (gdbpy_initialize_event_generic): Use
4788 gdb_pymodule_addobject.
4789 * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
4790 gdb_pymodule_addobject.
4791 * python/py-evts.c (add_new_registry): Use
4792 gdb_pymodule_addobject.
4793 (gdbpy_initialize_py_events): Likewise.
4794 * python/py-finishbreakpoint.c
4795 (gdbpy_initialize_finishbreakpoints): Use
4796 gdb_pymodule_addobject.
4797 * python/py-frame.c (gdbpy_initialize_frames): Use
4798 gdb_pymodule_addobject.
4799 * python/py-function.c (gdbpy_initialize_functions): Use
4800 gdb_pymodule_addobject.
4801 * python/py-inferior.c (gdbpy_initialize_inferior): Use
4802 gdb_pymodule_addobject.
4803 * python/py-infthread.c (gdbpy_initialize_thread): Use
4804 gdb_pymodule_addobject.
4805 * python/py-objfile.c (gdbpy_initialize_objfile): Use
4806 gdb_pymodule_addobject.
4807 * python/py-param.c (gdbpy_initialize_parameters): Use
4808 gdb_pymodule_addobject.
4809 * python/py-progspace.c (gdbpy_initialize_pspace): Use
4810 gdb_pymodule_addobject.
4811 * python/py-symbol.c (gdbpy_initialize_symbols): Use
4812 gdb_pymodule_addobject.
4813 * python/py-symtab.c (gdbpy_initialize_symtabs): Use
4814 gdb_pymodule_addobject.
4815 * python/py-type.c (gdbpy_initialize_types): Use
4816 gdb_pymodule_addobject.
4817 * python/py-utils.c (gdb_pymodule_addobject): New function.
4818 * python/py-value.c (gdbpy_initialize_values): Use
4819 gdb_pymodule_addobject.
4820 * python/python-internal.h (gdb_pymodule_addobject): Declare.
4821 * python/python.c (_initialize_python): Use
4822 gdb_pymodule_addobject.
4823
4824 2013-05-20 Tom Tromey <tromey@redhat.com>
4825
4826 * python/py-cmd.c (cmdpy_completer): Use explicit decref.
4827 * python/py-param.c (get_set_value, get_show_value): Use
4828 explicit decrefs.
4829 * python/python.c (start_type_printers, apply_type_printers):
4830 Use explicit decrefs.
4831
4832 2013-05-20 Tom Tromey <tromey@redhat.com>
4833
4834 * python/py-evts.c (gdbpy_initialize_py_events): Don't
4835 incref the module.
4836
4837 2013-05-20 Tom Tromey <tromey@redhat.com>
4838
4839 * python/python.c (gdbpy_run_events): Decref the result
4840 of PyObject_CallObject.
4841
4842 2013-05-20 Tom Tromey <tromey@redhat.com>
4843
4844 * python/py-symtab.c (set_sal): Use
4845 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION. Return -1 on error.
4846 (symtab_and_line_to_sal_object): Update.
4847
4848 2013-05-20 Tom Tromey <tromey@redhat.com>
4849
4850 * python/py-param.c (compute_enum_values): Decref 'item'.
4851
4852 2013-05-20 Tom Tromey <tromey@redhat.com>
4853
4854 * mi/mi-main.c: Include python-internal.h.
4855 (mi_cmd_list_features): Check gdb_python_initialized.
4856 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
4857 (python_inferior_exit, python_new_objfile, add_thread_object)
4858 (delete_thread_object, py_free_inferior): Check
4859 gdb_python_initialized.
4860 * python/py-prettyprint.c (apply_val_pretty_printer): Check
4861 gdb_python_initialized.
4862 * python/py-type.c (save_objfile_types): Check
4863 gdb_python_initialized.
4864 * python/python-internal.h (gdb_python_initialized): Declare.
4865 * python/python.c (ensure_python_env): Throw exception if
4866 Python not initialized.
4867 (before_prompt_hook, source_python_script_for_objfile)
4868 (start_type_printers, apply_type_printers,
4869 free_type_printers): Check gdb_python_initialized.
4870 * varobj.c (varobj_get_display_hint)
4871 (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
4872 (install_new_value_visualizer, varobj_set_visualizer)
4873 (value_get_print_value): Check gdb_python_initialized.
4874
4875 2013-05-20 Tom Tromey <tromey@redhat.com>
4876
4877 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
4878 Check errors.
4879 * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
4880 * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
4881 Check errors.
4882 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
4883 Check errors.
4884 * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
4885 Check errors.
4886 * python/py-event.c (gdbpy_initialize_event): Return 'int'.
4887 Check errors.
4888 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
4889 init function to return 'int'.
4890 * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
4891 Return 'int'. Check errors.
4892 * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
4893 Check errors.
4894 * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
4895 Return 'int'. Check errors.
4896 * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
4897 Check errors.
4898 * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
4899 Check errors.
4900 * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
4901 Check errors.
4902 * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
4903 Check errors.
4904 * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
4905 Check errors.
4906 * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
4907 Check errors.
4908 * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
4909 Check errors.
4910 * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
4911 Check errors.
4912 * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
4913 Check errors.
4914 * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
4915 Check errors.
4916 * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
4917 Check errors.
4918 * python/py-type.c (gdbpy_initialize_types): Return 'int'.
4919 Check errors.
4920 * python/py-value.c (gdbpy_initialize_values): Return 'int'.
4921 Check errors.
4922 * python/python-internal.h (gdbpy_initialize_auto_load,
4923 gdbpy_initialize_values, gdbpy_initialize_frames,
4924 gdbpy_initialize_symtabs, gdbpy_initialize_commands,
4925 gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
4926 gdbpy_initialize_blocks, gdbpy_initialize_types,
4927 gdbpy_initialize_functions, gdbpy_initialize_pspace,
4928 gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
4929 gdbpy_initialize_finishbreakpoints,
4930 gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
4931 gdbpy_initialize_thread, gdbpy_initialize_inferior,
4932 gdbpy_initialize_eventregistry, gdbpy_initialize_event,
4933 gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
4934 gdbpy_initialize_signal_event,
4935 gdbpy_initialize_breakpoint_event,
4936 gdbpy_initialize_continue_event,
4937 gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
4938 gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
4939 Update. Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
4940 * python/python.c (gdb_python_initialized): New global.
4941 (gdbpy_initialize_events): Return 'int'. Check errors.
4942 (_initialize_python): Check errors. Set
4943 gdb_python_initialized.
4944
4945 2013-05-20 Tom Tromey <tromey@redhat.com>
4946
4947 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
4948 Decref the reslut of PyObject_CallMethod.
4949
4950 2013-05-20 Tom Tromey <tromey@redhat.com>
4951
4952 * python/py-event.c (gdbpy_initialize_event_generic): Return
4953 early if PyType_Ready fails.
4954
4955 2013-05-20 Tom Tromey <tromey@redhat.com>
4956
4957 * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
4958 as 'default' in the switch.
4959
4960 2013-05-20 Tom Tromey <tromey@redhat.com>
4961
4962 * python/py-inferior.c (gdbpy_inferiors): Update. Hoist
4963 get_addr_from_python calls out of TRY_CATCH.
4964 (infpy_write_memory, infpy_search_memory): Likewise.
4965 * python/py-utils.c (get_addr_from_python): Return negative
4966 value on error. Use TRY_CATCH.
4967 * python/python-internal.h (get_addr_from_python): Use
4968 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
4969
4970 2013-05-20 Tom Tromey <tromey@redhat.com>
4971
4972 * python/py-event.c (evpy_emit_event): Decref the
4973 result of PyObject_CallFunctionObjArgs.
4974
4975 2013-05-20 Tom Tromey <tromey@redhat.com>
4976
4977 * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
4978 Correctly decref.
4979
4980 2013-05-20 Tom Tromey <tromey@redhat.com>
4981
4982 * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
4983
4984 2013-05-20 Tom Tromey <tromey@redhat.com>
4985
4986 * python/py-event.h (gdbpy_initialize_event_generic): Use
4987 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
4988 * python/py-evts.c (add_new_registry): Use
4989 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
4990 * python/python-internal.h
4991 (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
4992
4993 2013-05-20 Tom Tromey <tromey@redhat.com>
4994
4995 * python/py-arch.c (archpy_disassemble): Update.
4996 * python/py-type.c (typy_get_composite, typy_lookup_typename)
4997 (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
4998 * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
4999 * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
5000 macro.
5001 (GDB_PY_HANDLE_EXCEPTION): Update.
5002 (gdbpy_convert_exception): Update. Use CPYCHECKER_SETS_EXCEPTION.
5003
5004 2013-05-20 Tom Tromey <tromey@redhat.com>
5005
5006 * python/python-internal.h (events_object_type): Remove.
5007
5008 2013-05-20 Tom Tromey <tromey@redhat.com>
5009
5010 * python/py-event.h (evpy_emit_event): Use
5011 CPYCHECKER_STEALS_REFERENCE_TO_ARG.
5012 * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
5013 New macro.
5014
5015 2013-05-20 Tom Tromey <tromey@redhat.com>
5016
5017 * py-evtregistry.c (create_event_object): Decref
5018 eventregistry_object if PyList_New fails.
5019
5020 2013-05-20 Tom Tromey <tromey@redhat.com>
5021
5022 * py-cmd.c (gdbpy_string_to_argv): Check result of
5023 PyList_New.
5024
5025 2013-05-20 Tom Tromey <tromey@redhat.com>
5026
5027 * python/python.c (before_prompt_hook): Add cleanup to
5028 decref 'hook'.
5029
5030 2013-05-20 Tom Tromey <tromey@redhat.com>
5031
5032 * python/py-function.c (fnpy_init): Decref result of
5033 PyObject_GetAttrString.
5034
5035 2013-05-20 Tom Tromey <tromey@redhat.com>
5036
5037 * python/py-threadevent.c (get_event_thread): Use
5038 CPYCHECKER_RETURNS_BORROWED_REF.
5039 * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
5040 New define.
5041 (pspace_to_pspace_object, objfile_to_objfile_object)
5042 (find_thread_object): Use it.
5043
5044 2013-05-20 Tom Tromey <tromey@redhat.com>
5045
5046 * python/py-arch.c (arch_object_type): Use
5047 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5048 * python/py-block.c (block_syms_iterator_object_type):
5049 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5050 * python/py-bpevent.c (breakpoint_event_object_type):
5051 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5052 * python/py-cmd.c (cmdpy_object_type): Use
5053 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5054 * python/py-continueevent.c (continue_event_object_type):
5055 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5056 * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
5057 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5058 * python/py-events.h (thread_event_object_type):
5059 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5060 * python/py-evtregistry.c (eventregistry_object_type): Use
5061 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5062 * python/py-exitedevent.c (exited_event_object_type):
5063 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5064 * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
5065 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5066 * python/py-function.c (fnpy_object_type): Use
5067 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5068 * python/py-inferior.c (inferior_object_type, membuf_object_type):
5069 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5070 * python/py-infthread.c (thread_object_type): Use
5071 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5072 * python/py-lazy-string.c (lazy_string_object_type):
5073 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5074 * python/py-newobjfileevent.c (new_objfile_event_object_type):
5075 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5076 * python/py-objfile.c (objfile_object_type): Use
5077 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5078 * python/py-param.c (parmpy_object_type):
5079 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5080 * python/py-progspace.c (pspace_object_type):
5081 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5082 * python/py-signalevent.c (signal_event_object_type):
5083 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5084 * python/py-symtab.c (symtab_object_type, sal_object_type): Use
5085 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5086 * python/py-type.c (type_object_type, field_object_type)
5087 (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5088 * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
5089 define.
5090 (value_object_type, block_object_type, symbol_object_type)
5091 (event_object_type, stop_event_object_type, breakpoint_object_type)
5092 (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5093
5094 2013-05-20 Andreas Tobler <andreas@fgznet.ch>
5095
5096 * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
5097 (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
5098
5099 2013-05-20 Doug Evans <dje@google.com>
5100
5101 When reading CU, stay in DWO. Be more tolerent of bad debug info.
5102 For Fission.
5103 * dwarf2read.c (struct dwarf2_per_cu_data): New member
5104 reading_dwo_directly.
5105 (struct signatured_type): New member dwo_unit.
5106 (struct die_reader_specs): New member comp_dir.
5107 (create_signatured_type_table_from_index): Use malloc for
5108 all_type_units instead of objfile's obstack.
5109 (create_all_type_units): Ditto.
5110 (fill_in_sig_entry_from_dwo_entry): New function.
5111 (add_type_unit): New function.
5112 (lookup_dwo_signatured_type): New function.
5113 (lookup_dwp_signatured_type): New function.
5114 (lookup_signatured_type): New arg cu. All callers updated.
5115 (init_cu_die_reader): Initialize comp_dir.
5116 (read_cutu_die_from_dwo): New arg stub_comp_dir. All callers updated.
5117 Change assert of matching type signatures to call error on mismatch.
5118 (lookup_dwo_unit): Add assert.
5119 (init_tu_and_read_dwo_dies): New function.
5120 (init_cutu_and_read_dies): Call it.
5121 (build_type_unit_groups): Handle case of no type unit groups created.
5122 (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
5123 (lookup_dwo_cutu): Tweak complaint.
5124 (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
5125 (dwarf2_per_objfile_free): Free all_type_units.
5126
5127 2013-05-20 Joel Brobecker <brobecker@adacore.com>
5128
5129 * windows-nat.c (handle_unload_dll): Add missing empty line.
5130
5131 2013-05-20 Joel Brobecker <brobecker@adacore.com>
5132
5133 * dwarf2read.c (prototyped_function_p): New function.
5134 (read_subroutine_type): Use it.
5135
5136 2013-05-20 Joel Brobecker <brobecker@adacore.com>
5137
5138 * rs6000-aix-tdep.c: De-indent some example code provided
5139 as a comment.
5140
5141 2013-05-17 Edjunior Machado <emachado@linux.vnet.ibm.com>
5142
5143 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
5144 region is ok for a hardware watchpoint using the new ptrace interface
5145 on Power servers.
5146
5147 2013-05-17 Doug Evans <dje@google.com>
5148
5149 * NEWS: Mention new maintenance commands check-symtabs, and
5150 expand-symtabs, and renamed check-psymtabs.
5151 * psymtab.c (maintenance_check_psymtabs): Renamed from
5152 maintenance_check_symtabs. Only process already-expanded symbol
5153 tables.
5154 (_initialize_psymtab): Update.
5155 * symmisc.c (maintenance_check_symtabs): New function.
5156 (maintenance_expand_name_matcher): New function
5157 (maintenance_expand_file_matcher): New function
5158 (maintenance_expand_symtabs): New function.
5159 (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
5160 commands.
5161
5162 2013-05-17 Tom Tromey <tromey@redhat.com>
5163
5164 * python/py-inferior.c (infpy_read_memory): Don't call
5165 PyErr_SetString if PyObject_New fails.
5166 * python/py-frame.c (frame_info_to_frame_object): Don't call
5167 PyErr_SetString if PyObject_New fails.
5168
5169 2013-05-17 Pavel Chupin <pavel.v.chupin@intel.com>
5170
5171 * acinclude.m4: Add check for dlopen in libdl.
5172 * configure.ac: Ditto.
5173 * configure: Regenerate.
5174
5175 2013-05-17 Phil Muldoon <pmuldoon@redhat.com>
5176
5177 * frame.c (frame_stash): Convert to htab.
5178 (frame_addr_hash): New function.
5179 (frame_addr_hash_eq): New function.
5180 (frame_stash_create): Convert function to create
5181 a hash table.
5182 (frame_stash_add): Convert function to add an entry to a hash
5183 table.
5184 (frame_stash_find): Convert function to search the hash table.
5185 (frame_stash_invalidate): Convert function to empty the hash
5186 table.
5187 (get_frame_id): Only add to stash if a frame_id is created.
5188 (_initialize_frame): Call frame_stash_create.
5189
5190 2013-05-16 Yue Lu <hacklu.newborn@gmail.com> (tiny change)
5191
5192 * configure.ac: Ensure MIG is available when building for GNU Hurd
5193 hosts.
5194 * configure: Regenerate.
5195
5196 2013-05-16 Joel Brobecker <brobecker@adacore.com>
5197
5198 * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
5199
5200 2013-05-16 Joel Brobecker <brobecker@adacore.com>
5201
5202 * ada-lang.c (ada_make_symbol_completion_list): Make sure
5203 all cleanups are done before returning from this function.
5204
5205 2013-05-15 Joel Brobecker <brobecker@adacore.com>
5206
5207 * utils.h: #include "exceptions.h".
5208 (enum errors): Remove partial declaration.
5209
5210 2013-05-15 Joel Brobecker <brobecker@adacore.com>
5211
5212 * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
5213 * gdbarch.h, gdbarch.c: Regenerate.
5214 * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
5215 handling.
5216
5217 * rs6000-aix-tdep.h: New file.
5218 * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
5219 * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
5220 "xml-utils.h".
5221 (struct field_info, struct ld_info_desc): New types.
5222 (ld_info32_desc, ld_info64_desc): New static constants.
5223 (struct ld_info): New type.
5224 (rs6000_aix_extract_ld_info): New function.
5225 (rs6000_aix_shared_library_to_xml): Likewise.
5226 (rs6000_aix_ld_info_to_xml): Likewise.
5227 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
5228 (rs6000_aix_init_osabi): Add call to
5229 set_gdbarch_core_xfer_shared_libraries_aix.
5230 * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
5231 Remove "xml-utils.h" include.
5232 (LdInfo): Delete typedef.
5233 (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
5234 Delete macros.
5235 (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
5236 Adjust code accordingly.
5237 (rs6000_core_ldinfo): Delete, folded into
5238 rs6000_aix_core_xfer_shared_libraries_aix.
5239 (rs6000_xfer_shared_library): Delete.
5240 (rs6000_xfer_shared_libraries): Reimplement.
5241
5242 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
5243
5244 * record.c (record_goto_cmdlist): New.
5245 (cmd_record_goto): Split into this ...
5246 (cmd_record_goto_begin): ... this
5247 (cmd_record_goto_end): ... and this.
5248 (_initialize_record): Change "record goto" to prefix command.
5249 Add commands for "record goto begin" and "record goto end".
5250 Add an alias for "record goto start" to "record goto begin".
5251
5252 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5253
5254 * linespec.c (convert_linespec_to_sals): New comment for
5255 SOURCE_FILENAME assignment.
5256
5257 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5258
5259 * cleanups.c (restore_my_cleanups): Replace gdb_assert by
5260 internal_warning.
5261
5262 2013-05-14 Tom Tromey <tromey@redhat.com>
5263
5264 * eval.c (parse_and_eval_long): Make 'exp' const.
5265 * value.h (parse_and_eval_long): Update.
5266
5267 2013-05-14 Tom Tromey <tromey@redhat.com>
5268
5269 * ui-file.c (gdb_fopen): Make arguments const.
5270 * ui-file.h (gdb_fopen): Make arguments const.
5271
5272 2013-05-14 Tom Tromey <tromey@redhat.com>
5273
5274 * remote.c (remote_set_trace_notes): Make arguments const.
5275 * target.c (update_current_target): Update cast.
5276 * target.h (to_set_trace_notes): Make arguments const.
5277
5278 2013-05-14 Tom Tromey <tromey@redhat.com>
5279
5280 * go32-nat.c (go32_terminal_info): Make 'args' const.
5281 * inferior.h (child_terminal_info): Update.
5282 * inflow.c (child_terminal_info): Make 'args' const.
5283 * target.c (default_terminal_info): Make 'args' const.
5284 (debug_to_terminal_save_ours): Likewise.
5285 * target.h (struct target_ops) <to_terminal_info>: Make argument
5286 const.
5287
5288 2013-05-13 Tom Tromey <tromey@redhat.com>
5289
5290 * gcore.c (create_gcore_bfd): Make 'filename' const.
5291 * gcore.h (create_gcore_bfd): Make 'filename' const.
5292 * record-full.c (record_full_save): Make 'recfilename' const.
5293 * target.c (target_save_record): Make 'filename' const.
5294 * target.h (struct target_ops) <to_save_record>: Make 'filename'
5295 const.
5296 (target_save_record): Likewise.
5297
5298 2013-05-13 Tom Tromey <tromey@redhat.com>
5299
5300 PR gdb/15338:
5301 * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
5302 ranges section has been read.
5303
5304 2013-05-13 Tom Tromey <tromey@redhat.com>
5305
5306 PR exp/15364:
5307 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
5308 STRUCTOP_PTR>: Return a not_lval value for
5309 EVAL_AVOID_SIDE_EFFECTS.
5310 * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
5311 for EVAL_AVOID_SIDE_EFFECTS.
5312
5313 2013-05-13 Joel Brobecker <brobecker@adacore.com>
5314
5315 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
5316 floating point registers to register type before storing
5317 value.
5318 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
5319 Likewise.
5320
5321 2013-05-10 Joel Brobecker <brobecker@adacore.com>
5322 Tom Tromey <tromey@redhat.com>
5323
5324 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
5325 New functions.
5326 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
5327 Declare.
5328 * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
5329 (darwin_ptrace_him): Use unmark_fd_no_cloexec.
5330 * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
5331 (inf_ttrace_prepare): Use mark_fd_no_cloexec.
5332
5333 2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
5334 Tom Tromey <tromey@redhat.com>
5335
5336 PR build/15414:
5337 * configure: Rebuild.
5338 * configure.ac (build_warnings): Do not use -Wformat-nonliteral
5339 with -Wno-format.
5340
5341 2013-05-10 Pedro Alves <palves@redhat.com>
5342
5343 * remote.c (_initialize_remote): Fix spelling of
5344 qXfer:traceframe-info:read packet in packet config command.
5345
5346 2013-05-10 David Taylor <dtaylor@emc.com>
5347
5348 PR remote/15455
5349
5350 * remote.c (remote_trace_set_readonly_regions): Do not overwrite
5351 "QTro" at start of packet.
5352
5353 2013-05-10 Joel Brobecker <brobecker@adacore.com>
5354
5355 * solib-aix.c (solib_aix_relocate_section_addresses):
5356 For the .bss section action, apply the same offset as
5357 the .data section.
5358
5359 2013-05-10 Joel Brobecker <brobecker@adacore.com>
5360
5361 * solib-aix.c (solib_aix_relocate_section_addresses):
5362 Remove FIXME comment.
5363
5364 2013-05-10 Joel Brobecker <brobecker@adacore.com>
5365
5366 PR tdep/15420:
5367 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
5368 New functions, directly copied from sparc-sol-thread.c.
5369 * sparc-sol-thread.c: Delete.
5370 * configure.ac: Remove code handling sparc-solaris-thread.c.
5371 * configure: Regenerate.
5372
5373 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
5374
5375 * stack.c (backtrace_command_1): Add "no-filters", and Python frame
5376 filter logic.
5377 (backtrace_command): Add "no-filters" option parsing.
5378 (_initialize_stack): Alter help to reflect "no-filters" option.
5379 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
5380 (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
5381 (py-frame.o): Add target
5382 * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
5383 filter files.
5384 * python/python.h: Add new frame filter constants, and flag enum.
5385 (apply_frame_filter): Add definition.
5386 * python/python.c (apply_frame_filter): New non-Python
5387 enabled function.
5388 * python/py-utils.c (py_xdecref): New function.
5389 (make_cleanup_py_xdecref): Ditto.
5390 * python/py-objfile.c: Declare frame_filters dictionary.
5391 (objfpy_dealloc): Add frame_filters dealloc.
5392 (objfpy_new): Initialize frame_filters attribute.
5393 (objfile_to_objfile_object): Ditto.
5394 (objfpy_get_frame_filters): New function.
5395 (objfpy_set_frame_filters): New function.
5396 * python/py-progspace.c: Declare frame_filters dictionary.
5397 (pspy_dealloc): Add frame_filters dealloc.
5398 (pspy_new): Initialize frame_filters attribute.
5399 (pspacee_to_pspace_object): Ditto.
5400 (pspy_get_frame_filters): New function.
5401 (pspy_set_frame_filters): New function.
5402 * python/py-framefilter.c: New file.
5403 * python/lib/gdb/command/frame_filters.py: New file.
5404 * python/lib/gdb/frames.py: New file.
5405 * python/lib/gdb/__init__.py: Initialize global frame_filters
5406 dictionary
5407 * python/lib/gdb/FrameDecorator.py: New file.
5408 * python/lib/gdb/FrameIterator.py: New file.
5409 * mi/mi-cmds.c (mi_cmds): Add frame filters command.
5410 * mi/mi-cmds.h: Declare.
5411 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
5412 --no-frame-filter logic, and Python frame filter logic.
5413 (stack_enable_frame_filters): New function.
5414 (parse_no_frame_option): Ditto.
5415 (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
5416 filter logic.
5417 (mi_cmd_stack_list_locals): Ditto.
5418 (mi_cmd_stack_list_args): Ditto.
5419 (mi_cmd_stack_list_variables): Ditto.
5420 * NEWS: Add frame filter note.
5421
5422 2013-05-09 Doug Evans <dje@google.com>
5423
5424 * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
5425 All callers updated.
5426 (syms_from_objfile): Ditto. Make static.
5427 (symbol_file_add_with_addrs): Renamed from
5428 symbol_file_add_with_addrs_or_offsets. Delete args offsets,
5429 num_offsets. All callers updated.
5430 * symfile.h (syms_from_objfile): Delete.
5431
5432 * symfile.c (decrement_reading_symtab): Add assert.
5433 (increment_reading_symtab): Ditto.
5434
5435 2013-05-09 Joel Brobecker <brobecker@adacore.com>
5436
5437 * source.c (forward_search_command): Replace call to getc
5438 by call to fgetc.
5439 (reverse_search_command): Likewise.
5440
5441 2013-05-08 Doug Evans <dje@google.com>
5442
5443 * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
5444 matching test.
5445
5446 2013-05-08 Joel Brobecker <brobecker@adacore.com>
5447
5448 * sol-thread.c (info_cb): Factorize the code a little.
5449
5450 2013-05-08 Joel Brobecker <brobecker@adacore.com>
5451
5452 * sol-thread.c (info_cb): Rework the output of the "maintenance
5453 info sol-threads" command a bit.
5454
5455 2013-05-08 Joel Brobecker <brobecker@adacore.com>
5456
5457 * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
5458 Replace ti.ti_startfunc by ti.ti_pc.
5459
5460 2013-05-08 Joel Brobecker <brobecker@adacore.com>
5461
5462 * solib-aix.c (solib_aix_free_library_list): New function
5463 for the case where HAVE_LIBEXPAT is not defined.
5464
5465 2013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
5466
5467 PR breakpoints/15413:
5468 * breakpoint.c (condition_completer): Simplify the code to
5469 disconsider multiple locations of breakpoints when completing the
5470 "condition" command.
5471
5472 2013-05-07 Pierre Muller <muller@sourceware.org>
5473
5474 * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
5475 instead of <sys/wait.h>.
5476
5477 2013-05-07 Pierre Muller <muller@sourceware.org>
5478
5479 * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
5480 trailing new line from warning message.
5481
5482 2013-05-07 Pierre Muller <muller@sourceware.org>
5483
5484 * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
5485 (PC_SOLIB): Change type from ari_deprecate to ari_regression.
5486
5487 2013-05-07 Joel Brobecker <brobecker@adacore.com>
5488
5489 * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
5490 error message (ARI fix).
5491
5492 2013-05-07 Joel Brobecker <brobecker@adacore.com>
5493
5494 * features/library-list-aix.dtd: Replace library-list by
5495 library-list-aix.
5496 * rs6000-nat.c: Replace library-list by library-list-aix
5497 throughout.
5498 * solib-aix.c: Likewise.
5499
5500 2013-05-07 Joel Brobecker <brobecker@adacore.com>
5501
5502 * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
5503 Renames TARGET_OBJECT_AIX_LIBRARIES.
5504 * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
5505 TARGET_OBJECT_LIBRARIES_AIX throughout.
5506 * solib-aix.c: Likwise.
5507
5508 2013-05-07 Yao Qi <yao@codesourcery.com>
5509
5510 * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
5511 (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
5512
5513 2013-05-07 Yao Qi <yao@codesourcery.com>
5514
5515 * solib-dsbt.c (enable_break): Declare.
5516 (dsbt_current_sos): Remove call to enable_break2.
5517 (enable_break2): Rename to enable_break. Set solib breakpoint
5518 on '_dl_debug_state'.
5519 (enable_break): Remove.
5520
5521 2013-05-07 Luis Machado <lgustavo@codesourcery.com>
5522
5523 * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
5524 debug state prior to replicating existing hardware watchpoints or
5525 breakpoints.
5526
5527 2013-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5528
5529 * gcore.c (gcore_create_callback): Ignore sections with
5530 separate_debug_objfile_backlink != NULL.
5531
5532 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
5533 Andrew Jenner <andrew@codesourcery.com>
5534 Chung-Lin Tang <cltang@codesourcery.com>
5535 Julian Brown <julian@codesourcery.com>
5536
5537 Based on the nios2-elf port from Altera Corporation.
5538
5539 * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
5540 nios2-linux-tdep.o.
5541 (HFILES_NO_SRCDIR): Add nios2-tdep.h.
5542 (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
5543 * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
5544 * nios2-tdep.h: New.
5545 * nios2-tdep.c: New.
5546 * nios2-linux-tdep.c: New.
5547 * features/Makefile (WHICH): Add nios2-linux.
5548 (nios2-linux-expedite): Set.
5549 * features/nios2-cpu.xml: New.
5550 * features/nios2.xml: New.
5551 * features/nios2-linux.xml: New.
5552 * features/nios2.c: New (autogenerated).
5553 * features/nios2-linux.c: New (autogenerated).
5554 * regformats/nios2-linux.dat: New (autogenerated).
5555 * NEWS (Changes since GDB 7.6): Add new Nios II targets
5556 and commands.
5557
5558 2013-05-06 Doug Evans <dje@google.com>
5559
5560 * symfile.c: Whitespace cleanup.
5561
5562 * solist.h (struct target_so_ops): New member clear_so.
5563 * solib-svr4.c (svr4_clear_so): New function.
5564 (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
5565 * solib.c (clear_so): Renamed from free_so_symbols.
5566 All callers updated. Call target clear_so if it exists.
5567
5568 2013-05-06 Tom Tromey <tromey@redhat.com>
5569
5570 * ada-lang.c (ada_value_primitive_packed_val): Don't
5571 call value_incref.
5572 * value.c (set_value_parent): Incref the new parent and decref
5573 the old parent.
5574 (value_copy, value_primitive_field): Use set_value_parent.
5575
5576 2013-05-06 Tom Tromey <tromey@redhat.com>
5577
5578 * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
5579 (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
5580 if needed.
5581 * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
5582 * dwarf2read.c (write_constant_as_bytes)
5583 (dwarf2_fetch_constant_bytes): New functions.
5584
5585 2013-05-06 Tom Tromey <tromey@redhat.com>
5586
5587 * dwarf2read.c (dwarf2_const_value_data): Remove unused
5588 parameters.
5589 (dwarf2_const_value_attr): Update.
5590
5591 2013-05-06 Tom Tromey <tromey@redhat.com>
5592
5593 * somread.c (som_symfile_offsets): Add 'const' to addrs.
5594 * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
5595 * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
5596 Remove declaration.
5597
5598 2013-05-06 Tom Tromey <tromey@redhat.com>
5599
5600 * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
5601 objfile's obstack.
5602
5603 2013-05-06 Doug Evans <dje@google.com>
5604
5605 * dbxread.c (process_one_symbol): Constify section_offsets parameter.
5606 * stabsread.h (process_one_symbol): Update declaration.
5607 * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
5608 * elfread.c (elf_symfile_relocate_probe): Ditto.
5609 * psymtab.c (relocate_psymtabs): Ditto.
5610 * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
5611 (objfile_relocate): Ditto.
5612 * objfiles.h (objfile_relocate): Update declaration.
5613 * symfile.c (relative_addr_info_to_section_offsets): Constify
5614 addrs parameter.
5615 (default_symfile_offsets): Ditto.
5616 (syms_from_objfile_1): Constify offsets parameter.
5617 (syms_from_objfile): Ditto.
5618 (symbol_file_add_with_addrs_or_offsets): Ditto.
5619 (symfile_map_offsets_to_segments): Constify data parameter.
5620 * symfile.h (struct quick_symbol_functions): Constify new_offsets,
5621 delta parameters of member relocate.
5622 (struct sym_probe_fns): Constify new_offsets,
5623 delta parameters of member sym_relocate_probe.
5624 (struct sym_fns): Constify section_addr_info parameter of member
5625 sym_offsets.
5626 (relative_addr_info_to_section_offsets): Update declaration.
5627 (default_symfile_offsets): Ditto.
5628 (syms_from_objfile): Ditto.
5629 (symfile_map_offsets_to_segments): Ditto.
5630
5631 * symfile.c (syms_from_objfile_1): Use correct section count when
5632 objfile->sf == NULL.
5633
5634 2013-05-06 Mike Frysinger <vapier@gentoo.org>
5635
5636 * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
5637
5638 2013-05-06 Doug Evans <dje@google.com>
5639
5640 * psympriv.h (struct partial_symtab): Augment comment for member
5641 section_offsets.
5642
5643 2013-05-06 Joel Brobecker <brobecker@adacore.com>
5644
5645 Reimplement shared library support on ppc-aix...
5646 * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
5647 * features/library-list-aix.dtd: New file.
5648 * solib-aix.h, solib-aix.c: New file.
5649 * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
5650 (rs6000_find_toc_address_hook): Delete.
5651 (rs6000_push_dummy_call): Rewrite code setting the TOC value.
5652 (rs6000_aix_init_osabi): Register solib_aix_so_ops.
5653 * rs6000-nat.c: Remove "xcoffsolib.h" include. Include
5654 "xml-utils.h".
5655 (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
5656 (vmap_symtab, fixup_breakpoints): Delete.
5657 (rs6000_xfer_shared_libraries): New function.
5658 (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
5659 (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
5660 (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
5661 (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
5662 (rs6000_xfer_shared_library): New function.
5663 (find_toc_address): Delete.
5664 (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
5665 * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
5666 * xcoffread.c (record_minimal_symbol): Reloate symbol address
5667 before creating minimal symbol. Adjust function description
5668 accordingly.
5669 (scan_xcoff_symtab): Replace call to
5670 prim_record_minimal_symbol_and_info by call to
5671 record_minimal_symbol.
5672 (xcoff_symfile_offsets): Reimplement mostly as a wrapper
5673 around default_symfile_offsets.
5674 * configure.tgt: Add solib-aix.o to gdb_target_obs for
5675 powerpc-aix targets.
5676 * config/rs6000/nm-rs6000.h: Delete.
5677 * config/powerpc/aix.mh (NAT_FILE): Delete.
5678 (NATDEPFILES): Remove xcoffsolib.o.
5679 * Makefile.in (XMLFILES): Add library-list-aix.dtd.
5680 (ALL_TARGET_OBS): Add solib-aix.o.
5681 (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
5682 config/rs6000/nm-rs6000.h. Add solib-aix.h.
5683 (ALLDEPFILES): Add solib-aix.c. Remove xcoffsolib.c.
5684 * xcoffsolib.h, xcoffsolib.c: Delete.
5685
5686 * solib.c (reload_shared_libraries): Remove reference to
5687 SOLIB_CREATE_INFERIOR_HOOK.
5688 * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
5689 (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
5690 (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
5691 comment.
5692 * corelow.c (deprecated_core_resize_section_table): Delete.
5693 * exec.c: Remove include of xcoffsolib.h".
5694 (map_vmap, vmap): Delete.
5695 (exec_close_1): Remove references to vmap.
5696 (exec_file_attach): Remove vmap handling code, and reference
5697 to DEPRECATED_IBM6000_TARGET.
5698 (bfdsec_to_vmap): Delete.
5699 (exec_files_info): Remove block of code handling VMAP.
5700 * infcmd.c (post_create_inferior): Remove reference to
5701 SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
5702 * infrun.c (follow_exec): Remove reference to
5703 SOLIB_CREATE_INFERIOR_HOOK.
5704 * stack.c (print_frame): Remove reference to PC_SOLIB.
5705 * solib-dsbt.c (dsbt_current_sos): Adjust comment.
5706 (dsbt_relocate_main_executable): Likewise.
5707 * solib-frv.c (frv_current_sos): Likewise.
5708
5709 2013-05-06 Joel Brobecker <brobecker@adacore.com>
5710
5711 * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
5712 to target_write_memory and target_read_memory.
5713
5714 2013-05-06 Joel Brobecker <brobecker@adacore.com>
5715
5716 * darwin-nat.c (darwin_setup_fake_stop_event): New function.
5717 (darwin_attach): Adjust using darwin_setup_fake_stop_event.
5718
5719 2013-05-06 Joel Brobecker <brobecker@adacore.com>
5720
5721 * darwin-nat.c: Replace all "%x" instances in format strings
5722 into "0x%x" throughout.
5723
5724 2013-05-06 Joel Brobecker <brobecker@adacore.com>
5725
5726 * darwin-nat.c (darwin_mourn_inferior): Replace call to
5727 gdb_assert by call to MACH_CHECK_ERROR.
5728 (darwin_attach_pid): Raise an error rather than a failed
5729 assertion when various system calls failed. Report a warning
5730 instead of raising a failed assertion when PREV_NOT is not NULL
5731 after call to mach_port_request_notification.
5732 (darwin_ptrace_me): Raise an error rather than a failed
5733 assertion when read returns nonzero.
5734
5735 2013-05-06 Joel Brobecker <brobecker@adacore.com>
5736
5737 * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
5738
5739 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5740
5741 * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
5742
5743 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5744
5745 * event-top.c (display_gdb_prompt): Call missing do_cleanups.
5746 * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
5747 * symfile.c (symfile_bfd_open): New variable back_to. Do not leave
5748 a stale cleanup. Fix double free of NAME.
5749
5750 2013-05-04 Eli Zaretskii <eliz@gnu.org>
5751
5752 * windows-nat.c (windows_delete_thread): Accept an additional
5753 argument, the thread's exit code, and announce thread death when
5754 print_thread_events is non-zero and we are deleting a thread that
5755 is not the main thread.
5756 (get_windows_debug_event): Pass thread exit code to
5757 windows_delete_thread.
5758
5759 2013-05-03 Kevin Buettner <kevinb@redhat.com>
5760
5761 * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
5762 (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
5763 (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
5764 (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
5765 (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
5766 (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
5767 (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
5768 (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
5769 (gdbarch_tdep): New struct.
5770 (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
5771 E_NUM_REGS.
5772 (v850e3v5_register_name): New function.
5773 (v850_register_type): v850e3v5 vector registers are 64-bits wide.
5774 (v850_use_struct_convention): Add `gdbarch' parameter. Add new
5775 code handling the struct return conventions for the RH850 ABI.
5776 Update all callers.
5777 (v850_eight_byte_align_p): New function.
5778 (v850_push_call_dummy): Push structs by value, not by reference
5779 for the RH850 ABI. Add support for eight byte alignment.
5780 (v850_dbtrap_breakpoint_from_pc): New function.
5781 (v850_gdbarch_init): Add ABI detection code. Register
5782 v850e3v5_register_name for the v850e3v5 architecture. Set the
5783 number of registers for v850e3v5. Register
5784 v850_dbtrap_breakpoint_from_pc as appropriate.
5785 (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
5786
5787 2013-05-03 Doug Evans <dje@google.com>
5788
5789 * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
5790 of bfd_count_sections.
5791 * solib-target.c (solib_target_relocate_section_addresses): Ditto.
5792 * symfile.c (default_symfile_offsets): Ditto.
5793 (syms_from_objfile_1): Ditto. Make dummy addrs list an array of
5794 one entry, not bfd_count_sections entries.
5795
5796 2013-05-03 Kevin Buettner <kevinb@redhat.com>
5797
5798 * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
5799 `save' and `restore' register groups. Don't include SPL
5800 or SPH in these groups.
5801 (rl78_dwarf_reg_to_regnum): Adjust mapping for
5802 RL78_PC_REGNUM. Add mappings for RL78_PSW_REGNUM,
5803 RL78_ES_REGNUM, and RL78_CS_REGNUM.
5804 (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4. Invoke
5805 dwarf2_append_unwinders().
5806
5807 2013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5808
5809 * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
5810 ignore SIGINT and SIGTRAP in case these internal signals are
5811 caught explicitely.
5812
5813 2013-05-01 Joel Brobecker <brobecker@adacore.com>
5814
5815 * darwin-nat.c (darwin_read_write_inferior): Change types
5816 of parameters rdaddr and wraddr to "gdb_byte *". Change type
5817 of copy_count to "mach_msg_type_number_t".
5818 (darwin_read_dyld_info): Change type of parameter
5819 rdaddr to "gdb_byte *".
5820
5821 2013-05-01 Joel Brobecker <brobecker@adacore.com>
5822
5823 * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
5824 of &info->load_map from "char *" to "gdb_byte *".
5825
5826 2013-05-01 Joel Brobecker <brobecker@adacore.com>
5827
5828 * ia64-tdep.c (ia64_access_fpreg): Change cast of val
5829 from "char *" to "gdb_byte *".
5830 (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
5831
5832 2013-04-30 Doug Evans <dje@google.com>
5833
5834 * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
5835 (init_cutu_and_read_dies): Flag a complaint, not error, for bad
5836 DWO stub. If DWO isn't found, just use stub.
5837 (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
5838
5839 * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
5840 calling init_cutu_and_read_dies.
5841
5842 2013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5843
5844 * target-descriptions.c (maint_print_c_tdesc_cmd):
5845 Add case to parse structures as register types and
5846 bitfields.
5847
5848 2013-04-30 Walfred Tedeschi <walfred.tedeschi@intel.com>
5849
5850 * MAINTAINERS (Write After Approval): Add myself to the list.
5851
5852 2013-04-30 Joel Brobecker <brobecker@adacore.com>
5853
5854 * sol-thread.c (rw_common): Change type of parameter "buf"
5855 to "gdb_byte *".
5856 (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
5857 rw_common to "gdb_byte *" instead of "char *".
5858
5859 2013-04-30 Joel Brobecker <brobecker@adacore.com>
5860
5861 * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
5862 of local variable msym to const struct bound_minimal_symbol.
5863 Adjust use accordingly.
5864 [ti.ti_state == TD_THR_SLEEP]: Likewise.
5865
5866 2013-04-30 Samuel Thibault <samuel.thibault@gnu.org>
5867
5868 * i386gnu-nat.c (CREG_OFFSET): New macro.
5869 (creg_offset): New array.
5870 (CREG_ADDR): Use creg_offset instead of reg_offset.
5871
5872 2013-04-30 Joel Brobecker <brobecker@adacore.com>
5873
5874 * mep-tdep.c (mep_write_pc): Delete.
5875 (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
5876 Add call to set_gdbarch_pc_regnum.
5877
5878 2013-04-30 Joel Brobecker <brobecker@adacore.com>
5879
5880 * common/filestuff.c: Replace #include <dirent.h> by
5881 #include "gdb_dirent.h".
5882
5883 2013-04-30 Joel Brobecker <brobecker@adacore.com>
5884
5885 * common/filestuff.c: Replace #include <sys/stat.h> by
5886 #include "gdb_stat.h".
5887
5888 2013-04-29 Pierre Muller <muller@sourceware.org>
5889
5890 * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
5891 editCase function rule.
5892 (get_DW_AT_signature_type): Likewise.
5893
5894 2013-04-29 Joel Brobecker <brobecker@adacore.com>
5895
5896 * m32r-tdep.c (m32r_write_pc): Delete.
5897 (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
5898 Add call to set_gdbarch_pc_regnum.
5899
5900 2013-04-29 Pierre Muller <muller@sourceware.org>
5901
5902 * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
5903
5904 2013-04-29 Joel Brobecker <brobecker@adacore.com>
5905
5906 * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
5907
5908 2013-04-28 Yao Qi <yao@codesourcery.com>
5909
5910 * solib-dsbt.c (fetch_loadmap): Re-indent.
5911 (displacement_from_map, enable_break2): Likewise.
5912 (dsbt_relocate_section_addresses): Likewise.
5913
5914 2013-04-26 Joel Brobecker <brobecker@adacore.com>
5915
5916 GDB 7.6 released.
5917
5918 2013-04-25 Andreas Kaufmann <Andreas.Kaufmann@synopsys.com>
5919
5920 PR corefiles/14983:
5921 * dwarf2read.c (process_full_comp_unit): Always create a static
5922 block.
5923
5924 2013-04-25 Hui Zhu <hui@codesourcery.com>
5925
5926 * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
5927 to loc->cmd_bytecode.
5928
5929 2013-04-24 Doug Evans <dje@google.com>
5930
5931 * dwarf2read.c (setup_type_unit_groups): Fix comment.
5932
5933 2013-04-22 Keith Seitz <keiths@redhat.com>
5934
5935 * tracepoint.c (trace_save): Call the writer's start method.
5936
5937 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
5938
5939 PR gdb/10462
5940 * cli/cli-decode.c (lookup_command): Show an error if there is no space
5941 before argument.
5942
5943 2013-04-23 Tom Tromey <tromey@redhat.com>
5944
5945 * common/filestuff.c: Check USE_WIN32API before including
5946 sys/socket.h.
5947 (HAVE_F_GETFD): New define.
5948 (mark_cloexec): Check HAVE_F_GETFD.
5949 (gdb_open_cloexec): Change 'mode' to unsigned long.
5950 (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
5951 (gdb_pipe_cloexec): Check HAVE_PIPE.
5952 * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
5953 long.
5954
5955 2013-04-23 Hui Zhu <hui@codesourcery.com>
5956
5957 PR gdb/15293
5958 * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
5959
5960 2013-04-23 Hui Zhu <hui@codesourcery.com>
5961
5962 PR gdb/15165
5963 * breakpoint.c (dprintf_print_recreate): New.
5964 (save_breakpoints): Let it not save dprintf commands.
5965 (initialize_breakpoint_ops): Set dprintf_print_recreate.
5966
5967 2013-04-22 Tom Tromey <tromey@redhat.com>
5968
5969 PR gdb/7912:
5970 * Makefile.in (SFILES): Add filestuff.c
5971 (COMMON_OBS): Add filestuff.o.
5972 (filestuff.o): New target.
5973 * auto-load.c (auto_load_objfile_script_1): Use
5974 gdb_fopen_cloexec.
5975 * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
5976 * cli/cli-cmds.c (shell_escape): Call close_most_fds.
5977 * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
5978 * common/agent.c (gdb_connect_sync_socket): Use
5979 gdb_socket_cloexec.
5980 * common/filestuff.c: New file.
5981 * common/filestuff.h: New file.
5982 * common/linux-osdata.c (linux_common_core_of_thread)
5983 (command_from_pid, commandline_from_pid, print_source_lines)
5984 (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
5985 (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
5986 gdb_fopen_cloexec.
5987 * common/linux-procfs.c (linux_proc_get_int)
5988 (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
5989 * config.in, configure: Rebuild.
5990 * configure.ac: Don't check for sys/socket.h. Check for
5991 fdwalk, pipe2.
5992 * corelow.c (core_open): Use gdb_open_cloexec.
5993 * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
5994 * fork-child.c (fork_inferior): Call close_most_fds.
5995 * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
5996 * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
5997 * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
5998 Use gdb_fopen_cloexec.
5999 (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
6000 gdb_open_cloexec.
6001 (linux_async_pipe): Use gdb_pipe_cloexec.
6002 * remote-fileio.c (remote_fileio_func_open): Use
6003 gdb_open_cloexec.
6004 * remote.c (remote_file_put, remote_file_get): Use
6005 gdb_fopen_cloexec.
6006 * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
6007 close_most_fds.
6008 * ser-tcp.c (net_open): Use gdb_socket_cloexec.
6009 * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
6010 * solib.c (solib_find): Use gdb_open_cloexec.
6011 * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
6012 * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
6013 (tfile_open): Use gdb_open_cloexec.
6014 * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
6015 * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
6016 * xml-support.c (xml_fetch_content_from_file): Use
6017 gdb_fopen_cloexec.
6018 * main.c (captured_main): Call notice_open_fds.
6019
6020 2013-04-22 Edjunior Machado <emachado@linux.vnet.ibm.com>
6021
6022 * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
6023 'char *' to 'gdb_byte *'.
6024 (gdbsim_store_register): Change the type of 'tmp' from 'char' to
6025 'gdb_byte'.
6026
6027 2013-04-22 Yao Qi <yao@codesourcery.com>
6028
6029 * infrun.c: Fix typo in comment.
6030
6031 2013-04-22 Andrew Haley <aph@redhat.com>
6032
6033 * arm-tdep.c (BranchDest): Cast result as "unsigned long",
6034 instead of "long".
6035
6036 2013-04-20 Yao Qi <yao@codesourcery.com>
6037
6038 * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
6039 'char *' to 'gdb_byte *'. Cast the return value of
6040 'bt_ctf_get_char_array' to 'gdb_byte *'.
6041
6042 2013-04-19 Pedro Alves <palves@redhat.com>
6043
6044 * configure.ac (build_warnings): Replace -Wno-pointer-sign with
6045 -Wpointer-sign.
6046 * configure: Regenerate.
6047
6048 2013-04-19 Pedro Alves <palves@redhat.com>
6049
6050 * ser-tcp.c (net_read_prim): Cast second argument to recv to
6051 'void *'.
6052
6053 2013-04-19 Pedro Alves <palves@redhat.com>
6054
6055 * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
6056 Change type of 'myaddr' parameter to gdb_byte pointer.
6057 (monitor_write_memory_longlongs): Likewise. Cast 'myaddr' pointer
6058 to 'long long' pointer instead of to 'unsigned long long'.
6059 (monitor_write_memory_block, monitor_read_memory_single)
6060 (monitor_read_memory): Change type of 'myaddr' parameter to
6061 gdb_byte pointer.
6062
6063 2013-04-19 Pedro Alves <palves@redhat.com>
6064
6065 * record.c (validate_history_size): Make parameter 'setting'
6066 unsigned.
6067
6068 2013-04-19 Pedro Alves <palves@redhat.com>
6069
6070 * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
6071 to 'gdb_byte *'.
6072
6073 2013-04-19 Pedro Alves <palves@redhat.com>
6074
6075 * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
6076 local to int.
6077
6078 2013-04-19 Pedro Alves <palves@redhat.com>
6079
6080 * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
6081 * ada-tasks.c (read_fat_string_value): Likewise.
6082
6083 2013-04-19 Pedro Alves <palves@redhat.com>
6084
6085 * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
6086 unsigned. Pass 'tmp' to safe_read_uleb128 instead of the signed
6087 'offset', and adjust.
6088
6089 2013-04-19 Pedro Alves <palves@redhat.com>
6090
6091 * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
6092 (read_index_from_section): Add cast to 'char *'.
6093
6094 2013-04-19 Pedro Alves <palves@redhat.com>
6095
6096 * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
6097
6098 2013-04-19 Pedro Alves <palves@redhat.com>
6099
6100 * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
6101
6102 2013-04-19 Pedro Alves <palves@redhat.com>
6103
6104 * record-full.c (record_full_get_bookmark): Change local 'ret'
6105 type to char * and add cast to gdb_byte *.
6106 (record_full_goto_bookmark): Handle 'bookmark' argument as a
6107 string.
6108 * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
6109
6110 2013-04-19 Pedro Alves <palves@redhat.com>
6111
6112 * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
6113 * python/py-prettyprint.c (print_string_repr): Change type of
6114 'output' local to char *. Add cast to gdb_byte * in
6115 LA_PRINT_STRING call.
6116 (print_children): Change type of 'output' local to char *.
6117 * python/py-value.c (valpy_string): Add cast to const char * in
6118 PyUnicode_Decode call.
6119
6120 2013-04-19 Pedro Alves <palves@redhat.com>
6121
6122 * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
6123 and change its type to 'const char *'. Adjust.
6124 (mips_send_packet): Add cast to 'char *', and remove cast to
6125 'unsigned char *'.
6126 (mips_receive_packet): Remove cast to 'unsigned char *'.
6127 (mips_load_srec): Use bfd_byte.
6128 (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
6129 (pmon_checkset): Make 'value' parameter unsigned.
6130
6131 2013-04-19 Pedro Alves <palves@redhat.com>
6132
6133 * common/agent.c (agent_run_command): Add cast to gdb_byte *.
6134
6135 2013-04-19 Pedro Alves <palves@redhat.com>
6136
6137 * remote.c (remote_write_bytes_aux, compare_sections_command)
6138 (remote_read_qxfer)
6139 (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
6140 (remote_hostio_readlink, remote_bfd_iovec_pread)
6141 (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
6142 binary buffer, and char when buffer is used as string.
6143 * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
6144 (trace_save, tfile_open, traceframe_walk_blocks)
6145 (tfile_fetch_registers): Likewise.
6146
6147 2013-04-19 Pedro Alves <palves@redhat.com>
6148
6149 * ser-base.c (ser_base_write): Change prototype -- take 'void *'
6150 buffer and size_t size. Adjust.
6151 * ser-base.h (ser_base_write): Adjust.
6152 * ser-go32.c (cnts): Change type to size_t.
6153 (dos_write): Change prototype -- take 'void *'
6154 buffer and size_t size. Adjust.
6155 (dos_info): Print elements of 'cnts' as unsigned long.
6156 * serial.c (serial_write): Likewise.
6157 * serial.h (serial_write): Adjust.
6158 (struct serial_ops) <write>: Change prototype -- take 'void *'
6159 buffer and size_t size. Adjust.
6160
6161 2013-04-19 Pedro Alves <palves@redhat.com>
6162
6163 * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
6164 gdb_byte *.
6165 * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
6166
6167 2013-04-19 Pedro Alves <palves@redhat.com>
6168
6169 * alpha-tdep.c (alpha_extract_return_value): Use
6170 regcache_cooked_read_unsigned to read 'v0'.
6171
6172 2013-04-19 Pedro Alves <palves@redhat.com>
6173
6174 * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
6175 parameters 'at', 'as' and 'offset' to uint32_t.
6176
6177 2013-04-19 Pedro Alves <palves@redhat.com>
6178
6179 * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
6180 'is64' to signed 'int'.
6181
6182 2013-04-19 Pedro Alves <palves@redhat.com>
6183
6184 * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
6185 parameter to int *.
6186
6187 2013-04-19 Pedro Alves <palves@redhat.com>
6188
6189 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
6190 'insnbuf' buffer type to unsigned int[].
6191
6192 2013-04-19 Pedro Alves <palves@redhat.com>
6193
6194 * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
6195
6196 2013-04-19 Pedro Alves <palves@redhat.com>
6197
6198 * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
6199 unsigned long *.
6200
6201 2013-04-19 Pedro Alves <palves@redhat.com>
6202
6203 * alpha-tdep.c (heuristic_fence_post): Change type to int.
6204 (alpha_heuristic_proc_start): Adjust to check -1 instead of
6205 UINT_MAX.
6206 * mips-tdep.c (heuristic_fence_post): Change type to int.
6207 (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
6208
6209 2013-04-19 Pedro Alves <palves@redhat.com>
6210
6211 * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
6212 (struct gdbarch_tdep) <cris_version>: Make unsigned.
6213 (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
6214
6215 2013-04-19 Pedro Alves <palves@redhat.com>
6216
6217 * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'. Use
6218 it to get a string view of the byte buffer.
6219 * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
6220 type to gdb_byte *. Adjust.
6221 * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
6222 Change local to char *.
6223 * solib-darwin.c (find_program_interpreter): Change return type to
6224 char *. Adjust.
6225 (darwin_solib_get_all_image_info_addr_at_init): Adjust.
6226 * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
6227 * solib-frv.c (enable_break2): Change local 'buf' to char *.
6228 * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
6229 * solib-svr4.c (find_program_interpreter): Change return type to
6230 char *. Adjust.
6231 (enable_break): Change local 'interp_name' to char *.
6232 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
6233 * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
6234 (spu_pseudo_register_write_spu): Use char for string buffer.
6235 Adjust.
6236 (info_spu_event_command, info_spu_signal_command): Add casts to
6237 'char *'.
6238
6239 2013-04-19 Pedro Alves <palves@redhat.com>
6240
6241 * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
6242 gdb_byte[].
6243 (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
6244 * ada-lang.c (ada_value_assign): Use gdb_byte.
6245 * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
6246 (alphanbsd_sigtramp_offset): Use gdb_byte.
6247 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
6248 (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
6249 (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
6250 (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
6251 (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
6252 * arm-tdep.c (arm_stub_unwind_sniffer)
6253 (arm_displaced_init_closure): Use gdb_byte.
6254 (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
6255 (arm_default_thumb_le_breakpoint)
6256 (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
6257 * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
6258 thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
6259 * arm-wince-tdep.c (arm_wince_le_breakpoint)
6260 (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
6261 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
6262 (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
6263 (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
6264 * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
6265 (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
6266 * cris-tdep.c (push_stack_item, cris_push_dummy_call)
6267 (cris_store_return_value, cris_extract_return_value): Use
6268 gdb_byte.
6269 (constraint): Change type of parameter to char * from signed
6270 char*. Use gdb_byte.
6271 * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
6272 of local buffer to gdb_byte *.
6273 * dwarf2read.c (read_index_from_section): Use gdb_byte.
6274 (create_dwp_hash_table): Change type of locals to gdb_byte *.
6275 (add_address_entry): Change type of local buffer to gdb_byte[].
6276 * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
6277 (frv_push_dummy_call): Use gdb_byte.
6278 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
6279 (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
6280 (hppa_hpux_supply_save_state): Use gdb_byte.
6281 * hppa-tdep.c (hppa32_push_dummy_call)
6282 (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
6283 * ia64-tdep.c (extract_bit_field, replace_bit_field)
6284 (slotN_contents, replace_slotN_contents): Change type of parameter
6285 to gdb_byte *.
6286 (fetch_instruction, ia64_pseudo_register_write)
6287 (ia64_register_to_value, ia64_value_to_register)
6288 (ia64_extract_return_value, ia64_store_return_value)
6289 (ia64_push_dummy_call): Use gdb_byte.
6290 * m32c-tdep.c (m32c_return_value): Remove cast.
6291 * m68hc11-tdep.c (m68hc11_pseudo_register_write)
6292 (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
6293 gdb_byte.
6294 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
6295 * mn10300-tdep.c (mn10300_store_return_value)
6296 (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
6297 gdb_byte.
6298 * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
6299 (moxie_process_record): Remove casts.
6300 * ppc-ravenscar-thread.c (supply_register_at_address)
6301 (ppc_ravenscar_generic_store_registers): Use gdb_byte.
6302 * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
6303 * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
6304 * remote-mips.c (mips_xfer_memory): Use gdb_byte.
6305 * remote.c (compare_sections_command): Use gdb_byte.
6306 * score-tdep.c (score7_free_memblock): Change type of parameter to
6307 gdb_byte *.
6308 * sh-tdep.c (sh_justify_value_in_reg): Change return type to
6309 gdb_byte *. Use gdb_byte.
6310 (sh_push_dummy_call_fpu): Use gdb_byte.
6311 (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
6312 (sh_store_return_value_nofpu, sh_store_return_value_fpu)
6313 (sh_register_convert_to_virtual, sh_register_convert_to_raw):
6314 Change parameter type to 'gdb_byte *'. Use gdb_byte.
6315 (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
6316 * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
6317 (sh64_store_return_value, sh64_register_convert_to_virtual):
6318 Change parameter type to 'gdb_byte *'. Use gdb_byte.
6319 (sh64_pseudo_register_write): Use gdb_byte.
6320 * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
6321 * solib-irix.c (fetch_lm_info): Likewise. Use gdb_byte for byte
6322 buffer.
6323 (irix_current_sos): Use gdb_byte.
6324 * solib-som.c (som_current_sos): Use gdb_byte.
6325 * sparc-ravenscar-thread.c (supply_register_at_address)
6326 (sparc_ravenscar_generic_store_registers): Use gdb_byte.
6327 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
6328 * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
6329 * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
6330 'gdb_byte *'.
6331 * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
6332 'gdb_byte *'.
6333 * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
6334 * xstormy16-tdep.c (xstormy16_extract_return_value)
6335 (xstormy16_store_return_value): Change parameter type to
6336 'gdb_byte *'. Adjust.
6337 (xstormy16_push_dummy_call): Use gdb_byte.
6338 * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
6339 (call0_analyze_prologue, execute_code): Use gdb_byte.
6340
6341 2013-04-19 Vladimir Kargov <kargov@gmail.com>
6342 Pedro Alves <palves@redhat.com>
6343
6344 * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
6345 value contents.
6346
6347 2013-04-17 Doug Evans <dje@google.com>
6348
6349 * dwarf2read.c (struct signatured_type): New member type.
6350 (struct attribute): Replace member signatured_type with signature.
6351 (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
6352 (read_call_site_scope): Call follow_die_ref instead of
6353 follow_die_ref_or_sig.
6354 (read_structure_type): Rewrite handling of signatured types.
6355 (read_enumeration_type): Ditto.
6356 (read_attribute_value): Update.
6357 (build_error_marker_type): New function.
6358 (lookup_die_type): Add assert. Rewrite handling of signatured types.
6359 Don't call error for bad types, just build an error marker type.
6360 (dump_die_shallow): Update.
6361 (follow_die_sig_1): Renamed from follow_die_sig.
6362 Don't call error for bad types, instead return NULL.
6363 (follow_die_sig): New function.
6364 (get_signatured_type, get_DW_AT_signature_type): New functions.
6365
6366 2013-04-17 Yufeng Zhang <yufeng.zhang@arm.com>
6367
6368 * aarch64-tdep.c (aarch64_write_pc): Removed.
6369 (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
6370 function.
6371
6372 2013-04-17 Yao Qi <yao@codesourcery.com>
6373
6374 * top.c (print_gdb_configuration): Print configure-time
6375 parameter on using libbabeltrace or not.
6376
6377 2013-04-16 Pedro Alves <palves@redhat.com>
6378
6379 * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
6380
6381 2013-04-16 Pedro Alves <palves@redhat.com>
6382
6383 * common/glibc_thread_db.h: Update from upstream glibc
6384 (git 568035b7874a099087b77f7bba3e36a1173787b0).
6385
6386 2013-04-16 Pedro Alves <palves@redhat.com>
6387
6388 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
6389 * common/glibc_thread_db.h: ... this new file ...
6390 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
6391
6392 2013-04-16 Will Newton <will.newton@gmail.com>
6393 Pedro Alves <palves@redhat.com>
6394
6395 PR build/11881
6396
6397 * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
6398 (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
6399 HAVE_THREAD_DB_H.
6400
6401 2013-04-16 Pedro Alves <palves@redhat.com>
6402 Eli Zaretskii <eliz@gnu.org>
6403
6404 * NEWS: Mention "set foo unlimited".
6405
6406 2013-04-15 Doug Evans <dje@google.com>
6407
6408 * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
6409 (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
6410 (create_dwo_cu_reader): Renamed from
6411 create_dwo_debug_info_hash_table_reader.
6412 (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
6413 Remove support for multiple CUs in a DWO file.
6414 (open_and_init_dwo_file, lookup_dwo_cutu): Update.
6415
6416 * dwarf2read.c (create_debug_types_hash_table): Use hex_string
6417 instead of phex.
6418 (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
6419 (create_dwo_in_dwp): Ditto.
6420
6421 2013-04-15 Tom Tromey <tromey@redhat.com>
6422
6423 * NEWS: Move recent entries into "since 7.6" section.
6424
6425 2013-04-15 Tom Tromey <tromey@redhat.com>
6426
6427 PR c++/13588:
6428 * NEWS: Update.
6429 * break-catch-throw.c (struct exception_catchpoint)
6430 <exception_rx, pattern>: New fields.
6431 (fetch_probe_arguments, dtor_exception_catchpoint)
6432 (check_status_exception_catchpoint)
6433 (print_one_detail_exception_catchpoint): New functions.
6434 (handle_gnu_v3_exceptions): Add "except_rx" argument.
6435 Compile regular expression if needed.
6436 (extract_exception_regexp): New function.
6437 (catch_exception_command_1): Use extract_exception_regexp.
6438 (compute_exception): Use fetch_probe_arguments.
6439 (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
6440 and check_status fields.
6441 * cp-abi.c (cplus_typename_from_type_info): New function.
6442 * cp-abi.h (cplus_typename_from_type_info): Declare.
6443 (struct cp_abi_ops) <get_typename_from_type_info>: New field.
6444 * gdb_regex.h (compile_rx_or_error): Declare.
6445 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
6446 comment.
6447 (init_gnuv3_ops): Set get_type_from_type_info field.
6448 * probe.c (compile_rx_or_error): Move...
6449 * utils.c (compile_rx_or_error): ... here.
6450
6451 2013-04-15 Tom Tromey <tromey@redhat.com>
6452
6453 PR c++/15176:
6454 * NEWS: Update.
6455 * break-catch-throw.c (compute_exception): New function.
6456 (exception_funcs): New global.
6457 (_initialize_break_catch_throw): Create $_exception.
6458 * cp-abi.c (cplus_type_from_type_info): New function.
6459 * cp-abi.h (cplus_type_from_type_info): Declare.
6460 (struct cp_abi_ops) <get_type_from_type_info>: New field.
6461 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
6462 (gnuv3_get_type_from_type_info): New functions.
6463 (init_gnuv3_ops): Set get_type_from_type_info ABI field.
6464
6465 2013-04-15 Tom Tromey <tromey@redhat.com>
6466
6467 * break-catch-throw.c (struct exception_names): New.
6468 (exception_functions): Change type.
6469 (re_set_exception_catchpoint): Look for SDT probes.
6470
6471 2013-04-15 Tom Tromey <tromey@redhat.com>
6472
6473 PR c++/10119:
6474 * break-catch-throw.c (exception_functions): New global.
6475 (gnu_v3_exception_catchpoint_ops): Move earlier.
6476 (struct exception_catchpoint): New.
6477 (classify_exception_breakpoint): Rewrite.
6478 (re_set_exception_catchpoint): New function.
6479 (handle_gnu_v3_exceptions): Return void. Use init_catchpoint.
6480 Allocate a struct exception_catchpoint.
6481 (catch_exception_command_1): Update.
6482 (initialize_throw_catchpoint_ops): Set 're_set' method.
6483
6484 2013-04-15 Tom Tromey <tromey@redhat.com>
6485
6486 * Makefile.in (SFILES): Add break-catch-throw.c
6487 (COMMON_OBS): Add break-catch-throw.o.
6488 * break-catch-throw.c: New file.
6489 * breakpoint.c: Move exception-catching code to new file.
6490 (ep_parse_optional_if_clause): No longer static.
6491 * breakpoint.h (ep_parse_optional_if_clause): Declare.
6492
6493 2013-04-15 Tom Tromey <tromey@redhat.com>
6494
6495 PR c++/9065:
6496 * NEWS: Update.
6497 * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
6498 * c-exp.y (TYPEID): New token.
6499 (exp): Add new TYPEID productions.
6500 (ident_tokens): Add "typeid".
6501 * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
6502 * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
6503 (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
6504 * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
6505 * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
6506 case.
6507 * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
6508 (build_std_type_info_type, gnuv3_get_typeid_type)
6509 (gnuv3_get_typeid): New functions.
6510 (init_gnuv3_ops): Initialize std_type_info_gdbarch_data. Set
6511 new fields on ABI object.
6512 * parse.c (operator_length_standard) <OP_TYPEID>: New case.
6513 * std-operator.def (OP_TYPEID): New.
6514
6515 2013-04-15 Tom Tromey <tromey@redhat.com>
6516
6517 * elfread.c (elf_symtab_read): Install versioned symbol under
6518 unversioned name as well.
6519
6520 2013-04-15 Tom Tromey <tromey@redhat.com>
6521
6522 PR c++/11990:
6523 * c-lang.c (cplus_language_defn): Use gdb_demangle.
6524 * c-typeprint.c (c_type_print_base): Use gdb_demangle.
6525 * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
6526 (gdb_demangle): New function.
6527 * cp-support.h (gdb_demangle): Declare.
6528 * dwarf2read.c (dwarf2_physname, fixup_partial_die)
6529 (dwarf2_name): Use gdb_demangle.
6530 * gdbtypes.c (check_stub_method): Use gdb_demangle.
6531 * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
6532 suffixes from name.
6533 (gnuv3_print_method_ptr): Use gdb_demangle.
6534 * jv-lang.c (java_demangle): Use gdb_demangle.
6535 * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
6536 * language.c (unk_lang_demangle): Use gdb_demangle.
6537 * symtab.c (symbol_find_demangled_name)
6538 (demangle_for_lookup): Use gdb_demangle.
6539
6540 2013-04-15 Tom Tromey <tromey@redhat.com>
6541
6542 PR c++/12824:
6543 * NEWS: Update.
6544 * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
6545 New constant.
6546 (classify_exception_breakpoint): New function.
6547 (print_it_exception_catchpoint, print_one_exception_catchpoint)
6548 (print_mention_exception_catchpoint)
6549 (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
6550 (catch_exception_command_1): Handle "rethrow" catchpoint.
6551 (catch_rethrow_command): New function.
6552 (_initialize_breakpoint): Add "catch rethrow" command.
6553
6554 2013-04-15 Pierre Muller <muller@sourceware.org>
6555
6556 * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
6557 set_gdbarch_write_pc as deprecated anymore.
6558
6559 2013-04-15 Joel Brobecker <brobecker@adacore.com>
6560
6561 * spu-tdep.c (spu_write_pc): Add empty line after local variable
6562 declarations.
6563
6564 2013-04-13 Yao Qi <yao@codesourcery.com>
6565
6566 * ctf.c (_initialize_ctf): Include "completer.h".
6567 Call add_target_with_completer instead of add_target.
6568
6569 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6570
6571 Fix GDB regression related to PR binutils/14813.
6572 * jit.c (mem_bfd_iovec_close): Return 0 for success.
6573 * minidebug.c (lzma_close): Add return value comment.
6574 * remote.c (remote_bfd_iovec_close): Return 0 for success.
6575 * solib-spu.c (spu_bfd_iovec_close): Likewise.
6576 * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
6577
6578 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6579
6580 * config.in: Regenerate.
6581
6582 2013-04-12 Tom Tromey <tromey@redhat.com>
6583
6584 * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
6585 const.
6586 * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
6587 (struct die_reader_specs) <buffer>: Likewise.
6588 (die_reader_func_ftype): Make 'info_ptr' const.
6589 (struct line_header) <include_dirs, statement_program_start,
6590 statement_program_end>: Now const.
6591 (struct file_entry) <name>: Likewise.
6592 (struct partial_die_info) <sibling>: Likewise.
6593 (struct dwarf_block) <data>: Likewise.
6594 (dwarf2_read_section): Remove cast.
6595 (dwarf2_get_section_info): Make 'bufp' const.
6596 (read_index_from_section): Constify.
6597 (dw2_get_file_names_reader): Make 'info_ptr' const.
6598 (dw2_get_primary_filename_reader): Likewise.
6599 (read_comp_unit_head): Make 'info_ptr' and return type const.
6600 (read_and_check_comp_unit_head, read_and_check_type_unit_head):
6601 Likewise.
6602 (read_abbrev_offset): Constify.
6603 (dwarf2_create_include_psymtab): Make 'name' const.
6604 (create_debug_types_hash_table): Update.
6605 (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
6606 (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
6607 Constify.
6608 (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
6609 (load_partial_comp_unit_reader): Make 'info_ptr' const.
6610 (read_comp_units_from_section): Constify.
6611 (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
6612 (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
6613 const.
6614 (dwarf2_compute_name, setup_type_unit_groups): Constify.
6615 (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
6616 (create_dwp_hash_table, dwarf2_ranges_read)
6617 (dwarf2_record_block_ranges): Constify.
6618 (read_die_and_children, read_die_and_siblings_1)
6619 (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
6620 const.
6621 (read_full_die_1, read_full_die): Make 'info_ptr' const.
6622 (abbrev_table_read_table): Constify.
6623 (load_partial_dies): Make 'info_ptr' const.
6624 (read_partial_die, read_attribute_value, read_attribute): Make
6625 'info_ptr' and return type const.
6626 (read_address, read_initial_length)
6627 (read_checked_initial_length_and_offset, read_offset)
6628 (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
6629 const.
6630 (read_direct_string): Make 'buf' and return type const.
6631 (read_indirect_string_at_offset, read_indirect_string_from_dwz)
6632 (read_indirect_string): Make return type const.
6633 (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
6634 (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
6635 'info_ptr' const.
6636 (read_str_index): Make return type const.
6637 (add_include_dir): Make 'include_dir' const.
6638 (add_file_name): Make 'name' const.
6639 (dwarf_decode_line_header): Constify.
6640 (psymtab_include_file_name): Make return type const.
6641 (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
6642 (dwarf2_start_subfile): Make 'filename' const.
6643 (dwarf2_const_value_attr): Make 'bytes' const.
6644 (read_signatured_type_reader): Make 'info_ptr' const.
6645 (decode_locdesc): Constify.
6646 (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
6647 const.
6648 (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
6649 'mac_end', and return type const.
6650 (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
6651 (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
6652 type const.
6653 (per_cu_header_read_in): Constify.
6654 * symfile.h (dwarf2_get_section_info): Update.
6655
6656 2013-04-12 Tom Tromey <tromey@redhat.com>
6657
6658 * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
6659
6660 2013-04-12 Eli Zaretskii <eliz@gnu.org>
6661
6662 * NEWS: Mention "show configuration", --configuration.
6663 * top.c (print_gdb_configuration): New function, displays the
6664 details about GDB configure-time parameters.
6665 (print_gdb_version): Mention "show configuration".
6666 * cli/cli-cmds.c (show_configuration): New function.
6667 (_initialize_cli_cmds): Add the "show configuration" command.
6668 * main.c (captured_main) <print_configuration>: New static var.
6669 <long_options>: Use it.
6670 If --configuration was given, call print_gdb_configuration.
6671
6672 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6673 Pedro Alves <palves@redhat.com>
6674
6675 * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
6676 (generated_files): Add gcore.
6677 (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
6678 HAVE_NATIVE_GCORE_HOST.
6679 (gcore): New.
6680 * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
6681 * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
6682 config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
6683 config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
6684 config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
6685 Add HAVE_NATIVE_GCORE_HOST.
6686 * configure: Regenerate.
6687 * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
6688 New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME. New
6689 AC_CONFIG_FILES for gcore.
6690 * configure.tgt: Add gdb_have_gcore to the initial comment. Set
6691 gdb_have_gcore.
6692 * gdb_gcore.sh: Rename to ...
6693 * gcore.in: ... here. Remove gcore.sh comment. Use GDB_TRANSFORM_NAME
6694 and GCORE_TRANSFORM_NAME substitutions.
6695
6696 Fix parsing tabs in ${gdb_target_obs}.
6697 * configure.tgt (gdb_have_gcore): Replace case with for and if.
6698
6699 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6700
6701 * remote.c (unpush_and_perror): Add output message final dot.
6702
6703 2013-04-11 Yao Qi <yao@codesourcery.com>
6704
6705 * tracepoint.c (tfile_interp_line): Fit parameters line and
6706 utpp in one line.
6707
6708 2013-04-10 Joel Brobecker <brobecker@adacore.com>
6709
6710 * solib.c (solib_map_sections): Remove code overwriting
6711 SO->SO_NAME with the bfd's filename.
6712
6713 2013-04-10 Pedro Alves <palves@redhat.com>
6714
6715 * cli/cli-decode.c (integer_unlimited_completer): New function.
6716 (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
6717 (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
6718 completer.
6719 * cli/cli-setshow.c: Include "cli/cli-utils.h".
6720 (is_unlimited_literal): New function.
6721 (do_set_command): Handle literal "unlimited" arguments.
6722 * frame.c (_initialize_frame) <set backtrace limit>: Document
6723 "unlimited".
6724 * printcmd.c (_initialize_printcmd) <set print
6725 max-symbolic-offset>: Add help text.
6726 * record-full.c (_initialize_record_full) <set record full
6727 insn-number-max>: Likewise.
6728 * record.c (_initialize_record) <set record
6729 instruction-history-size, set record function-call-history-size>:
6730 Add help text.
6731 * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
6732 help text.
6733 * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
6734 Likewise.
6735 * source.c (_initialize_source) <set listsize>: Add help text.
6736 * utils.c (initialize_utils) <set height, set width>: Likewise.
6737 <set pagination>: Mention "set height unlimited".
6738 * valprint.c (_initialize_valprint) <set print elements, set print
6739 repeats>: Document "unlimited".
6740
6741 2013-04-10 Pedro Alves <palves@redhat.com>
6742
6743 * cli/cli-cmds.c (quit_command): Call query_if_trace_running
6744 instead of disconnect_tracing.
6745 * infcmd.c (detach_command, disconnect_command): Call
6746 query_if_trace_running. Adjust.
6747 * top.c: Include "tracepoint.h".
6748 (quit_target): Delete. Contents moved ...
6749 (quit_force): ... here. Wrap each stage of teardown in
6750 TRY_CATCH. Call disconnect_tracing before detaching.
6751
6752 2013-04-10 Hui Zhu <hui@codesourcery.com>
6753 Yao Qi <yao@codesourcery.com>
6754
6755 * configure.ac: Check libbabeltrace is installed.
6756 * config.in: Regenerate.
6757 * configure: Regenerate.
6758 * Makefile.in (LIBBABELTRACE): New.
6759 (CLIBS): Add LIBBABELTRACE.
6760 * ctf.c: Include "exec.h".
6761 (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
6762 (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
6763 (ctf_save_metadata_header): Define new type aliases in
6764 metadata.
6765 (ctf_write_header): Define event type "tsv_def" and "tp_def"
6766 in metadata. Start a new faked packet for trace status.
6767 (ctf_write_status): Write trace status to CTF.
6768 (ctf_write_uploaded_tsv): Write TSV to CTF.
6769 (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
6770 (ctf_write_definition_end): End the faked packet.
6771
6772 (ctx, ctf_iter, trace_dirname): New.
6773 (start_pos): New variable.
6774 (ctf_destroy, ctf_open_dir, ctf_open): New.
6775 (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
6776 macros.
6777 (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
6778 (ctf_fetch_registers, ctf_xfer_partial): New.
6779 (ctf_get_trace_state_variable_value): New.
6780 (ctf_get_tpnum_from_frame_event): New.
6781 (ctf_get_traceframe_address): New.
6782 (ctf_trace_find, ctf_has_stack): New.
6783 (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
6784 (ctf_get_trace_status, ctf_read_status): New.
6785 (_initialize_ctf): New.
6786 * tracepoint.c (get_tracepoint_number): New
6787 (get_uploaded_tsv): Remove 'static'.
6788 (struct traceframe_info, trace_regblock_size): Move it to ...
6789 * tracepoint.h: ... here.
6790 (get_tracepoint_number): Declare it.
6791 (get_uploaded_tsv): Declare it.
6792
6793 * NEWS: Mention new configure option.
6794
6795 2013-04-10 Pedro Alves <palves@redhat.com>
6796 Hui Zhu <hui@codesourcery.com>
6797
6798 * breakpoint.c (dprintf_re_set): New.
6799 (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
6800 to dprintf_re_set.
6801
6802 2013-04-09 Joel Brobecker <brobecker@adacore.com>
6803
6804 * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
6805 Remove solib-svr4.o from the list.
6806
6807 2013-04-09 Joel Brobecker <brobecker@adacore.com>
6808
6809 * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
6810 Use gdb_assert_not_reached instead of invalid boolean expression.
6811
6812 2013-04-09 Pedro Alves <palves@redhat.com>
6813
6814 * remote.c (unpush_and_perror): New function.
6815 (readchar, remote_serial_write): Use it.
6816
6817 2013-04-09 Markus Metzger <markus.t.metzger@intel.com>
6818
6819 * NEWS: Mention new btrace RSP packets.
6820
6821 2013-04-08 Tom Tromey <tromey@redhat.com>
6822
6823 * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
6824 long.
6825
6826 2013-04-08 Tom Tromey <tromey@redhat.com>
6827
6828 * maint.c (print_bfd_section_info): Print the section index.
6829 * symmisc.c (dump_msymbols): Print the section index.
6830
6831 2013-04-08 Tom Tromey <tromey@redhat.com>
6832
6833 PR symtab/8424:
6834 * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
6835 SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
6836 * breakpoint.c (resolve_sal_pc): Update.
6837 * elfread.c (elf_gnu_ifunc_record_cache): Update.
6838 * findvar.c (struct minsym_lookup_data) <objfile>: New field.
6839 (minsym_lookup_iterator_cb): Use it.
6840 (default_read_var_value): Update.
6841 * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
6842 Update.
6843 * infcmd.c (jump_command): Update.
6844 * linespec.c (minsym_found): Update.
6845 * maint.c (maintenance_translate_address): Update.
6846 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
6847 (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
6848 * parse.c (write_exp_msymbol): Update.
6849 * printcmd.c (address_info): Update.
6850 * psymtab.c (find_pc_sect_psymbol): Update.
6851 (fixup_psymbol_section): Check SYMBOL_SECTION, not
6852 SYMBOL_OBJ_SECTION.
6853 (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
6854 Don't initialize SYMBOL_OBJ_SECTION.
6855 * spu-tdep.c (spu_catch_start): Update.
6856 * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
6857 * symmisc.c (dump_msymbols, print_symbol): Update.
6858 * symtab.c (fixup_section): Don't set 'obj_section'. Change
6859 how fallback section is computed.
6860 (fixup_symbol_section): Update.
6861 (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
6862 Update.
6863 (allocate_symbol, initialize_symbol, allocate_template_symbol):
6864 Initialize SYMBOL_SECTION.
6865 * symtab.h (struct general_symbol_info) <section>: Update comment.
6866 <obj_section>: Remove.
6867 (SYMBOL_OBJ_SECTION): Add 'objfile' argument. Rewrite.
6868 (SYMBOL_OBJFILE): New macro.
6869
6870 2013-04-08 Tom Tromey <tromey@redhat.com>
6871
6872 * coffread.c (record_minimal_symbol): Update.
6873 * dbxread.c (record_minimal_symbol): Update.
6874 * elfread.c (record_minimal_symbol): Update.
6875 * machoread.c (macho_symtab_add_minsym): Update.
6876 * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
6877 Update.
6878 * minsyms.c (prim_record_minimal_symbol): Update.
6879 (prim_record_minimal_symbol_full): Remove 'bfd_section'
6880 argument.
6881 (prim_record_minimal_symbol_and_info): Likewise.
6882 * minsyms.h (prim_record_minimal_symbol_full)
6883 (prim_record_minimal_symbol_and_info): Update.
6884 * symtab.c (allocate_symbol, initialize_symbol)
6885 (allocate_template_symbol): Initialize SYMBOL_SECTION.
6886 * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
6887 Update.
6888
6889 2013-04-08 Tom Tromey <tromey@redhat.com>
6890
6891 PR symtab/8423:
6892 * solib-som.c (som_solib_section_offsets): Use BFD section
6893 indices. Set offsets for all sections.
6894 * somread.c (som_symtab_read): Compute BFD section for
6895 symbol. Use prim_record_minimal_symbol_and_info.
6896 (som_symfile_read): Fix comment.
6897 (struct find_section_offset_arg): New.
6898 (find_section_offset, set_section_index): New functions.
6899 (som_symfile_offsets): Use set_section_index to compute
6900 section indices.
6901
6902 2013-04-08 Tom Tromey <tromey@redhat.com>
6903
6904 * coffread.c (cs_to_section): Use gdb_bfd_section_index.
6905 * elfread.c (record_minimal_symbol, elf_symtab_read): Use
6906 gdb_bfd_section_index.
6907 * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
6908 New functions.
6909 * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
6910 Declare.
6911 * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
6912 Update.
6913 * objfiles.c (add_to_objfile_sections_full): New function.
6914 (add_to_objfile_sections): Use it.
6915 (build_section_table): Rewrite.
6916 (objfile_relocate1): Use gdb_bfd_section_index. Update.
6917 * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
6918 (struct objfile) <sections>: Update comment.
6919 (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
6920 is NULL.
6921 (ALL_OBJSECTIONS): Use it.
6922 * solib-dsbt.c (dsbt_relocate_main_executable): Update.
6923 * solib-frv.c (frv_relocate_main_executable): Update.
6924 * solib-target.c (solib_target_relocate_section_addresses):
6925 Use gdb_bfd_section_index.
6926 * symfile.c (build_section_addr_info_from_section_table):
6927 Use gdb_bfd_section_index.
6928 (build_section_addr_info_from_bfd, place_section): Likewise.
6929 * symtab.c (fixup_section): Update.
6930 * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
6931
6932 2013-04-08 Tom Tromey <tromey@redhat.com>
6933
6934 * minsyms.h (struct bound_minimal_symbol): New.
6935 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
6936 Remove objfile argument.
6937 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
6938 Return bound_minimal_symbol.
6939 * minsyms.c (lookup_minimal_symbol_by_pc_1)
6940 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
6941 Return bound_minimal_symbol.
6942 (in_gnu_ifunc_stub): Update.
6943 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
6944 Remove 'objfile_p' argument.
6945 (lookup_solib_trampoline_symbol_by_pc): Update.
6946 * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
6947 arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
6948 c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
6949 glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
6950 i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
6951 linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
6952 mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
6953 ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
6954 stack.c, symtab.c, tui/tui-disasm.c: Update.
6955
6956 2013-04-08 Tom Tromey <tromey@redhat.com>
6957
6958 * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
6959 Use symbol's obstack, not an objfile.
6960 * coffread.c (process_coff_symbol): Update.
6961 * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
6962 * jv-lang.c (add_class_symbol): Update.
6963 * mdebugread.c (new_symbol): Update.
6964 * minsyms.c (prim_record_minimal_symbol_full)
6965 (terminate_minimal_symbol_table): Update.
6966 * psymtab.c (add_psymbol_to_bcache): Clear entire symbol. Update.
6967 * stabsread.c (define_symbol, read_enum_type): Update.
6968 * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
6969 Handle Ada specially.
6970 (symbol_set_language): Add 'obstack' argument.
6971 (symbol_set_names): Update.
6972 (symbol_natural_name, symbol_demangled_name): Always use
6973 ada_decode_symbol.
6974 * symtab.h (struct general_symbol_info)
6975 <language_specific::obstack>: New field.
6976 <ada_mangled>: New field.
6977 (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
6978 (symbol_set_language): Update.
6979
6980 2013-04-08 Tom Tromey <tromey@redhat.com>
6981
6982 * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
6983 Take an obstack, not an objfile.
6984 (symbol_set_names): Update.
6985 * symtab.h (symbol_set_demangled_name): Update.
6986
6987 2013-04-08 Tom Tromey <tromey@redhat.com>
6988
6989 * coffread.c (process_coff_symbol, coff_read_enum_type): Call
6990 allocate_symbol.
6991 * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
6992 (read_func_scope): Call allocate_template_symbol.
6993 (new_symbol_full): Call allocate_symbol.
6994 * jit.c (finalize_symtab): Call allocate_symbol.
6995 * jv-lang.c (add_class_symbol): Call allocate_symbol.
6996 * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
6997 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
6998 (common_block_end): Call allocate_symbol.
6999 * symtab.c (allocate_symbol, initialize_symbol)
7000 (allocate_template_symbol): New functions.
7001 * symtab.c (allocate_symbol, initialize_symbol)
7002 (allocate_template_symbol): Declare.
7003 * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
7004
7005 2013-04-08 Pedro Alves <palves@redhat.com>
7006 Keith Seitz <keiths@redhat.com>
7007
7008 * breakpoint.c (create_breakpoint): Rename
7009 "parse_condition_and_thread" parameter to "parse_arg". Update
7010 describing comment. If !PARSE_ARG, then error out if ARG is not
7011 the empty string after extracting the location.
7012 * breakpoint.h (create_breakpoint): Rename
7013 "parse_condition_and_thread" parameter to "parse_arg".
7014
7015 2013-04-08 Aleksandar Ristovski <aristovski@qnx.com
7016
7017 * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
7018
7019 2013-04-07 Yao Qi <yao@codesourcery.com>
7020
7021 * remote.c (remote_trace_find): Change type of parameters 'addr1'
7022 and 'addr2' to CORE_ADDR.
7023 * target.c (update_current_target): Update.
7024 * target.h (struct target_ops) <to_trace_find>: Change parameter
7025 type to CORE_ADDR.
7026 * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
7027 'addr2' to CORE_ADDR.
7028 (tfile_trace_find): Likewise.
7029 (tfile_get_traceframe_address): Change return type to CORE_ADDR.
7030 Change local variable 'addr' to type CORE_ADDR.
7031 * tracepoint.h (tfind_1): Update declaration.
7032
7033 2013-04-06 Eli Zaretskii <eliz@gnu.org>
7034
7035 * windows-nat.c (windows_get_absolute_argv0): Move from here...
7036 * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
7037 Include main.h.
7038
7039 * windows-nat.h (windows_get_absolute_argv0): Move prototype from
7040 here...
7041 * main.h (windows_get_absolute_argv0): ...to here.
7042
7043 2013-04-05 Doug Evans <dje@google.com>
7044
7045 * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
7046 (read_cutu_die_from_dwo): Add comments.
7047 (read_structure_type): Update comment.
7048 (read_enumeration_type, read_namespace_type): Update comment.
7049 (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
7050
7051 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7052
7053 Convert man pages to texinfo, new gdbinit.5 texinfo page.
7054 * Makefile.in (gdb.z): Remove.
7055 (install-only): Remove $(man1dir) and gdb.1 installation.
7056 * gdb.1: Remove.
7057
7058 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7059
7060 Fix compatibility with Linux kernel 3.8.3.
7061 * linux-tdep.c (linux_find_memory_regions_full): Move variable number
7062 to more inner block. Remove parsing of NUMBER from outer block.
7063 Parse NUMBER only if KEYWORD has been identified.
7064
7065 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7066
7067 Fix variable name shadowing.
7068 * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
7069 filename to mapsfilename and update its uses.
7070
7071 2013-04-05 Eli Zaretskii <eliz@gnu.org>
7072
7073 * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
7074 empty. See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
7075 and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
7076 details of the problem.
7077
7078 2013-04-04 Pedro Alves <palves@redhat.com>
7079 Hui Zhu <hui@codesourcery.com>
7080
7081 * breakpoint.c (validate_commands_for_breakpoint): If validating a
7082 tracepoint, reset its STEP_COUNT and call validate_actionline.
7083
7084 2013-04-03 Doug Evans <dje@google.com>
7085
7086 * dwarf2read.c (read_die_and_siblings_1): Renamed from
7087 read_die_and_siblings.
7088 (read_die_and_siblings): New function.
7089 (read_cutu_die_from_dwo): Dump die if requested.
7090 (read_die_and_children): Call read_full_die_1 and
7091 read_die_and_siblings_1.
7092 (read_full_die): Dump die if requested.
7093
7094 * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
7095
7096 * dwarf2read.c (struct dwo_file): New member comp_dir.
7097 Rename member name to dwo_name. All uses updated.
7098 (hash_dwo_file): Include comp_dir in computation.
7099 (eq_dwo_file): Ditto.
7100 (lookup_dwo_file_slot): New arg comp_dir. All callers updated.
7101 (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
7102
7103 * psymtab.c (read_psymtabs_with_fullname): Don't call
7104 psymtab_to_fullname if the basenames are different.
7105
7106 2013-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7107
7108 * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
7109 New entry about "fullname" presence.
7110
7111 2013-04-03 Pedro Alves <palves@redhat.com>
7112
7113 * NEWS: Mention x86_64/Cygwin as new native configuration.
7114
7115 2013-04-02 Doug Evans <dje@google.com>
7116
7117 * dwarf2read.c (read_structure_type): Fix typo in comment.
7118
7119 2013-04-02 Pedro Alves <palves@redhat.com>
7120
7121 * NEWS: Mention "set/show debug aarch64", "set/show debug
7122 coff-pe-read" and "set/show debug mach-o".
7123
7124 2013-04-02 Pedro Alves <palves@redhat.com>
7125
7126 * NEWS: Mention "set/show remote trace-buffer-size-packet".
7127
7128 2013-04-02 Eli Zaretskii <eliz@gnu.org>
7129
7130 * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
7131 gdb_string.h is now in common/.
7132
7133 2013-04-02 Pedro Alves <palves@redhat.com>
7134
7135 * NEWS: Move "set debug notification" and "set trace-buffer-size"
7136 under "New options".
7137
7138 2013-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7139
7140 Revert this patch:
7141 PR gdb/15275
7142 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
7143
7144 2013-04-02 Pedro Alves <palves@redhat.com>
7145
7146 PR gdb/15275
7147
7148 * remote.c (send_interrupt_sequence): Use remote_serial_write.
7149 (remote_serial_write): New function.
7150 (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
7151
7152 2013-04-01 Jiong Wang <jiwang@tilera.com>
7153
7154 * NEWS: Mention TILE-Gx in "New native configurations" and
7155 "New targets" sections.
7156
7157 2013-04-01 Doug Evans <dje@google.com>
7158
7159 * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
7160 (process_enumeration_scope): Simplify.
7161
7162 * dwarf2read.c (struct dwarf2_per_cu_data): Move member
7163 type_unit_group ...
7164 (struct signatured_type): ... to here.
7165 (sig_type_ptr): New typedef.
7166 (type_unit_group): Delete member 't.first_cu'. Move member 'tus'
7167 out of union 't'. All uses updated.
7168 (dw2_get_file_names_reader): Assert not called for a type unit.
7169 (dw2_get_file_names): Assert not called for a type unit or type
7170 unit group.
7171 (build_type_psymtabs_reader): Assert called for a type unit.
7172 (build_type_psymtab_dependencies): Assert called for a type unit group.
7173
7174 * dwarf2read.c (free_dwo_file): Add comment.
7175 (dwarf2_per_objfile_free): Unref dwp bfd.
7176
7177 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
7178
7179 * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
7180 (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
7181 (read_pe_exported_syms): Remove unused 'exportix'.
7182 (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
7183 'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
7184 'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
7185
7186 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
7187
7188 * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
7189 (print_it_watchpoint): Remove unused 'bl'.
7190 (say_where): Remove unused 'uiout'.
7191 (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
7192 (bkpt_breakpoint_hit): Remove unused 'b'.
7193 (internal_bkpt_print_it): Remove unused 'uiout'.
7194 * buildsym.c (augment_type_symtab): Remove unused 'i'.
7195
7196 2013-03-31 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
7197
7198 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
7199 (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
7200
7201 2013-03-29 Doug Evans <dje@google.com>
7202
7203 * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
7204 Delete arg is_dwp. All callers updated.
7205 (open_dwp_file): New function.
7206 (open_and_init_dwp_file): Call it.
7207 (get_dwp_file): New function.
7208 (lookup_dwo_cutu): Call it.
7209
7210 * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
7211 unnecessary, cleanup.
7212
7213 * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
7214
7215 * dwarf2read.c (read_cutu_die_from_dwo): New function.
7216 (lookup_dwo_unit): New function.
7217 (init_cutu_and_read_dies): Move DWO handling to new functions.
7218
7219 * dwarf2read.c (struct signatured_type): Tweak comment.
7220 (struct dwo_unit): Tweak comment.
7221 (create_debug_types_hash_table): Tweak comment. Reformat long line.
7222 (create_dwo_debug_info_hash_table): Tweak comment.
7223 (dwarf2_per_cu_offset_and_type): Tweak comment.
7224
7225 * dwarf2read.c (lookup_signatured_type): Remove complaint about
7226 missing .debug_types section.
7227
7228 2013-03-29 Yao Qi <yao@codesourcery.com>
7229
7230 * corelow.c: Include "completer.h".
7231 (_initialize_corelow): Call add_target_with_completer with
7232 argument 'filename_completer'.
7233 * tracepoint.c: Likewise.
7234 * exec.c (_initialize_exec): Likewise.
7235 * target.c (add_target): Rename to ...
7236 (add_target_with_completer): ... this. Call set_cmd_completer
7237 if parameter completer is not NULL.
7238 (add_target): New.
7239 * target.h: Include "command.h".
7240 (add_target_with_completer): Declare it.
7241
7242 2013-03-28 Joel Brobecker <brobecker@adacore.com>
7243
7244 * coffread.c (is_import_fixup_symbol): New function.
7245 (record_minimal_symbol): Use is_import_fixup_symbol to
7246 detect import fixup symbols, and discard them.
7247
7248 2013-03-28 Doug Evans <dje@google.com>
7249
7250 * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
7251 types hash table until we know we need it.
7252
7253 * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
7254 index numbers.
7255
7256 * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
7257 All callers updated.
7258 (dw2_print_stats): Print #read CUs too.
7259 (dump_die_shallow): Print signatured types better.
7260
7261 * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
7262 info_or_types_section to section. All uses updated.
7263 (struct dwo_unit): Ditto.
7264
7265 2013-03-28 Pedro Alves <palves@redhat.com>
7266
7267 * NEWS (New options): New section.
7268 (New options): Mention set/show remote trace-status-packet.
7269 * remote.c (PACKET_qTStatus): New enumeration value.
7270 (remote_get_trace_status): Skip sending qTStatus if the packet is
7271 disabled. Use packet_ok.
7272 (_initialize_remote): Register a configuration command for
7273 qTStatus packet.
7274
7275 2013-03-28 Doug Evans <dje@google.com>
7276
7277 * symfile.c (find_separate_debug_file): Add comment.
7278 (terminate_after_last_dir_separator): Tweak comment.
7279
7280 * dwarf2read.c (create_partial_symtab): Add forward decl.
7281 (create_partial_symtab): Move to be closer to other psymtab functions.
7282 (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
7283
7284 * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
7285 (compute_symtab_includes): Remove unnecessary forward declaration.
7286 (die_needs_namespace): Add comment marking group of functions for
7287 dwarf2 name computation.
7288
7289 * typeprint.c (_initialize_typeprint): Improve type help text.
7290
7291 * python/python.c (finish_python_initialization): Provide suggestion
7292 for how to tell gdb to find its python files.
7293
7294 2013-03-28 Pedro Alves <palves@redhat.com>
7295
7296 PR gdb/15294
7297
7298 * source.c (_initialize_source): Change back "set listsize" to an
7299 integer command.
7300
7301 2013-03-27 Gareth McMullin <gareth@blacksphere.co.nz>
7302
7303 PR gdb/15275
7304 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
7305
7306 2013-03-27 Pedro Alves <palves@redhat.com>
7307
7308 * top.c (history_size): Rename to ...
7309 (history_size_setshow_var): ... this. Add comment.
7310 (show_commands): Use readline's 'history_length' instead of
7311 computing the history length by calling history_get in a loop.
7312 (set_history_size_command): Error out for sizes over INT_MAX.
7313 Restore previous history size on invalid size.
7314 (init_history): If HISTSIZE is negative, leave the history size as
7315 zero. Add comments.
7316 (init_main): Adjust.
7317
7318 2013-03-27 Pedro Alves <palves@redhat.com>
7319
7320 * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
7321 coff_pe_read" command to "set debug coff-pe-read".
7322
7323 2013-03-27 Markus Metzger <markus.t.metzger@intel.com>
7324
7325 * record.c (command_size_to_target_size): Fix size comparison.
7326 Change parameter type from pointer to integer to integer.
7327 Update all users.
7328
7329 2013-03-27 Pierre Muller <muller@sourceware.org>
7330
7331 * windows-nat.c (handle_output_debug_string): Avoid typecast
7332 from integer of different size warning.
7333
7334 2013-03-26 Joel Brobecker <brobecker@adacore.com>
7335
7336 * windows-nat.c (handle_output_debug_string): Add empty line
7337 after local block variable definition.
7338
7339 2013-03-26 Pedro Alves <palves@redhat.com>
7340
7341 * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
7342 (net_open): Make 'polls' local unsigned.
7343
7344 2013-03-26 Pedro Alves <palves@redhat.com>
7345
7346 * remote.c (_initialize_remote): Make "set remoteaddresssize"
7347 a zuinteger command instead of uinteger.
7348
7349 2013-03-26 Pedro Alves <palves@redhat.com>
7350
7351 * record-full.c (record_full_insn_num): Make it unsigned.
7352 (record_full_check_insn_num, record_full_message)
7353 (record_full_registers_change, record_full_xfer_partial): Remove
7354 record_full_insn_max_num check (it's always != 0).
7355 (record_full_info, record_full_restore): Use %u as format string.
7356 (): Use %u as format string.
7357 (set_record_full_insn_max_num): Remove record_full_insn_max_num
7358 check (it's always != 0).
7359
7360 2013-03-26 Pedro Alves <palves@redhat.com>
7361
7362 * dcache.c (_initialize_dcache): Make the "set dcache line-size"
7363 and "set dcache size" commands zuinteger instead of uinteger.
7364
7365 2013-03-26 Pedro Alves <palves@redhat.com>
7366
7367 * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
7368 command zuinteger instead of uinteger.
7369
7370 2013-03-26 Pedro Alves <palves@redhat.com>
7371
7372 * coff-pe-read.c (_initialize_coff_pe_read): Make the command
7373 zuinteger instead of uinteger.
7374
7375 2013-03-26 Pedro Alves <palves@redhat.com>
7376
7377 * record.c (record_insn_history_size_setshow_var)
7378 (record_call_history_size_setshow_var): New globals.
7379 (command_size_to_target_size): New function.
7380 (cmd_record_insn_history, cmd_record_call_history): Use
7381 command_size_to_target_size instead of cast.
7382 (validate_history_size, set_record_insn_history_size)
7383 (set_record_call_history_size): New functions.
7384 (_initialize_record): Install set_record_insn_history_size and
7385 set_record_call_history_size as "set" hooks of "set record
7386 instruction-history-size" and "set record
7387 function-call-history-size".
7388
7389 2013-03-26 Pedro Alves <palves@redhat.com>
7390
7391 * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
7392 use with history_max_entries use. Remove FIXME note.
7393
7394 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
7395
7396 * record-btrace.c (record_btrace_close): Call
7397 record_btrace_auto_disable.
7398
7399 2013-03-25 Joel Brobecker <brobecker@adacore.com>
7400
7401 * rs6000-nat.c (fixup_breakpoints): Delete declaration.
7402
7403 2013-03-25 Doug Evans <dje@google.com>
7404
7405 * contrib/cc-with-tweaks.sh: Check exit code of dwp.
7406
7407 2013-03-25 Tom Tromey <tromey@redhat.com>
7408
7409 PR symtab/11462:
7410 * c-exp.y (exp): Add new productions for destructors after '.' and
7411 '->'.
7412 (write_destructor_name): New function.
7413
7414 2013-03-25 Tom Tromey <tromey@redhat.com>
7415
7416 PR c++/9197:
7417 * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
7418 value_struct_elt, not lookup_struct_elt_type.
7419 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
7420 STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
7421 * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
7422
7423 2013-03-25 Yao Qi <yao@codesourcery.com>
7424
7425 * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
7426 instead of '_mkdir'.
7427
7428 2013-03-23 Eli Zaretskii <eliz@gnu.org>
7429
7430 * windows-nat.c (windows_get_absolute_argv0): New function.
7431 * windows-nat.h: Add its prototype.
7432
7433 * main.c (get_init_files): Use filename_ncmp instead of strncmp.
7434 Use IS_DIR_SEPARATOR instead of looking for a character inside
7435 SLASH_STRING. Include filenames.h.
7436 (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
7437 relocate_gdb_directory works when passed gdb_program_name.
7438 Include windows-nat.h.
7439
7440 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7441
7442 * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
7443 * remote.c (trace_error): Remove the special handling of '2'.
7444 (readchar) <SERIAL_EOF>
7445 (readchar) <SERIAL_ERROR>
7446 (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
7447 (remote_get_trace_status): Call throw_exception if EX is
7448 TARGET_CLOSE_ERROR.
7449 * utils.c (perror_with_name): Rename to ...
7450 (throw_perror_with_name): ... here. New parameter errcode, describe it
7451 in the function comment.
7452 (perror_with_name): New function wrapper.
7453 * utils.h (enum errors): New stub declaration.
7454 (throw_perror_with_name): New declaration.
7455
7456 2013-03-22 Pedro Alves <palves@redhat.com>
7457 Yao Qi <yao@codesourcery.com>
7458 Mark Kettenis <kettenis@gnu.org>
7459
7460 * cli/cli-setshow.c (do_set_command) <var_uinteger>:
7461 Don't let the user set the value to UINT_MAX directly.
7462 <var_integer>: Don't let the user set the value to INT_MAX
7463 directly.
7464
7465 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7466
7467 * remote.c (remote_unpush_target): New function.
7468 (remote_open_1): Remove two pop_target calls, update one comment, add
7469 comment to target_preopen call. Replace pop_target call by
7470 remote_unpush_target call.
7471 (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
7472 pop_target calls by remote_unpush_target calls.
7473
7474 2013-03-22 Pedro Alves <palves@redhat.com>
7475
7476 * linux-nat.c (linux_child_follow_fork): Don't call
7477 linux_enable_event_reporting.
7478 (linux_handle_extended_wait): Don't call
7479 linux_enable_event_reporting.
7480
7481 2013-03-22 Pedro Alves <palves@redhat.com>
7482
7483 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
7484 use it to rewrite the trampoline buffers with type gdb_byte[], and
7485 undefine the macro. Remove char* cast.
7486
7487 2013-03-21 Doug Evans <dje@google.com>
7488
7489 New commands "mt set per-command {space,time,symtab} {on,off}".
7490 * NEWS: Add entry.
7491 * event-top.c: #include "maint.h".
7492 * main.c: #include "maint.h".
7493 * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
7494 timeval-utils.h, maint.h, cli/cli-setshow.h.
7495 (per_command_time, per_command_space): New static globals.
7496 (per_command_symtab): New static global.
7497 (per_command_setlist, per_command_showlist): New static globals.
7498 (struct cmd_stats): Move here from utils.c.
7499 (set_per_command_time): Renamed from set_display_time in utils.c
7500 and moved here. All callers updated.
7501 (set_per_command_space): Renamed from set_display_space in utils.c
7502 and moved here. All callers updated.
7503 (count_symtabs_and_blocks): New function.
7504 (report_command_stats): Moved here from utils.c. Add support for
7505 printing symtab stats. Only print data if enabled before command
7506 executed.
7507 (make_command_stats_cleanup): Ditto.
7508 (sert_per_command_cmd, show_per_command_cmd): New functions.
7509 (_initialize_maint_cmds): Add new commands
7510 mt set per-command {space,time,symtab} {on,off}.
7511 * maint.h: New file.
7512 * top.c: #include "maint.h".
7513 * utils.c (reset_prompt_for_continue_wait_time): New function.
7514 (get_prompt_for_continue_wait_time): New function.
7515 * utils.h (reset_prompt_for_continue_wait_time): Declare
7516 (get_prompt_for_continue_wait_time): Declare.
7517 (make_command_stats_cleanup): Moved to maint.h.
7518 (set_display_time, set_display_space): Moved to maint.h and renamed
7519 to set_per_command_time, set_per_command_space.
7520 * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
7521 parse_binary_operation and made non-static. Don't call error,
7522 just return an error marker. All callers updated.
7523 * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
7524
7525 2013-03-21 Tom Tromey <tromey@redhat.com>
7526
7527 * symfile.c (alloc_section_addr_info): Update header. Don't set
7528 'num_sections' field.
7529 (build_section_addr_info_from_section_table): Set 'num_sections'.
7530 (build_section_addr_info_from_bfd): Likewise.
7531 (build_section_addr_info_from_objfile): Remove dead loop
7532 condition.
7533 (free_section_addr_info): Unconditionally call xfree.
7534 (relative_addr_info_to_section_offsets, addrs_section_sort)
7535 (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
7536 condition.
7537 (syms_from_objfile_1): Remove dead 'if' condition. Check
7538 'num_sections'.
7539 (add_symbol_file_command): Set 'num_sections'.
7540 * symfile-mem.c (symbol_file_add_from_memory): Set
7541 'num_sections'.
7542 * somread.c (som_symfile_offsets): Remove dead loop condition.
7543 * machoread.c (macho_symfile_offsets): Remove dead 'if'.
7544 * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
7545
7546 2013-03-21 Tom Tromey <tromey@redhat.com>
7547
7548 * tracepoint.h (decode_agent_options): Add 'trace_string'
7549 argument.
7550 * tracepoint.c (decode_agent_options): Add 'trace_string'
7551 argument.
7552 (validate_actionline): Update.
7553 (collect_symbol): Add 'trace_string' argument.
7554 (struct add_local_symbols_data) <trace_string>: New field.
7555 (do_collect_symbol): Update.
7556 (add_local_symbols): Add 'trace_string' argument.
7557 (encode_actions_1): Update.
7558 (trace_dump_actions): Update.
7559 * dwarf2loc.c (access_memory): Update.
7560 * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
7561 * ax-general.c (new_agent_expr): Update.
7562 * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
7563 (gen_trace_for_return_address): Add argument.
7564 (trace_kludge, trace_string_kludge): Remove.
7565 * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
7566 (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
7567 (gen_trace_for_var): Add 'trace_string' argument.
7568 (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
7569 (gen_printf, agent_eval_command_one): Update.
7570
7571 2013-03-21 Tom Tromey <tromey@redhat.com>
7572
7573 PR exp/15109:
7574 * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
7575 Handle FILENAME token.
7576
7577 2013-03-21 Tom Tromey <tromey@redhat.com>
7578
7579 * c-exp.y (YYPRINT): Define.
7580 (c_print_token): New function.
7581
7582 2013-03-21 Tom Tromey <tromey@redhat.com>
7583
7584 * c-exp.y (%union) <sym, ivar, ivec>: Remove.
7585
7586 2013-03-21 Yao Qi <yao@codesourcery.com>
7587
7588 * ctf.c: Include "gdb_stat.h".
7589 [USE_WIN32API]: New macro 'mkdir'.
7590 (ctf_start): Use permission bits macros if they are defined.
7591
7592 2013-03-20 Keith Seitz <keiths@redhat.com>
7593
7594 * breakpoint.h (struct breakpoint): Add comment to
7595 extra_string indicating that this member is mallod'd.
7596 * breakpoint.c (base_breakpoint_dtor): Free extra_string.
7597
7598 2013-03-20 Pedro Alves <palves@redhat.com>
7599
7600 PR gdb/15289
7601
7602 * cli/cli-setshow.c (do_set_command)
7603 <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
7604 the result of parsing the command argument. Throw error if the
7605 value is greater than UINT_MAX. Print the invalid value with
7606 plongest.
7607 <var_integer, var_zinteger>: Use LONGEST for variable holding the
7608 result of parsing the command argument. Throw error if the value
7609 is greater than INT_MAX, not greater or equal. Also throw error
7610 if the value is less than INT_MIN. Print the invalid value with
7611 plongest.
7612 <var_zuinteger_unlimited>: Throw error if the value is greater
7613 than INT_MAX, not greater or equal.
7614 (do_show_command) <var_integer, var_zinteger,
7615 var_zuinteger_unlimited>: Use %d for printing int, not %u.
7616
7617 2013-03-20 Tom Tromey <tromey@redhat.com>
7618
7619 * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
7620 if possible.
7621 * dwarf2read.c (read_func_scope): Remove old FIXME.
7622 * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
7623 not LOC_COMPUTED.
7624 * findvar.c (symbol_read_needs_frame, default_read_var_value):
7625 Unconditionally call via computed ops, if possible.
7626 * printcmd.c (address_info): Unconditionally call via computed ops,
7627 if possible.
7628 * stack.c (read_frame_arg): Unconditionally call via computed ops,
7629 if possible.
7630 * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
7631 * tracepoint.c (scope_info): Unconditionally call via computed ops,
7632 if possible.
7633
7634 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7635 Tom Tromey <tromey@redhat.com>
7636
7637 PR symtab/8421:
7638 * coffread.c (coff_register_index): New global.
7639 (process_coff_symbol, coff_read_enum_type): Set
7640 SYMBOL_ACLASS_INDEX.
7641 (_initialize_coffread): Initialize new global.
7642 * dwarf2loc.c (locexpr_find_frame_base_location)
7643 (dwarf2_block_frame_base_locexpr_funcs)
7644 (loclist_find_frame_base_location)
7645 (dwarf2_block_frame_base_loclist_funcs): New.
7646 (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
7647 (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
7648 * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
7649 (dwarf2_block_frame_base_loclist_funcs): New.
7650 * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
7651 (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
7652 globals.
7653 (read_func_scope): Update.
7654 (fixup_go_packaging, mark_common_block_symbol_computed)
7655 (var_decode_location, new_symbol_full, dwarf2_const_value):
7656 Set SYMBOL_ACLASS_INDEX.
7657 (dwarf2_symbol_mark_computed): Likewise. Add 'is_block' argument.
7658 (_initialize_dwarf2_read): Initialize new globals.
7659 * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
7660 * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
7661 * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
7662 globals.
7663 (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
7664 (_initialize_mdebugread): Initialize new globals.
7665 * psympriv.h (struct partial_symbol) <aclass>: Update comment.
7666 * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
7667 (stab_register_index, stab_regparm_index): New globals.
7668 (define_symbol, read_enum_type, common_block_end): Set
7669 SYMBOL_ACLASS_INDEX.
7670 (_initialize_stabsread): Initialize new globals.
7671 * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
7672 globals.
7673 (MAX_SYMBOL_IMPLS): New define.
7674 (register_symbol_computed_impl, register_symbol_block_impl)
7675 (register_symbol_register_impl)
7676 (initialize_ordinary_address_classes): New functions.
7677 (_initialize_symtab): Call initialize_ordinary_address_classes.
7678 * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
7679 (struct symbol_impl): New.
7680 (SYMBOL_ACLASS_BITS): New define.
7681 (struct symbol) <aclass, ops>: Remove fields.
7682 <aclass_index>: New field.
7683 (symbol_impls): Declare.
7684 (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
7685 (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
7686 (register_symbol_computed_impl, register_symbol_block_impl)
7687 (register_symbol_register_impl): Declare.
7688 (struct symbol_computed_ops): Add location_has_loclist.
7689 (struct symbol_block_ops): New.
7690 (SYMBOL_BLOCK_OPS): New.
7691 * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
7692
7693 2013-03-20 Tom Tromey <tromey@redhat.com>
7694
7695 * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
7696 (print_partial_symbols, recursively_search_psymtabs): Use
7697 PSYMBOL_CLASS.
7698
7699 2013-03-20 Pierre Muller <muller@sourceware.org>
7700
7701 * contrib/ari/gdb_ari.sh (OP eol rule): Also check
7702 addtion, subtraction, multiplication and division binary operator.
7703
7704 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7705
7706 Code cleanup.
7707 * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
7708 * bsd-kvm.c (bsd_kvm_close): Likewise.
7709 * bsd-uthread.c (bsd_uthread_close): Likewise.
7710 * corelow.c (core_close): Likewise.
7711 (core_close_cleanup): Remove parameter quitting from a caller.
7712 * event-top.c (async_disconnect): Likewise.
7713 * exec.c (exec_close_1): Remove parameter quitting.
7714 * go32-nat.c (go32_close): Likewise.
7715 * linux-nat.c (linux_nat_close): Remove parameter quitting. Remove
7716 parameter quitting from a caller.
7717 * mips-linux-nat.c (super_close): Remove parameter quitting from the
7718 variable.
7719 (mips_linux_close): Remove parameter quitting. Remove parameter
7720 quitting from a caller.
7721 * monitor.c (monitor_close): Remove parameter quitting.
7722 * monitor.h (monitor_close): Likewise.
7723 * record-btrace.c (record_btrace_close): Likewise.
7724 * record-full.c (record_full_close): Likewise.
7725 * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
7726 it also from fprintf_unfiltered.
7727 * remote-mips.c (mips_close): Remove parameter quitting.
7728 (mips_detach): Remove parameter quitting from a caller.
7729 * remote-sim.c (gdbsim_close): Remove parameter quitting.
7730 (gdbsim_close): Remove duplicate function comment. Remove parameter
7731 quitting and remove it also from printf_filtered.
7732 * remote.c (remote_close): Remove parameter quitting.
7733 * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
7734 * target.c (update_current_target): Remove parameter int from to_close
7735 de_fault.
7736 (push_target, unpush_target, pop_target): Remove parameter quitting from
7737 a caller.
7738 (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
7739 Remove parameter quitting from a caller.
7740 (target_preopen): Remove parameter quitting from a caller.
7741 (target_close): Remove parameter quitting. Remove parameter quitting
7742 from a caller two times. Remove parameter quitting also from
7743 fprintf_unfiltered.
7744 * target.h (struct target_ops): Remove parameter quitting and as int
7745 from fields to_xclose and to_close.
7746 (extern struct target_ops current_target):
7747 (target_close, pop_all_targets): Remove parameter quitting. Update the
7748 comment.
7749 (pop_all_targets_above): Remove parameter quitting.
7750 * top.c (quit_target): Remove parameter quitting from a caller.
7751 * tracepoint.c (tfile_close): Remove parameter quitting.
7752 * windows-nat.c (windows_close): Remove parameter quitting.
7753
7754 2013-03-20 Corinna Vinschen <vinschen@redhat.com>
7755
7756 * windows-nat.c (handle_output_debug_string): Replace call
7757 to string_to_core_addr with call to strtoull.
7758
7759 2013-03-20 Yao Qi <yao@codesourcery.com>
7760
7761 * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
7762 and write it to CTF metadata.
7763
7764 2013-03-19 Corinna Vinschen <vinschen@redhat.com>
7765
7766 * windows-nat.c (handle_output_debug_string): Change type of n to
7767 SIZE_T to avoid crash on 64 bit systems.
7768
7769 2013-03-17 Eli Zaretskii <eliz@gnu.org>
7770
7771 * python/python-internal.h (HAVE_SNPRINTF)
7772 [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
7773 about redefinition of snprintf by pyerrors.h.
7774
7775 2013-03-15 Steve Ellcey <sellcey@mips.com>
7776
7777 * remote-sim.c (sim_command_completer): Make char arguments const.
7778
7779 2013-03-15 Tom Tromey <tromey@redhat.com>
7780
7781 PR c++/15116:
7782 * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
7783
7784 2013-03-14 Tom Tromey <tromey@redhat.com>
7785
7786 * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
7787 New fields.
7788 (get_file_crc): Move from symfile.c.
7789 (gdb_bfd_crc): New function.
7790 * gdb_bfd.h (gdb_bfd_crc): Declare.
7791 * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
7792 * symfile.c (get_file_crc): Move to gdb_bfd.c.
7793 (separate_debug_file_exists): Use gdb_bfd_crc.
7794
7795 2013-03-14 Tom Tromey <tromey@redhat.com>
7796
7797 * symfile.c (get_debug_link_info): Remove.
7798 (find_separate_debug_file_by_debuglink): Use
7799 bfd_get_debug_link_info.
7800
7801 2013-03-14 Tom Tromey <tromey@redhat.com>
7802
7803 * symtab.c (error_in_psymtab_expansion): New function.
7804 (lookup_symbol_aux_quick)
7805 (basic_lookup_transparent_type_quick): Remove "last resort"
7806 code. Use error_in_psymtab_expansion.
7807
7808 2013-03-14 Doug Evans <dje@google.com>
7809 Jan Kratochvil <jan.kratochvil@redhat.com>
7810
7811 * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
7812 any successful compare_filenames_for_search or FILENAME_CMP.
7813 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
7814 * symtab.c (iterate_over_some_symtabs): Likewise.
7815
7816 2013-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7817
7818 * source.c (print_source_lines_base): Make a local copy of
7819 symtab_to_fullname.
7820
7821 2013-03-14 Hui Zhu <hui_zhu@mentor.com>
7822 Jan Kratochvil <jan.kratochvil@redhat.com>
7823
7824 * source.c (print_source_lines_base): Suppress "file" for TUI.
7825
7826 2013-03-14 Keith Seitz <keiths@redhat.com>
7827 Alan Matsuoka <alanm@redhat.com>
7828
7829 PR c++/15203
7830 PR c++/15210
7831 * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
7832 TYPE_CODE_METHOD.
7833 * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
7834 symbols.
7835
7836 2013-03-14 Yao Qi <yao@codesourcery.com>
7837
7838 * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
7839 status to tfile if trace is stopped by command 'tstop'.
7840
7841 2013-03-14 Yao Qi <yao@codesourcery.com>
7842
7843 * tracepoint.c (tfile_write_status): Write trace notes and user
7844 name into tfile if they are not NULL.
7845
7846 2013-03-14 Hui Zhu <hui@codesourcery.com>
7847 Yao Qi <yao@codesourcery.com>
7848
7849 * Makefile.in (REMOTE_OBS): Add ctf.o.
7850 (SFILES): Add ctf.c.
7851 (HFILES_NO_SRCDIR): Add ctf.h.
7852 * ctf.c, ctf.h: New files.
7853 * tracepoint.c: Include 'ctf.h'.
7854 (collect_pseudocommand): Remove static.
7855 (trace_save_command): Parse option "-ctf".
7856 Produce different trace file writers per option.
7857 Adjust output message.
7858 (trace_save_tfile, trace_save_ctf): New.
7859 * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
7860 * mi/mi-main.c: Include 'ctf.h'.
7861 (mi_cmd_trace_save): Handle option '-ctf'. Call either
7862 trace_save_tfile or trace_save_ctf.
7863 * NEWS: Mention these changes.
7864
7865 2013-03-14 Yao Qi <yao@codesourcery.com>
7866
7867 * tracepoint.c (trace_file_writer_xfree): New.
7868 (struct tfile_writer_data): New.
7869 (tfile_dtor, tfile_can_target_save, tfile_start): New.
7870 (tfile_write_header, tfile_write_regblock_type): New.
7871 (tfile_write_status, tfile_write_uploaded_tsv): New.
7872 (tfile_write_uploaded_tp, tfile_write_definition_end): New.
7873 (tfile_write_raw_data, (tfile_end): New.
7874 (tfile_write_ops): New global variable.
7875 (TRACE_WRITE_R_BLOCK): New macro.
7876 (TRACE_WRITE_M_BLOCK_HEADER): New macro.
7877 (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
7878 (TRACE_WRITE_V_BLOCK): New macro.
7879 (trace_save): Add extra one parameter WRITER. Make it static.
7880 Use WRITER to writer trace.
7881 (tfile_trace_file_writer_new): New.
7882 (trace_save_command): Caller update.
7883 (trace_save_tfile): Write trace data in TFILE format.
7884 * tracepoint.h (struct trace_frame_write_ops): New.
7885 (struct trace_file_write_ops): New.
7886 (struct trace_file_writer): New.
7887 (trace_save): Remove its declaration.
7888 (trace_save_tfile): Declare it.
7889 * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
7890 instead of trace_save.
7891
7892 2013-03-13 Pedro Alves <palves@redhat.com>
7893
7894 * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
7895
7896 2013-03-13 Pedro Alves <palves@redhat.com>
7897
7898 * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
7899 commented out code.
7900 * demangle.c (current_demangling_style_string): Make it const.
7901 (set_demangling_command): Assert the demangling style is known.
7902 Remove all handling of unknown styles. Set
7903 'current_demangling_style_string' to an element of the
7904 demangling_style_names array.
7905 (set_demangling_style): Delete.
7906 (_initialize_demangler): Set current_demangling_style_string to the
7907 element of the demangling_style_names array that corresponds to
7908 the default demangling style. Remove FIXME note. Don't call
7909 set_demangling_style.
7910 * gdb-demangle.h (set_demangling_style): Remove declaration.
7911
7912 2013-03-13 Pedro Alves <palves@redhat.com>
7913
7914 * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
7915 fields const.
7916 (ada_make_symbol_completion_list): Make "text0" parameter const.
7917 * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
7918 * breakpoint.c (condition_completer): Make "text" and "word"
7919 parameters const. Adjust.
7920 (check_tracepoint_command): Adjust to validate_actionline
7921 prototype change.
7922 (catch_syscall_completer): Make "text" and "word" parameters
7923 const.
7924 * cli/cli-cmds.c (show_user): Make "comname" local const.
7925 (valid_command_p): Make "command" parameter const.
7926 (alias_command): Make "alias_prefix" and "command_prefix" locals
7927 const.
7928 * cli/cli-decode.c (add_cmd): Make "name" parameter const.
7929 (add_alias_cmd): Make "name" and "oldname" parameters const.
7930 Adjust. No longer make copy of OLDNAME.
7931 (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
7932 (add_setshow_cmd_full, add_setshow_enum_cmd)
7933 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
7934 (add_setshow_filename_cmd, add_setshow_string_cmd)
7935 (add_setshow_string_noescape_cmd)
7936 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
7937 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
7938 (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
7939 (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
7940 Make "name" parameter const.
7941 (help_cmd): Rename "command" parameter to "arg". New const local
7942 "command".
7943 (find_cmd): Make "command" parameter const.
7944 (lookup_cmd_1): Make "text" parameter pointer to const. Adjust to
7945 deprecated_cmd_warning prototype change.
7946 (undef_cmd_error): Make "cmdtype" parameter const.
7947 (lookup_cmd): Make "line" parameter const.
7948 (deprecated_cmd_warning): Change type of "text" parameter to
7949 pointer to const char, from pointer to pointer to char. Adjust.
7950 (lookup_cmd_composition): Make "text" parameter const.
7951 (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
7952 parameters const.
7953 * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
7954 const.
7955 * cli/cli-script.c (validate_comname): Make "tem" local const.
7956 (define_command): New const local "tem_c". Use it in calls to
7957 lookup_cmd.
7958 (document_command): Make "tem" and "comfull" locals const.
7959 (show_user_1): Make "prefix" and "name" parameters const.
7960 * cli-script.h (show_user_1): Make "prefix" and "name" parameters
7961 const.
7962 * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
7963 (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
7964 (deprecated_cmd_warning, lookup_cmd_composition, add_com)
7965 (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
7966 (complete_on_enum, add_setshow_enum_cmd)
7967 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
7968 (add_setshow_filename_cmd, add_setshow_string_cmd)
7969 (add_setshow_string_noescape_cmd)
7970 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
7971 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
7972 (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
7973 Change prototypes, constifying strings.
7974 * completer.c (noop_completer, filename_completer): Make "text"
7975 and "prefix" parameters const.
7976 (location_completer, expression_completer)
7977 (complete_line_internal): Make "text" and "prefix" parameters
7978 const and adjust.
7979 (command_completer, signal_completer): Make "text" and "prefix"
7980 parameters const.
7981 * completer.h (noop_completer, filename_completer)
7982 (expression_completer, location_completer, command_completer)
7983 (signal_completer): Change prototypes.
7984 * corefile.c (complete_set_gnutarget): Make "text" and "word"
7985 parameters const.
7986 * cp-abi.c (cp_abi_completer): Likewise.
7987 * expression.h (parse_expression_for_completion): Change
7988 prototype.
7989 * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
7990 parameters const.
7991 * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
7992 * infrun.c (handle_completer): Make "text" and "word" parameters
7993 const.
7994 * interps.c (interpreter_completer): Make "text" and "word"
7995 parameters const.
7996 * language.h (struct language_defn)
7997 <la_make_symbol_completion_list>: Make "text" and "word"
7998 parameters const.
7999 * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
8000 (parse_exp_in_context): Rename to ...
8001 (parse_exp_in_context_1): ... this.
8002 (parse_exp_in_context): Reimplement, with const hack from
8003 parse_exp_1.
8004 (parse_expression_for_completion): Make "string" parameter const.
8005 * printcmd.c (decode_format): Make "string_ptr" parameter pointer
8006 to pointer to const char. Adjust.
8007 (print_command_1): Make "exp" parameter const.
8008 (output_command): Rename to ...
8009 (output_command_const): ... this. Make "exp" parameter const.
8010 (output_command): Reimplement.
8011 (x_command): Adjust.
8012 (display_command): Rename "exp" parameter to "arg". New "exp"
8013 local, const version of "arg".
8014 * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
8015 "cmd_name" local const.
8016 * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
8017 call.
8018 (cmdpy_completer): Make "text" and "word" parameters const.
8019 (gdbpy_parse_command_name): Make "prefix_text2" local const.
8020 * python/py-param.c (add_setshow_generic): Make "tmp_name" local
8021 const.
8022 * remote.c (_initialize_remote): Make "cmd_name" local const.
8023 * symtab.c (language_search_unquoted_string): Make "text" and "p"
8024 parameters const. Adjust.
8025 (completion_list_add_fields): Make "sym_text", "text" and "word"
8026 parameters const.
8027 (struct add_name_data) <sym_text, text, word>: Make fields const.
8028 (default_make_symbol_completion_list_break_on): Make "text" and
8029 "word" parameters const. Adjust locals.
8030 (default_make_symbol_completion_list)
8031 (make_symbol_completion_list, make_symbol_completion_type)
8032 (make_symbol_completion_list_fn): Make "text" and "word"
8033 parameters const.
8034 (make_file_symbol_completion_list): Make "text", "word" and
8035 "srcfile" parameters const. Adjust locals.
8036 (add_filename_to_list): Make "text" and "word" parameters const.
8037 (struct add_partial_filename_data) <text, word>: Make fields
8038 const.
8039 (make_source_files_completion_list): Make "text" and "word"
8040 parameters const.
8041 * symtab.h (default_make_symbol_completion_list_break_on)
8042 (default_make_symbol_completion_list, make_symbol_completion_list)
8043 (make_symbol_completion_type enum type_code)
8044 (make_symbol_completion_list_fn make_file_symbol_completion_list)
8045 (make_source_files_completion_list): Change prototype.
8046 * top.c (execute_command): Adjust to pass pointer to pointer to
8047 const char to lookup_cmd, and to deprecated_cmd_warning prototype
8048 change.
8049 (set_verbose): Make "cmdname" local const.
8050 * tracepoint.c (decode_agent_options): Make "exp" parameter const,
8051 and adjust.
8052 (validate_actionline): Make "line" parameter a pointer to const
8053 char, and adjust.
8054 (encode_actions_1): Make "action_exp" local const, and adjust.
8055 (encode_actions): Adjust.
8056 (replace_comma): Delete.
8057 (trace_dump_actions): Make "action_exp" and "next_comma" locals
8058 const, and adjust. Don't frob the action string while splitting
8059 it at commas. Instead, make a copy of each split substring in
8060 turn.
8061 (trace_dump_command): Adjust to validate_actionline prototype
8062 change.
8063 * tracepoint.h (decode_agent_options, decode_agent_options)
8064 (encode_actions, validate_actionline): Change prototypes.
8065 * valprint.h (output_command): Delete declaration.
8066 (output_command_const): Declare.
8067 * value.c (function_destroyer): Cast const away in xfree call.
8068
8069 2013-03-13 Pedro Alves <palves@redhat.com>
8070
8071 * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
8072 rather than casting 'const char * const *' to 'const char **'.
8073 * ada-lex.l (processInt): Make "trailer" local const. Remove
8074 'const char **' cast.
8075 * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
8076 locals, and use those as strtol output pointer, instead than doing
8077 invalid casts to from 'const char **' to 'char **'.
8078 (_initialize_demangle): Remove cast.
8079 * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
8080 locals, and use those as strtol output pointer, instead than doing
8081 invalid casts to from 'const char **' to 'char **'.
8082 * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
8083 casts.
8084 * stap-probe.c (stap_parse_register_operand)
8085 (stap_parse_single_operand): Likewise.
8086
8087 2013-03-13 Yao Qi <yao@codesourcery.com>
8088
8089 * tracepoint.c (tfile_get_trace_state_variable_value): Look for
8090 the last matched 'V' blcok in trace frame.
8091
8092 2013-03-12 Joel Brobecker <brobecker@adacore.com>
8093
8094 * NEWS: Create a new section for the next release branch.
8095 Rename the section of the current branch, now that it has
8096 been cut.
8097
8098 2013-03-12 Joel Brobecker <brobecker@adacore.com>
8099
8100 GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
8101 * version.in: Bump version to 7.6.50.20130312-cvs.
8102
8103 2013-03-12 Keith Seitz <keiths@redhat.com>
8104
8105 * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
8106 * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
8107 Remove temporary copy of input string.
8108 (mi_execute_command_wrapper): Make "cmd" const.
8109 * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
8110 * mi/mi-parse.c (mi_parse_argv): Make "args" const.
8111 Use const strings.
8112 (mi_parse): Make "cmd" const.
8113 Use const strings.
8114 * mi/mi-parse.h (mi_parse): Make "cmd" const.
8115
8116 2013-03-12 Keith Seitz <keiths@redhat.com>
8117
8118 * ada-lang.c (ada_read_renaming_var_value): Pass const
8119 pointer to expression string to parse_exp_1.
8120 (create_excep_cond_exprs): Likewise.
8121 * ax-gdb.c (agent_eval_command_one): Likewise.
8122 (maint_agent_printf_command): Likewise.
8123 Constify much of the string handling/parsing.
8124 * breakpoint.c (set_breakpoint_condition): Pass const
8125 pointer to expression string to parse_exp_1.
8126 (update_watchpoint): Likewise.
8127 (parse_cmd_to_aexpr): Constify string handling.
8128 Pass const pointer to parse_exp_1.
8129 (init_breakpoint_sal): Pass const pointer to parse_exp_1.
8130 (find_condition_and_thread): Likewise.
8131 Make TOK const.
8132 (watch_command_1): Make "arg" const.
8133 Constify string handling.
8134 Copy the expression string instead of changing the input
8135 string.
8136 (update_breakpoint_location): Pass const pointer to
8137 parse_exp_1.
8138 * eval.c (parse_and_eval_address): Make "exp" const.
8139 (parse_to_comma_and_eval): Make "expp" const.
8140 (parse_and_eval): Make "exp" const.
8141 * expression.h (parse_expression): Make argument const.
8142 (parse_exp_1): Make first argument const.
8143 * findcmd.c (parse_find_args): Treat "args" as const.
8144 * linespec.c (parse_linespec): Pass const pointer to
8145 linespec_expression_to_pc.
8146 (linespec_expression_to_pc): Make "exp_ptr" const.
8147 * parse.c (parse_exp_1): Make "stringptr" const.
8148 Make a copy of the expression to pass to parse_exp_in_context until
8149 this whole interface can be constified.
8150 (parse_expression): Make "string" const.
8151 * printcmd.c (ui_printf): Treat "arg" as const.
8152 Handle const strings.
8153 * tracepoint.c (validate_actionline): Pass const pointer to
8154 all calls to parse_exp_1.
8155 (encode_actions_1): Likewise.
8156 * value.h (parse_to_comma_and_eval): Make argument const.
8157 (parse_and_eval_address): Likewise.
8158 (parse_and_eval): Likewise.
8159 * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
8160 (varobj_set_value): Likewise.
8161 * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
8162 constify string handling.
8163 Pass const pointers to parse_and_eval_address and
8164 parse_to_comman_and_eval.
8165 * cli/cli-utils.c (skip_to_space): Rename to ...
8166 (skip_to_space_const): ... this. Handle const strings.
8167 * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
8168 skip_to_space_const.
8169 (skip_to_space_const): Declare.
8170 * common/format.c (parse_format_string): Make "arg" const.
8171 Handle const strings.
8172 * common/format.h (parse_format_string): Make "arg" const.
8173 * gdbserver/ax.c (ax_printf): Make "format" const.
8174 * python/python.c (gdbpy_parse_and_eval): Do not make a copy
8175 of the expression string.
8176
8177 2013-03-12 Hui Zhu <hui@codesourcery.com>
8178
8179 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
8180
8181 2013-03-12 Yao Qi <yao@codesourcery.com>
8182 Hui Zhu <hui@codesourcery.com>
8183
8184 * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
8185 (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
8186 DW_OP_deref_size.
8187
8188 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
8189
8190 * ada-lex.l (rules): Only recognize 'thread' as a
8191 delimiter when followed by numerals, as for c-exp.y.
8192 Use new rewind_to_char function to rewind the input for
8193 expression-delimiting tokens.
8194 (rewind_to_char): New function.
8195
8196 2013-03-11 Pedro Alves <palves@redhat.com>
8197 Jan Kratochvil <jan.kratochvil@redhat.com>
8198
8199 * configure: Regenerate.
8200 * configure.ac (check dynamic export flag): Link python test with
8201 $PYTHON_LIBS.
8202
8203 2013-03-11 Doug Evans <dje@google.com>
8204 Keith Seitz <keiths@redhat.com>
8205
8206 * linespec.c (find_linespec_symbols): Call find_function_symbols
8207 first, and then call lookup_prefix_sym/find_method.
8208
8209 2013-03-11 Pedro Alves <palves@redhat.com>
8210
8211 * charset.c (convert_between_encodings): Don't cast between
8212 different pointer to pointer types. Instead, make the 'inp' local
8213 be of the type iconv expects.
8214 (wchar_iterate): Don't cast between different pointer to pointer
8215 types. Instead, use new pointer local of the type iconv expects.
8216 * target.c (target_read_stralloc, target_fileio_read_stralloc):
8217 Add new local of type char pointer, and use it to get a
8218 char/string view of the byte buffer, instead of casting between
8219 pointer to pointer types.
8220
8221 2013-03-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
8222
8223 * remote.c (remote_set_trace_buffer_size): Move != operator
8224 to the start of next line to fix an ARI warning.
8225
8226 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8227
8228 * NEWS: Add record changes.
8229
8230 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8231
8232 * record-btrace.c (btrace_insn_history): Omit the pc prefix in
8233 the instruction history disassembly.
8234 * disasm.c (dump_insns): Omit the pc prefix, if requested.
8235 * disasm.h (DISASSEMBLY_OMIT_PC): New.
8236
8237 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8238
8239 * Makefile.in (SFILES): Add record-btrace.c
8240 (COMMON_OBS): Add record-btrace.o
8241 * record-btrace.c: New.
8242 * objfiles.c: Include btrace.h.
8243 (free_objfile): call btrace_free_objfile.
8244
8245 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8246
8247 * target.c (target_call_history, target_call_history_from,
8248 target_call_history_range): New.
8249 * target.h (target_ops) <to_call_history, to_call_history_from,
8250 to_call_history_range>: New fields.
8251 (target_call_history, target_call_history_from,
8252 target_call_history_range): New declaration.
8253 * record.c (get_call_history_modifiers, cmd_record_call_history,
8254 record_call_history_size): New.
8255 (_initialize_record): Add the "record function-call-history" command.
8256 Add "set/show record function-call-history-size" commands.
8257 * record.h (record_print_flag): New.
8258
8259 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8260
8261 * target.h (target_ops) <to_insn_history, to_insn_history_from,
8262 to_insn_history_range>: New fields.
8263 (target_insn_history): New.
8264 (target_insn_history_from): New.
8265 (target_insn_history_range): New.
8266 * target.c (target_insn_history): New.
8267 (target_insn_history_from): New.
8268 (target_insn_history_range): New.
8269 * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
8270 (record_insn_history_size): New.
8271 (get_insn_number): New.
8272 (get_context_size): New.
8273 (no_chunk): New.
8274 (get_insn_history_modifiers): New.
8275 (cmd_record_insn_history): New.
8276 (_initialize_record): Add "set/show record instruction-history-size"
8277 command. Add "record instruction-history" command.
8278
8279 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8280
8281 * record.h (record_disconnect): New.
8282 (record_detach): New.
8283 (record_mourn_inferior): New.
8284 (record_kill): New.
8285 * record-full.c (record_disconnect, record_detach,
8286 record_mourn_inferior, record_kill): Move to...
8287 * record.c: ...here.
8288 (DEBUG): New.
8289 (record_stop): New.
8290 (record_unpush): New.
8291 (cmd_record_stop): Call record_stop. Replace unpush_target
8292 call with record_unpush call.
8293 (record_disconnect, record_detach): Assert that the target
8294 is of record stratum. Call record_unpush, record_stop, and
8295 DEBUG.
8296 (record_mourn_inferior, record_kill): Assert that the target
8297 is of record stratum. Call record_unpush and DEBUG.
8298
8299 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8300
8301 * record-full.h, record-full.c (record_memory_query): Rename
8302 to ...
8303 (record_full_memory_query): ...this. Update all users.
8304 (record_arch_list_add_reg): Rename to ...
8305 (record_full_arch_list_add_reg): ...this. Update all users.
8306 (record_arch_list_add_mem): Rename to ...
8307 (record_full_arch_list_add_mem): ...this. Update all users.
8308 (record_arch_list_add_end): Rename to ...
8309 (record_full_arch_list_add_end): ...this. Update all users.
8310 (record_gdb_operation_disable_set): Rename to ...
8311 (record_full_gdb_operation_disable_set): ...this.
8312 Update all users.
8313
8314 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8315
8316 * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
8317 (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
8318 (RECORD_IS_REPLAY): Renamed to ...
8319 (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
8320 (RECORD_FILE_MAGIC): Renamed to ...
8321 (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
8322 (record_mem_entry): Renamed to ...
8323 (record_full_mem_entry): ... this. Updated all users.
8324 (record_reg_entry): Renamed to ...
8325 (record_full_reg_entry): ... this. Updated all users.
8326 (record_end_entry): Renamed to ...
8327 (record_full_end_entry): ... this. Updated all users.
8328 (record_type) <record_end, record_reg, record_mem>: Renamed
8329 to ...
8330 (record_full_type) <record_full_end, record_full_reg,
8331 record_full_mem>: ... this. Updated all users.
8332 (record_entry): Renamed to ...
8333 (record_full_entry): ... this. Updated all users.
8334 (record_core_buf_entry): Renamed to ...
8335 (record_full_core_buf_entry): ... this. Updated all users.
8336 (record_core_regbuf): Renamed to ...
8337 (record_full_core_regbuf): ... this. Updated all users.
8338 (record_core_start): Renamed to ...
8339 (record_full_core_start): ... this. Updated all users.
8340 (record_core_end): Renamed to ...
8341 (record_full_core_end): ... this. Updated all users.
8342 (record_core_buf_list): Renamed to ...
8343 (record_full_core_buf_list): ... this. Updated all users.
8344 (record_first): Renamed to ...
8345 (record_full_first): ... this. Updated all users.
8346 (record_list): Renamed to ...
8347 (record_full_list): ... this. Updated all users.
8348 (record_arch_list_head): Renamed to ...
8349 (record_full_arch_list_head): ... this. Updated all users.
8350 (record_arch_list_tail): Renamed to ...
8351 (record_full_arch_list_tail): ... this. Updated all users.
8352 (record_stop_at_limit): Renamed to ...
8353 (record_full_stop_at_limit): ... this. Updated all users.
8354 (record_insn_max_num): Renamed to ...
8355 (record_full_insn_max_num): ... this. Updated all users.
8356 (record_insn_num): Renamed to ...
8357 (record_full_insn_num): ... this. Updated all users.
8358 (record_insn_count): Renamed to ...
8359 (record_full_insn_count): ... this. Updated all users.
8360 (record_ops): Renamed to ...
8361 (record_full_ops): ... this. Updated all users.
8362 (record_core_ops): Renamed to ...
8363 (record_full_core_ops): ... this. Updated all users.
8364 (set_record_cmdlist): Renamed to ...
8365 (set_record_full_cmdlist): ... this. Updated all users.
8366 (show_record_cmdlist): Renamed to ...
8367 (show_record_full_cmdlist): ... this. Updated all users.
8368 (record_cmdlist): Renamed to ...
8369 (record_full_cmdlist): ... this. Updated all users.
8370 (record_beneath_to_resume_ops): Renamed to ...
8371 (record_full_beneath_to_resume_ops): ... this. Updated all users.
8372 (record_beneath_to_resume): Renamed to ...
8373 (record_full_beneath_to_resume): ... this. Updated all users.
8374 (record_beneath_to_wait_ops): Renamed to ...
8375 (record_full_beneath_to_wait_ops): ... this. Updated all users.
8376 (record_beneath_to_wait): Renamed to ...
8377 (record_full_beneath_to_wait): ... this. Updated all users.
8378 (record_beneath_to_store_registers_ops): Renamed to ...
8379 (record_full_beneath_to_store_registers_ops): ... this.
8380 Updated all users.
8381 (record_beneath_to_store_registers): Renamed to ...
8382 (record_full_beneath_to_store_registers): ... this.
8383 Updated all users.
8384 (record_beneath_to_xfer_partial_ops): Renamed to ...
8385 (record_full_beneath_to_xfer_partial_ops): ... this.
8386 Updated all users.
8387 (record_beneath_to_xfer_partial): Renamed to ...
8388 (record_full_beneath_to_xfer_partial): ... this.
8389 Updated all users.
8390 (record_beneath_to_insert_breakpoint): Renamed to ...
8391 (record_full_beneath_to_insert_breakpoint): ... this.
8392 Updated all users.
8393 (record_beneath_to_stopped_by_watchpoint): Renamed to ...
8394 (record_full_beneath_to_stopped_by_watchpoint): ... this.
8395 Updated all users.
8396 (record_beneath_to_stopped_data_address): Renamed to ...
8397 (record_full_beneath_to_stopped_data_address): ... this.
8398 Updated all users.
8399 (record_beneath_to_async): Renamed to ...
8400 (record_full_beneath_to_async): ... this. Updated all users.
8401 (record_goto_insn): Renamed to ...
8402 (record_full_goto_insn): ... this. Updated all users.
8403 (record_save): Renamed to ...
8404 (record_full_save): ... this. Updated all users.
8405 (record_reg_alloc): Renamed to ...
8406 (record_full_reg_alloc): ... this. Updated all users.
8407 (record_reg_release): Renamed to ...
8408 (record_full_reg_release): ... this. Updated all users.
8409 (record_mem_alloc): Renamed to ...
8410 (record_full_mem_alloc): ... this. Updated all users.
8411 (record_mem_release): Renamed to ...
8412 (record_full_mem_release): ... this. Updated all users.
8413 (record_end_alloc): Renamed to ...
8414 (record_full_end_alloc): ... this. Updated all users.
8415 (record_end_release): Renamed to ...
8416 (record_full_end_release): ... this. Updated all users.
8417 (record_entry_release): Renamed to ...
8418 (record_full_entry_release): ... this. Updated all users.
8419 (record_list_release): Renamed to ...
8420 (record_full_list_release): ... this. Updated all users.
8421 (record_list_release_following): Renamed to ...
8422 (record_full_list_release_following): ... this.
8423 Updated all users.
8424 (record_list_release_first): Renamed to ...
8425 (record_full_list_release_first): ... this. Updated all users.
8426 (record_arch_list_add): Renamed to ...
8427 (record_full_arch_list_add): ... this. Updated all users.
8428 (record_get_loc): Renamed to ...
8429 (record_full_get_loc): ... this. Updated all users.
8430 (record_check_insn_num): Renamed to ...
8431 (record_full_check_insn_num): ... this. Updated all users.
8432 (record_arch_list_cleanups): Renamed to ...
8433 (record_full_arch_list_cleanups): ... this. Updated all users.
8434 (record_message): Renamed to ...
8435 (record_full_message): ... this. Updated all users.
8436 (record_message_wrapper): Renamed to ...
8437 (record_full_message_wrapper): ... this. Updated all users.
8438 (record_message_wrapper_safe): Renamed to ...
8439 (record_full_message_wrapper_safe): ... this. Updated all users.
8440 (record_gdb_operation_disable): Renamed to ...
8441 (record_full_gdb_operation_disable): ... this. Updated all users.
8442 (record_hw_watchpoint): Renamed to ...
8443 (record_full_hw_watchpoint): ... this. Updated all users.
8444 (record_exec_insn): Renamed to ...
8445 (record_full_exec_insn): ... this. Updated all users.
8446 (record_restore): Renamed to ...
8447 (record_full_restore): ... this. Updated all users.
8448 (record_async_inferior_event_token): Renamed to ...
8449 (record_full_async_inferior_event_token): ... this.
8450 Updated all users.
8451 (record_async_inferior_event_handler): Renamed to ...
8452 (record_full_async_inferior_event_handler): ... this.
8453 Updated all users.
8454 (record_core_open_1): Renamed to ...
8455 (record_full_core_open_1): ... this. Updated all users.
8456 (record_open_1): Renamed to ...
8457 (record_full_open_1): ... this. Updated all users.
8458 (record_open): Renamed to ...
8459 (record_full_open): ... this. Updated all users.
8460 (record_close): Renamed to ...
8461 (record_full_close): ... this. Updated all users.
8462 (record_resume_step): Renamed to ...
8463 (record_full_resume_step): ... this. Updated all users.
8464 (record_resumed): Renamed to ...
8465 (record_full_resumed): ... this. Updated all users.
8466 (record_execution_dir): Renamed to ...
8467 (record_full_execution_dir): ... this. Updated all users.
8468 (record_resume): Renamed to ...
8469 (record_full_resume): ... this. Updated all users.
8470 (record_get_sig): Renamed to ...
8471 (record_full_get_sig): ... this. Updated all users.
8472 (record_sig_handler): Renamed to ...
8473 (record_full_sig_handler): ... this. Updated all users.
8474 (record_wait_cleanups): Renamed to ...
8475 (record_full_wait_cleanups): ... this. Updated all users.
8476 (record_wait_1): Renamed to ...
8477 (record_full_wait_1): ... this. Updated all users.
8478 (record_wait): Renamed to ...
8479 (record_full_wait): ... this. Updated all users.
8480 (record_stopped_by_watchpoint): Renamed to ...
8481 (record_full_stopped_by_watchpoint): ... this. Updated all users.
8482 (record_disconnect): Renamed to ...
8483 (record_full_disconnect): ... this. Updated all users.
8484 (record_detach): Renamed to ...
8485 (record_full_detach): ... this. Updated all users.
8486 (record_mourn_inferior): Renamed to ...
8487 (record_full_mourn_inferior): ... this. Updated all users.
8488 (record_kill): Renamed to ...
8489 (record_full_kill): ... this. Updated all users.
8490 (record_stopped_data_address): Renamed to ...
8491 (record_full_stopped_data_address): ... this. Updated all users.
8492 (record_registers_change): Renamed to ...
8493 (record_full_registers_change): ... this. Updated all users.
8494 (record_store_registers): Renamed to ...
8495 (record_full_store_registers): ... this. Updated all users.
8496 (record_xfer_partial): Renamed to ...
8497 (record_full_xfer_partial): ... this. Updated all users.
8498 (record_breakpoint): Renamed to ...
8499 (record_full_breakpoint): ... this. Updated all users.
8500 (record_breakpoint_p): Renamed to ...
8501 (record_full_breakpoint_p): ... this. Updated all users.
8502 (record_breakpoints): Renamed to ...
8503 (record_full_breakpoints): ... this. Updated all users.
8504 (record_sync_record_breakpoints): Renamed to ...
8505 (record_full_sync_record_breakpoints): ... this.
8506 Updated all users.
8507 (record_init_record_breakpoints): Renamed to ...
8508 (record_full_init_record_breakpoints): ... this.
8509 Updated all users.
8510 (record_insert_breakpoint): Renamed to ...
8511 (record_full_insert_breakpoint): ... this. Updated all users.
8512 (record_remove_breakpoint): Renamed to ...
8513 (record_full_remove_breakpoint): ... this. Updated all users.
8514 (record_can_execute_reverse): Renamed to ...
8515 (record_full_can_execute_reverse): ... this. Updated all users.
8516 (record_get_bookmark): Renamed to ...
8517 (record_full_get_bookmark): ... this. Updated all users.
8518 (record_goto_bookmark): Renamed to ...
8519 (record_full_goto_bookmark): ... this. Updated all users.
8520 (record_async): Renamed to ...
8521 (record_full_async): ... this. Updated all users.
8522 (record_can_async_p): Renamed to ...
8523 (record_full_can_async_p): ... this. Updated all users.
8524 (record_is_async_p): Renamed to ...
8525 (record_full_is_async_p): ... this. Updated all users.
8526 (record_execution_direction): Renamed to ...
8527 (record_full_execution_direction): ... this. Updated all users.
8528 (record_info): Renamed to ...
8529 (record_full_info): ... this. Updated all users.
8530 (record_delete): Renamed to ...
8531 (record_full_delete): ... this. Updated all users.
8532 (record_is_replaying): Renamed to ...
8533 (record_full_is_replaying): ... this. Updated all users.
8534 (record_goto_entry): Renamed to ...
8535 (record_full_goto_entry): ... this. Updated all users.
8536 (record_goto_begin): Renamed to ...
8537 (record_full_goto_begin): ... this. Updated all users.
8538 (record_goto_end): Renamed to ...
8539 (record_full_goto_end): ... this. Updated all users.
8540 (record_goto): Renamed to ...
8541 (record_full_goto): ... this. Updated all users.
8542 (init_record_ops): Renamed to ...
8543 (init_record_full_ops): ... this. Updated all users.
8544 (record_core_resume): Renamed to ...
8545 (record_full_core_resume): ... this. Updated all users.
8546 (record_core_kill): Renamed to ...
8547 (record_full_core_kill): ... this. Updated all users.
8548 (record_core_fetch_registers): Renamed to ...
8549 (record_full_core_fetch_registers): ... this. Updated all users.
8550 (record_core_prepare_to_store): Renamed to ...
8551 (record_full_core_prepare_to_store): ... this. Updated all users.
8552 (record_core_store_registers): Renamed to ...
8553 (record_full_core_store_registers): ... this. Updated all users.
8554 (record_core_xfer_partial): Renamed to ...
8555 (record_full_core_xfer_partial): ... this. Updated all users.
8556 (record_core_insert_breakpoint): Renamed to ...
8557 (record_full_core_insert_breakpoint): ... this. Updated all users.
8558 (record_core_remove_breakpoint): Renamed to ...
8559 (record_full_core_remove_breakpoint): ... this. Updated all users.
8560 (record_core_has_execution): Renamed to ...
8561 (record_full_core_has_execution): ... this. Updated all users.
8562 (init_record_core_ops): Renamed to ...
8563 (init_record_full_core_ops): ... this. Updated all users.
8564 (cmd_record_restore): Renamed to ...
8565 (cmd_record_full_restore): ... this. Updated all users.
8566 (record_save_cleanups): Renamed to ...
8567 (record_full_save_cleanups): ... this. Updated all users.
8568 (cmd_record_start): Renamed to ...
8569 (cmd_record_full_start): ... this. Updated all users.
8570 (set_record_insn_max_num): Renamed to ...
8571 (set_record_full_insn_max_num): ... this. Updated all users.
8572 (set_record_command): Renamed to ...
8573 (set_record_full_command): ... this. Updated all users.
8574 (show_record_command): Renamed to ...
8575 (show_record_full_command): ... this. Updated all users.
8576 (_initialize_record): Renamed to ...
8577 (_initialize_record_full): ... this. Updated all users.
8578
8579 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8580
8581 * record.h: Split into this and ...
8582 * record-full.h: ... this.
8583 * record.c: Split into this and ...
8584 * record-full.c: ... this.
8585 * target.h (target_ops): Add new fields to_info_record,
8586 to_save_record, to_delete_record, to_record_is_replaying,
8587 to_goto_record_begin, to_goto_record_end, to_goto_record.
8588 (target_info_record): New.
8589 (target_save_record): New.
8590 (target_supports_delete_record): New.
8591 (target_delete_record): New.
8592 (target_record_is_replaying): New.
8593 (target_goto_record_begin): New.
8594 (target_goto_record_end): New.
8595 (target_goto_record): New.
8596 * target.c (target_info_record): New.
8597 (target_save_record): New.
8598 (target_supports_delete_record): New.
8599 (target_delete_record): New.
8600 (target_record_is_replaying): New.
8601 (target_goto_record_begin): New.
8602 (target_goto_record_end): New.
8603 (target_goto_record): New.
8604 * record.h: Declare struct cmd_list_element.
8605 (record_cmdlist): New declaration.
8606 (set_record_cmdlist): New declaration.
8607 (show_record_cmdlist): New declaration.
8608 (info_record_cmdlist): New declaration.
8609 (cmd_record_goto): New declaration.
8610 * record.c: Remove unnecessary includes.
8611 Include inferior.h.
8612 (cmd_record_goto): Remove declaration.
8613 (record_cmdlist): Now extern. Initialize.
8614 (set_record_cmdlist): Now extern. Initialize.
8615 (show_record_cmdlist): Now extern. Initialize.
8616 (info_record_cmdlist): Now extern. Initialize.
8617 (find_record_target): New.
8618 (require_record_target): New.
8619 (cmd_record_start): Update.
8620 (cmd_record_delete): Remove target-specific code.
8621 Call target_delete_record.
8622 (cmd_record_stop): Unpush any record target.
8623 (set_record_insn_max_num): Move to record-full.c
8624 (set_record_command): Add comment.
8625 (show_record_command): Add comment.
8626 (info_record_command): Update comment.
8627 Remove target-specific code.
8628 Call the record target's to_info_record.
8629 (cmd_record_start): New.
8630 (cmd_record_goto): Now extern.
8631 Remove target-specific code.
8632 Call target_goto_begin, target_goto_end, or target_goto.
8633 (_initialize_record): Move record target ops initialization to
8634 record-full.c.
8635 Change "record" command help text.
8636 Move "record restore", "record set", and "record show" commands to
8637 record-full.c.
8638 * Makefile.in (SFILES): Add record-full.c.
8639 (HFILES_NO_SRCDIR): Add record-full.h.
8640 (COMMON_OBS): Add record-full.o.
8641 * amd64-linux-tdep.c: Include record-full.h instead of record.h.
8642 * arm-tdep.c: Include record-full.h.
8643 * i386-linux-tdep.c: Include record-full.h instead of record.h.
8644 * i386-tdep.c: Include record-full.h.
8645 * infrun.c: Include record-full.h.
8646 * linux-record.c: Include record-full.h.
8647 * moxie-tdep.c: Include record-full.h.
8648 * record-full.c: Include record-full.h.
8649 Change module comment.
8650 (set_record_full_cmdlist): New.
8651 (show_record_full_cmdlist): New.
8652 (record_full_cmdlist): New.
8653 (record_goto_insn): New declaration.
8654 (record_save): New declaration.
8655 (record_check_insn_num): Change query string.
8656 (record_info): New.
8657 (record_delete): New.
8658 (record_is_replaying): New.
8659 (record_goto_entry): New.
8660 (record_goto_begin): New.
8661 (record_goto_end): New.
8662 (record_goto): New.
8663 (init_record_ops): Update.
8664 (init_record_core_ops): Update.
8665 (cmd_record_save): Rename to record_save. Remove target and arg checks.
8666 (cmd_record_start): New.
8667 (set_record_insn_max_num): Moved from record.c
8668 (set_record_full_command): New.
8669 (show_record_full_command): New.
8670 (_initialize_record_full): New.
8671
8672 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8673
8674 * target.h (add_deprecated_target_alias): New.
8675 * target.c (add_deprecated_target_alias): New.
8676
8677 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8678
8679 * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
8680 and signal.h.
8681 (linux_supports_btrace): Add kernel and
8682 cpuid check.
8683 (kernel_supports_btrace): New function.
8684 (cpu_supports_btrace): New function.
8685 (intel_supports_btrace): New function.
8686
8687 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8688
8689 * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
8690 * remote.c: Include btrace.h.
8691 (struct btrace_target_info): New struct.
8692 (remote_supports_btrace): New function.
8693 (send_Qbtrace): New function.
8694 (remote_enable_btrace): New function.
8695 (remote_disable_btrace): New function.
8696 (remote_teardown_btrace): New function.
8697 (remote_read_btrace): New function.
8698 (init_remote_ops): Add btrace ops.
8699 (enum <unnamed>): Add btrace packets.
8700 (struct protocol_feature remote_protocol_features[]): Add btrace packets.
8701 (_initialize_remote): Add packet configuration for branch tracing.
8702
8703 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8704
8705 * features/btrace.dtd: New file.
8706 * Makefile.in (XMLFILES): Add btrace.dtd.
8707 * btrace.h (parse_xml_btrace): New declaration.
8708 * btrace.c: Include xml-support.h.
8709 (parse_xml_btrace): New function.
8710 (parse_xml_btrace_block): New function.
8711 (block_attributes): New struct.
8712 (btrace_attributes): New struct.
8713 (btrace_children): New struct.
8714 (btrace_elements): New struct.
8715
8716 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8717
8718 * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
8719 (amd64_linux_enable_btrace): New.
8720 (amd64_linux_disable_btrace): New.
8721 (amd64_linux_teardown_btrace): New.
8722 (_initialize_amd64_linux_nat): Initialize btrace ops.
8723 * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
8724 (i386_linux_enable_btrace): New.
8725 (i386_linux_disable_btrace): New.
8726 (i386_linux_teardown_btrace): New.
8727 (_initialize_i386_linux_nat): Initialize btrace ops.
8728 * config/i386/linux.mh: Add linux-btrace.o.
8729 * config/i386/linux64.mh: Add linux-btrace.o.
8730
8731 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8732
8733 * common/linux_btrace.h: New file.
8734 * common/linux_btrace.c: New file.
8735 * Makefile.in (SFILES): Add btrace.c.
8736 (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
8737 (COMMON_OBS): Add btrace.o.
8738 (linux-btrace.o): New rule.
8739
8740 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8741
8742 * target.h: Include btrace.h.
8743 (struct target_ops) <to_supports_btrace, to_enable_btrace,
8744 to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
8745 * target.c (target_supports_btrace): New function.
8746 (target_enable_btrace): New function.
8747 (target_disable_btrace): New function.
8748 (target_teardown_btrace): New function.
8749 (target_read_btrace): New function.
8750 * btrace.h: New file.
8751 * btrace.c: New file.
8752 * Makefile.in: Add btrace.c.
8753 * gdbthread.h: Include btrace.h.
8754 (struct thread_info): Add btrace field.
8755 * thread.c: Include btrace.h.
8756 (clear_thread_inferior_resources): Call target_teardown_btrace.
8757 * common/btrace-common.h: New file.
8758
8759 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8760
8761 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
8762 for CHILD, ignore PTRACE_KILL errors, move the inner block variable
8763 kill_status to outer block.
8764
8765 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8766
8767 Fix entry-values if the callee called a noreturn function.
8768 * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
8769 get_frame_address_in_block. Add new comment.
8770
8771 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8772
8773 Fix entry-values in C++ across CUs.
8774 * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
8775 lookup_minimal_symbol. Add a comment.
8776 * dwarf2read.c
8777 (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
8778 DW_AT_linkage_name.
8779
8780 2013-03-08 Yao Qi <yao@codesourcery.com>
8781
8782 * tracepoint.c (_initialize_tracepoint): Indent the code.
8783
8784 2013-03-08 Pedro Alves <palves@redhat.com>
8785
8786 * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
8787 (parse_find_args, find_command): Change type of pattern buffer
8788 locals to 'gdb_byte *'.
8789
8790 2013-03-08 Stan Shebs <stan@codesourcery.com>
8791 Hafiz Abid Qadeer <abidh@codesourcery.com>
8792
8793 * NEWS: Mention set and show trace-buffer-size commands.
8794 Mention new packet.
8795 * target.h (struct target_ops): New method
8796 to_set_trace_buffer_size.
8797 (target_set_trace_buffer_size): New macro.
8798 * target.c (update_current_target): Set up new method.
8799 * tracepoint.c (trace_buffer_size): New global.
8800 (start_tracing): Send it to the target.
8801 (set_trace_buffer_size): New function.
8802 (_initialize_tracepoint): Add new setshow for trace-buffer-size.
8803 * remote.c (remote_set_trace_buffer_size): New function.
8804 (_initialize_remote): Use it.
8805 (QTBuffer:size) New remote command.
8806 (PACKET_QTBuffer_size): New enum.
8807 (remote_protocol_features): Add an entry for
8808 PACKET_QTBuffer_size.
8809
8810 2013-03-08 Tom Tromey <tromey@redhat.com>
8811
8812 * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
8813 variable.
8814
8815 2013-03-07 Pedro Alves <palves@redhat.com>
8816
8817 * target.c (target_read_stralloc, target_fileio_read_alloc):
8818 *Cast pointer to 'gdb_byte *' in target call.
8819
8820 2013-03-07 Pedro Alves <palves@redhat.com>
8821
8822 * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
8823 call.
8824
8825 2013-03-07 Keith Seitz <keiths@redhat.com>
8826
8827 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
8828 (trace_pass_command): Likewise.
8829 * cli/cli-cmds.c: Include cli/cli-utils.h.
8830 (source_command): Use skip-spaces.
8831 (disassemble_command): Likewise.
8832 * findcmd.c: Include cli/cli-utils.h.
8833 (parse_find_args): Use skip_spaces.
8834 * go32-nat.c: Include cli/cli-utils.h.
8835 (go32_sldt): Use skip_spaces.
8836 (go32_sgdt): Likewise.
8837 (go32_sidt): Likewise.
8838 (go32_pde): Likewise.
8839 (go32_pte): Likewise.
8840 (go32_pte_for_address): Likewise.
8841 * infcmd.c: Include cli/cli-utils.h.
8842 (registers_info): Use skip_spaces.
8843 * linux-tdep.c (read_mapping): Use skip_spaces_const.
8844 (linux_info_proc): Likewise.
8845 * linux-thread-db.c: Include cli/cli-utils.h.
8846 (info_auto_load_libthread_db): Use skip_spaces_const.
8847 * m32r-rom.c: Include cli/cli-utils.h.
8848 (m32r_upload_command): Use skip_spaces.
8849 * maint.c: Include cli/cli-utils.h.
8850 (maintenance_translate_address): Use skip_spaces.
8851 * mi/mi-parse.c: Include cli/cli-utils.h.
8852 (mi_parse_argv): Use skip_spaces.
8853 (mi_parse): Likewise.
8854 * minsyms.c: Include cli/cli-utils.h.
8855 (msymbol_hash_iw): Use skip_spaces_const.
8856 * objc-lang.c: Include cli/cli-utils.h.
8857 (parse_selector): Use skip_spaces.
8858 (parse_method): Likewise.
8859 * python/python.c: Include cli/cli-utils.h.
8860 (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
8861 (python_command)[HAVE_PYTHON]: Likewise.
8862 (python_interactive_command)[!HAVE_PYTHON]: Likewise.
8863 * remote-m32r-sdi.c: Include cli/cli-utils.h.
8864 (m32r_load): Use skip_spaces.
8865 * serial.c: Include cli/cli-utils.h.
8866 (serial_open): Use skip_spaces_const.
8867 * stack.c: Include cli/cli-utils.h.
8868 (parse_frame_specification_1): Use skip_spaces_const.
8869 * symfile.c: Include cli/cli-utils.h.
8870 (set_ext_lang_command): Use skip_spaces.
8871 * symtab.c: Include cli/cli-utils.h.
8872 (rbreak_command): Use skip_spaces.
8873 * thread.c (thread_name_command): Use skip_spaces.
8874 * tracepoint.c (validate_actionline): Use skip_spaces.
8875 (encode_actions_1): Likewise.
8876 (trace_find_range_command): Likewise.
8877 (trace_find_outside_command): Likewise.
8878 (trace_dump_actions): Likewise.
8879
8880 2013-03-07 Pedro Alves <palves@redhat.com>
8881
8882 * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
8883 * expprint.c (print_subexp_standard): Likewise.
8884 * utils.c (host_char_to_target): Likewise.
8885 * valprint.c (generic_emit_char, generic_printstr): Likewise.
8886 * varobj.c (value_get_print_value): Change type of local to char*.
8887 Cast it gdb_byte * in call to language printer.
8888
8889 2013-03-07 Pedro Alves <palves@redhat.com>
8890
8891 * charset.c (struct wchar_iterator) <input>: Change type to 'const
8892 gdb_byte *'.
8893 (make_wchar_iterator): Remove cast to char*.
8894 (wchar_iterate): Change type of local.
8895
8896 2013-03-07 Pedro Alves <palves@redhat.com>
8897
8898 * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
8899 for 'regcache->register_status'.
8900
8901 2013-03-07 Pedro Alves <palves@redhat.com>
8902
8903 * breakpoint.c (breakpoint_xfer_memory): Change type of local to
8904 int.
8905
8906 2013-03-07 Pedro Alves <palves@redhat.com>
8907
8908 * stap-probe.c (handle_stap_probe): Add cast to char*.
8909
8910 2013-03-07 Pedro Alves <palves@redhat.com>
8911
8912 * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
8913 RECORD_MSGRCV>: Pass a signed variable to
8914 regcache_raw_read_signed, instead of an unsigned one.
8915
8916 2013-03-07 Pedro Alves <palves@redhat.com>
8917
8918 * remote-notif.c (notif_debug): Change type to int.
8919 * remote-notif.h (notif_debug): Likewise.
8920
8921 2013-03-07 Pedro Alves <palves@redhat.com>
8922
8923 * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
8924
8925 2013-03-07 Pedro Alves <palves@redhat.com>
8926
8927 * remote.c (hex2bin, bin2hex): Move extern declarations to ...
8928 * remote.h (hex2bin, bin2hex): ... here.
8929 * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
8930
8931 2013-03-07 Eli Zaretskii <eliz@gnu.org>
8932
8933 * utils.c (initialize_utils): Improve doc strings of "set/show
8934 width", "set/show height", and "set/show pagination".
8935
8936 2013-03-06 Keith Seitz <keiths@redhat.com>
8937
8938 * ax-gdb.c (gen_printf): Make FORMAT const.
8939 * ax-gdb.h (gen_printf): Likewise.
8940 * ax-general.c (ax_string): Make STR const.
8941 * ax.h (ax_string): Likewise.
8942
8943 2013-03-06 Doug Evans <dje@google.com>
8944
8945 * elfread.c (elf_symfile_read): Move debugging printf to more
8946 logical location.
8947
8948 2013-03-06 Pedro Alves <palves@redhat.com>
8949
8950 * python/py-utils.c (target_string_to_unicode): Delete function.
8951 * python/python-internal.h (target_string_to_unicode): Delete
8952 declaration.
8953
8954 2013-03-06 Pierre Muller <muller@sourceware.org>
8955
8956 * linespec.c (get_current_search_block): ARI fix, use (void)
8957 for empty parameter list.
8958
8959 2013-03-05 Doug Evans <dje@google.com>
8960
8961 * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
8962 of old ada_lookup_symbol_list. In !full_search case, don't
8963 search superblocks.
8964 (ada_lookup_symbol_list): Delete arg full_search, all callers
8965 updated. Call ada_lookup_symbol_list_worker.
8966 (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
8967 * ada-lang.h (ada_lookup_symbol_list): Update.
8968 * language.h (language_defn): Update comment for
8969 la_iterate_over_symbols.
8970 * linespec.c (iterate_over_file_blocks): New function.
8971 (iterate_over_all_matching_symtabs): Call it.
8972 (lookup_prefix_sym): Ditto.
8973 (get_current_search_block): New function.
8974 (get_search_block): Delete.
8975 (find_label_symbols): Call get_current_search_block.
8976 (add_matching_symbols_to_info): Call iterate_over_file_blocks.
8977 * symtab.c (iterate_over_symbols): Don't search superblocks.
8978
8979 2013-03-05 Yao Qi <yao@codesourcery.com>
8980
8981 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
8982 parameter VAR's type from "unsigned int" to "int".
8983 * command.h (var_zuinteger_unlimited): Update its comments.
8984 (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
8985
8986 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
8987
8988 * NEWS: Mention new target x86_64-*-cygwin*.
8989
8990 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
8991
8992 * configure.host: Add x86_64-*-cygwin* as host.
8993 * configure.tgt: Add x86_64-*-cygwin* as target.
8994 * config/i386/cygwin64.mh: New file.
8995
8996 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8997
8998 * linespec.c (decode_line_2): Fix duplicate request off by two message.
8999
9000 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9001
9002 * linespec.c (struct linespec_canonical_name): New.
9003 (struct linespec_state): Change canonical_names type to it.
9004 (add_sal_to_sals): Change variable canonical_name to canonical. Change
9005 xrealloc element size. Initialize the different CANONICAL fields.
9006 (canonical_to_fullform): New.
9007 (filter_results): Use it. Add variables canonical, fullform and
9008 cleanup.
9009 (struct decode_line_2_item, decode_line_2_compare_items): New.
9010 (decode_line_2): Remove variables iter and item_names, add variables
9011 items and items_count. Modify the code for these new variables.
9012
9013 2013-03-04 Corinna Vinschen <vinschen@redhat.com>
9014
9015 * coff-pe-read.c (read_pe_exported_syms): Don't return without
9016 calling do_cleanup.
9017
9018 2013-03-04 Luis Machado <lgustavo@codesourcery.com>
9019
9020 * tracepoint.c (build_traceframe_info): Add code for byte order.
9021
9022 2013-03-02 Kevin Buettner <kevinb@redhat.com>
9023
9024 * v850-tdep.c: (v850e2_register_name): Revise system register
9025 names to match current V850E2M architecture specifications.
9026 Update register number enum comments too.
9027
9028 2013-03-01 Jiong Wang <jiwang@tilera.com>
9029 Pedro Alves <palves@redhat.com>
9030
9031 * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
9032 to END_ADDR.
9033 (tilegx_skip_prologue): Limit prologue analysis to section end.
9034
9035 2013-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9036
9037 * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
9038 use it.
9039
9040 2013-03-01 Pedro Alves <palves@redhat.com>
9041
9042 Use gdb_byte for bytes from the program being debugged.
9043
9044 * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
9045 Change type of local 'buf' to gdb_byte.
9046 * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
9047 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
9048 * cris-tdep.c (cris_sigcontext_addr)
9049 (cris_sigtramp_frame_unwind_cache): Likewise.
9050 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
9051 (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
9052 Likewise.
9053 * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
9054 * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
9055 (hppa32_hpux_search_dummy_call_sequence)
9056 (hppa_hpux_supply_save_state): Likewise.
9057 * hppa-linux-tdep.c (insns_match_pattern)
9058 (hppa_linux_find_global_pointer): Likewise.
9059 * hppa-tdep.c (hppa_in_function_epilogue_p)
9060 (skip_prologue_hard_way, hppa_frame_cache): Likewise.
9061 * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
9062 * i386fbsd-tdep.c (i386fbsd_supply_uthread)
9063 (i386fbsd_collect_uthread): Likewise.
9064 * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
9065 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
9066 * ia64-tdep.c (examine_prologue, ia64_frame_cache)
9067 (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
9068 (ia64_sigtramp_frame_prev_register, ia64_access_reg)
9069 (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
9070 (ia64_libunwind_frame_prev_register)
9071 (ia64_libunwind_sigtramp_frame_this_id)
9072 (ia64_find_global_pointer_from_dynamic_section)
9073 (find_extant_func_descr, find_func_descr, ia64_dummy_id)
9074 (ia64_unwind_pc): Likewise.
9075 * iq2000-tdep.c (iq2000_store_return_value): Likewise.
9076 * m68hc11-tdep.c (m68hc11_push_dummy_call)
9077 (m68hc11_extract_return_value): Likewise.
9078 * m68klinux-nat.c (fetch_register, store_register): Likewise.
9079 * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
9080 (mep_get_insn, mep_push_dummy_call): Likewise.
9081 * mips-linux-tdep.c (mips_linux_get_longjmp_target)
9082 (mips_linux_in_dynsym_stub): Likewise.
9083 * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
9084 * ppc-linux-nat.c (fetch_register, store_register): Likewise.
9085 * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
9086 to gdb_byte.
9087 * remote-mips.c (mips_set_register): Likewise.
9088 * remote-sim.c (gdbsim_fetch_register): Likewise.
9089 * score-tdep.c (score7_fetch_inst): Change type of parameter
9090 'memblock' and local 'buf' to gdb_byte.
9091 (score7_malloc_and_get_memblock): Change return type to gdb_byte.
9092 Change type of local 'buf' to gdb_byte. Adjust.
9093 (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
9094 to gdb_byte**.
9095 (score7_analyze_prologue): Change type of 'memblock' and
9096 'memblock_ptr' locals to gdb_byte*.
9097 * sh64-tdep.c (sh64_extract_return_value)
9098 (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
9099 * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
9100 * solib-pa64.c (pa64_solib_create_inferior_hook)
9101 (pa64_open_symbol_file_object): Remove local 'buf'.
9102 * solib-som.c (som_solib_create_inferior_hook, link_map_start)
9103 (som_open_symbol_file_object): Likewise.
9104 * solib-spu.c (spu_current_sos): Likewise.
9105 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
9106 * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
9107 (spu_store_registers): Likewise.
9108 * target.c (debug_print_register): Likewise.
9109 * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
9110 * xstormy16-tdep.c (xstormy16_store_return_value)
9111 (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
9112 (xstormy16_find_jmp_table_entry): Likewise.
9113
9114 2013-03-01 Jiong Wang <jiwang@tilera.com>
9115
9116 * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
9117 (tilegx_gdbarch_init): Install it.
9118
9119 2013-02-28 Tom Tromey <tromey@redhat.com>
9120
9121 * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
9122 PyLong_Check.
9123
9124 2013-02-28 Doug Evans <dje@google.com>
9125
9126 * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
9127 * python/python.c (gdbpy_find_pc_line): Ditto.
9128
9129 2013-02-28 Tom Tromey <tromey@redhat.com>
9130
9131 * contrib/excheck.py: New file.
9132 * contrib/exsummary.py: New file.
9133 * contrib/gcc-with-excheck: New file.
9134
9135 2013-02-28 Tom Tromey <tromey@redhat.com>
9136
9137 * python/python.c (gdbpy_print_stack): Call begin_line and
9138 fprintf_filtered inside TRY_CATCH.
9139
9140 2013-02-28 Tom Tromey <tromey@redhat.com>
9141
9142 * python/python.c (gdbpy_find_pc_line): Call find_pc_line
9143 inside TRY_CATCH.
9144
9145 2013-02-28 Tom Tromey <tromey@redhat.com>
9146
9147 * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
9148 frame_object_to_frame_info inside TRY_CATCH.
9149
9150 2013-02-28 Tom Tromey <tromey@redhat.com>
9151
9152 * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
9153 TRY_CATCH.
9154
9155 2013-02-28 Tom Tromey <tromey@redhat.com>
9156
9157 * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
9158
9159 2013-02-27 Corinna Vinschen <vinschen@redhat.com>
9160
9161 * windows-nat.c: Throughout, fix format strings and casts of
9162 printf-like functions to avoid type related warnings on all
9163 platforms.
9164 (handle_output_debug_string): Fetch context information address
9165 from debug string using string_to_core_addr.
9166
9167 2013-02-27 Jiong Wang <jiwang@tilera.com>
9168
9169 * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
9170 * regformats/reg-tilegx32.dat: New.
9171
9172 2013-02-27 Jiong Wang <jiwang@tilera.com>
9173
9174 * configure.tgt (tilegx-*-linux*): Enable gdbserver.
9175
9176 2013-02-27 Jiong Wang <jiwang@tilera.com>
9177
9178 * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
9179
9180 2013-02-27 Yao Qi <yao@codesourcery.com>
9181 Pedro Alves <palves@redhat.com>
9182
9183 * tracepoint.c (tfile_trace_find): For tfind
9184 pc/tp/range/outside, look for the next trace frame instead of
9185 always starting from frame 0.
9186
9187 2013-02-26 Anthony Green <green@moxielogic.com>
9188
9189 * configure.tgt: Add support for moxie-*-rtems* target.
9190
9191 2013-02-25 Pedro Alves <palves@redhat.com>
9192
9193 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
9194 warning text.
9195
9196 2013-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9197
9198 * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
9199 if $fp is used as the virtual frame pointer.
9200
9201 2013-02-23 Alan Modra <amodra@gmail.com>
9202
9203 * elfread.c (elf_symtab_read): Do not use udata.p here to find
9204 symbol size.
9205 * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
9206 * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
9207 * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
9208 * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
9209
9210 2013-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9211
9212 Code cleanup.
9213 * elfread.c (build_id_bfd_get): Make the return type const.
9214 (build_id_verify): Make the check parameter const.
9215 (build_id_to_debug_filename): Make the build_id parameter and variable
9216 data const.
9217 (find_separate_debug_file_by_buildid): Make the variable build_id const.
9218
9219 2013-02-21 Alan Modra <amodra@gmail.com>
9220
9221 * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
9222
9223 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
9224
9225 Add a new method 'disassemble' to gdb.Architecture class.
9226 * python/py-arch.c (archpy_disassmble): Implementation of the
9227 new method gdb.Architecture.disassemble.
9228 (arch_object_methods): Add entry for the new method.
9229
9230 2013-02-20 Jiong Wang <jiwang@tilera.com>
9231
9232 * MAINTAINERS (Write After Approval): Add myself to the list.
9233
9234 2013-02-19 Pedro Alves <palves@redhat.com>
9235
9236 Garbage collect 'struct monitor_ops'::load_routine.
9237
9238 * monitor.h (struct monitor_ops) <load_routine>: Remove field.
9239 * monitor.c (monitor_load): No longer call
9240 current_monitor->load_routine.
9241 * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
9242 * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
9243 * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
9244
9245 2013-02-19 Pedro Alves <palves@redhat.com>
9246
9247 PR gdb/15161
9248
9249 Harmonize with generic_load.
9250
9251 * monitor.c: Include "readline/readline.h".
9252 (monitor_load): Rename parameter 'file' to 'args'. Use build_argv
9253 instead of sscanf. Use CORE_ADDR/strtoulst instead of unsigned
9254 long/strtol for the 'load_offset' local. Error out if no argument
9255 is given or if too many arguments are given. Tilde expand the
9256 passed in file name.
9257
9258 2013-02-19 Kai Tietz <ktietz@redhat.com>
9259
9260 PR gdb/15161
9261 * symfile.c (load_section_data): Change type of load_offset
9262 to CORE_ADDR.
9263 (generic_load): User strtoulst instead of strtoul for conversion
9264 of load_offset.
9265
9266 2013-02-19 Jiong Wang <jiwang@tilera.com>
9267
9268 * tilegx-tdep.c (tilegx_analyze_prologue): add check for
9269 for return address, "lr" register, saved on stack.
9270 * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
9271 after we invoke tilegx_analyze_prologue.
9272
9273 2013-02-19 Jiong Wang <jiwang@tilera.com>
9274
9275 * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
9276
9277 2013-02-19 Jiong Wang <jiwang@tilera.com>
9278
9279 * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
9280
9281 2013-02-19 Jiong Wang <jiwang@tilera.com>
9282
9283 * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
9284 (tilegx_write_pc): New function.
9285 (tilegx_cannot_reference_register): Return zero if REGNO
9286 is TILEGX_FAULTNUM_REGNUM.
9287 (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
9288 (tilegx_register_name): Add handling of "faultnum" register.
9289 * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
9290 * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
9291 handling of TILEGX_FAULTNUM_REGNUM.
9292 * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
9293
9294 2013-02-19 Jiong Wang <jiwang@tilera.com>
9295
9296 * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
9297 should be aligned to 64bit.
9298
9299 2013-02-19 Kai Tietz <ktietz@redhat.com>
9300
9301 * windows-nat.c (windows_xfer_memory): Fix debug-output
9302 for LLP64.
9303
9304 2013-02-19 Lei Liu <lei.liu2@windriver.com>
9305
9306 * mips-linux-nat.c (mips64_linux_regsets_store_registers):
9307 Don't check DSP register number if HAVE_DSP is not set.
9308
9309 2013-02-19 Alan Modra <amodra@gmail.com>
9310
9311 * elfread.c (struct build_id): Delete. Use struct elf_build_id
9312 throughout file instead.
9313 (build_id_bfd_get): Update to use new elf_tdata build_id field.
9314 Don't xmalloc return value.
9315 (build_id_verify): Similarly. Don't xfree.
9316 (build_id_to_debug_filename): Update.
9317 (find_separate_debug_file_by_buildid): Update, don't xfree.
9318
9319 2013-02-18 Tom Tromey <tromey@redhat.com>
9320
9321 PR gdb/15102:
9322 * dwarf2read.c (read_subrange_type): Use result of
9323 'check_typedef'.
9324
9325 2013-02-16 Yuanhui Zhang <asmwarrior@gmail.com>
9326
9327 * frame.c: Remove one extra white space after #include
9328 directive.
9329
9330 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9331
9332 * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
9333
9334 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9335
9336 * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
9337 and dir commands into an if block.
9338
9339 2013-02-15 Sanimir Agovic <sanimir.agovic@intel.com>
9340
9341 * python/py-breakpoint (struct pybp_code): Use int instead of
9342 enum type_code.
9343
9344 2013-02-15 Pedro Alves <pedro@codesourcery.com>
9345 Hafiz Abid Qadeer <abidh@codesourcery.com>
9346
9347 * NEWS: Mention new field "trace-file".
9348 * tracepoint.c (trace_status_mi): Output "trace-file" field.
9349 (tfile_open): Record the trace file's filename in the trace
9350 status.
9351 (tfile_files_info): Mention the name of the trace file.
9352 Check the "filename" field explicitely.
9353 (trace_status_command): Explicitely check "filename" field.
9354 (trace_find_command): Ditto.
9355 (trace_find_pc_command): Ditto.
9356 (trace_find_tracepoint_command): Ditto.
9357 (trace_find_line_command): Ditto.
9358 (trace_find_range_command): Ditto.
9359 (trace_find_outside_command): Ditto.
9360 * tracepoint.h (struct trace_status) <from_file>: Rename it
9361 to "filename" and make it hold the trace file's filename
9362 instead of a boolean.
9363 * remote.c (remote_get_trace_status): Initialize "filename"
9364 field with NULL instead of 0.
9365
9366 2013-02-15 Yao Qi <yao@codesourcery.com>
9367
9368 * remote.c: Fix a typo.
9369
9370 2013-02-14 Pierre Muller <muller@sourceware.org>
9371
9372 * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
9373
9374 2013-02-14 Pedro Alves <palves@redhat.com>
9375
9376 * utils.c (savestring): Don't #undef it. Move function to
9377 common/common-utils.c.
9378 * common/common-utils.c: Include gdb_string.h.
9379 (savestring): Move here from utils.c.
9380 * common/common-utils.h (savestring): Declare.
9381
9382 2013-02-14 Pedro Alves <palves@redhat.com>
9383
9384 * utils.c (savestring): Rename parameter 'size' to 'len'.
9385
9386 2013-02-14 Pedro Alves <palves@redhat.com>
9387 Yufeng Zhang <yufeng.zhang@arm.com>
9388
9389 * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
9390 (aarch64_inferior_data, struct aarch64_inferior_data):
9391 Delete.
9392 (struct aarch64_process_info): New.
9393 (aarch64_process_list): New global.
9394 (aarch64_find_process_pid, aarch64_add_process)
9395 (aarch64_process_info_get): New functions.
9396 (aarch64_inferior_data_get): Delete.
9397 (aarch64_process_info_get): New function.
9398 (aarch64_forget_process): New function.
9399 (aarch64_get_debug_reg_state): New parameter 'pid'. Reimplement.
9400 (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
9401 aarch64_get_debug_reg_state.
9402 (aarch64_notify_debug_reg_change): Use iterate_over_lwps
9403 instead of linux_nat_iterate_watchpoint_lwps.
9404 (aarch64_linux_new_fork): New function.
9405 (aarch64_linux_child_post_startup_inferior): Use
9406 aarch64_forget_process instead of aarch64_init_debug_reg_state.
9407 (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
9408 (aarch64_linux_remove_hw_breakpoint)
9409 (aarch64_handle_aligned_watchpoint)
9410 (aarch64_handle_unaligned_watchpoint)
9411 (aarch64_linux_insert_watchpoint)
9412 (aarch64_linux_remove_watchpoint)
9413 (aarch64_linux_stopped_data_address): Adjust to pass the current
9414 process id to aarch64_debug_reg_state.
9415 (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
9416 linux_nat_new_fork hook, and aarch64_forget_process as
9417 linux_nat_forget_process hook; remove the call to
9418 register_inferior_data_with_cleanup.
9419
9420 2013-02-14 Pedro Alves <palves@redhat.com>
9421
9422 * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
9423 EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
9424 lval_memory.
9425
9426 2013-02-14 Pedro Alves <pedro@codesourcery.com>
9427 Hafiz Abid Qadeer <abidh@codesourcery.com>
9428
9429 * tracepoint.h (validate_trace_state_variable_name): Declare.
9430 * tracepoint.c (validate_trace_state_variable_name): New.
9431 (trace_variable_command): Parse the trace state variable's name
9432 without using parse_expression. Do several validations.
9433 * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
9434 trace state variable's name with parse_expression. Validate it.
9435
9436 2013-02-14 Yao Qi <yao@codesourcery.com>
9437
9438 * infcmd.c (breakpoint_proceeded): Remove it.
9439
9440 2013-02-14 Yao Qi <yao@codesourcery.com>
9441
9442 * tracepoint.c (end_actions_pseudocommand): Make it static.
9443 (while_stepping_pseudocommand): Likewise.
9444 * tracepoint.h (end_actions_pseudocommand): Remove the
9445 declaration.
9446 (while_stepping_pseudocommand): Likewise.
9447
9448 2013-02-14 Yao Qi <yao@codesourcery.com>
9449
9450 * cli/cli-decode.c (help_cmd): Remove the declaration of
9451 "cmdlist".
9452 (help_all): Likewise.
9453
9454 2013-02-13 Pedro Alves <palves@redhat.com>
9455
9456 * amd64-linux-nat.c (update_debug_registers_callback):
9457 Update comment.
9458 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
9459 iterate_over_lwps.
9460 (amd64_linux_prepare_to_resume): Pass the lwp's pid to
9461 i386_debug_reg_state.
9462 (amd64_linux_new_fork): New function.
9463 (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
9464 linux_nat_new_fork hook, and i386_forget_process as
9465 linux_nat_forget_process hook.
9466 * i386-linux-nat.c (update_debug_registers_callback):
9467 Update comment.
9468 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
9469 iterate_over_lwps.
9470 (i386_linux_prepare_to_resume): Pass the lwp's pid to
9471 i386_debug_reg_state.
9472 (i386_linux_new_fork): New function.
9473 (_initialize_i386_linux_nat): Install i386_linux_new_fork as
9474 linux_nat_new_fork hook, and i386_forget_process as
9475 linux_nat_forget_process hook.
9476 * i386-nat.c (i386_init_dregs): Delete.
9477 (i386_inferior_data, struct i386_inferior_data):
9478 Delete.
9479 (struct i386_process_info): New.
9480 (i386_process_list): New global.
9481 (i386_find_process_pid, i386_add_process, i386_process_info_get):
9482 New functions.
9483 (i386_inferior_data_get): Delete.
9484 (i386_process_info_get): New function.
9485 (i386_debug_reg_state): New parameter 'pid'. Reimplement.
9486 (i386_forget_process): New function.
9487 (i386_cleanup_dregs): Rewrite.
9488 (i386_update_inferior_debug_regs, i386_insert_watchpoint)
9489 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
9490 (i386_stopped_data_address, i386_insert_hw_breakpoint)
9491 (i386_remove_hw_breakpoint): Adjust to pass the current process id
9492 to i386_debug_reg_state.
9493 (i386_use_watchpoints): Don't register inferior data.
9494 * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
9495 adjust comment.
9496 (i386_forget_process): Declare.
9497 * linux-fork.c (delete_fork): Call linux_nat_forget_process.
9498 * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
9499 New static globals.
9500 (linux_child_follow_fork): Don't call linux_nat_new_thread here.
9501 (add_initial_lwp): New, factored out from ...
9502 (add_lwp): ... this. Don't check the number of lwps before
9503 calling linux_nat_new_thread.
9504 (linux_nat_iterate_watchpoint_lwps): Delete.
9505 (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
9506 (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
9507 forks and vforks.
9508 (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
9509 initial lwp.
9510 (linux_nat_kill, linux_nat_mourn_inferior): Call
9511 linux_nat_forget_process.
9512 (linux_nat_set_new_fork, linux_nat_set_forget_process)
9513 (linux_nat_forget_process): New functions.
9514 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
9515 type.
9516 (linux_nat_iterate_watchpoint_lwps): Delete declaration.
9517 (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
9518 types.
9519 (linux_nat_set_new_fork, linux_nat_set_forget_process)
9520 (linux_nat_forget_process): New declarations.
9521
9522 * amd64fbsd-nat.c (super_mourn_inferior): New global.
9523 (amd64fbsd_mourn_inferior): New function.
9524 (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
9525 * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
9526
9527 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
9528
9529 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
9530 Adding _().
9531
9532 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
9533
9534 * aarch64-linux-nat.c (debug_reg_change_callback)
9535 (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
9536 %s and phex().
9537
9538 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
9539
9540 * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
9541 with LONGEST.
9542
9543 2013-02-13 Pedro Alves <palves@redhat.com>
9544 Hafiz Abid Qadeer <abidh@codesourcery.com>
9545
9546 * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
9547
9548 2013-02-12 Tom Tromey <tromey@redhat.com>
9549
9550 PR symtab/11464:
9551 * c-exp.y (lex_one_token): Initialize other fields of yylval on
9552 NAME return.
9553 (classify_inner_name): Remove 'first_name' argument, add
9554 'context'. Remove unused variable.
9555 (yylex): Explicitly maintain the context type. Exit loop earlier
9556 if NAME result is seen.
9557
9558 2013-02-12 Pedro Alves <palves@redhat.com>
9559
9560 * amd64-darwin-tdep.c: Add (C) after Copyright.
9561 * cli/cli-cmds.h: Ditto.
9562 * cli/cli-decode.c: Ditto.
9563 * cli/cli-decode.h: Ditto.
9564 * cli/cli-dump.c: Ditto.
9565 * cli/cli-dump.h: Ditto.
9566 * cli/cli-interp.c: Ditto.
9567 * cli/cli-logging.c: Ditto.
9568 * cli/cli-script.c: Ditto.
9569 * cli/cli-script.h: Ditto.
9570 * cli/cli-setshow.c: Ditto.
9571 * cli/cli-setshow.h: Ditto.
9572 * cli/cli-utils.c: Ditto.
9573 * cli/cli-utils.h: Ditto.
9574 * config/alpha/nm-osf3.h: Ditto.
9575 * config/djgpp/djconfig.sh: Ditto.
9576 * config/i386/nm-fbsd.h: Ditto.
9577 * config/i386/nm-i386gnu.h: Ditto.
9578 * config/nm-linux.h: Ditto.
9579 * config/nm-nto.h: Ditto.
9580 * config/rs6000/nm-rs6000.h: Ditto.
9581 * config/sparc/nm-sol2.h: Ditto.
9582 * darwin-nat-info.c: Ditto.
9583 * dfp.c: Ditto.
9584 * dfp.h: Ditto.
9585 * gdb-demangle.h: Ditto.
9586 * i386-darwin-nat.c: Ditto.
9587 * i386-darwin-tdep.c: Ditto.
9588 * linux-fork.h: Ditto.
9589 * m32c-tdep.c: Ditto.
9590 * microblaze-linux-tdep.c: Ditto.
9591 * microblaze-rom.c: Ditto.
9592 * microblaze-tdep.c: Ditto.
9593 * microblaze-tdep.h: Ditto.
9594 * mips-linux-tdep.h: Ditto.
9595 * ppc-ravenscar-thread.c: Ditto.
9596 * ppc-ravenscar-thread.h: Ditto.
9597 * prologue-value.c: Ditto.
9598 * prologue-value.h: Ditto.
9599 * ravenscar-thread.c: Ditto.
9600 * ravenscar-thread.h: Ditto.
9601 * sparc-ravenscar-thread.c: Ditto.
9602 * sparc-ravenscar-thread.h: Ditto.
9603 * tilegx-linux-tdep.c: Ditto.
9604 * unwind_stop_reasons.def: Ditto.
9605 * windows-nat.h: Ditto.
9606 * xtensa-linux-tdep.c: Ditto.
9607 * xtensa-xtregs.c: Ditto.
9608 * regformats/regdat.sh: Ditto.
9609 * regformats/regdef.h: Ditto.
9610
9611 2013-02-12 Pedro Alves <palves@redhat.com>
9612
9613 * break-catch-sig.c: Update copyright years.
9614
9615 2013-02-11 Siva Chandra Reddy <sivachandra@google.com>
9616
9617 Add support for a destructor for ui_out data and use it to
9618 provide a ui_out destructor.
9619 * ui-out.h: Declare the new ui_out destructor.
9620 (ui_out_impl): Add a field for data destructor in ui_out_impl.
9621 * ui-out.c (default_data_destroy): Add a default data destructor
9622 which does nothing.
9623 (default_ui_out_impl): Set the new data_destroy field to
9624 default_data_destroy
9625 (uo_data_destroy): Local function which invokes the data
9626 destructor if present.
9627 (clear_table): Local function which clears the table data of a
9628 ui_out object.
9629 (ui_out_destroy): Public function which frees a ui_out object.
9630 (ui_out_table_end): Use the new clear_table function.
9631 * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
9632 NULL.
9633 * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
9634 to NULL.
9635
9636 2013-02-11 Doug Evans <dje@google.com>
9637
9638 * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
9639 (printf_decfloat): New function. Broken out from ui_printf.
9640 Remove unnecessary code to shift the entire format string down.
9641 (printf_pointer): New function.
9642 (ui_printf): Code to print C strings, wide C strings, decfloats,
9643 and pointers moved to separate functions.
9644
9645 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
9646
9647 * valops.c (value_assign): Handling bitfield offset in
9648 `lval_internalvar_component' case.
9649
9650 2013-02-08 Doug Evans <dje@google.com>
9651
9652 * common/format.c (parse_format_string): Fix whitespace.
9653
9654 2013-02-08 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
9655
9656 * stack.c (return_command): Work around uninitialized variable
9657 warning.
9658
9659 2013-02-08 Yufeng Zhang <yufeng.zhang@arm.com>
9660
9661 * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
9662 number of the registers from 36 to 34.
9663
9664 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
9665
9666 * NEWS: Mention new AArch64 native and target support.
9667
9668 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
9669
9670 * MAINTAINERS (Write After Approval): Add myself.
9671
9672 2013-02-08 Jim MacArthur <jim.macarthur@arm.com>
9673 Marcus Shawcroft <marcus.shawcroft@arm.com>
9674 Nigel Stephens <nigel.stephens@arm.com>
9675 Yufeng Zhang <yufeng.zhang@arm.com>
9676
9677 * aarch64-linux-nat.c: New file.
9678 * config/aarch64/linux.mh: New file.
9679 * configure.host: Add AArch64.
9680 * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
9681
9682 2013-02-07 Doug Evans <dje@google.com>
9683
9684 * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
9685 disassemble command.
9686
9687 2013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
9688
9689 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
9690 set_gdbarch_fetch_tls_load_module_address.
9691
9692 2013-02-06 David S. Miller <davem@davemloft.net>
9693
9694 * sparc-tdep.c (sparc32_return_value): Handle writing return value when
9695 using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
9696 * value.c (struct_return_convention): New function.
9697 (using_struct_return): Implement in terms of struct_return_convention.
9698 * value.h (struct_return_convention): Declare.
9699 * stack.c (return_command): Allow successful overriding of the return
9700 value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
9701
9702 2013-02-06 Tom Tromey <tromey@redhat.com>
9703
9704 * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
9705 outside of TRY_CATCH.
9706
9707 2013-02-06 Yao Qi <yao@codesourcery.com>
9708
9709 * mi/mi-interp.c: Include "tracepoint.h".
9710 (mi_tsv_modified): Declare.
9711 (mi_tsv_created, mi_tsv_deleted): Update declaration.
9712 (mi_interpreter_init): Call observer_attach_tsv_modified.
9713 (mi_tsv_modified): New.
9714 (mi_tsv_created, mi_tsv_deleted): Update.
9715 * tracepoint.c (trace_variable_command): Call
9716 observer_notify_tsv_modified if the initial value of tsv is
9717 changed.
9718 (delete_trace_state_variable): Call
9719 observer_notify_tsv_deleted earlier.
9720 (trace_variable_command): Caller update.
9721 (create_tsv_from_upload): Likewise.
9722 * observer.sh: Declare "struct trace_state_variable".
9723
9724 * NEWS: Mention the new MI notification "=tsv-modified".
9725
9726 2013-02-05 Doug Evans <dje@google.com>
9727
9728 * completer.c (location_completer): Fix typo in comment.
9729
9730 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9731
9732 * breakpoint.c (add_location_to_breakpoint): Insert the location with
9733 ADDRESS sorted.
9734
9735 2013-02-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
9736
9737 * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
9738 Refactor if statement to avoid trailing || operator.
9739
9740 2013-02-05 Andreas Tobler <andreast@fgznet.ch>
9741
9742 * NEWS: Add PowerPC FreeBSD as a new native configuration.
9743
9744 2013-02-04 Andreas Tobler <andreast@fgznet.ch>
9745
9746 * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
9747 * configure.host: Add powerpc*-*-freebsd* target.
9748 * configure.tgt: Add target info for powerpc*-*-freebsd*.
9749 * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
9750 * config/powerpc/fbsd.mh: New file.
9751
9752 2013-02-04 Sergio Durigan Junior <sergiodj@redhat.com>
9753 Denys Vlasenko <dvlasenk@redhat.com>
9754 Pedro Alves <palves@redhat.com>
9755
9756 * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
9757 (struct elf_internal_linux_prpsinfo): Forward declare.
9758 * gdbarch.h, gdbarch.c: Regenerate.
9759 * linux-tdep.c: Include `cli/cli-utils.h'.
9760 (linux_fill_prpsinfo): New function.
9761 (linux_make_corefile_notes): Use linux_fill_prpsinfo. If there's
9762 an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
9763 elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
9764 depending on gdbarch pointer bitness.
9765 * ppc-linux-tdep.c: Include elf-bfd.h.
9766 (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
9767 on 32-bit.
9768
9769 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
9770 Marcus Shawcroft <marcus.shawcroft@arm.com>
9771 Nigel Stephens <nigel.stephens@arm.com>
9772 Yufeng Zhang <yufeng.zhang@arm.com>
9773
9774 * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
9775
9776 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
9777 Marcus Shawcroft <marcus.shawcroft@arm.com>
9778 Nigel Stephens <nigel.stephens@arm.com>
9779 Yufeng Zhang <yufeng.zhang@arm.com>
9780
9781 * aarch64-newlib-tdep.c: New file.
9782 * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
9783 aarch64*-*-elf.
9784 * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
9785 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
9786 (ALLDEPFILES): Add aarch64-newlib-tdep.c.
9787 * osabi.c (gdb_osabi_names): Add "Newlib".
9788
9789 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
9790 Marcus Shawcroft <marcus.shawcroft@arm.com>
9791 Nigel Stephens <nigel.stephens@arm.com>
9792 Yufeng Zhang <yufeng.zhang@arm.com>
9793
9794 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
9795 (ALLDEPFILES): Add aarch64-linux-tdep.c.
9796 * aarch64-linux-tdep.c: New file.
9797 * aarch64-linux-tdep.h: New file.
9798 * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
9799 * configure.tgt: Add aarch64-none-linux-gnu.
9800
9801 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
9802 Marcus Shawcroft <marcus.shawcroft@arm.com>
9803 Nigel Stephens <nigel.stephens@arm.com>
9804 Yufeng Zhang <yufeng.zhang@arm.com>
9805
9806 * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
9807 (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
9808 (ALLDEPFILES): Add aarch64-tdep.c.
9809 * aarch64-tdep.c: New file.
9810 * aarch64-tdep.h: New file.
9811 * configure.tgt: Add AArch64.
9812 * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
9813 (aarch64-expedite): New definition.
9814 * features/aarch64-core.xml: New file.
9815 * features/aarch64-fpu.xml: New file.
9816 * features/aarch64-without-fpu.c: New file (generated).
9817 * features/aarch64-without-fpu.xml: New file.
9818 * features/aarch64.c: New file (generated).
9819 * features/aarch64.xml: New file.
9820 * regformats/aarch64-without-fpu.dat: New file (generated).
9821 * regformats/aarch64.dat: New file (generated).
9822
9823 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9824
9825 * contrib/expect-read1.c: New file.
9826 * contrib/expect-read1.sh: New file.
9827
9828 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9829
9830 * dwarf2read.c (file_file_name): New function with code from
9831 file_full_name.
9832 (file_full_name): Move most of the code to file_file_name.
9833 (macro_start_file): Rename variable full_name to file_name and use
9834 file_file_name for it. Add comp_dir parameter to new_macro_table.
9835 * macrocmd.c (show_pp_source_pos): New variable fullname. Replace any
9836 macro_source_file->filename access by macro_source_fullname call.
9837 * macroscope.c (_initialize_macroscope): Update the new_macro_table
9838 caller.
9839 * macrotab.c (struct macro_table): New field comp_dir.
9840 (macro_include): New variables link_fullname and source_fullname.
9841 Replace any macro_source_file->filename access by macro_source_fullname
9842 call.
9843 (macro_lookup_inclusion): Remove the partial filenames checking code.
9844 (check_for_redefinition): New variables source_fullname and
9845 found_key_fullname. Replace any macro_source_file->filename access by
9846 macro_source_fullname call.
9847 (macro_undef): New variables source_fullname and key_fullname. Replace
9848 any macro_source_file->filename access by macro_source_fullname call.
9849 (macro_lookup_definition): New variables retval and source_fullname.
9850 Replace any macro_source_file->filename access by macro_source_fullname
9851 call.
9852 (foreach_macro): New variable key_fullname. Replace any
9853 macro_source_file->filename access by macro_source_fullname call.
9854 (foreach_macro_in_scope): New variable datum_fullname. Replace any
9855 macro_source_file->filename access by macro_source_fullname call.
9856 (new_macro_table): Add parameter comp_dir. Initialize T with it.
9857 (macro_source_fullname): New function.
9858 * macrotab.h (struct macro_source_file): Extent the filename field
9859 comment.
9860 (new_macro_table): New parameter comp_dir, add a comment for it.
9861 (macro_source_fullname): new declaration.
9862
9863 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9864
9865 * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
9866 this_real_name to outer block. Use it also for
9867 compare_filenames_for_search.
9868 (dw2_expand_symtabs_matching): New variable this_real_name. Use it
9869 with dw2_get_real_path for file_matcher, considering also
9870 BASENAMES_MAY_DIFFER.
9871 (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
9872
9873 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9874
9875 * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
9876 to the file_matcher parameter. Pass 0 to it.
9877 (dwarf2_create_include_psymtab): Copy also DIRNAME.
9878 * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
9879 NULL psymtab_to_fullname result.
9880 (psymtab_to_fullname): Remove variable r. Never return NULL, assemble
9881 an expected filename instead.
9882 (expand_symtabs_matching_via_partial): Add basenames parameter to the
9883 file_matcher parameter. Call also psymtab_to_fullname, after newly
9884 considering BASENAMES_MAY_DIFFER.
9885 * source.c (rewrite_source_path): Remove static.
9886 * source.h (rewrite_source_path): New declaration.
9887 * symfile.h (struct quick_symbol_functions): Add basenames parameter to
9888 the expand_symtabs_matching field. Comment it.
9889 * symtab.c (file_matches): New function comment. Add parameter
9890 basenames, implement it.
9891 (search_symbols_file_matches): Add basenames parameter. Update the
9892 file_matches caller.
9893 (search_symbols): Match FILES also against symtab_to_fullname.
9894 Optimize it for BASENAMES_MAY_DIFFER.
9895
9896 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9897
9898 * source.c (print_source_lines_base): Print for TUI also "fullname".
9899 * tui/tui-data.c (init_content_element): Change tui_locator_element
9900 field to full_name.
9901 * tui/tui-data.h (struct tui_locator_element): Likewise.
9902 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
9903 tui_update_locator_filename calls to tui_update_locator_fullname.
9904 Replace symtab->filename refererence by symtab_to_fullname call.
9905 * tui/tui-out.c (tui_field_string): Check for "fullname" now.
9906 * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
9907 field to full_name. Replace symtab->filename refererence by
9908 symtab_to_fullname call.
9909 (tui_show_symtab_source): Rename parameter to fullname. Change
9910 tui_locator_element field to full_name.
9911 * tui/tui-stack.c: Include source.h.
9912 (tui_set_locator_filename): Rename the declaration to ...
9913 (tui_set_locator_fullname): ... here. Rename its parameter to
9914 fullname, updates its comment.
9915 (tui_set_locator_info): Rename its parameter to fullname.
9916 (tui_set_locator_filename): Rename the definition to ...
9917 (tui_set_locator_fullname): ... here. Rename its parameter to
9918 fullname, updates its comment. Change tui_locator_element field to
9919 full_name.
9920 (tui_set_locator_info): Rename its parameter to fullname.
9921 (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
9922 (tui_update_locator_filename): Rename to ...
9923 (tui_update_locator_fullname): ... here. Rename callee to
9924 tui_set_locator_fullname.
9925 (tui_show_frame_info): Replace symtab->filename refererence by
9926 symtab_to_fullname call.
9927 * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
9928 (tui_update_locator_fullname): ... here.
9929 * tui/tui-winsource.c (tui_display_main): Rename the callee to
9930 tui_update_locator_fullname. Replace symtab->filename refererence by
9931 symtab_to_fullname call.
9932 * tui/tui.c (tui_show_source): Rename its parameter to fullname.
9933 Rename the callee to tui_update_locator_fullname.
9934 * tui/tui.h (tui_show_source): Rename its parameter to fullname.
9935
9936 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9937
9938 * ada-lang.c (user_select_syms): Replace symtab->filename refererences
9939 by symtab_to_filename_for_display calls.
9940 * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
9941 (clear_command): New variable sal_fullname, initialize it. Replace
9942 compare_filenames_for_search by filename_cmp with sal_fullname.
9943 (say_where, update_static_tracepoint): Replace symtab->filename
9944 refererences by symtab_to_filename_for_display calls.
9945 * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
9946 Likewise.
9947 * dwarf2read.c: Include source.h.
9948 (fixup_go_packaging): Replace symtab->filename refererences by
9949 symtab_to_filename_for_display calls.
9950 * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
9951 Replace symtab->filename refererences by symtab_to_filename_for_display
9952 calls.
9953 (create_sals_line_offset, convert_linespec_to_sals): New variable
9954 fullname, initialize it, replace symtab->filename reference by the
9955 variable.
9956 * linux-fork.c: Include source.h.
9957 (info_checkpoints_command): Replace symtab->filename refererences by
9958 symtab_to_filename_for_display calls.
9959 * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
9960 by symtab_to_filename_for_display calls.
9961 * mdebugread.c: Include source.h.
9962 (psymtab_to_symtab_1): Replace symtab->filename refererences by
9963 symtab_to_filename_for_display calls.
9964 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
9965 (mi_cmd_file_list_exec_source_files): Likewise.
9966 * printcmd.c: Include source.h.
9967 (build_address_symbolic): Replace symtab->filename refererences by
9968 symtab_to_filename_for_display calls.
9969 * psymtab.c (partial_map_symtabs_matching_filename)
9970 (read_psymtabs_with_fullname): Call compare_filenames_for_search also
9971 with psymtab_to_fullname.
9972 * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
9973 by symtab_to_filename_for_display calls.
9974 (stpy_get_filename): New variable filename, initialize it, use instead
9975 of symtab->filename refererences.
9976 (salpy_str): Make variable filename const char *. Replace
9977 symtab->filename refererences by symtab_to_filename_for_display calls.
9978 * skip.c: Include source.h and filenames.h.
9979 (skip_file_command): Remove const from the symtab variable. Replace
9980 symtab->filename refererences by symtab_to_fullname call.
9981 (function_name_is_marked_for_skip): New variables searched_for_fullname
9982 and fullname. Use them to search also with symtab's fullname.
9983 * source.c (find_source_lines): Replace symtab->filename refererences
9984 by symtab_to_filename_for_display calls.
9985 (print_source_lines_base): New variable filename, use it instead of
9986 symtab->filename. Replace symtab->filename refererences by
9987 symtab_to_filename_for_display calls.
9988 (line_info, forward_search_command): Replace symtab->filename
9989 refererences by symtab_to_filename_for_display calls.
9990 (reverse_search_command): Replace symtab->filename refererences by
9991 symtab_to_filename_for_display calls. New variable filename for it.
9992 * stack.c (frame_info): Likewise.
9993 * symmisc.c: Include source.h.
9994 (dump_objfile, dump_symtab_1, maintenance_print_symbols)
9995 (maintenance_info_symtabs): Replace symtab->filename refererences by
9996 symtab_to_filename_for_display calls.
9997 * symtab.c (iterate_over_some_symtabs): Call
9998 compare_filenames_for_search also with symtab_to_fullname.
9999 (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
10000 symtab->filename refererences by symtab_to_filename_for_display calls.
10001 (find_line_symtab): Replace symtab->filename refererences by
10002 symtab_to_filename_for_display calls.
10003 (file_matches): Replace filename_cmp by compare_filenames_for_search.
10004 (print_symbol_info): Make the last parameter const char *. New
10005 variable s_filename. Use it in the function.
10006 (symtab_symbol_info): Make the last_filename variable const char *.
10007 Replace symtab->filename refererences by symtab_to_filename_for_display
10008 calls.
10009 (rbreak_command): New variable fullname. Use it. Replace
10010 symtab->filename refererence by symtab_to_filename_for_display call.
10011 * tracepoint.c (set_traceframe_context, trace_find_line_command)
10012 (print_one_static_tracepoint_marker): Replace symtab->filename
10013 refererences by symtab_to_filename_for_display calls.
10014 * tui/tui-source.c (tui_set_source_content): New variables filename and
10015 s_filename. Replace symtab->filename refererences by this variable.
10016 Replace other symtab->filename refererences by
10017 symtab_to_filename_for_display calls.
10018
10019 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
10020 Jan Kratochvil <jan.kratochvil@redhat.com>
10021
10022 Add a new variable that controls a way in which filenames are
10023 displayed.
10024 * NEWS (set filename-display): New entry.
10025 * source.c (filename_display_basename, filename_display_relative)
10026 (filename_display_absolute, filename_display_kind_names)
10027 (filename_display_string, show_filename_display_string)
10028 (symtab_to_filename_for_display): New.
10029 (_initialize_source): Added initialization of 'filename-display'
10030 variable.
10031 * source.h (symtab_to_filename_for_display): Added declaration.
10032 * stack.c (print_frame): Added new variable and calling of a new
10033 function and condition with this variable. Changed third argument of
10034 calling of a function.
10035
10036 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10037
10038 * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
10039 Rename field reference filename to fullname.
10040 * tui/tui-data.h (struct tui_source_info): Rename field filename to
10041 fullname. New comment for it.
10042 * tui/tui-source.c (tui_set_source_content): Rename field reference
10043 filename to fullname. Initialize field by symtab_to_fullname now.
10044 * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
10045 reference filename to fullname. Use symtab_to_fullname during
10046 comparison.
10047
10048 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10049
10050 Code cleanup.
10051 * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
10052 (dw2_expand_symtabs_with_fullname): ... here. Rename parameter
10053 filename to fullname. Rename variable this_name to this_fullname.
10054 Lowercase FILENAME_CMP call.
10055 (dw2_find_symbol_file): New comment for the returned string.
10056 (dwarf2_gdb_index_functions): Rename the function to
10057 dw2_expand_symtabs_with_fullname.
10058 * psymtab.c (read_psymtabs_with_filename): Rename to ...
10059 (read_psymtabs_with_fullname): ... here. Rename parameter filename to
10060 fullname.
10061 (psym_functions): Rename the function to read_psymtabs_with_fullname.
10062 * symfile.h (struct quick_symbol_functions): Rename field
10063 expand_symtabs_with_filename to expand_symtabs_with_fullname and its
10064 parameter filename to fullname. Document returned string meaning for
10065 find_symbol_file.
10066 * symtab.c (find_line_symtab): Rename the called function to
10067 expand_symtabs_with_fullname.
10068
10069 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10070
10071 Code cleanup.
10072 * breakpoint.c (clear_command): Remove variable is_abs, unify the
10073 call of filename_cmp with compare_filenames_for_search.
10074 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
10075 is_abs, unify the call of FILENAME_CMP with
10076 compare_filenames_for_search. New gdb_asserts for real_path and name.
10077 Unify the call of compare_filenames_for_search with FILENAME_CMP.
10078 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
10079 * symfile.h (struct quick_symbol_functions): Extend the comment for
10080 map_symtabs_matching_filename.
10081 * symtab.c (compare_filenames_for_search): Remove the function comment
10082 relative path requirement. Handle absolute filenames, with a comment.
10083 (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
10084 FILENAME_CMP with compare_filenames_for_search. New gdb_asserts for
10085 real_path and name. Unify the call of compare_filenames_for_search
10086 with FILENAME_CMP.
10087 (iterate_over_symtabs): New gdb_assert on REAL_PATH.
10088
10089 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10090
10091 Code cleanup.
10092 * breakpoint.c (print_breakpoint_location): Replace bp_location field
10093 source_file references by symtab field references. Remove variables
10094 sal and fullname.
10095 (momentary_breakpoint_from_master, add_location_to_breakpoint):
10096 (clear_command, say_where): Replace bp_location field source_file
10097 references by symtab field references.
10098 (bp_location_dtor): Remove the source_file reference.
10099 (update_static_tracepoint): Replace bp_location field source_file
10100 references by symtab field references.
10101 (breakpoint_free_objfile): New function.
10102 * breakpoint.h (struct bp_location): Extend the comment for line_number.
10103 Replace the field source_file by field symtab, extend its comment.
10104 (breakpoint_free_objfile): New declaration.
10105 * objfiles.c (free_objfile): Call breakpoint_free_objfile.
10106 * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
10107 field source_file references by symtab field references.
10108
10109 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10110
10111 Replace xfullpath calls by gdb_realpath calls.
10112 * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
10113 function comment.
10114 * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
10115 Remove it from the iterate_over_some_symtabs call.
10116 (dw2_map_symtabs_matching_filename): Remove parameter full_path.
10117 Remove it from the dw2_map_expand_apply calls, remove a block handling
10118 it.
10119 * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
10120 Remove it from the iterate_over_some_symtabs call.
10121 (partial_map_symtabs_matching_filename): Remove parameter full_path.
10122 Remove it from the partial_map_expand_apply calls, remove a block
10123 handling it. Drop gdb_realpath call and cleanups from the real_path
10124 handling.
10125 * source.c (openp): Drop the comment part about xfullpath. Replace
10126 xfullpath calls by gdb_realpath calls.
10127 (find_and_open_source): Replace xfullpath call by gdb_realpath call.
10128 * symfile.h (struct quick_symbol_functions): Remove parameter full_path
10129 from method map_symtabs_matching_filename and its comment.
10130 * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
10131 gdb_realpath call.
10132 * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
10133 remove it also from the function comment, remove a block handling it.
10134 Drop gdb_realpath call and cleanups from the real_path handling.
10135 (iterate_over_symtabs): Drop variable full_path and its use.
10136 * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
10137 * utils.c (xfullpath): Remove.
10138 * utils.h (xfullpath): Remove.
10139
10140 2013-02-01 Andreas Tobler <andreast@fgznet.ch>
10141
10142 * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
10143 (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
10144 (ALLDEPFILES): Add ppc64-tdep.c.
10145 * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
10146 ppc64-tdep.o to gdb_target_obs.
10147 * ppc64-tdep.h: New file.
10148 * ppc64-tdep.c: New file.
10149 (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
10150 ppc-linux-tdep.c to here.
10151 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
10152 (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
10153 (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
10154 (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
10155 from ppc-linux-tdep.c to here.
10156 (ppc64_convert_from_func_ptr_addr): Rename from
10157 ppc64_linux_convert_from_func_ptr_addr to
10158 ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
10159 here.
10160 * rs6000-tdep.c:
10161 (read_insn): Move from ppc-linux-tdep.c to here.
10162 (insns_match_pattern, insn_d_field, insn_ds_field): Move
10163 from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
10164 * ppc-linux-tdep.c: Include ppc64-tdep.h.
10165 Removed above functions.
10166 (ppc_linux_init_abi): Adjust.
10167
10168 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
10169
10170 * ada-valprint.c (ada_print_floating): Remove unused 'len'.
10171
10172 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
10173
10174 * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
10175
10176 2013-02-01 Pedro Alves <palves@redhat.com>
10177
10178 * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
10179 * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
10180
10181 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10182
10183 * elfread.c (elf_symfile_read): Limit separate debug info additions to
10184 files with no separate debug info.
10185 * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
10186 * symfile.c (read_symbols): Call find_separate_debug_file_in_section
10187 only for files with no separate debug info.
10188
10189 2013-01-31 Tom Tromey <tromey@redhat.com>
10190
10191 * jit.c (jit_program_space_data): Rename from jit_inferior_data;
10192 change type.
10193 (struct jit_program_space_data): Rename from jit_inferior_data.
10194 Update comments.
10195 (get_jit_program_space_data): Rename from get_jit_inferior_data.
10196 Change return type. Attach data to program space.
10197 (jit_program_space_data_cleanup): Rename from
10198 jit_inferior_data_cleanup; change argument type.
10199 (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
10200 change type.
10201 (jit_register_code): Update.
10202 (jit_update_inferior_cache): Remove.
10203 (jit_breakpoint_deleted): Get jit data from the location's program
10204 space.
10205 (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
10206 'ps_data', change type.
10207 (jit_inferior_init, jit_breakpoint_re_set_internal)
10208 (jit_event_handler): Update.
10209 (free_objfile_data): Get data from objfile's program space.
10210 (_initialize_jit): Update.
10211
10212 2013-01-31 Tom Tromey <tromey@redhat.com>
10213
10214 PR gdb/13987:
10215 * jit.c (struct jit_inferior_data) <cached_code_address,
10216 jit_breakpoint>: New fields.
10217 (jit_breakpoint_re_set_internal): Fix logging. Only create
10218 breakpoint if cached address has changed.
10219 (jit_update_inferior_cache, jit_breakpoint_deleted): New
10220 functions.
10221 (_initialize_jit): Register breakpoint deleted observer.
10222
10223 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10224
10225 * infrun.c (handle_syscall_event): Remove unused gdbarch.
10226 (save_infcall_suspend_state): Ifdef out unused inf.
10227 (restore_infcall_suspend_state): Ifdef out unused inf.
10228 * jit.c (jit_register_code): Remove unused i, b, inf_data.
10229 (jit_frame_sniffer): Remove unused inf_data.
10230
10231 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10232
10233 * c-exp.y (classify_inner_name): Remove unused type.
10234 * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
10235 in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
10236 need_escape.
10237 (c_get_string): Remove unused kind.
10238 * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
10239
10240 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10241
10242 * charset.c (intermediate_encoding): Remove unused i.
10243 * completer.c (signal_completer): Remove unused i.
10244 * continuations.c (discard_my_continuations_1): Remove unused
10245 continuation_ptr.
10246 * corelow.c (core_close): Remove unuseD name.
10247 (get_core_siginfo): Remove unused pid.
10248 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
10249 i, cps.
10250 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
10251 (loclist_describe_location): Remove unused first.
10252 * event-top.c (command_line_handler): Remove unused got_eof.
10253 * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
10254 (resize_section_table): Remove unused old_value.
10255 * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
10256 * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
10257 * i386-tdep.c (i386_process_record): Remove unused rex.
10258 * infcmd.c (get_return_value): Remove unused uiout.
10259 * jv-lang.c (type_from_class): Remove unused is_array.
10260 * jv-valprint.c (java_val_print): Remove unused i.
10261 * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
10262 * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
10263 * m2-typeprint.c (m2_print_type): Remove unused code.
10264 * macroexp.c (get_character_constant): Remove unused body_start.
10265 (macro_stringify): Remove unused result.
10266 * objc-lang.c (find_methods): Remove unused gdbarch.
10267 * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
10268 * regcache.c (regcache_cooked_read): Remove unused gdbarch.
10269 * stack.c (print_frame_args): Remove unused summary.
10270 * thread.c (thread_apply_command): Remove unused p.
10271 * valarith.c (value_x_unop): Remove unused mangle_ptr.
10272 * valops.c (search_struct_method): Remove unused skip.
10273 * valprint.c (generic_val_print): Remove unused byte_order.
10274 * varobj.c (varobj_update): Remove unused changed.
10275 * cli/cli-cmds.c (complete_command): Remove unused next_item.
10276 (alias_command): Remove unused c.
10277 * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
10278 * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
10279 format.
10280 (mi_cmd_data_write_memory): Remove unused word_format.
10281 (mi_cmd_data_write_memory_bytes): Remove unused r.
10282 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
10283 p_start, p_end.
10284 * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
10285 * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
10286 line_width.
10287
10288 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10289
10290 * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
10291 * symtab.c (iterate_over_symtabs): Remove unused s.
10292 (find_pc_sect_symtab): Remove unused pspAce.
10293 (find_pc_sect_line): Remove unused alt_symtab.
10294 (find_pcs_for_symtab_line): Remove unused ix, previous_function.
10295 (completion_list_add_name): Remove unused newsize.
10296
10297 2013-01-31 Tom Tromey <tromey@redhat.com>
10298
10299 PR c++/14998:
10300 * dwarf2read.c (read_tag_ptr_to_member_type): Handle
10301 TYPE_CODE_FUNC.
10302
10303 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10304
10305 * target.c (target_read_string): Remove unused origlen.
10306
10307 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10308
10309 * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
10310 * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
10311 * ax-general.c (ax_print): Remove unused is_float.
10312 * blockframe.c (block_innermost_frame): Remove unused start, end.
10313 * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
10314
10315 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10316
10317 * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
10318 (svr4_read_so_list): Remove unused lmo.
10319 * solib-target.c (solib_target_relocate_section_addresses): Remove
10320 unused flags.
10321
10322 2013-01-30 Tom Tromey <tromey@redhat.com>
10323
10324 * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
10325
10326 2013-01-30 Tom Tromey <tromey@redhat.com>
10327
10328 * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
10329 * utils.c (gnu_debuglink_crc32): Remove.
10330 * utils.h (gnu_debuglink_crc32): Don't declare.
10331
10332 2013-01-30 Tom Tromey <tromey@redhat.com>
10333
10334 * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
10335 (read_structure_type, read_enumeration_type): Remove cast.
10336
10337 2013-01-30 Tom Tromey <tromey@redhat.com>
10338
10339 * dwarf2read.c (read_namespace_type): Remove cast.
10340 (read_typedef): Likewise.
10341
10342 2013-01-29 Tom Tromey <tromey@redhat.com>
10343
10344 * dwarf2read.c (free_dwo_file): Remove assert.
10345
10346 2013-01-29 Tom Tromey <tromey@redhat.com>
10347
10348 * value.c (deprecated_set_value_modifiable): Remove.
10349 * value.h (deprecated_set_value_modifiable): Remove.
10350
10351 2013-01-28 Doug Evans <dje@google.com>
10352
10353 * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
10354 to addresses from dwo files.
10355
10356 2013-01-25 Siva Chandra Reddy <sivachandra@google.com>
10357
10358 * valops.c (find_overload_match): Remove unused argument 'lax'.
10359 * value.h: Remove unused argument 'lax' from the declaration of
10360 find_overload_match.
10361 * eval.c (value_subexp_standard): Do not pass a 'lax' argument
10362 to find_overload_match.
10363 * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
10364 argument to find_overload_match.
10365
10366 2013-01-25 Tom Tromey <tromey@redhat.com>
10367
10368 * dwarf2read.c (processing_has_namespace_info): Remove.
10369 (struct dwarf2_cu) <processing_has_namespace_info>: New field.
10370 (process_die, read_func_scope, dwarf2_start_symtab)
10371 (new_symbol_full): Update.
10372
10373 2013-01-25 Tom Tromey <tromey@redhat.com>
10374
10375 * cp-namespace.c (cp_set_block_scope): Remove.
10376 * cp-support.h (cp_set_block_scope): Remove.
10377 * dbxread.c: Include block.h.
10378 (cp_set_block_scope): New function.
10379 (process_one_symbol): Update.
10380 * dwarf2read.c (read_func_scope): Use block_set_scope.
10381
10382 2013-01-25 Pedro Alves <palves@redhat.com>
10383
10384 * remote.c (add_current_inferior_and_thread): Tweak comment.
10385
10386 2013-01-25 Tom Tromey <tromey@redhat.com>
10387
10388 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
10389 (cp_add_using_directive): Add 'copy_names' argument.
10390 * cp-support.h (cp_add_using_directive): Update.
10391 (struct using_direct) <import_src, import_dest, alias,
10392 declaration>: Now const.
10393 * dwarf2read.c (read_import_statement): Use obconcat.
10394 Don't copy names passed to cp_add_using_directive.
10395
10396 2013-01-25 Tom Tromey <tromey@redhat.com>
10397
10398 * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
10399
10400 2013-01-25 Pedro Alves <palves@redhat.com>
10401
10402 * remote.c (stop_reply_extract_thread): New.
10403 (add_current_inferior_and_thread): New parameter 'wait_status'.
10404 Handle it.
10405 (remote_start_remote): Pass wait status to
10406 add_current_inferior_and_thread.
10407 (extended_remote_run): Update comment.
10408 (extended_remote_create_inferior_1): Pass wait status to
10409 add_current_inferior_and_thread.
10410
10411 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
10412 Ulrich Weigand <uweigand@de.ibm.com>
10413
10414 * valarith.c (value_vector_widen): New function for replicating a
10415 scalar into a vector.
10416 (value_binop): Use value_vector_widen to widen scalar to vector
10417 rather than casting, this better matches gcc C behaviour.
10418 * valops.c (value_casst): Update logic for casting between vector
10419 types, and for casting from scalar to vector, try to match gcc C
10420 behaviour.
10421 * value.h (value_vector_widen): Declare.
10422 * opencl-lang.c (opencl_value_cast): New opencl specific casting
10423 function, handle special case for casting scalar to vector.
10424 (opencl_relop): Use opencl_value_cast.
10425 (evaluate_subexp_opencl): Use opencl_value_cast instead of
10426 value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
10427 in order to use opencl_value_cast.
10428
10429 2013-01-25 Yao Qi <yao@codesourcery.com>
10430
10431 * event-loop.c: Include "queue.h".
10432 (gdb_event_p): New typedef.
10433 (DECLARE_QUEUE_P): Use.
10434 (DEFINE_QUEUE_P): Use.
10435 (async_queue_event): Remove.
10436 (gdb_event_xfree): New.
10437 (initialize_event_loop): New.
10438 (process_event): Use QUEUE macros.
10439 (event_queue): Remove.
10440 (gdb_wait_for_event): Caller update.
10441 (check_async_event_handlers): Likewise.
10442 (poll_timers): Likewise.
10443 * event-loop.h (initialize_event_loop): Declare.
10444 * event-loop.c (gdb_event_xfree): New.
10445 * top.c (gdb_init): Call initialize_event_loop.
10446
10447 2013-01-25 Yao Qi <yao@codesourcery.com>
10448
10449 * event-loop.c (async_queue_event): Remove one parameter
10450 'position'. Remove code handling 'position' == TAIL.
10451 (gdb_wait_for_event): Caller update.
10452 (check_async_event_handlers): Caller update.
10453 (poll_timers): Caller update.
10454 * event-loop.h (enum queue_position): Remove.
10455
10456 2013-01-25 Maxim Kuvyrkov <maxim@kugelworks.com>
10457
10458 * MAINTAINERS: Update my email.
10459
10460 2013-01-25 Yao Qi <yao@codesourcery.com>
10461
10462 * main.c (print_gdb_help): Remove "--epoch" from the help
10463 message.
10464
10465 2013-01-24 Ulrich Weigand  <uweigand@de.ibm.com>
10466
10467 * symtab.c (skip_prologue_using_sal): Consider a file
10468 change the same as an increased line number
10469
10470 2013-01-24 Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
10471
10472 * MAINTAINERS (Write After Approval): Add myself to the list.
10473
10474 2013-01-24 Tom Tromey <tromey@redhat.com>
10475
10476 * ada-lang.h (ada_decode_symbol): Make return type const.
10477 * ada-lang.c (ada_decode_symbol): Likewise.
10478
10479 2013-01-23 Doug Evans <dje@google.com>
10480
10481 * linespec.c (find_linespec_symbols): Make static.
10482
10483 2013-01-23 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
10484
10485 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
10486 type on float conversion for complex type.
10487
10488 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
10489
10490 Add a new class gdb.Architecture which exposes GDB's
10491 internal representation of architecture via GDB Python API.
10492 * Makefile.in: Add entries corresponding to the new file
10493 python/py-arch.c.
10494 * NEWS (Python Scripting): Add entries for the new class
10495 gdb.Architecture and the new method gdb.Frame.architecture.
10496 * python/py-arch.c: Implement gdb.Architecture class.
10497 * python/py-frame.c (frapy_arch): Implement the method
10498 gdb.Frame.architecture().
10499 (frame_object_methods): Add 'architecture' to the method table.
10500 * python/python-internal.h: Add declarations of new utility
10501 functions.
10502 * python/python.c (_initialize_python): Initialize
10503 gdb.Architecture class.
10504
10505 2013-01-23 Doug Evans <dje@google.com>
10506
10507 Work around binutils/15021.
10508 * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
10509 type_unit_group out of union s. All uses updated.
10510 (read_index_from_section): Watch for index version 8.
10511 (follow_die_sig): If using .gdb_index version <= 7, record the TU as
10512 an imported symtab.
10513 (write_psymtabs_to_index): Increment version number to 8.
10514
10515 2013-01-22 Pedro Alves <palves@redhat.com>
10516
10517 * annotate.c (breakpoint_changed): Skip if breakpoint is not
10518 user-visible.
10519
10520 2013-01-22 Pedro Alves <palves@redhat.com>
10521
10522 * annotate.c (annotate_breakpoints_changed): Rename to ...
10523 (annotate_breakpoints_invalid): ... this. Make static.
10524 (breakpoint_changed): Adjust.
10525 (_initialize_annotate): Always install the observers. Install a
10526 "breakpoint_created" observer.
10527 * annotate.h (annotate_breakpoints_changed): Delete declaration.
10528 * breakpoint.c (set_breakpoint_condition)
10529 (breakpoint_set_commands, do_map_commands_command)
10530 (init_raw_breakpoint, clear_command, set_ignore_count)
10531 (enable_breakpoint_disp): No longer call
10532 annotate_breakpoints_changed.
10533
10534 2013-01-22 Pedro Alves <palves@redhat.com>
10535
10536 * annotate.c: Include "inferior.h".
10537 (frames_invalid_emitted)
10538 (breakpoints_invalid_emitted): New globals.
10539 (async_background_execution_p): New function.
10540 (annotate_breakpoints_changed, annotate_frames_invalid): Skip
10541 emitting the annotation if it has already been emitted.
10542 (annotate_display_prompt): New function.
10543 * annotate.h (annotate_display_prompt): New declaration.
10544 * event-top.c: Include annotate.h.
10545 (display_gdb_prompt): Call annotate_display_prompt.
10546
10547 2013-01-22 Pedro Alves <palves@redhat.com>
10548
10549 * annotate.c (ignore_count_changed): Delete.
10550 (annotate_breakpoints_changed): Don't clear ignore_count_changed.
10551 (annotate_ignore_count_change): Delete.
10552 (annotate_stopped): Don't emit a delayed breakpoints-changed
10553 annotation.
10554 * annotate.h (annotate_ignore_count_change): Delete.
10555 * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
10556 annotate_ignore_count_change.
10557
10558 2013-01-22 Tom Tromey <tromey@redhat.com>
10559
10560 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
10561 require_rvalue for a register location.
10562
10563 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
10564
10565 * breakpoint.c (print_one_breakpoint_location): Add MI
10566 field 'thread-groups' when printing a breakpoint.
10567 (output_thread_groups): New function.
10568
10569 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
10570
10571 * python/lib/gdb/commands/explore.py
10572 (CompoundExplorer.explore_expr): Correct the name of a method
10573 being invoked.
10574 (ExploreTypeCommand.invoke): Add a missing 'return'.
10575
10576 2013-01-21 Tom Tromey <tromey@redhat.com>
10577
10578 * gdb_obstack.h (obconcat): Move declaration here, from...
10579 * symfile.h (obconcat): ... here.
10580 * gdb_obstack.c: New file.
10581 (obconcat): Move from...
10582 * symfile.c (obconcat): ... here.
10583 * Makefile.in (SFILES): Add gdb_obstack.c.
10584 (COMMON_OBS): Add gdb_obstack.o.
10585
10586 2013-01-21 Tom Tromey <tromey@redhat.com>
10587
10588 * symfile.h (obsavestring): Don't declare.
10589 * symfile.c (obsavestring): Remove.
10590 * ada-exp.y: Use obstack_copy0, not obsavestring.
10591 * ada-lang.c: Use obstack_copy0, not obsavestring.
10592 * coffread.c: Use obstack_copy0, not obsavestring.
10593 * cp-namespace.c: Use obstack_copy0, not obsavestring.
10594 * dbxread.c: Use obstack_copy0, not obsavestring.
10595 * dwarf2read.c: Use obstack_copy0, not obsavestring.
10596 * jit.c: Use obstack_copy0, not obsavestring.
10597 * mdebugread.c: Use obstack_copy0, not obsavestring.
10598 * psymtab.c: Use obstack_copy0, not obsavestring.
10599 * stabsread.c: Use obstack_copy0, not obsavestring.
10600 * xcoffread.c: Use obstack_copy0, not obsavestring.
10601
10602 2013-01-21 Tom Tromey <tromey@redhat.com>
10603
10604 * dwarf2read.c (fixup_go_packaging): Save package name
10605 on objfile obstack.
10606 * gdbtypes.c (init_type): Don't copy name.
10607
10608 2013-01-21 Tom Tromey <tromey@redhat.com>
10609
10610 * dwarf2read.c (struct partial_die_info) <name, scope>: Now
10611 const.
10612 (struct attribute) <u.str>: Now const.
10613 (struct fnfieldlist) <name>: Now const.
10614 (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
10615 (partial_die_parent_scope): Make return type const.
10616 (partial_die_full_name, add_partial_symbol): Update.
10617 (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
10618 'name' const.
10619 (find_file_and_directory): Make 'name' and 'comp_dir' const.
10620 (read_file_scope, read_func_scope, dwarf2_add_field)
10621 (dwarf2_add_member_fn, read_structure_type)
10622 (process_enumeration_scope, read_array_type, read_module_type)
10623 (read_base_type, read_subrange_type): Update.
10624 (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
10625 (new_symbol_full, guess_full_die_structure_name): Update.
10626 (dwarf2_canonicalize_name): Return const type. Make 'name' const.
10627 (dwarf2_name): Return const type.
10628 (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
10629 const.
10630
10631 2013-01-21 Tom Tromey <tromey@redhat.com>
10632
10633 * gdbtypes.c (init_type): Make 'name' const.
10634 * gdbtypes.h (init_type): Update.
10635
10636 2013-01-21 Tom Tromey <tromey@redhat.com>
10637
10638 * buildsym.c (patch_subfile_names): Use set_last_source_file.
10639 (start_symtab): Make 'name' and 'dirname' const. Use
10640 set_last_source_file.
10641 (restart_symtab, reset_symtab_globals): Use set_last_source_file.
10642 (last_source_file): Define. Now static.
10643 (set_last_source_file, get_last_source_file): New functions.
10644 * buildsym.h (last_source_file): Don't declare.
10645 (start_symtab): Update.
10646 (set_last_source_file, get_last_source_file): Declare.
10647 * coffread.c (complete_symtab): Use set_last_source_file.
10648 (coff_end_symtab): Likewise.
10649 (coff_symtab_read): Use set_last_source_file, get_last_source_file.
10650 * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
10651 set_last_source_file.
10652 (process_one_symbol): Use get_last_source_file.
10653 * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
10654 (psymtab_to_symtab_1): Use get_last_source_file.
10655 * xcoffread.c (process_linenos): Use get_last_source_file.
10656 (complete_symtab): Use set_last_source_file.
10657 (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
10658 (scan_xcoff_symtab): Use set_last_source_file.
10659
10660 2013-01-21 Tom Tromey <tromey@redhat.com>
10661
10662 * symtab.c (struct demangled_name_entry) <mangled>: Now const.
10663 (symbol_set_names): Remove casts. Handle field const-ness.
10664
10665 2013-01-21 Tom Tromey <tromey@redhat.com>
10666
10667 * dwarf2read.c (new_symbol_full): Remove cast.
10668 * symtab.c (symbol_set_demangled_name): Make 'name' const.
10669 * symtab.h (symbol_set_demangled_name): Update.
10670
10671 2013-01-21 Tom Tromey <tromey@redhat.com>
10672
10673 * main.c (captured_main): Call bfd_init.
10674
10675 2013-01-21 Tom Tromey <tromey@redhat.com>
10676
10677 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
10678 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
10679 * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
10680 * NEWS: Update.
10681
10682 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10683
10684 * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
10685
10686 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10687
10688 Fix gdb.fortran/common-block.exp crash in PIE mode.
10689 * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
10690 LOC_COMMON_BLOCK.
10691 * f-valprint.c (info_common_command_for_block): Expect
10692 LOC_COMMON_BLOCK in gdb_assert.
10693 * symtab.h (struct general_symbol_info): Update comment for the
10694 common_block member.
10695 (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
10696 (enum address_class): New member LOC_COMMON_BLOCK.
10697
10698 2013-01-18 David Blaikie <dblaikie@gmail.com>
10699
10700 * MAINTAINERS (Write After Approval): Add "David Blaikie".
10701
10702 2013-01-18 Tom Tromey <tromey@redhat.com>
10703
10704 PR c++/14999:
10705 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
10706 Call require_rvalue.
10707
10708 2013-01-18 Yao Qi <yao@codesourcery.com>
10709
10710 * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
10711 (dbx_read_symtab): New declaration.
10712 (dbx_psymtab_to_symtab): Delete.
10713 (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
10714 Rename parameter PST to SELF. Exchanged two parameters.
10715 (start_psymtab): Caller update.
10716 * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
10717 (dwarf2_read_symtab): New declaration.
10718 (dwarf2_psymtab_to_symtab): Delete.
10719 (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
10720 Rename parameter PST to SELF. Exchanged two parameters.
10721 (create_partial_symtab): Caller update.
10722 * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
10723 (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
10724 Rename parameter PST to SELF. Exchanged two parameters.
10725 (parse_partial_symbols, new_psymtab): Caller update.
10726 * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
10727 two parameters.
10728 * psymtab.c (psymtab_to_symtab): Caller update.
10729 * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
10730 (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
10731 Rename parameter PST to SELF. Exchanged two parameters.
10732 (xcoff_start_psymtab): Caller update.
10733
10734 2013-01-18 Yao Qi <yao@codesourcery.com>
10735
10736 * infrun.c (proceed): Rename local variable 'oneproc' to
10737 'force_step'.
10738
10739 2013-01-17 Doug Evans <dje@google.com>
10740
10741 * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
10742 (dw2_build_type_unit_groups): Delete. All uses updated.
10743
10744 * symtab.h (struct symbol_search): Add comment.
10745
10746 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10747
10748 * symtab.c (compare_filenames_for_search): New comment for
10749 HAS_DRIVE_SPEC.
10750
10751 2013-01-17 Tom Tromey <tromey@redhat.com>
10752
10753 * cp-abi.c (cp_abi_completer): Fix typo in assignment.
10754
10755 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10756
10757 * symtab.c (iterate_over_some_symtabs): New variable cleanups,
10758 initialize it by existing make_cleanup. Call new do_cleanups.
10759
10760 2013-01-17 Tom Tromey <tromey@redhat.com>
10761
10762 * cp-abi.c (cp_abi_completer): New function.
10763 (_initialize_cp_abi): Set completer for "set cp-abi".
10764
10765 2013-01-17 Tom Tromey <tromey@redhat.com>
10766
10767 * mem-break.c: Remove obsolete comment.
10768 * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
10769
10770 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10771
10772 * jit.c (jit_reader_load_command): Interpret the jit reader name
10773 as an absolute path if it begins with a forward slash.
10774
10775 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10776
10777 PR gdb/14550
10778
10779 * jit.c (finalize_symtab): Ensure that only the global block has a
10780 NULL superblock.
10781
10782 2013-01-17 Pedro Alves <palves@redhat.com>
10783
10784 * acinclude.m4: Include ../config/plugins.m4,
10785 ../config/largefile.m4 and ../config/lead-dot.m4. Add comments.
10786 * Makefile.in (aclocal_m4_deps): Update.
10787 * aclocal.m4: Renegerate.
10788
10789 2013-01-16 Doug Evans <dje@google.com>
10790
10791 * contrib/cc-with-tweaks.sh: Add references to Fission docs.
10792
10793 2013-01-16 Pedro Alves <palves@redhat.com>
10794 Tom Tromey <tromey@redhat.com>
10795
10796 PR cli/7221:
10797 * NEWS: Add "catch signal".
10798 * breakpoint.c (base_breakpoint_ops): No longer static.
10799 (bpstat_explains_signal): New function.
10800 (init_catchpoint): No longer static.
10801 (base_breakpoint_explains_signal): New function.
10802 (base_breakpoint_ops): Initialize new field.
10803 * breakpoint.h (enum bpstat_signal_value): New.
10804 (struct breakpoint_ops) <explains_signal>: New field.
10805 (bpstat_explains_signal): Remove macro, declare as function.
10806 (base_breakpoint_ops, init_catchpoint): Declare.
10807 * break-catch-sig.c: New file.
10808 * inferior.h (signal_catch_update): Declare.
10809 * infrun.c (signal_catch): New global.
10810 (handle_syscall_event): Update for change to
10811 bpstat_explains_signal.
10812 (handle_inferior_event): Likewise. Always handle random signals
10813 via bpstats.
10814 (signal_cache_update): Check signal_catch.
10815 (signal_catch_update): New function.
10816 (_initialize_infrun): Initialize signal_catch.
10817 * Makefile.in (SFILES): Add break-catch-sig.c.
10818 (COMMON_OBS): Add break-catch-sig.o.
10819
10820 2013-01-16 Tom Tromey <tromey@redhat.com>
10821
10822 * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
10823 (print_one_catch_solib, print_one_catch_syscall)
10824 (print_one_catch_exec, print_one_exception_catchpoint): Emit
10825 "catch-type".
10826
10827 2013-01-16 Yao Qi <yao@codesourcery.com>
10828
10829 * printcmd.c (current_display_number): Make it static.
10830
10831 2013-01-16 Yao Qi <yao@codesourcery.com>
10832
10833 * infcmd.c (step_once): Don't check '!single_inst' as it was
10834 checked before.
10835
10836 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10837
10838 * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
10839
10840 2013-01-14 Tom Tromey <tromey@redhat.com>
10841
10842 * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
10843 set command.
10844 * command.h (add_setshow_string_noescape_cmd): Update.
10845 * corefile.c (set_gnutarget_command): Remove trailing whitespace.
10846 (complete_set_gnutarget): New function.
10847 (_initialize_core): Set the "set gnutarget" completer.
10848
10849 2013-01-14 Tom Tromey <tromey@redhat.com>
10850
10851 PR symtab/14442:
10852 * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
10853 (c_type_print_modifier): Likewise.
10854 * dwarf2read.c (read_tag_restrict_type): New function.
10855 (read_type_die_1): Handle DW_TAG_restrict_type.
10856 * gdbtypes.c (make_restrict_type): New function.
10857 (recursive_dump_type): Handle TYPE_RESTRICT.
10858 * gdbtypes.h (enum type_flag_values): Renumber.
10859 (enum type_instance_flag_value): Add
10860 TYPE_INSTANCE_FLAG_RESTRICT.
10861 (TYPE_RESTRICT): New macro.
10862 (make_restrict_type): Declare.
10863
10864 2013-01-14 Tom Tromey <tromey@redhat.com>
10865
10866 PR symtab/14931:
10867 * psymtab.c (struct psymtab_state): New.
10868 (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
10869 functions.
10870 * psympriv.h (make_cleanup_discard_psymtabs): Declare.
10871 * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
10872
10873 2013-01-14 Richard Sharman <richard_sharman@mitel.com>
10874 Pedro Alves <palves@redhat.com>
10875
10876 PR remote/14786
10877
10878 * remote.c (remote_threads_info): Make a copy of the reply from
10879 qfThreadInfo and use that instead of rs->buf.
10880
10881 2013-01-14 Yao Qi <yao@codesourcery.com>
10882
10883 * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
10884 (dbx_psymtab_to_symtab): Likewise.
10885 * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
10886 * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
10887 * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
10888
10889 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10890
10891 * parse.c (parse_exp_in_context): New variable inner_chain. Call
10892 make_cleanup_restore_current_language. Call set_language. Move
10893 OLD_CHAIN and INNER_CHAIN cleanups.
10894 * utils.c (do_restore_current_language)
10895 (make_cleanup_restore_current_language): New functions.
10896 * utils.h (make_cleanup_restore_current_language): New declaration.
10897
10898 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10899
10900 * source.c (symtab_to_fullname): Apply rewrite_source_path also for
10901 non-existing files.
10902
10903 * source.c (symtab_to_fullname): Do not prepend DIRNAME for
10904 non-existing files if FILENAME is already absolute.
10905
10906 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10907
10908 * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
10909 fputs_filtered. Append trailing newline.
10910
10911 2013-01-11 Yao Qi <yao@codesourcery.com>
10912 Stan Shebs <stan@codesourcery.com>
10913
10914 * psymtab.c (init_psymbol_list): Clarify the comment.
10915
10916 2013-01-11 Yao Qi <yao@codesourcery.com>
10917
10918 * breakpoint.c (print_one_breakpoint_location): Remove dead code.
10919 (update_dprintf_command_list): Assert that 'printf_line' is
10920 non-null. Remove condition check.
10921
10922 2013-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10923
10924 Code cleanup.
10925 * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
10926 type const char *.
10927 * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
10928 const char *.
10929 * tui/tui-source.h (tui_source_is_displayed): Likewise.
10930
10931 2013-01-09 Anthony Green <green@moxielogic.com>
10932
10933 * cp-abi.c (cplus_print_vtable): Don't return value from void
10934 function.
10935 * ada-lang.c (re_set_catch_assert): Ditto.
10936
10937 2013-01-09 Doug Evans <dje@google.com>
10938
10939 * symfile.h (quick_symbol_functions): Delete member
10940 pre_expand_symtabs_matching. All uses removed.
10941 * dwarf2read.c (dw2_lookup_symbol): Implement.
10942 (dw2_do_expand_symtabs_matching): Delete.
10943 (dw2_pre_expand_symtabs_matching): Delete.
10944 (struct dw2_symtab_iterator): New type.
10945 (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
10946 (dw2_expand_symtabs_for_function): Rewrite.
10947 (dwarf2_gdb_index_functions): Update.
10948 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
10949 (psym_functions): Update.
10950
10951 2013-01-09 Tom Tromey <tromey@redhat.com>
10952
10953 * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
10954 * configure: Rebuild.
10955 * configure.ac: Add somread.o to the build if BFD has SOM
10956 support.
10957 * somread.c: Include som/aout.h, not syms.h.
10958 (som_symtab_read): Use som_external_symbol_dictionary_record.
10959 Unpack records manually.
10960 (_initialize_somread): Declare.
10961
10962 2012-01-08 Mike Frysinger <vapier@gentoo.org>
10963
10964 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
10965 Cast return_address to 64bits.
10966
10967 2013-01-08 Hui Zhu <hui_zhu@mentor.com>
10968
10969 * printcmd.c: Remove define of function output_command.
10970 * tracepoint.c: Remove extern of function output_command.
10971 * valprint.h: (output_command): New extern.
10972
10973 2013-01-07 Tom Tromey <tromey@redhat.com>
10974
10975 * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
10976 Remove.
10977 (objc_language_defn): Use c_printchar, c_printstr,
10978 c_emit_char.
10979
10980 2013-01-07 Tom Tromey <tromey@redhat.com>
10981
10982 PR cli/7719:
10983 * NEWS: Update.
10984 * ada-valprint.c (printstr, print_field_values): Remove
10985 "inspect_it" code.
10986 * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
10987 code.
10988 * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
10989 code.
10990 * m2-lang.c (m2_printstr): Remove "inspect_it" code.
10991 * main.c (captured_main): Remove "epoch" argument.
10992 * objc-lang.c (objc_printstr): Remove "inspect_it" code.
10993 * p-lang.c (pascal_printstr): Remove "inspect_it" code.
10994 * p-valprint.c (pascal_object_print_value_fields): Remove
10995 "inspect_it" code.
10996 * printcmd.c (print_command_1): Remove 'inspect' argument.
10997 (print_command, call_command): Update.
10998 (inspect_command): Remove.
10999 (_initialize_printcmd): Make "inspect" an alias for "print".
11000 * top.c (epoch_interface): Remove.
11001 * top.h (epoch_interface): Remove.
11002 * valprint.c (user_print_options): Update.
11003 (print_converted_chars_to_obstack): Remove "inspect_it" code.
11004 * valprint.h (struct value_print_options) <inspect_it>: Remove
11005 field.
11006
11007 2013-01-04 Tom Tromey <tromey@redhat.com>
11008
11009 * valprint.h (read_string): Add 'extern'.
11010
11011 2013-01-07 Joel Brobecker <brobecker@adacore.com>
11012
11013 * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
11014 used to decide whether to define darwin_read_dyld_info or not.
11015
11016 2013-01-03 Pierre Muller <muller@sourceware.org>
11017
11018 * main.c (relocate_gdb_directory): Avoid calling stat function
11019 if DIR is empty.
11020
11021 2013-01-03 Yao Qi <yao@codesourcery.com>
11022
11023 * psymtab.c (fixup_psymbol_section): Update declaration.
11024 (fixup_psymbol_section): Remove code returning value.
11025
11026 2013-01-03 Yao Qi <yao@codesourcery.com>
11027
11028 * symtab.h: Remove some out of date comments.
11029 (enum exception_event_kind): Move it ...
11030 * breakpoint.c: ... here.
11031
11032 2013-01-02 Iain Sandoe <developer@sandoe-acoustics.co.uk>
11033
11034 PR gdb/14405
11035 * darwin-nat.c (darwin_read_dyld_info): Only build if
11036 TASK_DYLD_INFO_COUNT is defined.
11037 (darwin_xfer_partial): Call darwin_read_dyld_info only if
11038 TASK_DYLD_INFO_COUNT is defined.
11039
11040 2013-01-02 Tom Tromey <tromey@redhat.com>
11041
11042 * symfile.h (struct ecoff_debug_hack): Remove.
11043 * objfiles.c: Don't include mdebugread.h.
11044
11045 2013-01-02 Tom Tromey <tromey@redhat.com>
11046
11047 * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
11048 * configure.ac: Check for Mach-O support in BFD. Update
11049 CONFIG_OBS.
11050 * configure: Rebuild.
11051
11052 2013-01-02 Tom Tromey <tromey@redhat.com>
11053
11054 * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
11055 * configure.ac: Use GDB_AC_CHECK_BFD.
11056 * configure: Rebuild.
11057
11058 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
11059
11060 * MAINTAINERS: Update my email.
11061
11062 2013-01-01 Joel Brobecker <brobecker@adacore.com>
11063
11064 * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
11065
11066 2013-01-01 Joel Brobecker <brobecker@adacore.com>
11067
11068 * rs6000-nat.c (bss_data_overlap): New function.
11069 (vmap_symtab): Use it to adjust the .bss section's offset.
11070
11071 2013-01-01 Joel Brobecker <brobecker@adacore.com>
11072
11073 Update year range in copyright notice of all files.
11074
11075 2013-01-01, 13 Joel Brobecker <brobecker@adacore.com>
11076
11077 * top.c (print_gdb_version): Update copyright year.
11078
11079 For older changes see ChangeLog-2012.
11080 \f
11081 Local Variables:
11082 mode: change-log
11083 left-margin: 8
11084 fill-column: 74
11085 version-control: never
11086 coding: utf-8
11087 End:
This page took 0.273613 seconds and 4 git commands to generate.