gdb/
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2013-10-17 Yao Qi <yao@codesourcery.com>
2
3 * Makefile.in (SFILES): Add c-varobj.c and jv-varobj.c.
4 (COMMON_OBS): Add c-varobj.o and jv-varobj.o.
5 * ada-varobj.c: Include "varobj.h".
6 (ada_number_of_children): New. Moved from varobj.c.
7 (ada_name_of_variable, ada_name_of_child): Likewise.
8 (ada_path_expr_of_child, ada_value_of_child): Likewise.
9 (ada_type_of_child, ada_value_of_variable): Likewise.
10 (ada_value_is_changeable_p, ada_value_has_mutated): Likewise.
11 (ada_varobj_ops): New.
12 * c-varobj.c, jv-varobj.c: New file. Moved from varobj.c.
13 * gdbtypes.c (get_target_type): New. Moved from varobj.c.
14 * gdbtypes.h (get_target_type): Declare.
15 * varobj.c: Remove the inclusion of "ada-varobj.h" and
16 "ada-lang.h".
17 (ANONYMOUS_STRUCT_NAME): Move it to c-varobj.c.
18 (ANONYMOUS_UNION_NAME): Likewise.
19 (get_type, get_value_type, get_target_type): Remove declarations.
20 (value_get_print_value, varobj_value_get_print_value): Likewise.
21 (c_number_of_children, c_name_of_variable): Likewise.
22 (c_name_of_child, c_path_expr_of_child): Likewise.
23 (c_value_of_child, c_type_of_child): Likewise.
24 (c_value_of_variable, cplus_number_of_children): Likewise.
25 (cplus_class_num_children, cplus_name_of_variable): Likewise.
26 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
27 (cplus_value_of_child, cplus_type_of_child): Likewise.
28 (cplus_value_of_variable, java_number_of_children): Likewise.
29 (java_name_of_variable, java_name_of_child): Likewise.
30 (java_path_expr_of_child, java_value_of_child): Likewise.
31 (java_type_of_child, java_value_of_variable): Likewise.
32 (ada_number_of_children, ada_name_of_variable): Likewise.
33 (ada_name_of_child, ada_path_expr_of_child): Likewise.
34 (ada_value_of_child, ada_type_of_child): Likewise.
35 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
36 (ada_value_has_mutated): Likewise.
37 (struct language_specific): Move it to varobj.h.
38 (CPLUS_FAKE_CHILD): Move it to varobj.h.
39 (restrict_range): Rename it varobj_restrict_range. Make it extern.
40 Callers update.
41 (get_path_expr_parent): Rename it to varobj_get_path_expr_parent.
42 Make it extern.
43 (is_anonymous_child): Move it to c-varobj.c and rename to
44 varobj_is_anonymous_child. Caller update.
45 (get_type): Move it to c-varobj.c.
46 (get_value_type): Rename it varobj_get_value_type. Make it
47 extern.
48 (get_target_type): Move it gdbtypes.c.
49 (varobj_formatted_print_options): New function.
50 (value_get_print_value): Rename it to
51 varobj_value_get_print_value and make it extern.
52 (varobj_value_is_changeable_p): Make it extern.
53 (adjust_value_for_child_access): Move it to c-varobj.c.
54 (default_value_is_changeable_p): Rename it to
55 varobj_default_value_is_changeable_p. Make it extern.
56 (c_number_of_children, c_name_of_variable): Move it to c-varobj.c
57 (c_name_of_child, c_path_expr_of_child): Likewise.
58 (c_value_of_child, c_type_of_child): Likewise.
59 (c_value_of_variable, cplus_number_of_children): Likewise.
60 (cplus_class_num_children, cplus_name_of_variable): Likewise.
61 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
62 (cplus_value_of_child, cplus_type_of_child): Likewise.
63 (cplus_value_of_variable): Likewise.
64 (java_number_of_children, java_name_of_variable): Move it to jv-varobj.c.
65 (java_name_of_child, java_path_expr_of_child): Likewise.
66 (java_value_of_child, java_type_of_child): Likewise.
67 (java_value_of_variable): Likewise.
68 (ada_number_of_children, ada_name_of_variable): Move it to ada-varobj.c.
69 (ada_name_of_child, ada_path_expr_of_child): Likewise.
70 (ada_value_of_child, ada_type_of_child): Likewise.
71 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
72 (ada_value_has_mutated): Likewise.
73 * varobj.h (CPLUS_FAKE_CHILD): New macro, moved from varobj.c.
74 (struct lang_varobj_ops): New. Renamed by 'struct language_specific'.
75 (c_varobj_ops, cplus_varobj_ops): Declare.
76 (java_varobj_ops, ada_varobj_ops): Declare.
77 (varobj_default_value_is_changeable_p): Declare.
78 (varobj_value_is_changeable_p): Declare.
79 (varobj_get_value_type, varobj_is_anonymous_child): Declare.
80 (varobj_get_path_expr_parent): Declare.
81 (varobj_value_get_print_value): Declare.
82 (varobj_formatted_print_options): Declare.
83 (varobj_restrict_range): Declare.
84
85 2013-10-17 Luis Machado <lgustavo@codesourcery.com>
86
87 * target/waitstatus.h (target_waitkind): Remove spurious
88 character from the comments.
89
90 2013-10-17 Joel Brobecker <brobecker@adacore.com>
91
92 * gdbarch.sh (get_longjmp_target): Add method documentation.
93 * gdbarch.h: Regenerate.
94
95 2013-10-16 Tom Tromey <tromey@redhat.com>
96
97 * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
98 label.
99
100 2013-10-16 Luis Machado <lgustavo@codesourcery.com>
101
102 * gcore.in: Call GDB using the full path to the gcore script.
103 Error out if the GDB binary is not found.
104
105 2013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
106
107 PR gdb/16014
108 * dwarf2read.c (dw2_get_real_path): Remove unnecessary call to
109 sizeof.
110
111 2013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
112
113 PR gdb/16042
114 * target.c (target_disable_btrace): Fix invalid return value for
115 void function.
116 (target_teardown_btrace): Likewise.
117
118 2013-10-14 Yao Qi <yao@codesourcery.com>
119
120 * varobj.c (struct varobj): Move most of the fields to
121 varobj.h.
122 (struct varobj_dynamic): New struct.
123 (varobj_get_display_hint) [HAVE_PYTHON]: Adjust.
124 (varobj_has_more): Likewise.
125 (dynamic_varobj_has_child_method): Likewise.
126 (update_dynamic_varobj_children): Likewise.
127 (varobj_get_num_children): Likewise.
128 (varobj_list_children, varobj_pretty_printed_p): Likewise.
129 (install_new_value_visualizer): Likewise.
130 (install_new_value_visualizer, install_new_value): Likewise.
131 (varobj_update, new_variable, free_variable): Likewise.
132 (my_value_of_variable, value_get_print_value): Likewise.
133 (install_visualizer): Change the type of parameter 'var' to
134 'struct varobjd_dynamic *'. Callers update.
135 * varobj.h (struct varobj): Moved from varobj.c.
136 (struct varobj) <dynamic>: New field.
137
138 2013-10-13 Sandra Loosemore <sandra@codesourcery.com>
139
140 * nios2-tdep.c (nios2_reg_names): Use "sstatus" rather than "ba"
141 as the preferred name of r30.
142 * nios2-linux-tdep.c (reg_offsets): Likewise.
143 * features/nios2-cpu.xml: Likewise.
144 * features/nios2-linux.c: Regenerated.
145 * features/nios2.c: Regenerated.
146 * regformats/nios2-linux.dat: Regenerated.
147
148 2013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
149
150 Canonicalize directories for EXEC_FILENAME.
151 * exec.c (exec_file_attach): Use gdb_realpath_keepfile for
152 exec_filename.
153 * utils.c (gdb_realpath_keepfile): New function.
154 * utils.h (gdb_realpath_keepfile): New declaration.
155
156 2013-10-11 Doug Evans <dje@google.com>
157
158 * Makefile.in (GDBFLAGS): New variable.
159 (run): New rule.
160
161 2013-10-11 Joel Brobecker <brobecker@adacore.com>
162
163 * NEWS: Add entry documenting the new "-catch-assert" and
164 "-catch-exception" GDB/MI commands.
165
166 2013-10-11 Joel Brobecker <brobecker@adacore.com>
167
168 * breakpoint.h (init_ada_exception_breakpoint): Add parameter
169 "enabled".
170 * breakpoint.c (init_ada_exception_breakpoint): Add parameter
171 "enabled". Set B->ENABLE_STATE accordingly.
172 * ada-lang.h (ada_exception_catchpoint_kind): Move here from
173 ada-lang.c.
174 (create_ada_exception_catchpoint): Add declaration.
175 * ada-lang.c (ada_exception_catchpoint_kind): Move to ada-lang.h.
176 (create_ada_exception_catchpoint): Make non-static. Add new
177 parameter "disabled". Use it in call to
178 init_ada_exception_breakpoint.
179 (catch_ada_exception_command): Add parameter "enabled" in call
180 to create_ada_exception_catchpoint.
181 (catch_assert_command): Likewise.
182
183 * mi/mi-cmds.h (mi_cmd_catch_assert, mi_cmd_catch_exception):
184 Add declarations.
185 * mi/mi-cmds.c (mi_cmds): Add the "catch-assert" and
186 "catch-exception" commands.
187 * mi/mi-cmd-catch.c: Add #include "ada-lang.h".
188 (mi_cmd_catch_assert, mi_cmd_catch_exception): New functions.
189
190 2013-10-11 Joel Brobecker <brobecker@adacore.com>
191
192 * ada-lang.c (enum ada_exception_catchpoint_kind): Renames
193 "enum exception_catchpoint_kind". Replace the "ex_" prefix
194 of all its enumerates with "ada_". Update the rest of this
195 file throughout.
196
197 2013-10-11 Joel Brobecker <brobecker@adacore.com>
198
199 * ada-lang.c (ada_decode_exception_location): Delete.
200 (create_ada_exception_catchpoint): Remove arguments "sal",
201 "addr_string" and "ops". Add argument "ex_kind" instead.
202 Adjust implementation accordingly, calling ada_exception_sal
203 to get the entities it no longer gets passed as arguments.
204 Document the function's arguments.
205 (catch_ada_exception_command): Use catch_ada_exception_command_split
206 instead of ada_decode_exception_location, and update call to
207 create_ada_exception_catchpoint.
208 (catch_ada_assert_command_split): Renames
209 ada_decode_assert_location. Remove parameters "addr_string" and
210 "ops", and now returns void. Adjust implementation accordingly.
211 Update the function documentation.
212 (catch_assert_command): Use catch_ada_assert_command_split
213 instead of ada_decode_assert_location. Update call to
214 create_ada_exception_catchpoint.
215
216 2013-10-11 Joel Brobecker <brobecker@adacore.com>
217
218 * utils.h (perror_warning_with_name): Add declaration.
219 * utils.c (perror_warning_with_name): New function.
220 * cli/cli-cmds.c (source_script_with_search): Add call to
221 perror_warning_with_name if from_tty is nul.
222
223 2013-10-11 Joel Brobecker <brobecker@adacore.com>
224
225 * utils.c (perror_string): New function, extracted out of
226 throw_perror_with_name.
227 (throw_perror_with_name): Rework to use perror_string.
228
229 2013-10-11 Yao Qi <yao@codesourcery.com>
230
231 * remote.c (discard_pending_stop_replies_in_queue): Update
232 declaration.
233 (struct stop_reply) <rs>: New field.
234 (remove_stop_reply_of_remote_state): New function.
235 (discard_pending_stop_replies_in_queue): Add parameter 'rs'.
236 Callers update. Pass remove_stop_reply_of_remote_state to
237 QUEUE_iterate.
238 (remote_parse_stop_reply): Initialize field 'rs'.
239
240 2013-10-10 Will Newton <will.newton@linaro.org>
241
242 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
243 linux_init_abi.
244
245 2013-10-10 Joel Brobecker <brobecker@adacore.com>
246
247 * cli/cli-cmds.c (show_baud_rate): Moved to serial.c as
248 serial_baud_show_cmd.
249 (_initialize_cli_cmds): Delete the code creating the
250 "set/show remotebaud" commands.
251 * serial.c (baud_rate): Move here from top.c.
252 (serial_baud_show_cmd): Move here from cli/cli-cmds.c.
253 (_initialize_serial): Create "set/show serial baud" commands.
254 Add "set/show remotebaud" command aliases.
255 * top.c (baud_rate): Moved to serial.c.
256 * NEWS: Document the new "set/show serial baud" commands,
257 replacing "set/show remotebaud".
258
259 2013-10-09 Pedro Alves <palves@redhat.com>
260
261 * breakpoint.c (insert_bp_location): Use memory_error_message to
262 build the memory error string.
263 * c-lang.c: Include "gdbcore.h".
264 (c_get_string): Use memory_error to throw error.
265 (target_xfer_memory_error): Delete.
266 (memory_error_message): New, factored out from
267 target_xfer_memory_error.
268 (memory_error): Change parameter type to target_xfer_error.
269 Rewrite.
270 (read_memory): Use memory_error instead of
271 target_xfer_memory_error.
272 * gdbcore.h: Include "target.h".
273 (memory_error): Change parameter type to target_xfer_error.
274 (memory_error_message): Declare function.
275 * target.c (target_read_memory, target_read_stack)
276 (target_write_memory, target_write_raw_memory): Return
277 TARGET_XFER_E_IO on error. Adjust comments.
278 (get_target_memory): Pass TARGET_XFER_E_IO to memory_error,
279 instead of EIO.
280 * target.h (target_read, target_insert_breakpoint)
281 (target_remove_breakpoint): Adjust comments.
282 * valprint.c (partial_memory_read): Rename parameter, and adjust
283 comment.
284 (val_print_string): Use memory_error_message to build the memory
285 error string.
286
287 2013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
288
289 * common/filestuff.c (gdb_fopen_cloexec): Remove initialization of
290 result variable. Rename variable fopen_e_ever_failed to
291 fopen_e_ever_failed_einval. Retry fopen only for errno EINVAL.
292
293 2013-10-09 Pedro Alves <palves@redhat.com>
294
295 * monitor.c (monitor_write_memory, monitor_write_memory_bytes)
296 (monitor_write_memory_longlongs, monitor_write_memory_block):
297 Constify 'myaddr' parameter.
298 (monitor_xfer_memory): Adjust interface as monitor_xfer_partial
299 helper.
300 (monitor_xfer_partial): New function.
301 (init_base_monitor_ops): Don't install a deprecated_xfer_memory
302 hook. Install a to_xfer_partial hook.
303
304 2013-10-09 Tom Tromey <tromey@redhat.com>
305
306 * dwarf2read.c (dwarf2_get_dwz_file): Update for type change in
307 bfd_get_alt_debug_link_info.
308
309 2013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
310
311 New flag OBJF_NOT_FILENAME.
312 * auto-load.c (auto_load_objfile_script): Check also OBJF_NOT_FILENAME.
313 * jit.c (jit_object_close_impl): Use OBJF_NOT_FILENAME for
314 allocate_objfile.
315 (jit_bfd_try_read_symtab): Use OBJF_NOT_FILENAME for
316 symbol_file_add_from_bfd.
317 * jv-lang.c (get_dynamics_objfile): Use OBJF_NOT_FILENAME for
318 allocate_objfile.
319 * objfiles.c (allocate_objfile): Assert OBJF_NOT_FILENAME if NAME is
320 NULL.
321 * objfiles.h (OBJF_NOT_FILENAME): New.
322
323 2013-10-08 Tom Tromey <tromey@redhat.com>
324
325 * Makefile.in (SFILES): Add build-id.c.
326 (HFILES_NO_SRCDIR): Add build-id.h.
327 * build-id.c: New file, largely from elfread.c. Modified
328 most functions.
329 * build-id.h: New file.
330 * dwarf2read.c (dwarf2_get_dwz_file): Update for change to
331 bfd_get_alt_debug_link_info. Verify dwz file's build-id.
332 Search for dwz file using build-id.
333 * elfread.c (build_id_bfd_get, build_id_verify)
334 (build_id_to_debug_filename, find_separate_debug_file): Remove.
335
336 2013-10-08 Joel Brobecker <brobecker@adacore.com>
337
338 * ada-lang.c (compare_names_with_case): Renamed from
339 compare_names, adding a new parameter "casing" and its handling.
340 New function documentation.
341 (compare_names): New function, implemented using
342 compare_names_with_case.
343
344 2013-10-08 Joel Brobecker <brobecker@adacore.com>
345
346 * ada-lang.c (ada_exception_sal): Remove advance declaration.
347
348 2013-10-07 Tom Tromey <tromey@redhat.com>
349
350 * objfiles.c (free_objfile_per_bfd_storage): Delete the
351 demangled_names_hash.
352 (free_objfile): Don't delete the demangled_names_hash.
353 * objfiles.h (struct objfile_per_bfd_storage)
354 <demangled_names_hash>: New field.
355 (struct objfile) <demangled_names_hash>: Move to
356 objfile_per_bfd_storage.
357 * symfile.c (reread_symbols): Don't delete the
358 demangled_names_hash.
359 * symtab.c (create_demangled_names_hash): Update.
360 (symbol_set_names): Update.
361
362 2013-10-07 Tom Tromey <tromey@redhat.com>
363
364 * gdb_bfd.c (struct gdb_bfd_data) <relocation_computed,
365 needs_relocations>: New fields.
366 (gdb_bfd_requires_relocations): New function.
367 * gdb_bfd.h (gdb_bfd_requires_relocations): Declare.
368 * objfiles.c (get_objfile_bfd_data): Disallow sharing if
369 the BFD needs relocations applied.
370
371 2013-10-07 Pedro Alves <palves@redhat.com>
372
373 PR breakpoints/11568
374 * breakpoint.c (remove_threaded_breakpoints): Say "no longer in
375 the thread list" instead of "gone".
376
377 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
378
379 * NEWS: Mention new convenience variable $_exitsignal.
380 * corelow.c (core_open): Reset exit convenience variables. Set
381 $_exitsignal to the uncaught signal which generated the corefile.
382 * infrun.c (handle_inferior_event): Reset exit convenience
383 variables. Set $_exitsignal for TARGET_WAITKIND_SIGNALLED.
384 (clear_exit_convenience_vars): New function.
385 * inferior.h (clear_exit_convenience_vars): New prototype.
386
387 2013-10-06 Yao Qi <yao@codesourcery.com>
388
389 * varobj.h: Add comments to enum varobj_languages.
390
391 2013-10-04 Doug Evans <dje@google.com>
392
393 Add support for DWP file format version 2.
394 * NEWS: Mention support for DWP file format version 2.
395 * dwarf2read.c (dwarf2_section_info): Convert asection field to a
396 union of asection, containing_section. New fields virtual_offset
397 and is_virtual. Change type of readin filed from int to char.
398 (dwo_sections, dwo_file): Tweak comments.
399 (dwp_v2_section_ids): New enum.
400 (dwp_sections): New fields abbrev, info, line, loc, macinfo, macro,
401 str_offsets, types.
402 (virtual_v1_dwo_sections): Renamed from virtual_dwo_sections.
403 All uses updated.
404 (virtual_v2_dwo_sections): New struct.
405 (dwp_hash_table): New fields version, nr_columns. Change type of
406 section_pool field to a union.
407 (dwp_file): New field version.
408 (dwarf2_has_info): Check for virtual sections.
409 (get_containing_section): New function.
410 (get_section_bfd_owner, get_section_bfd_section): Call it.
411 (dwarf2_locate_sections): Update.
412 (dwarf2_section_empty_p): Update.
413 (dwarf2_read_section): Handle virtual sections.
414 (locate_dwz_sections): Update.
415 (create_dwp_hash_table): Document and handle V2 format.
416 (locate_v1_virtual_dwo_sections): Renamed from
417 locate_virtual_dwo_sections and update. All callers updated.
418 (create_dwo_unit_in_dwp_v1): Renamed from create_dwo_in_dwp.
419 Delete arg htab. Rename arg section_index to unit_index.
420 All callers updated.
421 (MAX_NR_V1_DWO_SECTIONS): Renamed from MAX_NR_DWO_SECTIONS.
422 All uses updated.
423 (create_dwp_v2_section, create_dwo_unit_in_dwp_v2): New functions.
424 (lookup_dwo_unit_in_dwp): Add V2 support.
425 (dwarf2_locate_dwo_sections): Update.
426 (dwarf2_locate_common_dwp_sections): Renamed from
427 dwarf2_locate_dwp_sections and update. All callers updated.
428 (dwarf2_locate_v2_dwp_sections): New function.
429 (open_and_init_dwp_file): Add V2 support.
430 (read_str_index): New locals str_section, str_offsets_section.
431
432 2013-10-04 Pedro Alves <palves@redhat.com>
433
434 * common/ptid.c (null_ptid, minus_one_ptid, ptid_build)
435 (pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid)
436 (ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p): Replace
437 describing comments with references to ptid.h.
438 * common/ptid.h: Remove intro description of constructors,
439 accessors and predicates.
440 (struct ptid): Reformat.
441 (minus_one_ptid, ptid_build, pid_to_ptid, ptid_get_pid)
442 (ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid): Change
443 describing comments.
444
445 2013-10-04 Joel Brobecker <brobecker@adacore.com>
446
447 * aix-thread.c (sync_threadlists): Add missing ')' in call
448 to ptid_build.
449
450 2013-10-04 Joel Brobecker <brobecker@adacore.com>
451
452 * procfs.c (procfs_init_inferior): Fix typo causing the build
453 to fail.
454
455 2013-10-04 Joel Brobecker <brobecker@adacore.com>
456
457 * aix-thread.c (ptrace32): Remove cast to addr_ptr.
458
459 2013-10-04 Joel Brobecker <brobecker@adacore.com>
460
461 * mi/mi-main.c (run_one_inferior): Add function description.
462 Make ARG a pointer to an integer whose value determines whether
463 we should "run" or "start" the program.
464 (mi_cmd_exec_run): Add handling of the "--start" option.
465 Reject all other command-line options.
466 * NEWS: Add entry for "-exec-run"'s new "--start" option.
467
468 2013-10-04 Yao Qi <yao@codesourcery.com>
469
470 * remote-notif.h (REMOTE_NOTIF_ID): New enum.
471 (struct notif_client) <pending_event>: Moved
472 to struct remote_notif_state.
473 <id>: New field.
474 (struct remote_notif_state) <pending_event>: New field.
475 (notif_event_xfree): Declare.
476 * remote-notif.c (handle_notification): Adjust.
477 (notif_event_xfree): New function.
478 (do_notif_event_xfree): Call notif_event_xfree.
479 (remote_notif_state_xfree): Call notif_event_xfree to free
480 each element in field pending_event.
481 * remote.c (discard_pending_stop_replies): Remove declaration.
482 (discard_pending_stop_replies_in_queue): Declare.
483 (remote_close): Call discard_pending_stop_replies_in_queue
484 instead of discard_pending_stop_replies.
485 (remote_start_remote): Adjust.
486 (stop_reply_xfree): Call notif_event_xfree.
487 (notif_client_stop): Adjust initialization.
488 (remote_notif_remove_all): Rename it to ...
489 (remove_stop_reply_for_inferior): ... this. Update comments.
490 Don't check INF is NULL.
491 (discard_pending_stop_replies): Return early if notif_state is
492 NULL. Adjust. Don't check INF is NULL.
493 (remote_notif_get_pending_events): Adjust.
494 (discard_pending_stop_replies_in_queue): New function.
495 (remote_wait_ns): Likewise.
496
497 2013-10-04 Yao Qi <yao@codesourcery.com>
498
499 * remote-notif.c (DECLARE_QUEUE_P): Remove.
500 (notif_queue): Remove.
501 (remote_notif_process): Add one parameter 'notif_queue'.
502 Update comments. Callers update.
503 (remote_async_get_pending_events_token): Remove.
504 (remote_notif_register_async_event_handler): Remove.
505 (remote_notif_unregister_async_event_handler): Remove.
506 (handle_notification): Add parameter 'notif_queue'. Update
507 comments. Callers update.
508 (notif_xfree): Remove.
509 (remote_notif_state_allocate): New function.
510 (remote_notif_state_xfree): New function.
511 (_initialize_notif): Remove code to allocate queue.
512 * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
513 (struct remote_notif_state): New.
514 (handle_notification): Update declaration.
515 (remote_notif_process): Likewise.
516 (remote_notif_register_async_event_handler): Remove.
517 (remote_notif_unregister_async_event_handler): Remove.
518 (remote_notif_state_allocate): Declare.
519 (remote_notif_state_xfree): Declare.
520 * remote.c (struct remote_state) <notif_state>: New field.
521 (remote_close): Don't call
522 remote_notif_unregister_async_event_handler. Call
523 remote_notif_state_xfree.
524 (remote_open_1): Don't call
525 remote_notif_register_async_event_handler. Call
526 remote_notif_state_allocate.
527
528 2013-10-04 Yao Qi <yao@codesourcery.com>
529
530 * varobj.c (create_child_with_value): Remove 'const' from the
531 type of parameter 'name'.
532 (varobj_add_child): Likewise.
533 (install_dynamic_child): Remove 'const' from the type of
534 parameter 'name'.
535 (varobj_add_child): Likewise.
536 (create_child_with_value): Likewise. Update comments. Don't
537 duplicate 'name'.
538 (update_dynamic_varobj_children): Duplicate 'name'
539 and pass it to install_dynamic_child.
540
541 2013-10-03 Phil Muldoon <pmuldoon@redhat.com>
542
543 * python/py-value.c (convert_value_from_python): Move PyInt_Check
544 conversion logic to occur after PyLong_Check. Comment on order
545 change significance.
546 * python/py-arch.c (archpy_disassemble): Comment on order of
547 conversion for integers and longs.
548
549 2013-10-03 Pedro Alves <palves@redhat.com>
550
551 * common/linux-ptrace.c (linux_check_ptrace_features): Factor out
552 the PTRACE_O_TRACESYSGOOD and PTRACE_O_TRACEFORK to separate
553 functions. Always test for PTRACE_O_TRACESYSGOOD even if
554 PTRACE_O_TRACEFORK is not supported.
555 (linux_test_for_tracesysgood): New function.
556 (linux_test_for_tracefork): New function, factored out from
557 linux_check_ptrace_features, and also don't kill child_pid here.
558
559 2013-10-03 Tristan Gingold <gingold@adacore.com>
560
561 * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
562 Remove verbose error reporting. Use detected state to
563 thread_set_state call.
564 (i386_darwin_dr_get): Fix return type. Remove verbose error
565 report.
566 Remove trailing spaces.
567
568 2013-10-02 Pedro Alves <palves@redhat.com>
569
570 * cp-valprint.c (cp_print_value_fields): Adjust calls to
571 val_print_optimized_out.
572 * jv-valprint.c (java_print_value_fields): Likewise.
573 * p-valprint.c (pascal_object_print_value_fields): Likewise.
574 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
575 <DWARF_VALUE_REGISTER>: If the register was not saved, return a
576 new optimized out value.
577 * findvar.c (address_from_register): Likewise.
578 * frame.c (put_frame_register): Tweak error string to say the
579 register was not saved, rather than optimized out.
580 * infcmd.c (default_print_one_register_info): Adjust call to
581 val_print_optimized_out. Use value_of_register instead of
582 get_frame_register_value.
583 * mi/mi-main.c (output_register): Use value_of_register instead of
584 get_frame_register_value.
585 * valprint.c (valprint_check_validity): Likewise.
586 (val_print_optimized_out): New value parameter. If the value is
587 lval_register, print <not saved> instead.
588 (value_check_printable, val_print_scalar_formatted): Adjust calls
589 to val_print_optimized_out.
590 * valprint.h (val_print_optimized_out): New value parameter.
591 * value.c (struct value) <optimized_out>: Extend comment.
592 (error_value_optimized_out): New function.
593 (require_not_optimized_out): Use it. Use a different string for
594 lval_register values.
595 * value.h (error_value_optimized_out): New declaration.
596 * NEWS: Mention <not saved>.
597
598 2013-10-02 Joel Brobecker <brobecker@adacore.com>
599
600 * symtab.c (compare_search_syms): Use FILENAME_CMP instead of
601 strcmp to compare two symtab filenames.
602
603 2013-10-02 Joel Brobecker <brobecker@adacore.com>
604
605 * symtab.c (search_symbols_equal): Delete.
606 (sort_search_symbols_remove_dups): Replace call to
607 search_symbols_equal by call to compare_search_syms,
608 adjusting as necessary.
609
610 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
611
612 PR python/15579
613
614 * python/python.c: Document gdb.execute command in Python help.
615
616 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
617
618 * python/py-frame.c (frame_info_to_frame_object): Use
619 gdbpy_convert_exception. Clean up Python object on failure.
620
621 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
622
623 * python/lib/gdb/command/frame_filters.py
624 (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
625 (ShowFrameFilterPriority.invoke): Ditto.
626
627 2013-10-01 Keith Seitz <keiths@redhat.com>
628
629 * linespec.c (struct ls_parser): Make 'saved_arg' const.
630 (parse_linespec): Make 'argptr' const.
631 Remove temporary cast of 'argptr' to const char **.
632 (decode_line_full): Pass const pointer to parse_linespec.
633 (decode_line_1): Likewise.
634 (decode_objc): Make local variable 'new_argptr' const.
635 (find_function_symbols): Remove temporary cast to char *
636 to find_imps.
637 * objc-lang.c (find_imps): Make argument 'method' const.
638 Return const.
639 * objc-lang.h (find_imps): Likewise.
640
641 2013-10-01 Keith Seitz <keiths@redhat.com>
642
643 * completer.c (skip_quoted_chars): Make all arguments const.
644 Return const.
645 (skip_quoted): Likewise.
646 * completer.h (skip_quoted_chars): Likewise.
647 (skip_quoted): Likewise.
648 * defs.h (skip_quoted): Remove duplicate declaration.
649 * jv-exp.y: Include completer.h.
650 (yylex): Remove unneccessary cast to char * fro skip_quoted.
651 * p-exp.y: Include completer.h.
652
653 2013-10-01 Keith Seitz <keiths@redhat.com>
654
655 * c-exp.y (parse_number): Make first argument const.
656 Make a copy of the input to manipulate.
657 (c_parse_escape): Make first argument const.
658 Make local variable 'tokptr' const.
659 (parse_string_or_char): Make first two arguments const.
660 (macro_original_text): Make const.
661 (lex_one_token): Make local variable 'tokstart' const.
662 Likewise for local variables named 'p'.
663 Cast away const for struct stoken (temporary).
664 * c-lang.h (c_parse_escpae): Make first argument const.
665 * cli/cli-cmds.c (echo_command): Make local variable 'p'
666 const.
667 * cli/cli-setshow.c (do_set_command): Likewise for 'p' in
668 var_string case.
669 * f-exp.y (parse_number): Make first argument const.
670 (match_string_literal): Make local variable 'tokstart'
671 const.
672 (yylex): Make local variable 'p' const.
673 Cast away const for struct stoken (temporary).
674 * go-exp.y (parse_number): Make first argument const.
675 (parse_string_or_char): Likewise.
676 Make local variable 'tokstart' const.
677 (lex_one_token): Likewise for numerous locals called 'p'.
678 Cast away const for struct stoken (temporary).
679 * jv-exp.y (parse_number): Make first argument const.
680 Make local variables 'tokstart' and 'tokptr' const.
681 Cast away const for call to skip_quoted (temporary).
682 (yylex): Make local variable 'p' const.
683 Cast away const for struct stoken (temporary).
684 * m2-exp.y (parse_number): Make local variable 'p' const.
685 (yylex): Likewise for 'tokstart'.
686 Cast away const for struct stoken (temporary).
687 Make local variable 'p' const.
688 * macroexp.c (get_character_constant): Pass a const string
689 to c_parse_escape.
690 (get_string_literal): Likewise.
691 (macro_expand_next): Make first argument const.
692 Cast away const for init_shared_buffer.
693 * macroexp.h (macro_expand_next): Make first argument const.
694 * p-exp.y (yylex): Make a local copy of 'lexptr'.
695 Pass a const string to c_parse_escape.
696 Make local variables 'p' and 'namestart' const.
697 * parse.c (lexptr): Make const.
698 (prev_lexptr): Likewise.
699 (find_template_name_end): Return const.
700 Make argument const, too.
701 (parse_exp_in_context): Make first argument const.
702 Remove the entire const_hack.
703 (parse_exp_in_context_1): Make first argument const.
704 * parser-defs.h (find_template_name_end): Return const.
705 Make argument const, too.
706 (lexptr): Make const.
707 (prev_lexptr): Likewise.
708 * utils.c (parse_escape): Make second argument const.
709 * utils.h (parse_escape): Likewise.
710
711 2013-10-01 Keith Seitz <keiths@redhat.com>
712
713 * ada-exp.y (write_object_renaming): Update: struct stoken.ptr
714 is now const.
715 (block_lookup): Make 'raw_name' and 'name' const.
716 * ada-lex.l (processString): Update for struct stoken.ptr.
717 * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
718 (operator_stoken): Likewise.
719 (lex_one_token): Remove temporary cast to char * for
720 'yylval.sval.ptr'.
721 * f-exp.y (yylex): Likewise.
722 * gdb-types.c (lookup_struct_elt_type): Make argument 'name' const.
723 * gdbtypes.h (lookup_struct_elt_type): Likewisee.
724 * go-exp.y (lex_one_token): Remove temporary cast to char * for
725 'yylval.sval.ptr'.
726 * jv-exp.y (QualifiedName): Update for struct stoken.ptr.
727 (yylex): Remove temporary cast to char * for 'yylval.sval.ptr'.
728 * linespec.c (struct ls_parser): Make 'stream' const.
729 (find_parameter_list_end): Make argument 'input' and local
730 variable 'p' const.
731 (linespec_lexer_lex_string): Make local variables 'start' and
732 'p' const.
733 Use skip_spaces_const instead of skip_spaces.
734 (linespec_lexer_peek_token): Make local variable 'saved_stream'
735 const.
736 (parse_linespec): Temporarily cast 'argptr' to const for
737 'parser->lexer.stream'.
738 * m2-exp.y (yylex): Remove temporary cast to char * for
739 'yylval.sval.ptr'.
740 * objc-lang.c (add_msglist): Make local variable 'p' const.
741 * p-exp.y (exp : exp '['): Update for struct stoken.ptr.
742 (exp : STRING): Make 'sp' const.
743 (parse_number): Make argument 'p' const.
744 * parser-defs.h (struct stoken): Make 'ptr' const.
745
746 2013-10-01 Doug Evans <dje@google.com>
747
748 * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
749
750 2013-10-01 Yao Qi <yao@codesourcery.com>
751
752 * varobj.c (c_value_of_root): Remove declaration.
753 (cplus_value_of_root, java_value_of_root): Likewise.
754 (ada_value_of_root): Likewise.
755 (struct language_specific) <value_of_root>: Remove.
756 (languages): Update initialization.
757 (check_scope): Move earlier.
758 (c_value_of_root): Move earlier and rename to ...
759 (value_of_root_1): ... this.
760 (value_of_root): Caller update.
761 (cplus_value_of_root, java_value_of_root): Remove.
762 (ada_value_of_root): Remove.
763
764 2013-10-01 Yao Qi <yao@codesourcery.com>
765
766 * varobj.c (varobj_format_string): Remove "unknown".
767 (languages): Remove the first element.
768 * varobj.h (enum varobj_languages): Remove vlang_c.
769
770 2013-10-01 Yao Qi <yao@codesourcery.com>
771
772 * varobj.c (struct language_specific) <language>: Remove.
773 (languages): Update the initialization.
774
775 2013-10-01 Yao Qi <yao@codesourcery.com>
776
777 * arm-wince-tdep.c: Remove inclusion of "solib.h" and
778 "solib-target.h". Include "windows-tdep.h".
779 (arm_wince_init_abi): Call windows_init_abi. Remove call to
780 set_solib_ops and set_gdbarch_has_dos_based_file_system.
781 * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append
782 windows-tdep.o to gdb_target_obs.
783
784 2013-10-01 Yao Qi <yao@codesourcery.com>
785
786 * amd64-windows-tdep.c: Remove inclusion of "solib.h" and
787 "solib-target.h".
788 (amd64_windows_init_abi): Don't call set_solib_ops and
789 set_gdbarch_iterate_over_objfiles_in_search_order. Call
790 windows_init_abi instead.
791 * i386-cygwin-tdep.c: Remove inclusion of "solib.h" and
792 "solib-target.h".
793 (i386_cygwin_init_abi): Don't call set_solib_ops,
794 set_gdbarch_has_dos_based_file_system and
795 set_gdbarch_iterate_over_objfiles_in_search_order. Call
796 windows_init_abi instead.
797 * windows-tdep.c: Include "solib.h" and "solib-target.h".
798 (windows_init_abi): New function.
799 (windows_iterate_over_objfiles_in_search_order): Make it
800 static.
801 * windows-tdep.h (windows_init_abi): Declare.
802 (windows_iterate_over_objfiles_in_search_order): Remove
803 declaration.
804
805 2013-10-01 Jerome Guitton <guitton@adacore.com>
806
807 Checked in by Joel Brobecker <brobecker@adacore.com>
808 * system-gdbinit/elinos.py (get_elinos_environment): Return an
809 incomplete dictionnary instead of None in case of missing
810 environment variables.
811 (elinos_init): in case of an incomplete environment, best
812 effort to load system libraries instead of abort.
813
814 2013-10-01 Joel Brobecker <brobecker@adacore.com>
815
816 * ada-lang.c (ada_has_this_exception_support): Ignore
817 mst_solib_trampoline minimal symbols.
818
819 2013-09-30 Tristan Gingold <gingold@adacore.com>
820
821 * i386-darwin-nat.c (darwin_complete_target): Install methods for
822 hardware watchpoint.
823 (i386_darwin_dr_set): Support 32 and 64 bit states.
824 (i386_darwin_dr_get): Likewise.
825 (i386_darwin_dr_set_control): Make static.
826 (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
827 (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
828
829 2013-09-30 Luis Machado <lgustavo@codesourcery.com>
830
831 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
832 Replace TIDGET with ptid_get_lwp.
833 Replace GET_LWP with ptid_get_lwp.
834 * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
835 Replace BUILD_THREAD with ptid_build.
836 Replace BUILD_LWP with ptid_build.
837 Replace PIDGET with ptid_get_pid.
838 Replace TIDGET with ptid_get_lwp.
839 * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
840 * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
841 Replace TIDGET with ptid_get_lwp.
842 * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
843 * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
844 Replace TIDGET with ptid_get_lwp.
845 Replace GET_LWP with ptid_get_lwp.
846 * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
847 * auxv.c: Likewise.
848 * breakpoint.c: Likewise.
849 * common/ptid.c (ptid_is_pid): Condense check for
850 null_ptid and minus_one_ptid.
851 (ptid_lwp_p): New function.
852 (ptid_tid_p): New function.
853 * common/ptid.h: Update comments for accessors.
854 (ptid_lwp_p): New prototype.
855 (ptid_tid_p): New prototype.
856 * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
857 * gcore.c: Replace PIDGET with ptid_get_pid.
858 * gdbthread.h: Likewise.
859 * gnu-nat.c: Likewise.
860 * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
861 Replace TIDGET with ptid_get_lwp.
862 * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
863 * hppanbsd-nat.c: Likewise.
864 * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
865 Replace TIDGET with ptid_get_lwp.
866 * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
867 * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
868 * infcmd.c: Likewise.
869 * inferior.h: Likewise.
870 * inflow.c: Likewise.
871 * infrun.c: Likewise.
872 * linux-fork.c: Likewise.
873 * linux-nat.c: Replace PIDGET with ptid_get_pid.
874 Replace GET_PID with ptid_get_pid.
875 Replace is_lwp with ptid_lwp_p.
876 Replace GET_LWP with ptid_get_lwp.
877 Replace BUILD_LWP with ptid_build.
878
879 2013-09-28 Mike Frysinger <vapier@gentoo.org>
880
881 * common/linux-btrace.c: Move sys/syscall.h out of the
882 HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
883 Also check for SYS_perf_event_open before attempting to buid.
884
885 2013-09-27 Doug Evans <dje@google.com>
886
887 * dwarf2read.c (dwarf2_section_info): Add comment.
888 (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
889 All uses updated.
890 (dwarf2_section_empty_p): Rename arg from "info" to "section".
891 (dwarf2_read_section): Delete unused local "header". Add section
892 name to error message.
893 (create_dwo_in_dwp): Tweak comment.
894 (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
895
896 * dwarf2read.c (die_reader_specs): Tweak comment.
897 (get_section_bfd_owner, get_section_bfd_section): New functions.
898 (get_section_name, get_section_file_name): New functions.
899 (get_section_id, get_section_flags): New functions.
900 (*): Use new functions to access section fields.
901
902 * dwarf2read.c (struct dwo_file): Add/tweak comments.
903 (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp. Remove
904 arg "htab". All callers updated.
905 (create_debug_types_hash_table): Remove redundant copy of
906 abbrev_section.
907 (create_dwo_in_dwp): Tweak comments.
908 (read_str_index): Tweak comment. Record dwarf form name in static
909 local.
910
911 2013-09-27 Pedro Alves <palves@redhat.com>
912
913 * remote.h (REMOTE_SYSROOT_PREFIX): New define.
914 (remote_filename_p): Add comment.
915 * remote.c (remote_filename_p): Adjust to use
916 REMOTE_SYSROOT_PREFIX.
917 * solib.c (solib_find): When deciding whether we need to add a
918 directory separator, check whether the sysroot is "remote:"
919 instead of checking whether the patch has a drive spec. Add
920 comments.
921
922 2013-09-27 Pedro Alves <palves@redhat.com>
923
924 * remote.c (struct stop_reply) <solibs_changed, replay_event>:
925 Delete fields.
926 (remote_parse_stop_reply): Adjust, setting event->ws.kind
927 directly.
928
929 2013-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
930
931 Fix set debug frame output.
932 * frame.c (fprint_frame_type): Add TAILCALL_FRAME entry. Move
933 SENTINEL_FRAME entry lower to match enum frame_type order.
934
935 2013-09-26 Pierre Muller <muller@sourceware.org>
936
937 Replace constant values 8 to 15 by AMD64_R8_REGNUM to
938 AMD64_R15_REGNUM when a register index is expected.
939 * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):
940 Substitute in array.
941 * amd64-tdep.c (amd64_dwarf_regmap): Ditto.
942 (amd64_push_arguments): Substitute in integer_regnum array.
943
944 2013-09-25 Doug Evans <dje@google.com>
945
946 * objfiles.c (allocate_objfile): Move comment to better place.
947
948 New option "set debug symfile on".
949 * NEWS: Mention "set debug symfile".
950 * Makefile.in (SFILES): Add symfile-debug.c.
951 (COMMON_OBS): Add symfile-debug.o.
952 * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the
953 objfile's symbol functions.
954 * objfiles.h (objfile_set_sym_fns): Declare.
955 * symfile-debug.c: New file.
956 * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the
957 objfile's symbol functions.
958 (reread_symbols): Ditto.
959
960 * symfile.h (struct sym_fns): Delete member "sym_flavour".
961 All uses updated.
962 (add_symtab_fns): Update prototype.
963 * symfile.c (sym_fns_ptr): Delete. Replace with ...
964 (registered_sym_fns): ... this.
965 (symtab_fns): Update.
966 (add_symtab_fns): New arg "flavour". All callers updated.
967 (find_sym_fns): Rewrite to use new sym_fns registry.
968
969 * symfile.h (struct sym_fns): Add "objfile" argument to
970 sym_read_linetable. All uses updated.
971
972 * symtab.c (domain_name, search_domain_name): New functions.
973 * symtab.h (domain_name, search_domain_name): Declare.
974
975 * symfile.h (struct quick_symbol_functions): Reorg arg list of
976 map_matching_symbols so objfile is first. All uses updated.
977 * dwarf2read.c (dw2_map_matching_symbols): Update signature.
978 * psymtab.c (map_matching_symbols_psymtab): Update signature.
979
980 2013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
981
982 PR shlibs/8882
983 * solib-svr4.c (svr4_read_so_list): Skip the vDSO when reading
984 link map entries.
985
986 2013-09-24 Doug Evans <dje@google.com>
987
988 * objfiles.c (free_objfile): Move comment.
989
990 2013-09-24 Joel Brobecker <brobecker@adacore.com>
991
992 * ada-exp.y (string_to_operator): Delete.
993 (dummy_string_to_ada_operator): Delete.
994
995 2013-09-24 Joel Brobecker <brobecker@adacore.com>
996
997 Revert:
998 * i386-tdep.h (enum amd64_reg_class): New, moved here from
999 amd64-tdep.c.
1000 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
1001 call_dummy_integer_regs, and classify.
1002 * amd64-tdep.h (amd64_classify): Add declaration.
1003 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
1004 (amd64_reg_class): Delete, moved to i386-tdep.h.
1005 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
1006 Replace call to amd64_classify by call to tdep->classify.
1007 (amd64_push_arguments): Get the list of registers to use for
1008 passing integer parameters from the gdbarch tdep structure,
1009 rather than using a hardcoded one. Replace calls to amd64_classify
1010 by calls to tdep->classify.
1011 (amd64_push_dummy_call): Get the register number used for
1012 the "hidden" argument from tdep->call_dummy_integer_regs.
1013 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
1014 and tdep->call_dummy_integer_regs. Set tdep->classify.
1015
1016 2013-09-24 Joel Brobecker <brobecker@adacore.com>
1017
1018 Revert:
1019 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
1020 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
1021 where tdep->memory_args_by_pointer is non-zero.
1022
1023 2013-09-24 Joel Brobecker <brobecker@adacore.com>
1024
1025 Revert:
1026 * i386-tdep.h (struct gdbarch_tdep): Add new field
1027 integer_param_regs_saved_in_caller_frame.
1028 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
1029 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
1030
1031 2013-09-24 Joel Brobecker <brobecker@adacore.com>
1032
1033 * amd64-windows-tdep.c: #include "value.h"
1034 (amd64_windows_classify): Delete.
1035 (amd64_windows_passed_by_integer_register)
1036 (amd64_windows_passed_by_xmm_register)
1037 (amd64_windows_passed_by_pointer)
1038 (amd64_windows_adjust_args_passed_by_pointer)
1039 (amd64_windows_store_arg_in_reg, amd64_windows_push_arguments)
1040 (amd64_windows_push_dummy_call): New functions.
1041 (amd64_windows_init_abi): Remove setting of
1042 tdep->call_dummy_num_integer_regs, tdep->call_dummy_integer_regs,
1043 tdep->classify, tdep->memory_args_by_pointer and
1044 tdep->integer_param_regs_saved_in_caller_frame.
1045 Add call to set_gdbarch_push_dummy_call.
1046
1047 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1048
1049 * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with
1050 objfile->original_name.
1051
1052 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1053
1054 Pass down original filename for objfile.
1055 * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
1056 * elfread.c (elf_symfile_read): Likewise.
1057 * jit.c (jit_object_close_impl): Update allocate_objfile call, no
1058 longer set ORIGINAL_NAME.
1059 (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
1060 * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
1061 * machoread.c (macho_add_oso_symfile): Add parameter name. Update
1062 symbol_file_add_from_bfd call.
1063 (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
1064 (macho_check_dsym): Add parameter filenamep. Change function comment.
1065 Set *filenamep.
1066 (macho_symfile_read): New variable dsym_filename. Update
1067 macho_check_dsym call. Use it for symbol_file_add_separate.
1068 * objfiles.c (allocate_objfile): Add parameter name. New comment for
1069 it. Use it for objfile->original_name.
1070 (objfile_name): Return OBFD's filename, if available.
1071 * objfiles.h (allocate_objfile): Add new parameter name.
1072 * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
1073 * symfile-mem.c (symbol_file_add_from_memory): Update
1074 symbol_file_add_from_bfd call.
1075 * symfile.c (read_symbols): Update symbol_file_add_separate call, new
1076 comment for it.
1077 (symbol_file_add_with_addrs): New parameter name, add function comment
1078 for it. Remove variable name. Update allocate_objfile call.
1079 (symbol_file_add_separate): New parameter name, add function comment
1080 for it. Update symbol_file_add_with_addrs call.
1081 (symbol_file_add_from_bfd): New parameter name. Update
1082 symbol_file_add_with_addrs call.
1083 (symbol_file_add): Update symbol_file_add_from_bfd call.
1084 (reread_symbols): New variable original_name. Save
1085 objfile->original_name by it.
1086 * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
1087 second parameter.
1088
1089 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1090
1091 Code cleanup: Add objfile_name accessor function.
1092 * ada-lang.c (is_known_support_routine): Use objfile_name.
1093 * auto-load.c (source_gdb_script_for_objfile)
1094 (auto_load_objfile_script): Likewise.
1095 * coffread.c (coff_symtab_read, read_one_sym): Likewise.
1096 * dbxread.c (dbx_symfile_read): Likewise.
1097 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
1098 * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
1099 * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
1100 (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
1101 (lookup_dwp_signatured_type, lookup_dwo_unit)
1102 (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
1103 (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
1104 (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
1105 (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
1106 (dwarf2_record_block_ranges, read_common_block, read_typedef)
1107 (read_subrange_type, load_partial_dies, read_partial_die)
1108 (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
1109 (die_containing_type, build_error_marker_type, lookup_die_type)
1110 (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
1111 (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
1112 (get_DW_AT_signature_type, write_psymtabs_to_index)
1113 (save_gdb_index_command): Likewise.
1114 * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
1115 Likewise.
1116 * expprint.c (dump_subexp_body_standard): Likewise.
1117 * gdbtypes.c (type_name_no_tag_or_error): Likewise.
1118 * jit.c (jit_object_close_impl): Use the objfile field name renamed to
1119 original_name.
1120 * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
1121 obj_name, use objfile_name for it, use the variable.
1122 (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
1123 Use objfile_name.
1124 * machoread.c (macho_symtab_read, macho_check_dsym)
1125 (macho_symfile_relocate): Likewise.
1126 * maint.c (maintenance_translate_address): Likewise.
1127 * minidebug.c (find_separate_debug_file_in_section): Likewise.
1128 * minsyms.c (install_minimal_symbols): Likewise.
1129 * objfiles.c (allocate_objfile): Use the objfile field name renamed to
1130 original_name.
1131 (filter_overlapping_sections): Use objfile_name.
1132 (objfile_name): New function.
1133 * objfiles.h (struct objfile): Rename field name to original_name.
1134 (objfile_name): New prototype.
1135 * printcmd.c (sym_info, address_info): Use objfile_name.
1136 * probe.c (parse_probes, collect_probes, compare_probes)
1137 (info_probes_for_ops): Likewise.
1138 * progspace.c (clone_program_space): Likewise.
1139 * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
1140 (maintenance_info_psymtabs): Likewise.
1141 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
1142 (source_section_scripts): Likewise.
1143 * python/py-objfile.c (objfpy_get_filename): Likewise.
1144 * python/py-progspace.c (pspy_get_filename): Likewise.
1145 * solib-aix.c (solib_aix_get_toc_value): Likewise.
1146 * solib-som.c (match_main, som_solib_section_offsets): Likewise.
1147 * solib.c (solib_read_symbols): Likewise.
1148 * stabsread.c (scan_file_globals): Likewise.
1149 * stap-probe.c (handle_stap_probe): Likewise.
1150 * symfile.c (symbol_file_clear, separate_debug_file_exists)
1151 (find_separate_debug_file_by_debuglink): Likewise.
1152 (reread_symbols): Likewise. Use the objfile field name renamed to
1153 original_name.
1154 (allocate_symtab): Use objfile_name.
1155 * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
1156 (dump_objfile, dump_msymbols, dump_symtab_1)
1157 (maintenance_print_msymbols, maintenance_print_objfiles)
1158 (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
1159 * target.c (target_translate_tls_address, target_info): Likewise.
1160 * xcoffread.c (xcoff_initial_scan): Make variable name const. Use
1161 objfile_name.
1162
1163 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1164
1165 Code cleanup.
1166 * probe.c (parse_probes): Rename variable objfile_name to
1167 objfile_namestr.
1168
1169 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1170
1171 Remove solib-sunos.c.
1172 * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
1173 * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
1174 * objfiles.c (rt_common_objfile): Remove.
1175 (free_objfile): Remove rt_common_objfile comparison.
1176 * objfiles.h (rt_common_objfile): Remove.
1177 * solib-sunos.c: Remove.
1178 * symfile.c (reread_symbols): Remove solib-sunos.c comment.
1179
1180 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1181
1182 Remove a.out NetBSD and OpenBSD hosts.
1183 * NEWS (Removed native configurations): New.
1184 * config/arm/nbsdaout.mh: Remove.
1185 * config/i386/nbsdaout.mh: Remove.
1186 * config/i386/obsdaout.mh: Remove.
1187 * config/m68k/nbsdaout.mh: Remove.
1188 * config/sparc/nbsdaout.mh: Remove.
1189 * config/vax/nbsdaout.mh: Remove.
1190 * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
1191 (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
1192 (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
1193 error.
1194 (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
1195 (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
1196 (sparc-*-netbsd*, vax-*-netbsd*): Remove.
1197
1198 2013-09-23 Tom Tromey <tromey@redhat.com>
1199
1200 * linespec.c (struct minsym_and_objfile): Remove.
1201 (minsym_and_objfile_d): Remove.
1202 (struct linespec, struct collect_info, linespec_parse_basic)
1203 (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
1204 (compare_msymbols, find_method, find_function_symbols)
1205 (find_linespec_symbols, struct collect_minsyms, compare_msyms)
1206 (add_minsym, search_minsyms_for_name): Update.
1207
1208 2013-09-23 Andrew Burgess <aburgess@broadcom.com>
1209
1210 * regcache.c: Add include of valprint.h.
1211 (dump_endian_bytes): Delete.
1212 (regcache_dump): Use print_hex_chars not dump_endian_bytes.
1213
1214 2013-09-23 Andrew Burgess <aburgess@broadcom.com>
1215
1216 * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
1217
1218 2013-09-19 Pedro Alves <palves@redhat.com>
1219
1220 * breakpoint.c (remove_threaded_breakpoints): Skip non-user
1221 breakpoints.
1222
1223 2013-09-19 Pedro Alves <palves@redhat.com>
1224 Thomas Schwinge <thomas@codesourcery.com>
1225 Yue Lu <hacklu.newborn@gmail.com>
1226
1227 * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
1228 Take a gdb_byte pointer instead of a char pointer.
1229
1230 * gnu-nat.c (gnu_xfer_memory): Adjust interface as
1231 gnu_xfer_partial helper.
1232 (gnu_xfer_partial): New function.
1233 (gnu_target): Don't install a deprecated_xfer_memory hook.
1234 Install a to_xfer_partial hook.
1235
1236 2013-09-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1237
1238 Constification.
1239 * main.c (captured_main): Replace catch_command_errors by
1240 catch_command_errors_const. Twice.
1241 * symfile.c (symbol_file_add_main_1): Make args parameter const.
1242 (symbol_file_add): Make name parameter const.
1243 (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
1244 (symfile_bfd_open): Make name parameter const, rename it to cname. Add
1245 variable name. Change their usage accordingly.
1246 * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
1247 const.
1248 (symbol_file_add_main): Make args parameter const.
1249
1250 2013-09-18 Raunaq Bathija <raunaq12@in.ibm.com>
1251 Ulrich Weigand <uweigand@de.ibm.com>
1252
1253 * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
1254 of c_value member.
1255 (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
1256
1257 2013-09-18 Pedro Alves <palves@redhat.com>
1258 Yue Lu <hacklu.newborn@gmail.com>
1259
1260 * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
1261 (gnu_create_inferior)
1262 (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
1263 (set_sig_thread_cmd): Use the lwpid field of ptids to
1264 store/extract thread ids instead of the tid field.
1265 * i386gnu-nat.c (gnu_fetch_registers): Adjust.
1266
1267 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
1268
1269 * infcmd.c (default_print_one_register_info): Add detection of
1270 optimized out values.
1271 (default_print_registers_info): Switch to using
1272 get_frame_register_value.
1273
1274 2013-09-18 Markus Metzger <markus.t.metzger@intel.com>
1275
1276 * infrun.c (handle_inferior_event): Check if we know the
1277 function start address before setting a resume breakpoint.
1278
1279 2013-09-18 Pedro Alves <palves@redhat.com>
1280
1281 * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
1282 minus_one_ptid instead of looking at the ptid's tid field and
1283 comparing that to -1.
1284
1285 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
1286
1287 * main.h (get_gdb_program_name): Remove extra whitespace.
1288
1289 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
1290
1291 * main.h (get_gdb_program_name): Add declaration.
1292 * main.c (get_gdb_program_name): Add definition.
1293
1294 2013-09-17 Doug Evans <dje@google.com>
1295
1296 * dwarf2read.c: Move definitions of complaint functions to after
1297 forward declarations of local functions.
1298
1299 2013-09-17 Muhammad Waqas <mwaqas@codesourcery.com>
1300 Pedro Alves <palves@redhat.com>
1301
1302 PR gdb/11568
1303 * breakpoint.c (remove_threaded_breakpoints): New function.
1304 (_initialize_breakpoint): Attach remove_threaded_breakpoints
1305 as thread_exit observer.
1306
1307 2013-09-17 Pedro Alves <palves@redhat.com>
1308
1309 PR gdb/15911
1310 * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
1311 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
1312 * corelow.c (core_open):
1313 * frame.h (print_stack_frame, print_frame_info): New
1314 'set_current_sal' parameter.
1315 * infcmd.c (finish_command, kill_command): Adjust call to
1316 print_stack_frame.
1317 * inferior.c (inferior_command): Likewise.
1318 * infrun.c (normal_stop): Likewise.
1319 * linux-fork.c (linux_fork_context): Likewise.
1320 * record-full.c (record_full_goto_entry, record_full_restore):
1321 Likewise.
1322 * remote-mips.c (common_open): Likewise.
1323 * stack.c (print_stack_frame): New 'set_current_sal' parameter.
1324 Use it.
1325 (print_frame_info): New 'set_current_sal' parameter. Set the last
1326 displayed sal depending on the new paremeter instead of looking at
1327 print_what.
1328 (backtrace_command_1, select_and_print_frame, frame_command)
1329 (current_frame_command, up_command, down_command): Adjust call to
1330 print_stack_frame.
1331 * thread.c (print_thread_info, restore_selected_frame)
1332 (do_captured_thread_select): Adjust call to print_stack_frame.
1333 * tracepoint.c (tfind_1): Likewise.
1334 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
1335 (mi_cmd_stack_info_frame): Likewise.
1336 * mi/mi-interp.c (mi_on_normal_stop): Likewise.
1337 * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
1338
1339 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1340
1341 * value.c (isvoid_internal_fn): Replace "parameter" with
1342 "argument".
1343
1344 2013-09-16 Stan Shebs <stan@codesourcery.com>
1345
1346 * README: Update references to writing code for GDB.
1347 * configure.ac (build_warnings): Remove obsolete comment.
1348 * configure: Regenerate.
1349 * gdbarch.sh: Remove references to gdbint.texinfo.
1350 * gdbarch.h: Regenerate.
1351 * gdbtypes.c (objfile_type): Remove comments referencing internals
1352 manual and D10V.
1353
1354 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1355
1356 * NEWS: Mention new convenience function $_isvoid.
1357 * value.c (isvoid_internal_fn): New function.
1358 (_initialize_values): Add new convenience function $_isvoid.
1359
1360 2013-09-16 Pierre Muller <muller@sourceware.org>
1361
1362 * arm-linux-tdep.c: Add "elf/common.h" header.
1363 Remove AT_HWCAP macro definintion as it is provided in
1364 added include file.
1365 * s390-tdep.c: Remove system header <elf.h>
1366 Add "elf/common.h" header for AT_HWCAP definition.
1367 (s390_core_read_description): Use correct CORE_ADDR
1368 for hwcap local variable used as third parameter
1369 of function target_auxv_search.
1370
1371 2013-09-14 Pierre Muller <muller@sourceware.org>
1372 Tom Tromey <tromey@redhat.com>
1373 Pedro Alves <palves@redhat.com>
1374
1375 * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
1376 mode if operating system doesn't know O_CLOEXEC.
1377
1378 2013-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1379
1380 Code cleanup.
1381 * symfile.c (reread_symbols): Move variable obfd_filename to a more
1382 inner block.
1383
1384 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1385
1386 * NEWS: Mention TDB support.
1387 * features/s390-tdb.xml: New file.
1388 * features/s390-te-linux64.xml: New file.
1389 * features/s390x-te-linux64.xml: New file.
1390 * features/Makefile (WHICH): Add new tdescs above.
1391 (s390-te-linux64-expedite): Set.
1392 (s390x-te-linux64-expedite): Set.
1393 * features/s390-te-linux64.c: New file (generated).
1394 * features/s390x-te-linux64.c: New file (generated).
1395 * regformats/s390-te-linux64.dat: New file (generated).
1396 * regformats/s390x-te-linux64.dat: New file (generated).
1397 * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
1398 (HWCAP_S390_TE): Likewise.
1399 (S390_TDB_DWORD0_REGNUM): Likewise.
1400 (S390_TDB_DWORD0_REGNUM): Likewise.
1401 (S390_TDB_ABORT_CODE_REGNUM): Likewise.
1402 (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
1403 (S390_TDB_ATIA_REGNUM): Likewise.
1404 (S390_TDB_R0_REGNUM): Likewise.
1405 (S390_TDB_R1_REGNUM): Likewise.
1406 (S390_TDB_R2_REGNUM): Likewise.
1407 (S390_TDB_R3_REGNUM): Likewise.
1408 (S390_TDB_R4_REGNUM): Likewise.
1409 (S390_TDB_R5_REGNUM): Likewise.
1410 (S390_TDB_R6_REGNUM): Likewise.
1411 (S390_TDB_R7_REGNUM): Likewise.
1412 (S390_TDB_R8_REGNUM): Likewise.
1413 (S390_TDB_R9_REGNUM): Likewise.
1414 (S390_TDB_R10_REGNUM): Likewise.
1415 (S390_TDB_R11_REGNUM): Likewise.
1416 (S390_TDB_R12_REGNUM): Likewise.
1417 (S390_TDB_R13_REGNUM): Likewise.
1418 (S390_TDB_R14_REGNUM): Likewise.
1419 (S390_TDB_R15_REGNUM): Likewise.
1420 (S390_NUM_REGS): Increase.
1421 (S390_IS_TDBREGSET_REGNUM): New macro.
1422 (s390_regmap_tdb): Declare.
1423 (s390_sizeof_tdbregset): Define.
1424 (tdesc_s390_te_linux64): Declare.
1425 (tdesc_s390x_te_linux64): Likewise.
1426 * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
1427 "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
1428 (s390_regmap_tdb): New regmap.
1429 (s390_supply_tdb_regset): New function.
1430 (s390_tdb_regset): New regset.
1431 (s390_linux64v2_regset_sections): Add TDB regset to list.
1432 (s390x_linux64v2_regset_sections): Likewise.
1433 (s390_regset_from_core_section): Recognize TDB core note section.
1434 (s390_core_read_description): If HWCAP indicates TE support,
1435 select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
1436 (s390_gdbarch_init): Handle TDB regset.
1437 (_initialize_s390_tdep): Initialize new tdescs.
1438 * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
1439 (have_regset_tdb): New variable.
1440 (s390_native_supply): Support register invalidation.
1441 (fetch_regset): Invalidate registers if ptrace yields ENODATA.
1442 (check_regset): Treat ENODATA as "regset exists".
1443 (s390_linux_fetch_inferior_registers): Add TDB.
1444 (s390_read_description): Check for TDB existence and select
1445 appropriate tdesc.
1446 * gdbserver/Makefile.in (clean): Add removal of new makefile
1447 targets.
1448 (s390-te-linux64.c): New makefile target.
1449 (s390x-te-linux64.c): Likewise.
1450 * gdbserver/configure.srv (srv_regobj): Append new objects
1451 s390-te-linux64.o and s390x-te-linux64.o.
1452 (srv_xmlfiles): Append new files s390-te-linux64.xml,
1453 s390x-te-linux64.xml, and s390-tdb.xml.
1454 * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
1455 declaration.
1456 (tdesc_s390_te_linux64): Likewise.
1457 (init_registers_s390x_te_linux64): Likewise.
1458 (tdesc_s390x_te_linux64): Likewise.
1459 (s390_check_regset): Treat ENODATA as "regset exists".
1460 (s390_arch_setup): Add TDB regset support.
1461 (initialize_low_arch): Initialize registers for new tdescs.
1462
1463 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1464
1465 * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
1466 (S390_IS_FPREGSET_REGNUM): New macro.
1467 * s390-tdep.c (s390_dwarf_regmap): Make const.
1468 (regnum_is_gpr_full): New function for replacing repeated code.
1469 (s390_pseudo_register_name): Use it.
1470 (s390_pseudo_register_type): Likewise.
1471 (s390_pseudo_register_read): Likewise.
1472 (s390_pseudo_register_write): Likewise.
1473 (s390_unwind_pseudo_register): Likewise.
1474 (s390_regmap_gregset): New format for regmap.
1475 (s390x_regmap_gregset): Likewise.
1476 (s390_regmap_fpregset): Likewise.
1477 (s390_regmap_upper): Likewise.
1478 (s390_regmap_last_break): Likewise.
1479 (s390_regmap_system_call): Likewise.
1480 (s390_supply_regset): Adjust to new regmap format.
1481 (s390_collect_regset): Likewise.
1482 * s390-nat.c (s390_native_supply): Adjust to new regmap format.
1483 (s390_native_collect): Likewise.
1484 (supply_gregset): Likewise.
1485 (fill_gregset): Likewise.
1486 (supply_fpregset): Likewise.
1487 (fill_fpregset): Likewise.
1488 (fetch_regset): Likewise.
1489 (store_regset): Likewise.
1490 (s390_linux_fetch_inferior_registers): Likewise.
1491 (s390_linux_fetch_inferior_registers): Likewise.
1492
1493 2013-09-12 Andrew Pinski <apinski@cavium.com>
1494
1495 * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
1496
1497 2013-09-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1498
1499 * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
1500
1501 2013-09-09 Andrew Burgess <aburgess@broadcom.com>
1502
1503 * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
1504
1505 2013-09-06 Pedro Alves <palves@redhat.com>
1506
1507 * remote-sim.c (dump_mem, gdbsim_fetch_register)
1508 (gdbsim_store_register, gdbsim_kill, gdbsim_load)
1509 (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
1510 (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
1511 (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
1512 gdb_stdlog.
1513
1514 2013-09-06 Pedro Alves <palves@redhat.com>
1515
1516 * remote-sim.c (dump_mem): Constify buf parameter.
1517 gdbsim_xfer_inferior_memory): Rename to ...
1518 (gdbsim_xfer_memory): ... this. Adjust interface as
1519 target_xfer_partial helper.
1520 (gdbsim_xfer_partial): New function.
1521 (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
1522 Install a to_xfer_partial hook. Send output to gdb_stdlog.
1523
1524 2013-09-06 Pedro Alves <palves@redhat.com>
1525
1526 * remote-sim.c (gdbsim_xfer_inferior_memory): Use
1527 host_address_to_string, and send debug output to gdb_stdlog.
1528
1529 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
1530
1531 * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
1532 * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
1533 gdb_target_obs for cris target.
1534 * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
1535 (cris_gdbarch_init): Move calls to
1536 set_gdbarch_fetch_tls_load_module_address and
1537 set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
1538 Add call to gdbarch_init_osabi.
1539 * cris-linux-tdep.c: New file.
1540 * cris-tdep.h: New file.
1541
1542 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
1543
1544 * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
1545 to deprecated_init_ui_hook.
1546
1547 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
1548
1549 * cli/cli-interp.c (_initialize_cli_interp): Add a
1550 command_loop_proc to interp_procs.
1551 * event-top.c (cli_command_loop): Change signature to match
1552 interp_command_loop_ftype.
1553 * event-top.h (cli_command_loop): Same.
1554 * interps.c (interp_new): Require every interpreter to have a
1555 command_loop_proc.
1556 (current_interp_command_loop): Just call the command_loop_proc on
1557 the current interpreter.
1558 * tui/tui-interp.c (_initialize_tui_interp): Add a
1559 command_loop_proc to interp_procs.
1560
1561 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
1562
1563 * cris-tdep.c (cris_gdbarch_init): Add call to
1564 get_gdbarch_fetch_tls_load_module_address.
1565
1566 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
1567
1568 * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
1569 (cris_elf_gregset_t): Rename from elf_gregset_t.
1570 (crisv32_elf_gregset_t): Adjust.
1571 (cris_supply_gregset, fetch_core_registers): Adjust.
1572
1573 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
1574
1575 * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
1576
1577 2013-09-05 Andrew Burgess <aburgess@broadcom.com>
1578
1579 * defs.h (deprecated_command_loop_hook): Remove, including
1580 references in comments.
1581 * interps.c (current_interp_command_loop): No longer use
1582 deprecated_command_loop_hook.
1583 (clear_interpreter_hooks): Remove deprecated_command_loop_hook
1584 setup.
1585 * top.c (deprecated_command_loop_hook): Remove.
1586
1587 2013-09-05 Pedro Alves <palves@redhat.com>
1588
1589 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
1590 local is now int instead of ULONGEST. Print it with %d
1591 instead of paddress.
1592
1593 2013-09-05 Tristan Gingold <gingold@adacore.com>
1594
1595 * MAINTAINERS: Remove avr maintainership.
1596
1597 2013-09-05 Pedro Alves <palves@redhat.com>
1598
1599 * findvar.c (value_of_register): Rework in terms of
1600 value_of_register_lazy.
1601
1602 2013-09-05 Muhammad Bilal <mbilal@codesourcery.com>
1603
1604 * symfile.c (add_symbol_file_command): Remove trailing
1605 whitespaces and blank line after comment.
1606
1607 2013-09-05 Pedro Alves <palves@redhat.com>
1608
1609 * tui/tui-regs.c (tui_register_format): Don't look at the
1610 register's name here. Return string representing register
1611 value instead of storing it in the data element.
1612 (tui_get_register): Compare register string representations
1613 instead of register value states and contents.
1614
1615 2013-09-05 Pedro Alves <palves@redhat.com>
1616
1617 PR tui/15933
1618 * tui/tui-regs.c (tui_show_registers): Show registers of the
1619 selected frame, not the current frame.
1620
1621 2013-09-05 Ricard Wanderlof <ricardw@axis.com>
1622
1623 * MAINTAINERS (Write After Approval): Add myself to the list.
1624
1625 2013-09-04 Doug Evans <dje@google.com>
1626
1627 * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
1628 (queue_and_load_dwo_tu): New function.
1629 (lookup_dwo_signatured_type): Set per_cu.tu_read.
1630 (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
1631 Make dependent_cu optional.
1632 (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
1633 and an older .gdb_index is in use, queue and load all its TUs too.
1634
1635 2013-09-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1636
1637 Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
1638 * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
1639 variable search_flags.
1640 * defs.h (OPF_DISABLE_REALPATH): Rename to ...
1641 (OPF_RETURN_REALPATH): ... here.
1642 * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
1643 * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
1644 call. Twice.
1645 * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
1646 openp call.
1647 * solib.c (solib_find): Likewise. Four times.
1648 * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
1649 in the function comment and for the realpath_fptr variable.
1650 (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
1651 (find_and_open_source): Likewise. Twice.
1652 * symfile.c (symfile_bfd_open): Likewise, also twice.
1653
1654 2013-09-04 Doug Evans <dje@google.com>
1655
1656 * progspace.c (save_current_space_and_thread): Remove unnecessary
1657 call to save_current_inferior.
1658
1659 2013-09-04 Andrew Burgess <aburgess@broadcom.com>
1660
1661 * sh64-tdep.c (sh64_do_register): Return after printing message
1662 about unavailable register contents.
1663
1664 2013-09-04 Muhammad Bilal <mbilal@codesourcery.com>
1665 Pedro Alves <palves@redhat.com>
1666
1667 * symfile.c (add_symbol_file_command): Error out on unknown
1668 option. Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
1669 options and collapse into single conditional branch.
1670
1671 2013-09-03 Luis Machado <lgustavo@codesourcery.com>
1672
1673 * inf-child.c (inf_child_follow_fork): New parameter
1674 detach_fork.
1675 * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
1676 * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
1677 * inferior.h (detach_fork): Remove.
1678 * infrun.c (detach_fork): Adjust comment and make it
1679 static.
1680 (follow_fork): Pass detach_fork parameter to
1681 target_follow_fork.
1682 * linux-nat.c (linux_child_follow_fork): New parameter
1683 detach_fork.
1684 * target.c (target_follow_fork): New parameter detach_fork.
1685 Pass detach_fork as parameter and print its value.
1686 * target.h (struct target_ops) <to_follow_fork>: New int
1687 parameter.
1688 (target_follow_fork): New parameter detach_fork.
1689
1690 2013-09-03 Joel Brobecker <brobecker@adacore.com>
1691
1692 * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
1693 Replace sec->bfd by sec->the_bfd_section->owner.
1694
1695 2013-09-03 Yao Qi <yao@codesourcery.com>
1696
1697 * linux-tdep.c (linux_is_uclinux): New function. Code moved
1698 from linux_has_shared_address_space.
1699 (linux_has_shared_address_space): Call linux_is_uclinux.
1700 * linux-tdep.h (linux_is_uclinux): Declare.
1701 * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
1702 linux_is_uclinux.
1703
1704 2013-09-03 Yao Qi <yao@codesourcery.com>
1705
1706 * config/djgpp/fnchange.lst: Remove entry of
1707 i386-interix-nat.c and i386-interix-tdep.c.
1708 * configure.ac: Remove '*-*-interix*'.
1709 * configure: Re-generated.
1710 * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
1711 * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
1712 obsolete comments.
1713 * osabi.c (gdb_osabi_names): Remove "Interix".
1714
1715 2013-09-03 Yao Qi <yao@codesourcery.com>
1716
1717 * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
1718
1719 2013-09-02 Markus Metzger <markus.t.metzger@intel.com>
1720
1721 * record.h (record_print_flag) <record_print_src_line,
1722 record_print_insn_range>: Rename into ...
1723 (record_print_flag) <record_print_src_line,
1724 record_print_insn_range>: ... this. Update all users.
1725
1726 2013-09-02 Pierre Muller <muller@sourceware.org>
1727
1728 * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
1729 error code.
1730
1731 2013-09-02 Pierre Muller <muller@sourceware.org>
1732
1733 * windows-nat.c (windows_xfer_memory): Fix compilation failure
1734 by use of plongest function.
1735
1736 2013-09-02 Tristan Gingold <gingold@adacore.com>
1737
1738 * NEWS: Add entry mentioning support for native Windows x64
1739 SEH data.
1740
1741 * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
1742 "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
1743 (struct amd64_windows_frame_cache): New struct.
1744 (amd64_windows_w2gdb_regnum): New global.
1745 (pc_in_range, amd64_windows_frame_decode_epilogue)
1746 (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
1747 (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
1748 (amd64_windows_frame_this_id): New functions.
1749 (amd64_windows_frame_unwind): New static global.
1750 (amd64_windows_skip_prologue): New function.
1751 (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
1752 with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
1753 with amd64_windows_skip_prologue.
1754
1755 2013-08-30 Joel Brobecker <brobecker@adacore.com>
1756
1757 GDB 7.6.1 released.
1758
1759 2013-08-30 Pedro Alves <palves@redhat.com>
1760
1761 * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
1762 SRC_AND_LOC.
1763
1764 2013-08-30 Pedro Alves <palves@redhat.com>
1765
1766 * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
1767 warning text.
1768
1769 2013-08-30 Pedro Alves <palves@redhat.com>
1770
1771 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
1772 Adjust arguments to print_stack_frame.
1773
1774 2013-08-30 Pedro Alves <palves@redhat.com>
1775
1776 * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
1777
1778 2013-08-30 Pedro Alves <palves@redhat.com>
1779
1780 * frame.h (show_and_print_stack_frame): Delete declaration.
1781
1782 2013-08-30 Phil Muldoon <pmuldoon@redhat.com>
1783
1784 PR python/15461
1785
1786 * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
1787 (archpy_name): Check for valid architecture.
1788 (archpy_disassemble): Ditto.
1789
1790 2013-08-29 Joel Brobecker <brobecker@adacore.com>
1791
1792 * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
1793 instead of "long long" in call to ptrace64.
1794
1795 2013-08-29 Andrew Burgess <aburgess@broadcom.com>
1796
1797 * mi/mi-interp.c (mi_command_loop): Change signature to match
1798 interp_command_loop_ftype.
1799 (mi1_command_loop): Remove.
1800 (mi2_command_loop): Remove.
1801 (mi3_command_loop): Remove.
1802 (mi_interpreter_resume): Remove setting of
1803 deprecated_command_loop_hook.
1804 (_initialize_mi_interp): Set mi_command_loop as the command loop
1805 callback.
1806
1807 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
1808
1809 * valops.c (do_search_struct_field): Pass v2 instead of base_type to
1810 value_type.
1811
1812 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
1813
1814 * value.c (allocate_value_contents): Make static.
1815 * value.h (allocate_value_contents): Remove prototype.
1816
1817 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
1818
1819 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
1820 of assembling value via allocate_value_lazy and attribute setter.
1821 * findvar.c (default_read_var_value): Use value_at_lazy instead of
1822 assembling value via allocate_value_lazy and attribute setter.
1823 * valops.c (do_search_struct_field): Use value_at_lazy instead of
1824 assembling value via allocate_value_lazy and attribute setter.
1825
1826 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
1827
1828 * value.c (value_from_contents_and_address): Replace allocate_value and
1829 memcpy with value_from_contents.
1830
1831 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1832
1833 * python/py-framefilter.c (py_print_frame): Remove usage of
1834 PyString_AsString. Use python_string_to_host_string instead.
1835 Refactor function to work with a string as a new allocation
1836 instead of a pointer.
1837 (py_print_frame): Ditto.
1838 * python/lib/gdb/frames.py (return_list): Cain iterators together
1839 instead of adding them as a list.
1840 (_sort_list): Call return_list, and remove duplicate code.
1841 (execute_frame_filters): Convert iterator to a list with list().
1842 * python/lib/gdb/command/frame_filters.py
1843 (SetFrameFilterPriority._set_filter_priority): Convert priority
1844 attribute to an integer.
1845 * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
1846 wrapper function __next__.
1847 * python/lib/gdb/FrameDecorator.py: If basestring not defined,
1848 define as "str".
1849
1850 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1851
1852 PR python/15752
1853 * python/py-framefilter.c (apply_frame_filter): Check
1854 gdb_python_initialized. Exit if the Python frame-filter code
1855 cannot be initialized.
1856
1857 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1858
1859 PR cli/15842
1860 * top.c (print_gdb_version): Remove erroneous newline after help
1861 text.
1862
1863 2013-08-29 Yao Qi <yao@codesourcery.com>
1864
1865 * varobj.c (install_dynamic_child): Remove trailing space.
1866 Add one blank line after variable declaration.
1867
1868 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1869
1870 PR gdb/15415
1871 * corefile.c (get_exec_file): Use exec_filename.
1872 * defs.h (OPF_DISABLE_REALPATH): New definition. Add new comment.
1873 * exec.c (exec_close): Free EXEC_FILENAME.
1874 (exec_file_attach): New variable canonical_pathname. Use
1875 OPF_DISABLE_REALPATH. Call gdb_realpath explicitly. Set
1876 EXEC_FILENAME.
1877 * exec.h (exec_filename): New.
1878 * inferior.c (print_inferior, inferior_command): Use
1879 PSPACE_EXEC_FILENAME.
1880 * mi/mi-main.c (print_one_inferior): Likewise.
1881 * progspace.c (clone_program_space, print_program_space): Likewise.
1882 * progspace.h (struct program_space): New field pspace_exec_filename.
1883 * source.c (openp): Describe OPF_DISABLE_REALPATH. New variable
1884 realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
1885
1886 2013-08-28 Will Newton <will.newton@linaro.org>
1887
1888 * common/linux-ptrace.c: Include stdint.h unconditionally.
1889
1890 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1891
1892 Code cleanup.
1893 * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
1894
1895 2013-08-28 Yao Qi <yao@codesourcery.com>
1896 Pedro Alves <palves@redhat.com>
1897
1898 * event-top.c (gdb_setup_readline): Call stderr_fileopen
1899 instead of stdio_fileopen.
1900 * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
1901 .Call stderr_fileopen instead of stdio_fileopen.
1902 * ui-file.c [__MINGW32__] (stderr_file_write): New function.
1903 [__MINGW32__] (stderr_file_fputs): New function.
1904 (stderr_fileopen): New function.
1905 * ui-file.h (stderr_fileopen): Declare.
1906
1907 2013-08-27 Doug Evans <dje@google.com>
1908
1909 * dwarf2read.c (struct dwarf2_cu): Tweak comment.
1910 (struct dwarf2_per_cu_data): Ditto.
1911 (maybe_queue_comp_unit): Delete forward decl. Add comment.
1912 (process_imported_unit_die): Ditto.
1913 (follow_die_sig_1): Simplify assert.
1914
1915 2013-08-27 Pedro Alves <palves@redhat.com>
1916
1917 * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
1918 xfer_partial's interface. Return TARGET_XFER_E_IO on error.
1919 (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
1920 windows_xfer_memory directly.
1921 (init_windows_ops): Don't install a deprecated_xfer_memory method.
1922
1923 2013-08-27 Pedro Alves <palves@redhat.com>
1924
1925 * darwin-nat.c (darwin_xfer_memory): Delete.
1926 (_initialize_darwin_inferior): Don't install a
1927 deprecated_xfer_memory method.
1928
1929 2013-08-27 Pedro Alves <pedro@codesourcery.com>
1930 Yao Qi <yao@codesourcery.com>
1931
1932 * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
1933 (parse_no_frames_option): Remove.
1934 (mi_cmd_stack_list_locals): Handle --skip-unavailable.
1935 (mi_cmd_stack_list_args): Adjust.
1936 (mi_cmd_stack_list_variables): Handle --skip-unavailable.
1937 (list_arg_or_local): Add new parameter 'skip_unavailable'. Return
1938 early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
1939 Caller update.
1940 (list_args_or_locals): New parameter 'skip_unavailable'.
1941 Handle it.
1942 * valprint.c (scalar_type_p): Rename to ...
1943 (val_print_scalar_type_p): ... this. Make extern.
1944 (val_print, value_check_printable): Adjust.
1945 * valprint.h (val_print_scalar_type_p): Declare.
1946 * value.c (value_entirely_unavailable): New function.
1947 * value.h (value_entirely_unavailable): Declare.
1948
1949 * NEWS: Mention the new option "--skip-unavailable" to MI
1950 commands '-stack-list-locals', '-stack-list-arguments' and
1951 '-stack-list-variables'.
1952
1953 2013-08-27 Yao Qi <yao@codesourcery.com>
1954
1955 * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
1956 (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
1957 options.
1958 * mi/mi-getopt.c (mi_getopt): Remove.
1959 (mi_getopt_1): Renamed from mi_getopt. Add one parameter
1960 'error_on_unknown'.
1961 (mi_getopt): Call mi_getopt_1.
1962 (mi_getopt_silent): New.
1963 * mi/mi-getopt.h (mi_getopt_silent): Declare.
1964
1965 2013-08-26 Doug Evans <dje@google.com>
1966
1967 PR symtab/15885
1968 * dwarf2read.c (dw2_dump): Print some minimal information indicating
1969 .gdb_index is in use.
1970 * symfile.c (reread_symbols): Reset objfile->sf.
1971
1972 * NEWS: Document "mt print objfiles" now takes optional regexp.
1973 * symmisc.c (maintenance_print_objfiles): Argument is now an optional
1974 regexp of objfiles to print.
1975 (_initialize_symmisc): Update doc string for "mt print objfiles".
1976
1977 * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
1978 missing debug info checks.
1979
1980 2013-08-26 Raunaq Bathija <raunaq12@in.ibm.com>
1981 Ulrich Weigand <uweigand@de.ibm.com>
1982
1983 * xcoffread.c (arrange_linetable): Add fix to correctly handle
1984 line tables generated by XLC compiled binaries.
1985
1986 2013-08-23 Doug Evans <dje@google.com>
1987
1988 * symmisc.c (dump_symtab): Delete prototype.
1989 (dump_msymbols, dump_objfile): Ditto.
1990 (maintenance_info_symtabs): Mark as dont_repeat.
1991 (_initialize_symmisc): Improve doc string for "mt info symtabs".
1992
1993 * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
1994 debugging printf to better location.
1995
1996 2013-08-23 Pedro Alves <palves@redhat.com>
1997
1998 * target.c (target_read_live_memory): Change type of 'ret' local
1999 to LONGEST.
2000
2001 2013-08-23 Pedro Alves <palves@redhat.com>
2002
2003 * remote.c (remote_write_bytes_aux, remote_write_bytes)
2004 (remote_read_bytes): Change return type to LONGEST, and adjust to
2005 return a target_xfer_error on error.
2006 (remote_xfer_memory): Delete.
2007 (remote_flash_write): Change type of 'ret' local to LONGEST.
2008 (remote_xfer_partial, remote_xfer_partial): Adjust.
2009 (init_remote_ops): Don't install a deprecated_xfer_memory hook.
2010
2011 2013-08-23 Pierre Muller <muller@sourceware.org>
2012
2013 ARI fix: Push # directives to start of line.
2014 * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
2015
2016 2013-08-12 Muhammad Waqas <mwaqas@codesourcery.com>
2017
2018 PR gdb/15501
2019 * breakpoint.c (enable_command, disable_command): Iterate over
2020 all specified breakpoint locations.
2021
2022 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
2023
2024 * common/linux-ptrace.c (linux_fork_to_function): Push #
2025 directives to the start of the line.
2026 (linux_check_ptrace_features): Fix warning message to use
2027 the "_" markup.
2028
2029 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
2030
2031 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
2032 nat/linux-waitpid.h.
2033 (linux-waitpid.o): New object file rule.
2034 * common/linux-ptrace.c: Include nat/linux-waitpid.h.
2035 (current_ptrace_options): Moved from linux-nat.c.
2036 (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
2037 parameters.
2038 (linux_fork_to_function): New function.
2039 (linux_grandchild_function): Likewise.
2040 (linux_child_function): Likewise.
2041 (linux_check_ptrace_features): New function, heavily
2042 based on linux-nat.c:linux_test_for_tracefork.
2043 (linux_enable_event_reporting): New function.
2044 (ptrace_supports_feature): Likewise.
2045 (linux_supports_tracefork): Likewise.
2046 (linux_supports_traceclone): Likewise.
2047 (linux_supports_tracevforkdone): Likewise.
2048 (linux_supports_tracesysgood): Likewise.
2049 * common/linux-ptrace.h (HAS_NOMMU): Moved from
2050 gdbserver/linux-low.c.
2051 (linux_enable_event_reporting): New declaration.
2052 (linux_supports_tracefork): Likewise.
2053 (linux_supports_traceclone): Likewise.
2054 (linux_supports_tracevforkdone): Likewise.
2055 (linux_supports_tracesysgood): Likewise.
2056 * config.in (PTRACE_TYPE_ARG4): Regenerate.
2057 * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
2058 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
2059 * config/arm/linux.mh (NATDEPFILES): Likewise.
2060 * config/i386/linux.mh (NATDEPFILES): Likewise.
2061 * config/i386/linux64.mh (NATDEPFILES): Likewise.
2062 * config/ia64/linux.mh (NATDEPFILES): Likewise.
2063 * config/m32r/linux.mh (NATDEPFILES): Likewise.
2064 * config/m68k/linux.mh (NATDEPFILES): Likewise.
2065 * config/mips/linux.mh (NATDEPFILES): Likewise.
2066 * config/pa/linux.mh (NATDEPFILES): Likewise..
2067 * config/powerpc/linux.mh (NATDEPFILES): Likewise..
2068 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
2069 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
2070 * config/sparc/linux.mh (NATDEPFILES): Likewise.
2071 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
2072 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
2073 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
2074 * configure.ac (AC_CACHE_CHECK): Add void * to the list of
2075 ptrace's 4th argument's types.
2076 Check the type of PTRACE_TYPE_ARG4.
2077 * configure: Regenerate.
2078 * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
2079 (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
2080 (linux_supports_tracefork_flag): Remove.
2081 (linux_supports_tracesysgood_flag): Likewise.
2082 (linux_supports_tracevforkdone_flag): Likewise.
2083 (current_ptrace_options): Moved to
2084 common/linux-ptrace.c.
2085 (linux_tracefork_child): Remove.
2086 (my_waitpid): Remove.
2087 (linux_test_for_tracefork): Renamed to
2088 linux_check_ptrace_features and moved to common/linux-ptrace.c.
2089 (linux_test_for_tracesysgood): Remove.
2090 (linux_supports_tracesysgood): Remove.
2091 (linux_supports_tracefork): Remove.
2092 (linux_supports_tracevforkdone): Remove.
2093 (linux_enable_tracesysgood): Remove.
2094 (linux_enable_event_reporting): Remove.
2095 (linux_init_ptrace): New function.
2096 (linux_child_post_attach): Call linux_init_ptrace.
2097 (linux_child_post_startup_inferior): Call linux_init_ptrace.
2098 (linux_child_follow_fork): Call linux_supports_tracefork
2099 and linux_supports_tracevforkdone.
2100 (linux_child_insert_fork_catchpoint): Call
2101 linux_supports_tracefork.
2102 (linux_child_insert_vfork_catchpoint): Likewise.
2103 (linux_child_set_syscall_catchpoint): Call
2104 linux_supports_tracesysgood.
2105 (lin_lwp_attach_lwp): Call linux_supports_tracefork.
2106 * nat/linux-nat.h: New file.
2107 * nat/linux-waitpid.c: New file.
2108 * nat/linux-waitpid.h: New file.
2109
2110 2013-08-22 Samuel Bronson <naesten@gmail.com>
2111
2112 ARM Linux support for `catch syscall'.
2113 * syscalls/arm-linux.py: New file.
2114 * syscalls/arm-linux.xml: Likewise.
2115 * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
2116 (arm_linux_init_abi): Register the new function and syscall xml file.
2117 * data-directory/Makefile.in: Install the new syscall xml file.
2118 * NEWS: Brag about this.
2119
2120 2013-08-22 Pedro Alves <palves@redhat.com>
2121
2122 PR gdb/15871
2123 * corefile.c (target_xfer_memory_error): New function.
2124 (memory_error): Defer EIO to target_memory_error.
2125 (read_memory): Use target_xfer_partial, and handle finer-grained
2126 target xfer errors.
2127 * target.c (target_xfer_error_to_string): New function.
2128 (memory_xfer_partial_1): If memory is known to be
2129 unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
2130 (target_xfer_partial): Make extern.
2131 * target.h (enum target_xfer_error): New enum.
2132 (target_xfer_error_to_string): Declare function.
2133 (target_xfer_partial): Declare function.
2134 (struct target_ops) <xfer_partial>: Adjust describing comment.
2135
2136 2013-08-22 Alan Modra <amodra@gmail.com>
2137
2138 * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
2139 * configure.tgt: Likewise as targets.
2140
2141 2013-08-20 Doug Evans <dje@google.com>
2142
2143 * buildsym.c (subfile_stack): Move here from buildsym.h.
2144 (pending_macros): Ditto.
2145 (get_macro_table): New function.
2146 (buildsym_init): Initialize subfile_stack.
2147 * coffread.c (type_vector,type_vector_length): Moved here from
2148 buildsym.h.
2149 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2150 (coff_symtab_read): Use it.
2151 * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
2152 * dwarf2read.c (macro_start_file): Replace uses of pending_macros
2153 with call to get_macro_table.
2154 * stabsread.c (type_vector,type_vector_length): Moved here from
2155 buildsym.h.
2156 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2157 * buildsym.h (get_macro_table): Declare.
2158
2159 2013-08-20 Tom Tromey <tromey@redhat.com>
2160
2161 * dbxread.c (record_minimal_symbol): Make 'name' argument const.
2162 Update.
2163 (read_dbx_dynamic_symtab): Make 'name' const. Remove casts.
2164
2165 2013-08-20 Doug Evans <dje@google.com>
2166
2167 * blockframe.c: Remove #include "psymtab.h".
2168 * cp-support.c: Ditto.
2169 * source.c: Ditto.
2170 * stack.c: Ditto.
2171
2172 2013-08-20 Tom Tromey <tromey@redhat.com>
2173
2174 PR python/15816:
2175 * exceptions.h (return_mask): Now an enum.
2176 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
2177 enum constants.
2178
2179 2013-08-20 Tom Tromey <tromey@redhat.com>
2180
2181 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
2182 get_objfile_arch.
2183 * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
2184 (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
2185 * jit.c (jit_object_close_impl): Update.
2186 * jv-lang.c (get_dynamics_objfile): Update.
2187 * linespec.c (add_minsym): Use get_dynamics_objfile.
2188 * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
2189 (allocate_objfile): Don't initialize 'gdbarch' field.
2190 (get_objfile_arch): Update.
2191 * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
2192 moved from...
2193 (struct objfile) <gdbarch>: ... here. Remove.
2194 * stap-probe.c (stap_can_evaluate_probe_arguments): Use
2195 get_objfile_arch.
2196 * symfile.c (init_entry_point_info): Use get_objfile_arch.
2197
2198 2013-08-20 Alan Modra <amodra@gmail.com>
2199
2200 * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
2201 for IBM long double nan and inf.
2202 (floatformat_is_negative, floatformat_classify,
2203 floatformat_mantissa): Similarly.
2204 (floatformat_ieee_single, floatformat_ieee_double,
2205 floatformat_ieee_quad, floatformat_arm_ext,
2206 floatformat_ia64_spill): Delete unused vars.
2207 (_initialize_doublest): Delete unused function.
2208 * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
2209 little-endian variants of floatformat_ibm_long_double.
2210
2211 2013-08-19 Luis Machado <lgustavo@codesourcery.com>
2212
2213 * Makefile.in (SFILES): Remove common/target-common.c and
2214 add target/waitstatus.c.
2215 (HFILES_NO_SRCDIR): Remove common/target-common.h and add
2216 target/resume.h, target/wait.h and target/waitstatus.h.
2217 (COMMON_OBS): Remove target-common.o and add
2218 waitstatus.o.
2219 (target-common.o): Remove.
2220 (waitstatus.o): New target object file.
2221 * common/target-common.c: Move contents to
2222 target/waitstatus.c and remove.
2223 * common/target-common.h: Move contents to other files and
2224 remove.
2225 (enum resume_kind: Move to target/resume.h.
2226 (TARGET_WNOHANG): Move to target/wait.h.
2227 (enum target_waitkind): Move to target/waitstatus.h.
2228 (struct target_waitstatus): Likewise.
2229 * target.h: Do not include target-common.h and
2230 include target/resume.h, target/wait.h and
2231 target/waitstatus.h.
2232 * target/resume.h: New file.
2233 * target/wait.h: New file.
2234 * target/waitstatus.h: New file.
2235 * target/waitstatus.c: New file.
2236
2237 2013-08-19 Pedro Alves <palves@redhat.com>
2238
2239 * linux-nat.c (linux_test_for_tracefork)
2240 (linux_test_for_tracesysgood, linux_child_follow_fork)
2241 (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
2242 (linux_nat_wait_1): Extend comment.
2243 (linux_async_pipe): Add comment.
2244
2245 2013-08-15 Kevin Buettner <kevinb@redhat.com>
2246
2247 * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
2248 (RL78_PC_REGNUM): Move to list of pseudo-register enums.
2249 (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
2250 Update to account for fact that PC is now a pseudo-register.
2251 (rl78_pseudo_register_write, rl78_pseudo_register_read): Add
2252 cases for RL78_PC_REGNUM.
2253
2254 2013-08-15 Muhammad Bilal <mbilal@codesourcery.com>
2255
2256 PR cli/15841
2257 * top.c (quit_force): Skip writing history file
2258 if input is not from terminal.
2259
2260 2013-08-14 Tom Tromey <tromey@redhat.com>
2261
2262 * remote.c (struct remote_state) <echo_nextthread, nextthread,
2263 resultthreadlist>: New fields.
2264 (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
2265 (remote_get_threadlist, remote_threadlist_iterator): Use
2266 new fields. Remove static variables.
2267
2268 2013-08-14 Tom Tromey <tromey@redhat.com>
2269
2270 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
2271 remote_watch_data_address>: New fields.
2272 (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
2273 (process_stop_reply, remote_wait_as)
2274 (remote_check_watch_resources, remote_stopped_data_address): Update.
2275
2276 2013-08-14 Tom Tromey <tromey@redhat.com>
2277
2278 * remote.c (struct remote_state) <async_client_callback,
2279 async_client_context>: New fields.
2280 (async_client_callback, async_client_context): Remove.
2281 (remote_async_serial_handler, remote_async): Update.
2282
2283 2013-08-14 Tom Tromey <tromey@redhat.com>
2284
2285 * remote.c (sizeof_pkt): Remove.
2286 (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
2287
2288 2013-08-14 Tom Tromey <tromey@redhat.com>
2289
2290 * remote.c (struct remote_state) <use_threadinfo_query,
2291 use_threadextra_query>: New fields.
2292 (remote_threads_info, remote_threads_extra_info)
2293 (remote_open_1): Update.
2294
2295 2013-08-14 Tom Tromey <tromey@redhat.com>
2296
2297 * remote.c (struct remote_state) <finished_object,
2298 finished_annex, finished_offset>: New fields.
2299 (remote_read_qxfer): Use remote_state fields; remove static
2300 variables.
2301
2302 2013-08-14 Tom Tromey <tromey@redhat.com>
2303
2304 * remote.c (struct remote_state) <last_sent_step>:
2305 New field.
2306 (last_sent_step): Remove.
2307 (remote_resume, remote_wait_as): Update.
2308
2309 2013-08-14 Tom Tromey <tromey@redhat.com>
2310
2311 * remote.c (struct remote_state) <last_sent_signal>:
2312 New field.
2313 (last_sent_signal): Remove.
2314 (new_remote_state, remote_resume, remote_wait_as): Update.
2315
2316 2013-08-14 Tom Tromey <tromey@redhat.com>
2317
2318 * remote.c (struct remote_state) <last_program_signals_packet>:
2319 New field.
2320 (last_program_signals_packet): Remove.
2321 (remote_program_signals, remote_open_1): Update.
2322
2323 2013-08-14 Tom Tromey <tromey@redhat.com>
2324
2325 * remote.c (struct remote_state) <last_pass_packet>:
2326 New field.
2327 (last_pass_packet): Remove.
2328 (remote_pass_signals, remote_open_1): Update.
2329
2330 2013-08-14 Tom Tromey <tromey@redhat.com>
2331
2332 * remote.c (struct remote_state) <remote_traceframe_number>:
2333 New field.
2334 (remote_traceframe_number): Remove.
2335 (new_remote_state, remote_open_1, set_remote_traceframe)
2336 (remote_trace_find): Update.
2337
2338 2013-08-14 Tom Tromey <tromey@redhat.com>
2339
2340 * remote.c (struct remote_state) <general_thread, continue_thread>:
2341 New fields.
2342 (general_thread, continue_thread): Remove.
2343 (record_currthread, set_thread, set_general_process)
2344 (remote_open_1, extended_remote_attach_1, remote_wait_as)
2345 (extended_remote_mourn_1): Update.
2346
2347 2013-08-14 Tom Tromey <tromey@redhat.com>
2348
2349 * remote.c (struct remote_state) <remote_desc>: New field.
2350 (remote_desc): Remove.
2351 (remote_threads_info, remote_threads_extra_info, remote_close)
2352 (send_interrupt_sequence, remote_start_remote, remote_open_1)
2353 (readchar, remote_xfer_partial, remote_rcmd, packet_command)
2354 (remote_hostio_send_command, remote_file_put, remote_file_get)
2355 (remote_file_delete, remote_can_async_p, remote_is_async_p)
2356 (remote_async, remote_new_objfile, set_range_stepping): Update.
2357
2358 2013-08-14 Tom Tromey <tromey@redhat.com>
2359
2360 * remote.c (remote_state): Now a pointer.
2361 (get_remote_state_raw): Update.
2362 (new_remote_state): New function.
2363 (_initialize_remote): Use new_remote_state.
2364
2365 2013-08-14 Tom Tromey <tromey@redhat.com>
2366
2367 * remote.c (remote_protocol_features): Now const.
2368
2369 2013-08-14 Tom Tromey <tromey@redhat.com>
2370
2371 * remote.c (crc32_table, crc32): Remove.
2372 (remote_verify_memory): Use xcrc32.
2373
2374 2013-08-13 Sergio Durigan Junior <sergiodj@redhat.com>
2375
2376 * value.h (create_internalvar_type_lazy): Adjust prototype
2377 declaration.
2378
2379 2013-08-13 Andrew Burgess <aburgess@broadcom.com>
2380
2381 * common/format.c (parse_format_string): Don't allow '#' flag for
2382 pointer arguments in format string.
2383
2384 2013-08-13 Pierre Muller <muller@sourceware.org>
2385
2386 * utils.c (init_page_info): Only call tgetnum function
2387 if rl_get_screen_size did not return useful values.
2388
2389 2013-08-12 Ali Anwar <ali_anwar@codesourcery.com>
2390
2391 PR breakpoints/15117
2392 * linespec.c (linespec_parse_basic): Check for convenience
2393 variable or history value while parsing.
2394
2395 2013-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
2396
2397 Revert implementation of gdbarch_gdb_signal_{to,from}_target for
2398 AVR.
2399 * avr-tdep.c: Remove include of "linux-tdep.h". Remove enum with
2400 different signals between the generic Linux kernel implementation
2401 and AVR's.
2402 (avr_linux_gdb_signal_from_target): Delete.
2403 (avr_linux_gdb_signal_to_target): Delete.
2404 (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
2405
2406 2013-08-09 Doug Evans <dje@google.com>
2407
2408 * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
2409 entries.
2410
2411 2013-08-09 Sergio Durigan Junior <sergiodj@redhat.com>
2412
2413 * linux-tdep.c: Define enum with generic signal numbers.
2414 (linux_gdb_signal_from_target): New function.
2415 (linux_gdb_signal_to_target): Likewise.
2416 (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2417 methods to the functions above.
2418 * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
2419 (linux_gdb_signal_to_target): Likewise.
2420 * alpha-linux-tdep.c: Define new enum with signals different
2421 from generic Linux kernel.
2422 (alpha_linux_gdb_signal_from_target): New function.
2423 (alpha_linux_gdb_signal_to_target): Likewise.
2424 (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2425 with the functions mentioned above.
2426 * avr-tdep.c: Define enum with differences between Linux kernel
2427 and AVR signals.
2428 (avr_linux_gdb_signal_from_target): New function.
2429 (avr_linux_gdb_signal_to_target): Likewise.
2430 (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
2431 the functions mentioned above.
2432 * sparc-linux-tdep.c: Define enum with differences between SPARC
2433 and generic Linux kernel signal numbers.
2434 (sparc32_linux_gdb_signal_from_target): New function.
2435 (sparc32_linux_gdb_signal_to_target): Likewise.
2436 (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2437 to the functions defined above.
2438 * xtensa-linux-tdep.c: Define enum with differences between
2439 Xtensa and Linux kernel generic signals.
2440 (xtensa_linux_gdb_signal_from_target): New function.
2441 (xtensa_linux_gdb_signal_to_target): Likewise.
2442 (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
2443 to the functions defined above.
2444 * mips-linux-tdep.c: Define enum with differences between
2445 signals in MIPS and Linux kernel generic ones.
2446 (mips_gdb_signal_to_target): New function.
2447 (mips_gdb_signal_from_target): Redefine to use new enum, handle
2448 only different signals from the Linux kernel generic.
2449 (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2450 the functions defined above.
2451 * mips-linux-tdep.h (enum mips_signals): Remove.
2452
2453 2013-08-09 Pedro Alves <palves@redhat.com>
2454
2455 * avr-tdep.c (XMALLOC): Delete macro.
2456 * cli/cli-dump.c (XMALLOC): Delete macro.
2457
2458 2013-08-09 Pedro Alves <palves@redhat.com>
2459
2460 * cli/cli-dump.c: Don't include cli/cli-dump.h.
2461 (scan_expression_with_cleanup, scan_filename_with_cleanup)
2462 (fopen_with_cleanup, add_dump_command): Make static.
2463 * cli/cli-dump.h: Delete file.
2464 * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
2465 cli/cli-dump.h.
2466
2467 2013-08-09 Pedro Alves <palves@redhat.com>
2468
2469 * tracepoint.c (tfile_start): Show tilde-expanded filename in
2470 error message.
2471
2472 2013-08-09 Pedro Alves <palves@redhat.com>
2473
2474 * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
2475 error message.
2476
2477 2013-08-09 Pedro Alves <palves@redhat.com>
2478
2479 * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
2480 (gcore_command): Use tilde_expand here, and when showing the
2481 filename to the user, show the expanded version.
2482
2483 2013-08-09 Yao Qi <yao@codesourcery.com>
2484
2485 * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
2486 'entryval' is set.
2487
2488 2013-08-08 Azat Khuzhin <a3at.mail@gmail.com> (tiny change)
2489
2490 * gcore.c (create_gcore_bfd): Use tilde_expand.
2491
2492 2013-08-08 Yao Qi <yao@codesourcery.com>
2493
2494 * frame.h (read_frame_local): Declare.
2495 * mi/mi-cmd-stack.c (list_args_or_locals): Call
2496 read_frame_local.
2497 * stack.c (read_frame_local): New.
2498
2499 2013-08-08 Yao Qi <yao@codesourcery.com>
2500
2501 * mi/mi-cmd-stack.c: Update comments to function
2502 list_args_or_locals.
2503
2504 2013-08-07 Tom Tromey <tromey@redhat.com>
2505
2506 PR symtab/15028:
2507 * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
2508 (process_psymtab_comp_unit_reader): Use it.
2509 (process_psymtab_comp_unit): Update. Add "pretend_language"
2510 argument.
2511 (dwarf2_build_psymtabs_hard): Update.
2512 (scan_partial_symbols): Pass CU's language to
2513 process_psymtab_comp_unit.
2514
2515 2013-08-07 Tom Tromey <tromey@redhat.com>
2516
2517 * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
2518 (dwarf2_gdb_index_functions): Update.
2519 * psymtab.c (find_symbol_file_from_partial): Remove.
2520 (psym_functions): Update.
2521 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
2522 Remove.
2523
2524 2013-08-07 Tom Tromey <tromey@redhat.com>
2525
2526 * symfile.c (set_initial_language): Look up "main" symbol
2527 and use its language.
2528 * symtab.c (find_main_filename): Remove.
2529 * symtab.h (find_main_filename): Remove.
2530
2531 2013-08-07 Tom Tromey <tromey@redhat.com>
2532
2533 * dwarf2read.c (recursively_compute_inclusions): Add
2534 "immediate_parent" argument. Set symtab's "user" field
2535 if not set.
2536 (compute_symtab_includes): Update.
2537
2538 2013-08-07 Tom Tromey <tromey@redhat.com>
2539
2540 * linespec.c (convert_linespec_to_sals): Use maybe_add_address
2541 when adding label symbols.
2542
2543 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
2544 Ulrich Weigand <uweigand@de.ibm.com>
2545
2546 * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
2547 * configure.host (powerpc64-*-aix*): Likewise.
2548
2549 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
2550 Ulrich Weigand <uweigand@de.ibm.com>
2551
2552 * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
2553 is defined.
2554 * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
2555 (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
2556 (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
2557 * configure.ac: Check for ptrace64.
2558 * configure, config.in: Regenerate.
2559
2560 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
2561 Ulrich Weigand <uweigand@de.ibm.com>
2562
2563 * aixthread.c: Call ptrace64 instead of ptracex if defined.
2564 Call ptrace64 instead of ptrace if defined.
2565 Add macro addr_ptr to take care of ptrace address argument.
2566 (pdc_read_regs): Likewise.
2567 (pdc_write_regs): Likewise.
2568 (aix_thread_resume): Likewise.
2569 (fetch_regs_kernel_thread): Likewise.
2570 (store_regs_kernel_thread): Likewise.
2571
2572 2013-08-07 Anton Blanchard <anton@samba.org>
2573
2574 * MAINTAINERS: Add myself to Write After Approval.
2575
2576 2013-08-05 Tom Tromey <tromey@redhat.com>
2577
2578 * aix-thread.c (_initialize_aix_thread): Use
2579 complete_target_initialization.
2580 * bsd-uthread.c (_initialize_bsd_uthread): Use
2581 complete_target_initialization.
2582 * dec-thread.c (_initialize_dec_thread): Use
2583 complete_target_initialization.
2584 * ravenscar-thread.c (_initialize_ravenscar): Use
2585 complete_target_initialization.
2586 * sol-thread.c (_initialize_sol_thread): Use
2587 complete_target_initialization.
2588 * spu-multiarch.c (_initialize_spu_multiarch): Use
2589 complete_target_initialization.
2590
2591 2013-08-05 Tom Tromey <tromey@redhat.com>
2592
2593 * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
2594 * ada-lang.c (ada_lookup_simple_minsym): Return
2595 bound_minimal_symbol.
2596 * ada-lang.h (ada_lookup_simple_minsym): Update.
2597 * c-exp.y (variable): Use lookup_bound_minimal_symbol.
2598 * f-exp.y (variable): Use lookup_bound_minimal_symbol.
2599 * go-exp.y (variable): Use lookup_bound_minimal_symbol.
2600 * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
2601 * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
2602 * minsyms.c (msymbol_objfile): Remove.
2603 (lookup_minimal_symbol_internal): New function, from
2604 lookup_minimal_symbol.
2605 (lookup_minimal_symbol): Rewrite using
2606 lookup_minimal_symbol_internal.
2607 (lookup_bound_minimal_symbol): New function.
2608 * minsyms.h (msymbol_objfile): Remove.
2609 (lookup_bound_minimal_symbol): Declare.
2610 * p-exp.y (variable): Use lookup_bound_minimal_symbol.
2611 * parse.c (write_exp_msymbol): Change parameter to a
2612 bound_minimal_symbol.
2613 (write_dollar_variable): Use lookup_bound_minimal_symbol.
2614 * parser-defs.h (write_exp_msymbol): Update.
2615 * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
2616 * symfile.c (simple_read_overlay_table): Use
2617 lookup_bound_minimal_symbol.
2618 * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
2619 (search_symbols): Likewise.
2620 (print_msymbol_info): Take a bound_minimal_symbol argument.
2621 (symtab_symbol_info, rbreak_command): Update.
2622 * symtab.h (struct symbol_search) <msymbol>: Change type
2623 to bound_minimal_symbol.
2624 * valops.c (find_function_in_inferior): Use
2625 lookup_bound_minimal_symbol.
2626 * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
2627
2628 2013-08-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2629
2630 Code cleanup.
2631 * remote.c (cleanup_sigint_signal_handler): Rename the declaration
2632 to ...
2633 (async_cleanup_sigint_signal_handler): ... this.
2634 (initialize_sigint_signal_handler): Remove declaration.
2635 (handle_remote_sigint): Rename the declaration to ...
2636 (async_handle_remote_sigint): ... this.
2637 (handle_remote_sigint_twice): Rename the declaration to ...
2638 (async_handle_remote_sigint_twice): ... this.
2639 (async_remote_interrupt, async_remote_interrupt_twice)
2640 (remote_interrupt): Remove the declarations.
2641 (remote_interrupt_twice): Rename the declaration ...
2642 (sync_remote_interrupt_twice): ... this.
2643 (sigint_remote_twice_token): Rename the variable to ...
2644 (async_sigint_remote_twice_token): ... this.
2645 (sigint_remote_token): Rename the variable to ...
2646 (async_sigint_remote_token): ... this.
2647 (initialize_sigint_signal_handler): Rename the function to ...
2648 (async_initialize_sigint_signal_handler): ... this. Update the name
2649 inside.
2650 (handle_remote_sigint): Rename the function to ...
2651 (async_handle_remote_sigint): ... this. Update the names inside.
2652 (handle_remote_sigint_twice): Rename the function to ...
2653 (async_handle_remote_sigint_twice): ... this. Update the names inside.
2654 (cleanup_sigint_signal_handler): Rename the function to ...
2655 (async_cleanup_sigint_signal_handler): ... this.
2656 (remote_interrupt): Rename the function to ...
2657 (sync_remote_interrupt): this. Update the names inside.
2658 (remote_interrupt_twice): Rename the function to ...
2659 (sync_remote_interrupt_twice): this. Update the names inside.
2660 (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
2661 (_initialize_remote): Update the names inside.
2662
2663 2013-08-02 Tom Tromey <tromey@redhat.com>
2664
2665 PR symtab/15719:
2666 * breakpoint.c (update_watchpoint, watchpoint_check)
2667 (watch_command_1): Update.
2668 * eval.c (fetch_subexp_value): Add "preserve_errors"
2669 parameter.
2670 * ppc-linux-nat.c (check_condition): Update.
2671 * value.h (fetch_subexp_value): Update.
2672
2673 2013-08-02 Andrew Burgess <aburgess@broadcom.com>
2674
2675 * mi/mi-interp.c (mi_interpreter_resume): Remove call to
2676 add_file_handler.
2677
2678 2013-08-01 Doug Evans <dje@google.com>
2679
2680 PR symtab/15691
2681 * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
2682 (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
2683 Add assert of sig_entry->dwo_unit == NULL.
2684 (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
2685 had already been read.
2686 (read_signatured_type): Set per_cu.tu_read.
2687
2688 PR symtab/15695
2689 * valops.c (value_struct_elt): Add missing call to check_typedef.
2690 (value_find_oload_method_list): Ditto.
2691
2692 * symtab.c (do_free_search_symbols_cleanup): Change arg to,
2693 effectively, struct symbol_search **.
2694 (make_cleanup_free_search_symbols): Change arg to struct
2695 symbol_search **. All callers updated.
2696 (compare_search_syms): Compare symtab file name and block as well.
2697 (search_symbols_equal): New function.
2698 (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
2699 New args new_head, new_tail. Result is now void. Remove dups after
2700 sorting the symbols.
2701 (search_symbols): Sort all found symbols once, after all have been
2702 found, and remove duplicates. Simplify cleanup tracking of result.
2703 * symtab.h (make_cleanup_free_search_symbols): Update prototype.
2704
2705 Further workarounds for binutils/15021.
2706 * dwarf2read.c (recursively_compute_inclusions): Change type of result
2707 parameter to VEC (symtab_ptr) **. New parameter all_type_symtabs.
2708 Watch for duplicate symtabs coming from type units.
2709 (compute_symtab_includes): Update call to
2710 recursively_compute_inclusions. Build vector of included symtabs
2711 instead of per_cus.
2712 * symtab.h (symtab_ptr): New typedef.
2713 (DEF_VEC_P (symtab_ptr)): New VEC type.
2714 * linespec.c (symtab_p): Delete. All uses updated to use symtab_ptr
2715 instead.
2716
2717 2013-08-01 Andrew Burgess <aburgess@broadcom.com>
2718
2719 * cli/cli-script.c (script_from_file): Remove use of
2720 error_pre_print.
2721 * main.c (captured_main): Remove use of error_pre_print and
2722 quit_pre_print.
2723 * utils.c (error_pre_print, quit_pre_print): Remove.
2724 * utils.h (error_pre_print, quit_pre_print): Likewise.
2725
2726 2013-08-01 Yao Qi <yao@codesourcery.com>
2727
2728 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
2729 with mi_getopt.
2730 (mi_cmd_stack_list_variables): Likewise.
2731
2732 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
2733
2734 * exceptions.c (deprecated_throw_reason): Remove.
2735 * exceptions.h (deprecated_throw_reason): Remove.
2736
2737 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
2738
2739 * remote-mips.c (mips_error): Replace use of
2740 deprecated_throw_reason with throw_verror. Use the error message
2741 passed to mips_error as the error message for throw_verror.
2742
2743 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
2744
2745 * monitor.c (monitor_interrupt_query): Replace use of
2746 deprecated_throw_reason with quit.
2747 * nto-procfs.c (interrupt_query): Likewise.
2748 * remote-fileio.c (remote_fileio_sig_exit): Likewise.
2749 * remote-mips.c (mips_kill): Likewise.
2750 * remote.c (interrupt_query): Likewise.
2751
2752 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
2753
2754 * utils.c (internal_verror): Replace use of deprecated_throw_reason
2755 with call to fatal.
2756
2757 2013-07-31 Pedro Alves <pedro@codesourcery.com>
2758 Yao Qi <yao@codesourcery.com>
2759
2760 * tracepoint.c (trace_dump_command): Select the current frame.
2761
2762 2013-07-30 Doug Evans <dje@google.com>
2763
2764 * dwarf2read.c (process_queue): Add type signature to debug output.
2765
2766 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
2767
2768 * value.c (value_fetch_lazy): Mark optimized out values as such
2769 rather than raising an error.
2770
2771 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
2772
2773 * value.c (value_fetch_lazy): Ensure parent value is not lazy
2774 before checking which bits of the parent, not the child, value are
2775 valid.
2776
2777 2013-07-30 Muhammad Bilal <mbilal@codesorcery.com>
2778
2779 PR gdb/15715
2780 * top.c: Include "filenames.h".
2781 (set_history_filename): New function.
2782 (init_main): Install it as set hook of the "set history filename"
2783 command.
2784
2785 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
2786
2787 * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
2788 attribute parameter.
2789 (dwarf2_const_value_data): Constify struct attribute parameter.
2790 (dwarf2_const_value): Constify struct attribute parameter.
2791 (dwarf2_const_value_attr): Constify struct attribute parameter.
2792 (lookup_die_type): Constify struct attribute parameter.
2793 (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
2794 (follow_die_ref_or_sig): Constify struct attribute parameter.
2795 (follow_die_ref): Constify struct attribute parameter.
2796 (follow_die_sig): Constify struct attribute parameter.
2797 (get_DW_AT_signature_type): Constify struct attribute parameter.
2798 (get_type_unit_group): Constify struct attribute parameter.
2799 (fill_in_loclist_baton): Constify struct attribute parameter.
2800 (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
2801 (type_unit_group): Constify struct attribute parameter.
2802
2803 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
2804
2805 * dwarf2read.c (attr_form_is_block): Make argument const.
2806 (attr_form_is_section_offset): Make argument const.
2807 (attr_form_is_constant): Make argument const.
2808 (attr_form_is_ref): Make argument const.
2809
2810 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
2811
2812 * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
2813 All uses updated.
2814 (attr_form_is_ref): Moved below attr_form_is_constant.
2815
2816 2013-07-29 Doug Evans <dje@google.com>
2817
2818 * main.c (captured_command_loop): Tweak comment.
2819
2820 * target.c (target_async_permitted_1): Fix comment.
2821
2822 * symtab.c (iterate_over_some_symtabs): Add comment.
2823
2824 * symtab.c (iterate_over_some_symtabs): Fix indentation.
2825
2826 2013-07-27 Yao Qi <yao@codesourcery.com>
2827
2828 * NEWS: Mention that GDBserver now supports hardware
2829 watchpoints on the MIPS GNU/Linux target.
2830
2831 2013-07-27 Yao Qi <yao@codesourcery.com>
2832
2833 * Makefile.in (HFILES_NO_SRCDIR): Add
2834 common/mips-linux-watch.h.
2835 (mips-linux-watch.o): New rule.
2836 * common/mips-linux-watch.c: New.
2837 * common/mips-linux-watch.h: New.
2838 * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
2839 * mips-linux-nat.c: Include mips-linux-watch.h.
2840 (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
2841 to common/mips-linux-watch.h.
2842 (MAX_DEBUG_REGISTER): Likewise.
2843 (enum pt_watch_style): Likewise.
2844 (struct mips32_watch_regs): Likewise.
2845 (struct mips64_watch_regs): Likewise.
2846 (struct pt_watch_regs): Likewise.
2847 (struct mips_watchpoint): Likewise.
2848 (mips_linux_watch_get_irw_mask): Move to
2849 common/mips-linux-watch.c.
2850 (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
2851 (mips_linux_watch_get_watchlo): Likewise.
2852 (mips_linux_watch_set_watchlo): Likewise.
2853 (mips_linux_watch_get_watchhi): Likewise.
2854 (mips_linux_watch_set_watchhi): Likewise.
2855 (mips_linux_read_watch_registers): Likewise.
2856 (mips_linux_watch_type_to_irw): Likewise.
2857 (mips_linux_stopped_data_address, fill_mask): Likewise.
2858 (mips_linux_watch_try_one_watch): Likewise.
2859 (mips_linux_watch_populate_regs): Likewise.
2860
2861 2013-07-27 Yao Qi <yao@codesourcery.com>
2862
2863 * mips-linux-nat.c (get_irw_mask): Rename to ...
2864 (mips_linux_watch_get_irw_mask): ... this. Rename parameter
2865 'set' to 'n'. Update function comment. All callers changed.
2866 (get_reg_mask): Rename parameter 'set' to 'n'. Update
2867 function comment. All callers changed.
2868 (get_num_valid): Rename to ...
2869 (mips_linux_watch_get_num_valid): ... this. Rename parameter
2870 'set' to 'n'. Update function comment. All callers changed.
2871 (get_watchlo): Rename to ...
2872 (mips_linux_watch_get_watchlo): ... this. Rename parameter
2873 'set' to 'n'. Update function comment. All callers changed.
2874 (set_watchlo): Rename to ...
2875 (mips_linux_watch_set_watchlo): ... this. Rename parameter
2876 'set' to 'n'. Update function comment. All callers changed.
2877 (get_watchhi): Rename to ...
2878 (mips_linux_watch_get_watchhi): ... this. Update function
2879 comment. All callers changed.
2880 (set_watchhi): Rename to ...
2881 (mips_linux_watch_set_watchhi): ... this. Update function
2882 comment. All callers changed.
2883 (mips_linux_read_watch_registers): Update function comment.
2884 Add new parameters 'lwpid', 'watch_readback', and
2885 'watch_readback_valid'. Update.
2886 (type_to_irw): Rename to ...
2887 (mips_linux_watch_type_to_irw): ... this. Update function
2888 comment. All callers changed.
2889 (fill_mask): Update function comment.
2890 (try_one_watch): Rename to ...
2891 (mips_linux_watch_try_one_watch): ... this. Change the type
2892 of parameter 'irw' from 'unsigned' to 'uint32_t'.
2893 (populate_regs_from_watches): Rename to ...
2894 (mips_linux_watch_populate_regs): ... this. Add parameter
2895 'current_watches'. All callers changed.
2896
2897 2013-07-27 Yao Qi <yao@codesourcery.com>
2898
2899 * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
2900 the code.
2901 (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
2902 (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
2903 (struct pt_watch_regs): Likewise.
2904 [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
2905 [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
2906 [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
2907 [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
2908 [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
2909
2910 2013-07-27 Yao Qi <yao@codesourcery.com>
2911
2912 * breakpoint.h: Include break-common.h.
2913 (enum target_hw_bp_type): Move to ...
2914 * common/break-common.h: ... here. New.
2915
2916 2013-07-26 Cyril Nikolaev <cyril@nichtverstehen.de>
2917
2918 * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
2919 process group regardless of having tty on stdin.
2920
2921 2013-07-25 Doug Evans <dje@google.com>
2922
2923 * linux-fork.h (detach_fork): Delete.
2924
2925 2013-07-25 Tom Tromey <tromey@redhat.com>
2926
2927 PR remote/15256, PR remote/15266:
2928 * bfd-target.c (target_bfd_reopen): Initialize to_magic.
2929 * monitor.c (monitor_detach): Use unpush_target.
2930 * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
2931 * remote-mips.c (mips_detach): Use unpush_target. Don't
2932 call mips_close.
2933 * remote-sim.c (gdbsim_detach): Use unpush_target.
2934 * target.c (pop_target): Remove.
2935 (pop_all_targets_above): Don't call target_close.
2936 (target_close): Assert that the target is unpushed.
2937 * target.h (pop_target): Don't declare.
2938 * tracepoint.c (tfile_open): Use unpush_target.
2939
2940 2013-07-25 Tom Tromey <tromey@redhat.com>
2941
2942 * linux-thread-db.c (init_thread_db_ops): Call
2943 complete_target_initialization.
2944 (_initialize_thread_db): Don't call add_target.
2945 * target.c (complete_target_initialization): New function.
2946 (add_target_with_completer): Call it.
2947 * target.h (complete_target_initialization): Declare.
2948
2949 2013-07-25 Mark Kettenis <kettenis@gnu.org>
2950
2951 * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
2952 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
2953 (HPPANBSD_SIZEOF_GREGS): New define.
2954 (hppaobsd_supply_gregset): Handle additional registers.
2955 * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
2956 we provide more registers now.
2957 (hppabsd_supply_gregset): Supply additional registers.
2958 (hppabsd_collect_gregset): Collect additional registers.
2959
2960 2013-07-25 Mark Kettenis <kettenis@gnu.org>
2961
2962 * hppabsd-tdep.c: Include "dwarf2-frame.h".
2963 (hppabsd_dwarf2_frame_init_reg): New function.
2964 (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
2965
2966 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
2967
2968 * mi/mi-main.c (output_register): Make MI 'r' format use standard
2969 'z' format code. Remove error for optimized out values, standard
2970 code will handle these fine.
2971
2972 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
2973
2974 * NEWS: Mention new 'z' formatter.
2975 * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
2976 (_initialize_printcmd): Mention 'z' formatter in help text of the
2977 'x' command.
2978
2979 2013-07-24 Maciej W. Rozycki <macro@codesourcery.com>
2980
2981 * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
2982 formatting.
2983
2984 2013-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
2985
2986 * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
2987 interface can evaluate arguments. Fallback to the old mode if it
2988 cannot.
2989 (create_exception_master_breakpoint): Likewise.
2990 * elfread.c (elf_can_evaluate_probe_arguments): New function.
2991 (struct sym_probe_fns elf_probe_fns): Export function above to the
2992 probe interface.
2993 * probe.c (can_evaluate_probe_arguments): New function.
2994 * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
2995 function pointer.
2996 (can_evaluate_probe_arguments): New function prototype.
2997 * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
2998 probe interface can evaluate arguments. Fallback to the old mode
2999 if it cannot.
3000 * stap-probe.c (stap_get_probe_argument_count): Check if probe
3001 interface can evaluate arguments. Warning the user if it cannot.
3002 (stap_can_evaluate_probe_arguments): New function.
3003 (struct probe_ops stap_probe_ops): Export function above to the
3004 probe interface.
3005 * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
3006 New function pointer.
3007
3008 2013-07-24 Luis Machado <lgustavo@codesourcery.com>
3009
3010 * Makefile.in (SFILES): Add common/target-common.c.
3011 Add common/target-common.h to headers.
3012 (COMMON_OBS): Add target-common.o.
3013 (target-common.o): New target.
3014 * linux-nat.h (resume_kind): Move to common/target-common.h.
3015 * target.c (target_waitstatus_to_string): Move to
3016 common/target-common.c.
3017 * target.h: Include target-common.h.
3018 (target_waitkind): Move to common/target-common.h.
3019 (target_waitstatus): Likewise.
3020 (TARGET_WNOHANG): Likewise.
3021 * common/target-common.c: New file.
3022 * common/target-common.h: New file.
3023
3024 2013-07-24 Doug Evans <dje@google.com>
3025
3026 * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
3027 a warning.
3028
3029 2013-07-23 Yao Qi <yao@codesourcery.com>
3030
3031 * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
3032 parameter 'gdbarch'.
3033 (i386_stack_tramp_frame_sniffer): Caller update.
3034 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
3035 parameter 'gdbarch' and 'target'.
3036 (i386_linux_core_read_description): Caller update.
3037 * amd64-linux-tdep.c (amd64_linux_core_read_description):
3038 Likewise.
3039 * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
3040 declaration.
3041
3042 2013-07-23 Tom Tromey <tromey@redhat.com>
3043
3044 * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
3045 2013-07-22.
3046
3047 2013-07-22 Doug Evans <dje@google.com>
3048
3049 * exec.h (remove_target_sections): Delete arg abfd.
3050 * exec.c (exec_close): Update call to remove_target_sections.
3051 (remove_target_sections): Delete arg abfd.
3052 * solib.c (update_solib_list): Ditto.
3053 (reload_shared_libraries_1): Ditto.
3054 (clear_solib): Ditto, and unconditionally call remove_target_sections.
3055 * target.h (struct target_section): Rename key to owner.
3056 All uses updated.
3057
3058 2013-07-22 Tom Tromey <tromey@redhat.com>
3059
3060 * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
3061
3062 2013-07-22 Tom Tromey <tromey@redhat.com>
3063
3064 * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
3065 Simplify cleanup handling.
3066
3067 2013-07-22 Tom Tromey <tromey@redhat.com>
3068
3069 * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
3070 on all return paths.
3071
3072 2013-07-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3073
3074 * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
3075 (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
3076 DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
3077
3078 2013-07-22 Phil Muldoon <pmuldoon@redhat.com>
3079
3080 * top.c (print_gdb_version): Add help, apropos description and
3081 url to online documentation.
3082
3083 2013-07-19 Hui Zhu <hui@codesourcery.com>
3084
3085 PR gdb/15692
3086 * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
3087
3088 2013-07-19 Yao Qi <yao@codesourcery.com>
3089
3090 * target.c (update_current_target): Change the default action
3091 of 'to_traceframe_info' from tcomplain to return_zero.
3092 * target.h (struct target_ops) <to_traceframe_info>: Add more
3093 comments.
3094 * valops.c (read_value_memory): Call
3095 traceframe_available_memory unconditionally.
3096
3097 2013-07-18 Yao Qi <yao@codesourcery.com>
3098
3099 * coffread.c (coff_symfile_read): Iterate over minimal symbols,
3100 if the name is prefixed by "__imp_" or "_imp_", look for minimal
3101 symbol without prefix. If found, set its type to
3102 'mst_solib_trampoline'.
3103
3104 2013-07-17 Doug Evans <dje@google.com>
3105
3106 * NEWS: Mention "set print raw frame-arguments".
3107 * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
3108 * stack.c (print_raw_frame_arguments): New static global.
3109 (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
3110 (_initialize_stack): New command "set/show print raw frame-arguments".
3111 * valprint.c (setprintrawlist, showprintrawlist): New globals.
3112 (set_print_raw, show_print_raw): New functions.
3113 (_initialize_valprint): New prefix command "set/show print raw".
3114 * valprint.h (value_print_options): Improve comments.
3115
3116 * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
3117 of all *list variables.
3118
3119 * gdbcmd.h (togglelist): Delete.
3120 * cli/cli-cmds.c (togglelist): Delete.
3121 (init_cmd_lists): Update.
3122 * cli/cli-cmds.h (togglelist): Delete.
3123
3124 2013-07-17 Tom Tromey <tromey@redhat.com>
3125
3126 * dwarf2read.c (dwarf2_per_objfile_free): Clear
3127 dwarf2_per_objfile.
3128
3129 2013-07-16 Doug Evans <dje@google.com>
3130
3131 * nto-tdep.c (nto_relocate_section_addresses): Update,
3132 target_section.bfd deleted.
3133 * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
3134 * s390-tdep.c (s390_load): Ditto.
3135 * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
3136
3137 2013-07-16 Andrew Burgess <aburgess@broadcom.com>
3138
3139 * common/format.c (parse_format_string): Add checks for NULL
3140 character before calling strchr.
3141
3142 2013-07-16 Doug Evans <dje@google.com>
3143
3144 * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
3145 temp_pathname argument.
3146 * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
3147 when opening the file fails.
3148
3149 * target.h (struct target_section): Delete member bfd.
3150 All users updated to use the_bfd_section->owner instead.
3151 * exec.c (add_to_section_table): Assert bfd is expected value.
3152 Remove initialization of target_section.bfd.
3153 (remove_target_sections): Update.
3154 (section_table_available_memory): Update.
3155 (section_table_xfer_memory_partial): Update.
3156 (print_section_info): Update.
3157 (exec_set_section_address): Update.
3158 * record-full.c (record_full_core_xfer_partial): Update.
3159 * solib-svr4.c (svr4_relocate_section_addresses): Update.
3160 * solib-target.c (solib_target_relocate_section_addresses): Update.
3161 * symfile.c (build_section_addr_info_from_section_table): Update.
3162 * target.c (memory_xfer_live_readonly_partial): Update.
3163 (memory_xfer_partial_1): Update.
3164
3165 2013-07-15 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3166
3167 * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
3168 now available for embedded (BookE) and server (BookS) processors,
3169 correct mentions of 'booke' and adjust comments accordingly in order to
3170 avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
3171 (have_ptrace_booke_interface): Rename function and variable
3172 'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
3173 Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
3174 (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
3175 'hwdebug_point_cmp'. Update all uses.
3176 (booke_find_thread_points_by_tid): Rename function
3177 'booke_find_thread_points_by_tid' to
3178 'hwdebug_find_thread_points_by_tid'. Update all uses.
3179 (booke_insert_point): Rename function 'booke_insert_point' to
3180 'hwdebug_insert_point'. Update all uses.
3181 (booke_remove_point): Rename function 'booke_remove_point' to
3182 'hwdebug_remove_point'. Update all uses.
3183
3184 2013-07-15 Maciej W. Rozycki <macro@codesourcery.com>
3185
3186 * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
3187 numbers with enum values.
3188
3189 2013-07-15 Ali Anwar <ali_anwar@codesourcery.com>
3190
3191 PR threads/13217
3192 * thread.c (thread_apply_all_command): Check for valid threads
3193 and thread count.
3194 (thread_array_cleanup): New struct.
3195 (set_thread_refcount): New function.
3196
3197 2013-07-11 Andrew Burgess <aburgess@broadcom.com>
3198
3199 * infcmd.c (default_print_one_register_info): Reuse function
3200 print_hex_chars.
3201
3202 2013-07-10 Tom Tromey <tromey@redhat.com>
3203
3204 * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
3205 (ada-exp.o): New target.
3206
3207 2013-07-10 Sergio Durigan Junior <sergiodj@redhat.com>
3208
3209 * mt-tdep.c (mt_registers_info): Call
3210 get_no_prettyformat_print_options instead of
3211 get_raw_print_options (regression by last patch from Doug
3212 Evans).
3213
3214 2013-07-09 Pedro Alves <palves@redhat.com>
3215
3216 Checked in by Joel Brobecker <brobecker@adacore.com>.
3217 * ada-lang.c (coerce_unspec_val_to_type): Use
3218 value_optimized_out_const.
3219 * value.c (value_optimized_out_const): New function.
3220 * value.h (value_optimized_out_const): New declaration.
3221
3222 2013-07-09 Doug Evans <dje@google.com>
3223
3224 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
3225 Enum values rename as well. All uses updated.
3226 * valprint.h (value_print_options): Rename member pretty to
3227 pretty format. Rename member prettyprint_arrays to
3228 prettyformat_arrays. Rename member prettyprint_structs to
3229 prettyformat_structs. All uses updated.
3230 (get_no_prettyformat_print_options): Renamed from
3231 get_raw_print_options.
3232 * valprint.c (get_no_prettyformat_print_options): Renamed from
3233 get_raw_print_options. All callers updated.
3234 (show_prettyformat_structs): Renamed from show_prettyprint_structs.
3235 All callers updated.
3236 (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
3237 All callers updated.
3238 (_initialize_valprint): Improve help text for "set print pretty" and
3239 "set print arrays".
3240
3241 2013-07-09 Andrew Burgess <aburgess@broadcom.com>
3242
3243 * value.c (value_bits_valid): Revert previous change, and change
3244 by Pedro on 2013-07-04, due to regressions in
3245 gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
3246
3247 2013-07-08 Andrew Burgess <aburgess@broadcom.com>
3248 Pedro Alves <palves@redhat.com>
3249
3250 * value.c (value_bits_valid): If the value is not lval_computed
3251 or has no check validity handler then the answer is the
3252 optimized_out flag, otherwise defer to the handler.
3253
3254 2013-07-06 Eli Zaretskii <eliz@gnu.org>
3255
3256 * top.c (print_gdb_configuration): Explain in output of
3257 --configuration what does "relocatable" mean.
3258
3259 * main.c (print_gdb_help): Regroup options in the --help text.
3260 See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
3261 the relevant discussions.
3262
3263 2013-07-06 Yao Qi <yao@codesourcery.com>
3264
3265 * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
3266 Remove parameter 'lsal'.
3267 * breakpoint.c (create_breakpoint): Move local variable 'lsal'
3268 to inner block. Caller update.
3269 (base_breakpoint_create_breakpoints_sal): Update.
3270 (bkpt_create_breakpoints_sal): Likewise.
3271 (tracepoint_create_breakpoints_sal): Likewise.
3272 (strace_marker_create_breakpoints_sal): Get 'lsal' from the
3273 element 0 of vector 'canonical->sals'.
3274
3275 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
3276
3277 * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
3278 register number instead of the pseudo register one.
3279 (rs6000_dwarf2_reg_to_regnum): Likewise.
3280
3281 2013-07-04 Pedro Alves <palves@redhat.com>
3282
3283 * findvar.c (value_of_register): Use allocate_optimized_out_value
3284 if the register has been optimized out, instead of
3285 set_value_optimized_out.
3286 * frame-unwind.c (frame_unwind_got_optimized): Use
3287 allocate_optimized_out_value.
3288
3289 2013-07-04 Pedro Alves <palves@redhat.com>
3290
3291 * value.c (value_bits_valid): If the value is not lval_computed,
3292 or doesn't have a check_validity hook, assume the value is entirely
3293 valid.
3294
3295 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
3296
3297 * stack.c (read_frame_arg): No longer fetch lazy values.
3298 * value.c (value_optimized_out): If the value is not already
3299 marked optimized out, and is lazy then fetch it.
3300 (value_primitive_field): Move optimized out check to later in the
3301 function, after we have loaded any lazy values.
3302 (value_fetch_lazy): Use optimized out flag directly rather than
3303 calling optimized_out method.
3304
3305 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
3306
3307 * valops.c: Don't include "user-regs.h".
3308 (value_fetch_lazy): Moved to value.c.
3309 * value.c: Include "user-regs.h".
3310 (value_fetch_lazy): Moved from valops.c.
3311
3312 2013-07-04 Yao Qi <yao@codesourcery.com>
3313
3314 Revert:
3315 2013-06-27 Yao Qi <yao@codesourcery.com>
3316
3317 * common/create-version.sh: Update comments. Handle the case
3318 that TARGET_ALIAS is empty.
3319
3320 2013-07-03 Pedro Alves <palves@redhat.com>
3321
3322 * Makefile.in (config.status): Depend on development.sh.
3323 (aclocal_m4_deps): Add libmcheck.m4.
3324 * acinclude.m4: Include libmcheck.m4.
3325 * configure.ac: Source development.sh instead of setting
3326 'development' here. --enable-libmcheck/--disable-libmcheck code
3327 factored out to GDB_AC_LIBMCHECK. Run it.
3328 * development.sh: New file.
3329 * libmcheck.m4: New file.
3330 * configure: Regenerate.
3331
3332 2013-07-02 Tom Tromey <tromey@redhat.com>
3333
3334 * contrib/ari/update-web-ari.sh: Update for version.in change.
3335
3336 2013-07-02 Tom Tromey <tromey@redhat.com>
3337
3338 * common/ptid.h: Comment fixes.
3339
3340 2013-07-01 Tom Tromey <tromey@redhat.com>
3341
3342 * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
3343 .gnu_debugaltlink not found. Use bfd_get_alt_debug_link_info.
3344 (dwarf2_read_index, create_all_comp_units): Update.
3345
3346 2013-07-01 Tom Tromey <tromey@redhat.com>
3347
3348 * configure.ac (build_warnings): Add -Wold-style-definition.
3349 * configure: Rebuild.
3350 * machoread.c (_initialize_machoread): Use "(void)".
3351 * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
3352 use "(void)".
3353
3354 2013-07-01 Tom Tromey <tromey@redhat.com>
3355
3356 * configure.ac (build_warnings): Add -Wold-style-declaration.
3357 * configure: Rebuild.
3358 * dsrec.c (make_srec): Use "static const", not "const static".
3359 * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
3360 not "const static".
3361 * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
3362 Use "static const", not "const static".
3363 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
3364 not "const static".
3365 * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
3366 not "const static".
3367 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
3368 not "const static".
3369 * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
3370 not "const static".
3371 (v850_dbtrap_breakpoint_from_pc): Likewise.
3372 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
3373 not "const static".
3374
3375 2013-07-01 Tom Tromey <tromey@redhat.com>
3376
3377 * configure.ac (build_warnings): Add -Wmissing-parameter-type.
3378 * configure: Rebuild.
3379
3380 2013-07-01 Pedro Alves <palves@redhat.com>
3381
3382 * defs.h: Include "pathmax.h".
3383 * utils.c: Don't include sys/param.h.
3384 (gdb_realpath): Remove code that checks for MAXPATHLEN.
3385 * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
3386 instead of MAXPATHLEN.
3387 * solib-sunos.c: Don't include sys/param.h.
3388 * xcoffread.c: Don't include sys/param.h.
3389 * bsd-kvm.c: Don't include sys/param.h.
3390 * darwin-nat.c: Don't include sys/param.h.
3391 (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
3392 * darwin-nat-info.c: Don't include sys/param.h.
3393 * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
3394 MAXPATHLEN.
3395 * i386obsd-nat.c: Don't include sys/param.h.
3396 * inf-child.c: Don't include sys/param.h.
3397 (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
3398 * linux-fork.c: Don't include sys/param.h.
3399 (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
3400 * linux-nat.c: Don't include sys/param.h.
3401 (linux_child_pid_to_exec_file, linux_proc_pending_signals)
3402 (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
3403 * m68klinux-nat.c: Don't include sys/param.h.
3404 * nbsd-nat.c: Don't include sys/param.h.
3405 (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
3406 * ppc-linux-nat.c: Don't include sys/param.h.
3407 * rs6000-nat.c: Don't include sys/param.h.
3408 * spu-linux-nat.c. Don't include sys/param.h.
3409 * windows-nat.c: Don't include sys/param.h.
3410 * xtensa-linux-nat.c: Don't include sys/param.h.
3411 * config/i386/nm-fbsd.h: Don't include sys/param.h.
3412
3413 2013-07-01 Pedro Alves <palves@redhat.com>
3414
3415 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
3416 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
3417 * gnulib/aclocal.m4: Regenerate.
3418 * gnulib/config.in: Regenerate.
3419 * gnulib/configure: Regenerate.
3420 * gnulib/import/pathmax.h: New file.
3421 * gnulib/import/Makefile.am: Regenerate.
3422 * gnulib/import/Makefile.in: Regenerate.
3423 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
3424 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
3425 * gnulib/import/m4/pathmax.m4: New file.
3426
3427 2013-07-01 Pedro Alves <palves@redhat.com>
3428
3429 * configure.ac (GDBINIT): Define, depending on host.
3430 * go32-nat.c (init_go32_ops): Don't override gdbinit here.
3431 * top.c (PATH_MAX): Delete fallback definition.
3432 (GDBINIT_FILENAME): Delete.
3433 (gdbinit): Reimplement as const char array set to the GDBINIT
3434 string constant.
3435 * top.h (gdbinit): Make const.
3436 * configure, config.in: Regenerate.
3437
3438 2013-07-01 Pedro Alves <palves@redhat.com>
3439
3440 * cli/cli-cmds.c (source_script): Make 'file' parameter const.
3441 * cli/cli-cmds.h (source_script): Likewise.
3442 * exceptions.c (catch_command_errors_const): New function.
3443 * exceptions.h (catch_command_errors_const): Declare.
3444 * main.c (get_init_files): Make parameters const, and adjust.
3445 (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
3446 'local_gdbinit' locals const. Adjust to use
3447 catch_command_errors_const.
3448 (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
3449 'local_gdbinit' locals const.
3450
3451 2013-07-01 Pedro Alves <palves@redhat.com>
3452
3453 * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
3454 (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
3455 * tracepoint.c: Don't check HAVE_UNISTD_H before including
3456 <unistd.h>.
3457
3458 2013-07-01 Pedro Alves <palves@redhat.com>
3459
3460 Import the "unistd" gnulib module.
3461 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
3462 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
3463 import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
3464 import/m4/unistd_h.m4.
3465 * gnulib/aclocal.m4: Renenerate.
3466 * gnulib/config.in: Renenerate.
3467 * gnulib/configure: Renenerate.
3468 * gnulib/import/Makefile.am: Renenerate.
3469 * gnulib/import/Makefile.in: Renenerate.
3470 * gnulib/import/m4/gnulib-cache.m4: Renenerate.
3471 * gnulib/import/m4/gnulib-comp.m4: Renenerate.
3472 * gnulib/import/m4/off_t.m4: New file.
3473 * gnulib/import/m4/ssize_t.m4: New file.
3474 * gnulib/import/m4/sys_types_h.m4: New file.
3475 * gnulib/import/m4/unistd_h.m4: New file.
3476 * gnulib/import/sys_types.in.h: New file.
3477 * gnulib/import/unistd.c: New file.
3478 * gnulib/import/unistd.in.h: New file.
3479
3480 2013-07-01 Pedro Alves <palves@redhat.com>
3481
3482 * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
3483 defined instead of checking HAVE_UNISTD_H.
3484
3485 2013-07-01 Pedro Alves <palves@redhat.com>
3486
3487 Reimport gnulib from scratch.
3488 * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
3489 import/m4/onceonly.m4.
3490 * gnulib/aclocal.m4: Renegerate.
3491 * gnulib/config.in: Renegerate.
3492 * gnulib/configure: Renegerate.
3493 * gnulib/import/Makefile.in: Renegerate.
3494 * gnulib/import/extra/update-copyright: Renegerate.
3495 * gnulib/import/m4/onceonly.m4: Delete.
3496
3497 2013-07-01 Pedro Alves <palves@redhat.com>
3498
3499 * tui/tui-regs.c (pagination_enabled): Delete declaration.
3500
3501 2013-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3502
3503 Code cleanup.
3504 * remote.c (async_remote_interrupt_twice): Make it static.
3505 * remote.h (async_remote_interrupt_twice): Remove the declaration.
3506
3507 2013-06-29 Sergio Durigan Junior <sergiodj@redhat.com>
3508
3509 * ia64-linux-tdep.c: Include <ctype.h>.
3510 (ia64_linux_stap_is_single_operand): New function.
3511 (ia64_linux_init_abi): Initialize SystemTap related attributes.
3512
3513 2013-06-28 Tom Tromey <tromey@redhat.com>
3514
3515 * Makefile.in (version.c): Use version.in, not
3516 common/version.in.
3517 * common/create-version.sh: Likewise.
3518 * common/version.in: Move...
3519 * version.in: ...here.
3520
3521 2013-06-28 Pedro Alves <palves@redhat.com>
3522
3523 * infrun.c (set_observer_mode): Don't declare pagination_enabled
3524 here.
3525 * utils.h (pagination_enabled): Declare.
3526
3527 2013-06-28 Pedro Alves <palves@redhat.com>
3528
3529 * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
3530 Move higher up in file.
3531
3532 2013-06-28 Tom Tromey <tromey@redhat.com>
3533
3534 * tracepoint.c (deprecated_readline_begin_hook)
3535 (deprecated_readline_hook, deprecated_readline_end_hook): Don't
3536 declare.
3537
3538 2013-06-28 Pedro Alves <palves@redhat.com>
3539
3540 PR tui/14880
3541 * tui/tui-regs.c (tui_get_register): Fetch value contents before
3542 checking if they're available.
3543 * value.c (value_available_contents_eq): Change comment.
3544 * value.h (value_available_contents_eq): Expand comment.
3545
3546 2013-06-27 Tom Tromey <tromey@redhat.com>
3547
3548 * target.c (find_run_target): Remove.
3549 * target.h (find_run_target): Remove.
3550
3551 2013-06-27 Tom Tromey <tromey@redhat.com>
3552
3553 * corelow.c (core_gdbarch): Now static.
3554
3555 2013-06-27 Tom Tromey <tromey@redhat.com>
3556
3557 * target.c (target_struct_index): Remove.
3558
3559 2013-06-27 Pedro Alves <palves@redhat.com>
3560
3561 * infrun.c: Remove comment describing the 'stepping over runtime
3562 loader dynamic symbol resolution code' mechanism; moved to
3563 gdbint.texinfo.
3564
3565 2013-06-27 Pedro Alves <palves@redhat.com>
3566
3567 * exceptions.c (catch_command_errors): Remove spurious space.
3568 * exceptions.h (catch_command_errors): Second parameter is "arg",
3569 not "command".
3570
3571 2013-06-27 Yao Qi <yao@codesourcery.com>
3572
3573 * common/create-version.sh: Update comments. Handle the case
3574 that TARGET_ALIAS is empty.
3575
3576 2013-06-26 Pedro Alves <palves@redhat.com>
3577
3578 * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
3579 comment.
3580
3581 2013-06-26 Pedro Alves <palves@redhat.com>
3582
3583 * infrun.c: Update comments on stepping over runtime loader
3584 dynamic symbol resolution code.
3585
3586 2013-06-26 Sergio Durigan Junior <sergiodj@redhat.com>
3587
3588 * ax-gdb.h (union exp_element): Forward declare.
3589 * parser-defs.h: Include expression.h.
3590
3591 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
3592
3593 * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
3594
3595 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
3596
3597 * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
3598
3599 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
3600
3601 Fix trace-status to output proper start-time and stop-time.
3602 * tracepoint.c (trace_status_command): Fix type of printf arg to
3603 prevent improper type conversion.
3604 (trace_status_mi): Likewise.
3605
3606 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
3607
3608 * mips-tdep.c (mips_next_pc): Fix a typo.
3609
3610 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
3611
3612 * mips-tdep.c (micromips_scan_prologue): Fix a typo.
3613
3614 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3615 Yao Qi <yao@codesourcery.com>
3616
3617 * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
3618 * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
3619 * mi/mi-main.c (print_variable_or_computed): New function.
3620 (mi_cmd_trace_frame_collected): New function.
3621 * tracepoint.c (find_trace_state_variable_by_number): New.
3622 (struct traceframe_info): Move to tracepoint.h
3623 (struct collection_list): Likewise.
3624 (do_collect_symbol): Include locals and arguments in the
3625 collected variables list.
3626 (clear_collection_list): Clear wholly collected variables list
3627 and computed variables list.
3628 (append_exp): New function.
3629 (encode_actions_1): Include variables in the wholly
3630 collected variables list. Include memory ranges and
3631 full-fledged expressions in the computed expressions list.
3632 (encode_actions): Move some code to ...
3633 Return the cleanup chain.
3634 (encode_actions_rsp): ... here. New function.
3635 (get_traceframe_location, get_traceframe_info): Remove static.
3636 * tracepoint.h (struct memrange): Moved from tracepoint.c.
3637 (struct collection_list): Moved from tracepoint.c. Add two
3638 new fields 'wholly_collected' and 'computed'.
3639 (find_trace_state_variable_by_number): Declare.
3640 (encode_actions): Adjust declaration.
3641 (encode_actions_rsp): Declare.
3642 (get_traceframe_info, get_traceframe_location): Declare.
3643
3644 * NEWS: Mention new MI command -trace-frame-collected.
3645
3646 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3647 Yao Qi <yao@codesourcery.com>
3648
3649 * ctf.c (ctf_traceframe_info): Push trace state variables
3650 present in the trace data into the traceframe info object.
3651 * breakpoint.c (DEF_VEC_I): Remove.
3652 * common/filestuff.c (DEF_VEC_I): Likewise.
3653 * dwarf2loc.c (DEF_VEC_I): Likewise.
3654 * mi/mi-main.c (DEF_VEC_I): Likewise.
3655 * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
3656 * features/traceframe-info.dtd: Add tvar element and its
3657 attributes.
3658 * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
3659 (build_traceframe_info): Push trace state variables present in
3660 the trace data into the traceframe info object.
3661 (traceframe_info_start_tvar): New function.
3662 (tvar_attributes): New.
3663 (traceframe_info_children): Add "tvar" element.
3664 * tracepoint.h (struct traceframe_info) <tvars>: New field.
3665
3666 * NEWS: Mention the change in GDB and GDBserver.
3667
3668 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3669 Yao Qi <yao@codesourcery.com>
3670
3671 * tracepoint.c (trace_dump_command): Move code to ...
3672 (get_traceframe_location): ... here. New.
3673
3674 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3675 Yao Qi <yao@codesourcery.com>
3676
3677 * tracepoint.c (trace_dump_command): GDB emits an error
3678 instead of a warning when a traceframe is not selected.
3679
3680 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3681 Yao Qi <yao@codesourcery.com>
3682
3683 * tracepoint.c (tracepoint_list, stepping_list): Remove.
3684 (clear_collection_list): Free fields 'aexpre_list' and 'list'
3685 in collection_list.
3686 (do_clear_collection_list, init_collection_list): New.
3687 (encode_actions): Add local variables 'tracepoint_list' and
3688 'stepping_list'. Call init_collection_list and make cleanup
3689 which calls do_clear_collection_list. Don't call
3690 clear_collection_list.
3691 (_initialize_tracepoint): Delete references to
3692 'tracepoint_list' and 'stepping_list'.
3693
3694 2013-06-25 Tom Tromey <tromey@redhat.com>
3695
3696 * common/create-version.sh (date): Use "$", not "$$" in sed
3697 expression.
3698
3699 2013-06-25 Kevin Buettner <kevinb@redhat.com>
3700
3701 * NEWS (New targets): Add entry for TI MSP430.
3702
3703 2013-06-25 Yao Qi <yao@codesourcery.com>
3704
3705 * remote.c (remote_start_remote): Move code to upload tsv
3706 earlier.
3707
3708 2013-06-25 Yao Qi <yao@codesourcery.com>
3709 Hui Zhu <hui@codesourcery.com>
3710 Pedro Alves <palves@redhat.com>
3711
3712 PR breakpoints/15075
3713 PR breakpoints/15434
3714 * breakpoint.c (bpstat_stop_status): Call
3715 b->ops->after_condition_true.
3716 (update_dprintf_command_list): Don't append "continue" command
3717 to the command list of dprintf breakpoint.
3718 (base_breakpoint_after_condition_true): New function.
3719 (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
3720 (dprintf_after_condition_true): New function.
3721 (initialize_breakpoint_ops): Set dprintf_after_condition_true.
3722 * breakpoint.h (breakpoint_ops): Add after_condition_true.
3723
3724 2013-06-24 Kevin Buettner <kevinb@redhat.com>
3725
3726 * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
3727 (ALLDEPFILES): Add msp430-tdep.c.
3728 * configure.tgt (msp430*-*-elf): New target.
3729 * msp430-tdep.c: New file.
3730
3731 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
3732
3733 * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
3734 microMIPS synthetic symbols.
3735
3736 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
3737
3738 * objfiles.h (pc_in_section): New prototype.
3739 (in_plt_section): Remove name argument, replace prototype with
3740 static inline function.
3741 * mips-tdep.h: Include "objfiles.h".
3742 (in_mips_stubs_section): New function.
3743 * hppa-tdep.h (gdbarch_tdep): Remove name argument of
3744 in_solib_call_trampoline member.
3745 (hppa_in_solib_call_trampoline): Remove name argument.
3746 * objfiles.c (pc_in_section): New function.
3747 (in_plt_section): Remove function.
3748 * mips-linux-tdep.c: Include "objfiles.h".
3749 (mips_linux_in_dynsym_stub): Call in_mips_stubs_section. Remove
3750 name argument. Return 1 rather than the low 16-bit halfword of
3751 any instruction examined.
3752 (mips_linux_in_dynsym_resolve_code): Update
3753 mips_linux_in_dynsym_stub call accordingly.
3754 * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
3755 rather than an equivalent hand-coded sequence.
3756 * hppa-hpux-tdep.c (in_opd_section): Remove function.
3757 (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
3758 (hppa64_hpux_in_solib_call_trampoline): Likewise.
3759 (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
3760 in_opd_section.
3761 * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
3762 on call to tdep->in_solib_call_trampoline.
3763 (hppa_in_solib_call_trampoline): Remove name argument, update
3764 according to in_plt_section change.
3765 (hppa_skip_trampoline_code): Update according to in_plt_section
3766 change.
3767 * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
3768 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
3769 Likewise.
3770 * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
3771 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
3772 * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
3773 * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
3774 * nto-tdep.c (nto_relocate_section_addresses): Likewise.
3775 * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
3776 * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
3777 * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
3778 * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
3779 * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
3780 * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
3781 * sparc-tdep.c (sparc_analyze_prologue): Likewise.
3782 * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
3783
3784 2013-06-24 Joel Brobecker <brobecker@adacore.com>
3785
3786 * common/create-version.sh: Fix expansion of $host_alias
3787 and $target_alias in generation of HOST_NAME and TARGET_NAME
3788 (resp.).
3789
3790 2013-06-24 Tom Tromey <tromey@redhat.com>
3791
3792 * common/create-version.sh: New file.
3793 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
3794 create-version.sh.
3795 (HFILES_NO_SRCDIR): Use common/version.h.
3796 * version.in: Move to ...
3797 * common/version.in: ... here. Replace date with "DATE".
3798 * version.h: Move to ...
3799 * common/version.h: ... here.
3800
3801 2013-06-21 Joel Brobecker <brobecker@adacore.com>
3802
3803 * gdb/gnulib/Makefile.in: Update date in copyright header.
3804 * gdb/gnulib/configure.ac: Ditto.
3805 * gdb/gnulib/update-gnulib.sh: Ditto.
3806
3807 2013-06-21 Joel Brobecker <brobecker@adacore.com>
3808
3809 * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
3810 "gdb/gnulib/import".
3811
3812 2013-06-21 Will Newton <will.newton@linaro.org>
3813
3814 * doublest.c (ldfrexp): Remove function.
3815 (convert_doublest_to_floatformat): Call frexpl instead of
3816 ldfrexp.
3817
3818 2013-06-21 Will Newton <will.newton@linaro.org>
3819
3820 * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
3821 * gnulib/aclocal.m4: Regenerate.
3822 * gnulib/config.in: Regenerate.
3823 * gnulib/configure: Regenerate.
3824 * gnulib/import/Makefile.am: Update.
3825 * gnulib/import/Makefile.in: Update.
3826 * gnulib/import/m4/gnulib-cache.m4: Update.
3827 * gnulib/import/m4/gnulib-comp.m4: Update.
3828 * gnulib/import/float+.h: Import.
3829 * gnulib/import/float.c: Import.
3830 * gnulib/import/float.in.h: Import.
3831 * gnulib/import/fpucw.h: Import.
3832 * gnulib/import/frexp.c: Import.
3833 * gnulib/import/frexpl.c: Import.
3834 * gnulib/import/isnan.c: Import.
3835 * gnulib/import/isnand-nolibm.h: Import.
3836 * gnulib/import/isnand.c: Import.
3837 * gnulib/import/isnanl-nolibm.h: Import.
3838 * gnulib/import/isnanl.c: Import.
3839 * gnulib/import/itold.c: Import.
3840 * gnulib/import/m4/exponentd.m4: Import.
3841 * gnulib/import/m4/exponentl.m4: Import.
3842 * gnulib/import/m4/float_h.m4: Import.
3843 * gnulib/import/m4/fpieee.m4: Import.
3844 * gnulib/import/m4/frexp.m4: Import.
3845 * gnulib/import/m4/frexpl.m4: Import.
3846 * gnulib/import/m4/isnand.m4: Import.
3847 * gnulib/import/m4/isnanl.m4: Import.
3848 * gnulib/import/m4/math_h.m4: Import.
3849 * gnulib/import/math.c: Import.
3850 * gnulib/import/math.in.h: Import.
3851
3852 2013-06-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3853
3854 * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
3855 replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
3856 signature_INTEL_edx comparisons.
3857
3858 2013-06-20 Doug Evans <dje@google.com>
3859
3860 symtab/15652
3861 * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
3862 All callers updated.
3863 (open_dwp_file): If we can't find the dwp file, search the basename
3864 in debug-file-directory.
3865
3866 * dwarf2read.c (struct dwp_file): Fix comment.
3867 (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
3868
3869 * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
3870 better.
3871
3872 2013-06-20 Yao Qi <yao@codesourcery.com>
3873
3874 * breakpoint.c (create_breakpoint): Fix code indentation.
3875
3876 2013-06-20 Yao Qi <yao@codesourcery.com>
3877
3878 * breakpoint.c (create_breakpoints_sal_default): Remove
3879 parameter 'lsal'. Update declaration.
3880 (bkpt_create_breakpoints_sal): Caller update.
3881 (tracepoint_create_breakpoints_sal): Likewise.
3882
3883 2013-06-20 Pedro Alves <pedro@codesourcery.com>
3884 Yao Qi <yao@codesourcery.com>
3885
3886 * NEWS: Mention the new option '--skip-unavailable' of command
3887 -data-list-register-values.
3888 * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
3889 --skip-unavailable option. Adjust to use output_register.
3890 (output_register): Add new 'skip_unavailable' parameter.
3891 Handle it.
3892
3893 2013-06-19 Mike Frysinger <vapier@gentoo.org>
3894
3895 * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
3896 common/i386-gcc-cpuid.h.
3897 * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
3898 * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
3899 Copy the latest version from upstream gcc.
3900 * common/linux-btrace.c: Include i386-cpuid.h.
3901 (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
3902 call to i386_cpuid.
3903 (cpu_supports_btrace): Likewise.
3904 * go32-nat.c: Include i386-cpuid.h.
3905 (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
3906
3907 2013-06-19 Doug Evans <dje@google.com>
3908
3909 * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
3910 (get_section_index): Ditto.
3911
3912 2013-06-19 Tom Tromey <tromey@redhat.com>
3913
3914 * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
3915 "dprintf" help.
3916
3917 2013-06-18 Doug Evans <dje@google.com>
3918
3919 * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
3920 before using it.
3921 (dw2_expand_symtabs_matching): Fix symbol kind validity check.
3922 Move test of cu_index closer to use. Print complaint if cu_index
3923 is bad.
3924
3925 2013-06-18 Joel Brobecker <brobecker@adacore.com>
3926
3927 * machoread.c (oso_vector): Delete this global.
3928 (macho_register_oso): Add new parameter "oso_vector_ptr".
3929 Use it instead of the "oso_vector" global.
3930 (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
3931 (macho_symfile_read): Use a local oso_vector, to be free'ed
3932 at the end of this function, in place of the old "oso_vector"
3933 global. Update various function calls accordingly. Use one
3934 single cleanup chain for the entire function.
3935
3936 2013-06-18 Joel Brobecker <brobecker@adacore.com>
3937
3938 * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
3939 DWARF2_PER_OBJFILE by uses of DATA instead.
3940
3941 2013-06-18 Tom Tromey <tromey@redhat.com>
3942
3943 * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
3944 argument.
3945 * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
3946 Special case signals other than GDB_SIGNAL_TRAP.
3947 (explains_signal_watchpoint): New function.
3948 (base_breakpoint_explains_signal): Add 'sig' argument.
3949 (initialize_breakpoint_ops): Set 'explains_signal' method for
3950 watchpoints.
3951 * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
3952 signal argument.
3953 (bpstat_explains_signal): Likewise.
3954 * infrun.c (handle_syscall_event, handle_inferior_event): Update.
3955
3956 2013-06-18 Tom Tromey <tromey@redhat.com>
3957
3958 * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
3959
3960 2013-06-18 Tom Tromey <tromey@redhat.com>
3961
3962 * python/python.c (finish_python_initialization): Decref
3963 'pythondir' on failure path as well.
3964
3965 2013-06-18 Tom Tromey <tromey@redhat.com>
3966
3967 PR symtab/15391:
3968 * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
3969 after taking bits_to_skip into account. Sign extend byte_offset.
3970 * utils.h (gdb_sign_extend): Declare.
3971 * utils.c (gdb_sign_extend): New function.
3972
3973 2013-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3974
3975 * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
3976
3977 2013-06-17 Pierre Muller <muller@sourceware.org>
3978
3979 * corelow.c (core_open): Print GDB signal name instead of target
3980 signal number.
3981
3982 2013-06-17 Mike Frysinger <vapier@gentoo.org>
3983
3984 * .gitignore: Add /gcore.
3985
3986 2013-06-13 Doug Evans <dje@google.com>
3987
3988 * dwarf2read.c (try_open_dwop_file): Work around behaviour of
3989 OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
3990
3991 2013-06-12 Phil Muldoon <pmuldoon@redhat.com>
3992
3993 * stack.c (backtrace_command_1): Fix indentation.
3994
3995 2013-06-11 Joel Brobecker <brobecker@adacore.com>
3996
3997 * window-nat.c (thread_rec): Add missing empty line after
3998 local variable declaration.
3999
4000 2013-06-11 Joel Brobecker <brobecker@adacore.com>
4001
4002 * windows-nat.c (thread_rec): Revert format used to print
4003 error code returned by SuspendThread from %d back to %u.
4004
4005 2013-06-11 Joel Brobecker <brobecker@adacore.com>
4006
4007 * windows-nat.c (windows_continue): Add "0x" prefix for thread
4008 ID in debug trace.
4009 (get_windows_debug_event): Likewise, for all debug traces.
4010
4011 2013-06-11 Joel Brobecker <brobecker@adacore.com>
4012
4013 * window-nat.c (thread_rec): Add thread ID in SuspendThread
4014 warning message.
4015
4016 2013-06-08 Pedro Alves <pedro@codesourcery.com>
4017 Yao Qi <yao@codesourcery.com>
4018
4019 * mi/mi-main.c (get_register): Remove declaration.
4020 (output_register): Declare.
4021 (mi_cmd_data_list_register_values): Remove local variable
4022 'tuple_cleanup'. Move some code into output_register.
4023 (get_register): Renamed to ...
4024 (output_register): ... this. Output the register's
4025 "number" ui_out tuple here.
4026
4027 2013-06-07 Pedro Alves <palves@redhat.com>
4028
4029 * darwin-nat.c: Fix formating in copyright header.
4030 * darwin-nat.h: Likewise.
4031 * gnu-nat.c: Likewise.
4032 * machoread.c: Likewise.
4033
4034 2013-06-07 Pedro Alves <palves@redhat.com>
4035
4036 PR server/14823
4037 * regformats/regdat.sh: Output #include tdesc.h. Make globals
4038 static. Output a global target description pointer.
4039 (init_registers_${name}): Adjust to initialize a
4040 target description structure.
4041
4042 2013-06-07 Will Newton <will.newton@linaro.org>
4043
4044 * printcmd.c (build_address_symbolic): Call
4045 gdbarch_addr_bits_remove for text minimal symbols.
4046
4047 2013-06-07 Will Newton <will.newton@linaro.org>
4048
4049 * MAINTAINERS: Add myself to Write After Approval.
4050
4051 2013-06-07 Yao Qi <yao@codesourcery.com>
4052
4053 * tracepoint.c (start_tracing): Move code to ...
4054 (trace_reset_local_state): ... here. New.
4055 (disconnect_tracing): Don't call set_current_traceframe,
4056 set_tracepoint_num, and set_traceframe_context. Call
4057 trace_reset_local_state instead.
4058 (tfile_close): Call trace_reset_local_state.
4059 * ctf.c (ctf_close): Likewise.
4060 * remote.c (remote_close): Likewise.
4061 * tracepoint.h (trace_reset_local_state): Declare.
4062
4063 2013-06-06 Doug Evans <dje@google.com>
4064
4065 * dwarf2read.c: Whitespace fixes for DWP file format documentation,
4066 and fix header docs.
4067
4068 2013-06-05 Doug Evans <dje@google.com>
4069 Keith Seitz <keiths@redhat.com>
4070
4071 PR 15519
4072 * cp-namespace.c (find_symbol_in_baseclass): Call
4073 cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
4074 Check result of call to lookup_symbol_static.
4075 Call lookup_static_symbol_aux unconditionally.
4076 Call check_typedef on base types before accessing them.
4077 (cp_lookup_nested_symbol): Fix comment.
4078
4079 2013-06-05 Luis Machado <lgustavo@codesourcery.com>
4080
4081 * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
4082 minimal symbols pointing to function descriptors.
4083
4084 2013-06-05 Tom Tromey <tromey@redhat.com>
4085
4086 * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
4087
4088 2013-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
4089 Pedro Alves <palves@redhat.com>
4090
4091 * remote.c (remote_wait_as): Restore signal handler before returning
4092 when GDB gets a notification.
4093
4094 2013-06-04 Gary Benson <gbenson@redhat.com>
4095
4096 PR 2328
4097 * breakpoint.h (handle_solib_event): Moved function declaration
4098 to solib.h.
4099 * breakpoint.c (handle_solib_event): Moved function to solib.c.
4100 (bpstat_stop_status): Pass new argument to handle_solib_event.
4101 * solib.h (update_solib_breakpoints): New function declaration.
4102 (handle_solib_event): Moved function declaration from
4103 breakpoint.h.
4104 * solib.c (update_solib_breakpoints): New function.
4105 (handle_solib_event): Moved function from breakpoint.c.
4106 Updated to call solib_ops->handle_event if not NULL.
4107 * solist.h (target_so_ops): New fields "update_breakpoints" and
4108 "handle_event".
4109 * infrun.c (set_stop_on_solib_events): New function.
4110 (_initialize_infrun): Use the above for "set
4111 stop-on-solib-events".
4112 (handle_inferior_event): Pass new argument to handle_solib_event.
4113 * solib-svr4.c (probe.h): New include.
4114 (svr4_free_library_list): New forward declaration.
4115 (probe_action): New enum.
4116 (probe_info): New struct.
4117 (probe_info): New static variable.
4118 (NUM_PROBES): New definition.
4119 (svr4_info): New fields "using_xfer", "probes_table" and
4120 "solib_list".
4121 (free_probes_table): New function.
4122 (free_solib_list): New function.
4123 (svr4_pspace_data_cleanup): Free probes table and solib list.
4124 (svr4_copy_library_list): New function.
4125 (svr4_current_sos_via_xfer_libraries): New parameter "annex".
4126 (svr4_read_so_list): New parameter "prev_lm".
4127 (svr4_current_sos_direct): Renamed from "svr4_current_sos".
4128 (svr4_current_sos): New function.
4129 (probe_and_action): New struct.
4130 (hash_probe_and_action): New function.
4131 (equal_probe_and_action): Likewise.
4132 (register_solib_event_probe): Likewise.
4133 (solib_event_probe_at): Likewise.
4134 (solib_event_probe_action): Likewise.
4135 (solist_update_full): Likewise.
4136 (solist_update_incremental): Likewise.
4137 (disable_probes_interface_cleanup): Likewise.
4138 (svr4_handle_solib_event): Likewise.
4139 (svr4_update_solib_event_breakpoint): Likewise.
4140 (svr4_update_solib_event_breakpoints): Likewise.
4141 (svr4_create_solib_event_breakpoints): Likewise.
4142 (enable_break): Free probes table before creating breakpoints.
4143 Use svr4_create_solib_event_breakpoints to create breakpoints.
4144 (svr4_solib_create_inferior_hook): Free the solib list.
4145 (_initialize_svr4_solib): Initialise
4146 svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
4147
4148 2013-06-04 Gary Benson <gbenson@redhat.com>
4149
4150 * target.h (target_ops): New field
4151 "to_augmented_libraries_svr4_read".
4152 (target_augmented_libraries_svr4_read): New macro.
4153 * target.c (update_current_target): Handle
4154 to_augmented_libraries_svr4_read.
4155 * remote.c (remote_state): New field
4156 "augmented_libraries_svr4_read".
4157 (remote_augmented_libraries_svr4_read_feature): New function.
4158 (remote_protocol_features): Add entry for
4159 "augmented-libraries-svr4-read".
4160 (remote_augmented_libraries_svr4_read): New function.
4161 (init_remote_ops): Initialize
4162 remote_ops.to_augmented_libraries_svr4_read.
4163
4164 2013-06-04 Gary Benson <gbenson@redhat.com>
4165
4166 * NEWS: Update.
4167
4168 2013-06-04 Gary Benson <gbenson@redhat.com>
4169
4170 * objfiles.h (inhibit_section_map_updates): New function
4171 declaration.
4172 (resume_section_map_updates): Likewise.
4173 (resume_section_map_updates_cleanup): Likewise.
4174 * objfiles.c (objfile_pspace_info): Removed field
4175 "objfiles_changed_p". New fields "new_objfiles_available",
4176 "section_map_dirty" and "inhibit_updates".
4177 (allocate_objfile): Set new_objfiles_available.
4178 (free_objfile): Set section_map_dirty.
4179 (objfile_relocate1): Likewise.
4180 (in_plt_section): Likewise.
4181 (find_pc_section): Update the conditions under which the
4182 section map will be updated.
4183 (inhibit_section_map_updates): New function.
4184 (resume_section_map_updates): Likewise.
4185 (resume_section_map_updates_cleanup): Likewise.
4186
4187 2013-06-04 Gary Benson <gbenson@redhat.com>
4188
4189 * probe.h (get_probe_argument_count): New declaration.
4190 (evaluate_probe_argument): Likewise.
4191 * probe.c (get_probe_argument_count): New function.
4192 (evaluate_probe_argument): Likewise.
4193 (probe_safe_evaluate_at_pc): Use the above new functions.
4194
4195 2013-06-04 Alan Modra <amodra@gmail.com>
4196
4197 * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
4198 * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
4199 (ppc_insns_match_pattern): Add frame param. Avoid multiple
4200 target mem reads on optional insns.
4201 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
4202 ppc_insns_match_pattern calls.
4203 * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
4204 Add match for power7 thread safety insns, and new order of
4205 std 2,40(1) insn. Correct code shown for _dl_runtime_resolve
4206 invocation in comment, and update rest of comment.
4207 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
4208 PPC64_STANDARD_LINKAGE3_LEN): Delete.
4209 (ppc64_standard_linkage2_target): Update insn offsets.
4210 (ppc64_skip_trampoline_code): Use a single insn buffer. Match newer
4211 stubs first. Update calls.
4212
4213 2013-06-04 Yao Qi <yao@codesourcery.com>
4214
4215 * solib.c (solib_find): Don't need dir separator if path has
4216 drive spec.
4217
4218 2013-06-03 Joel Brobecker <brobecker@adacore.com>
4219
4220 Revert (indirectly causes a SIGSEGV):
4221 * machoread.c (macho_symfile_read): Assign first cleanup to
4222 'back_to'.
4223
4224 2013-06-03 Yao Qi <yao@codesourcery.com>
4225
4226 * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
4227 mi-parse.c. Make them static.
4228 (mi_all_values): Likewise.
4229 (mi_parse_values_option): Move to mi-parse.c. Rename it to
4230 mi_parse_print_values. Make it external.
4231 * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
4232 Remove the declarations.
4233 * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
4234 * mi/mi-parse.h (mi_parse_print_values): Declare.
4235 * mi/mi-cmd-stack.c: Include mi-parse.h.
4236 (parse_print_values): Remove
4237 (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
4238 of parse_print_values.
4239 (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
4240
4241 2013-05-31 Pedro Alves <pedro@codesourcery.com>
4242 Yao Qi <yao@codesourcery.com>
4243
4244 * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
4245 (encode_actions): Move code to ...
4246 (all_tracepoint_actions_and_cleanup): ... here. New.
4247 (trace_dump_command): Likewise.
4248
4249 2013-05-30 Tom Tromey <tromey@redhat.com>
4250
4251 * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
4252
4253 2013-05-30 Tom Tromey <tromey@redhat.com>
4254
4255 * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
4256 gdb_xml_create_parser_and_cleanup_1. Return a cleanup. Remove
4257 'old_chain' argument. Add 'parser_result' argument.
4258 (gdb_xml_create_parser_and_cleanup): Remove old version.
4259 (gdb_xml_parse_quick): Update.
4260 (xml_process_xincludes): Update.
4261 * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
4262 declare.
4263
4264 2013-05-30 Tom Tromey <tromey@redhat.com>
4265
4266 * probe.c (collect_probes): Check arguments for NULL before
4267 calling compile_rx_or_error.
4268 * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
4269 Remove NULL return.
4270
4271 2013-05-30 Tom Tromey <tromey@redhat.com>
4272
4273 * infrun.c (adjust_pc_after_break): Introduce an outer null
4274 cleanup.
4275
4276 2013-05-30 Tom Tromey <tromey@redhat.com>
4277
4278 * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
4279
4280 2013-05-30 Tom Tromey <tromey@redhat.com>
4281
4282 * cli/cli-script.c (read_command_lines_1): Use a null cleanup
4283 for 'old_chain'. Do not check 'head' before processing
4284 cleanups.
4285
4286 2013-05-30 Tom Tromey <tromey@redhat.com>
4287
4288 * mi/mi-cmd-stack.c (list_arg_or_local): Remove
4289 "cleanup_tuple".
4290
4291 2013-05-30 Tom Tromey <tromey@redhat.com>
4292
4293 * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
4294 inner scope. Unconditionally call do_cleanups.
4295
4296 2013-05-30 Tom Tromey <tromey@redhat.com>
4297
4298 * source.c (find_and_open_source): Call do_cleanups.
4299
4300 2013-05-30 Tom Tromey <tromey@redhat.com>
4301
4302 * linux-thread-db.c (thread_db_load_search): Unconditionally
4303 call do_cleanups.
4304
4305 2013-05-30 Tom Tromey <tromey@redhat.com>
4306
4307 * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
4308 for 'cleanup'; instead use a later one.
4309
4310 2013-05-30 Tom Tromey <tromey@redhat.com>
4311
4312 * python/py-breakpoint.c (bppy_get_commands): Use
4313 explicit, unconditional return.
4314 * python/py-frame.c (frapy_read_var): Likewise.
4315 * python/python.c (gdbpy_decode_line): Likewise.
4316
4317 2013-05-30 Tom Tromey <tromey@redhat.com>
4318
4319 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
4320 do_cleanups on all return paths.
4321
4322 2013-05-30 Tom Tromey <tromey@redhat.com>
4323
4324 * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
4325
4326 2013-05-30 Tom Tromey <tromey@redhat.com>
4327
4328 * stabsread.c (read_struct_type): Call do_cleanups along
4329 all return paths.
4330
4331 2013-05-30 Maciej W. Rozycki <macro@codesourcery.com>
4332
4333 * mips-linux-tdep.c: Adjust formatting throughout.
4334
4335 2013-05-30 Tom Tromey <tromey@redhat.com>
4336
4337 * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
4338 along all return paths.
4339
4340 2013-05-30 Tom Tromey <tromey@redhat.com>
4341
4342 * symfile.c (find_separate_debug_file): Call do_cleanups
4343 along all return paths.
4344
4345 2013-05-30 Tom Tromey <tromey@redhat.com>
4346
4347 * symtab.c (search_symbols): Introduce a null cleanup for
4348 'retval_chain'.
4349
4350 2013-05-30 Tom Tromey <tromey@redhat.com>
4351
4352 * python/py-value.c (valpy_binop): Call do_cleanups before
4353 exiting loop.
4354
4355 2013-05-30 Tom Tromey <tromey@redhat.com>
4356
4357 * python/py-prettyprint.c (print_children): Remove extra
4358 do_cleanups call.
4359
4360 2013-05-30 Tom Tromey <tromey@redhat.com>
4361
4362 * python/py-frame.c (frapy_read_var): Call do_cleanups along
4363 all return paths.
4364
4365 2013-05-30 Tom Tromey <tromey@redhat.com>
4366
4367 * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
4368 along all return paths.
4369
4370 2013-05-30 Tom Tromey <tromey@redhat.com>
4371
4372 * cli/cli-logging.c (set_logging_redirect): Unconditionally
4373 call do_cleanups.
4374
4375 2013-05-30 Tom Tromey <tromey@redhat.com>
4376
4377 * varobj.c (c_value_of_root): Call do_cleanups along all
4378 return paths.
4379
4380 2013-05-30 Tom Tromey <tromey@redhat.com>
4381
4382 * tracepoint.c (trace_dump_command): Unconditionally call
4383 do_cleanups.
4384
4385 2013-05-30 Tom Tromey <tromey@redhat.com>
4386
4387 * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
4388 do_cleanups earlier.
4389
4390 2013-05-30 Tom Tromey <tromey@redhat.com>
4391
4392 * machoread.c (macho_symfile_read): Assign first cleanup to
4393 'back_to'.
4394
4395 2013-05-30 Tom Tromey <tromey@redhat.com>
4396
4397 * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
4398
4399 2013-05-30 Tom Tromey <tromey@redhat.com>
4400
4401 * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
4402
4403 2013-05-30 Tom Tromey <tromey@redhat.com>
4404
4405 * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
4406 call discard_cleanups.
4407 (inf_ptrace_attach): Likewise.
4408
4409 2013-05-30 Tom Tromey <tromey@redhat.com>
4410
4411 * remote-mips.c (mips_exit_debug): Call do_cleanups on all
4412 return paths.
4413 (mips_initialize): Likewise.
4414 (common_open): Call do_cleanups.
4415
4416 2013-05-30 Tom Tromey <tromey@redhat.com>
4417
4418 * utils.c (internal_vproblem): Call do_cleanups.
4419
4420 2013-05-30 Tom Tromey <tromey@redhat.com>
4421
4422 * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
4423
4424 2013-05-30 Tom Tromey <tromey@redhat.com>
4425
4426 * cli/cli-script.c (setup_user_args): Don't return after error.
4427
4428 2013-05-30 Tom Tromey <tromey@redhat.com>
4429
4430 * somread.c (som_symtab_read): Call do_cleanups.
4431
4432 2013-05-30 Tom Tromey <tromey@redhat.com>
4433
4434 * printcmd.c (print_command_1): Unconditionally call do_cleanups.
4435
4436 2013-05-30 Tom Tromey <tromey@redhat.com>
4437
4438 * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
4439 * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
4440 * interps.c (interpreter_exec_cmd): Call do_cleanups.
4441 * source.c (show_substitute_path_command): Call do_cleanups.
4442 (unset_substitute_path_command, set_substitute_path_command):
4443 Likewise.
4444 * symfile.c (load_command): Call do_cleanups.
4445
4446 2013-05-30 Tom Tromey <tromey@redhat.com>
4447
4448 * contrib/cleanup_check.py: New file.
4449 * contrib/gcc-with-excheck: Add option parsing.
4450
4451 2013-05-30 Joel Brobecker <brobecker@adacore.com>
4452
4453 * windows-nat.c (windows_delete_thread): Add missing space
4454 in cast expression.
4455
4456 2013-05-30 Hafiz Abid Qadeer <abidh@codesourcery.com>
4457
4458 * inferior.c (top level): Include tilde.h.
4459 (add_inferior_command): Call tilde_expand on the value of 'exec'
4460 argument.
4461
4462 2013-05-30 Pedro Alves <pedro@codesourcery.com>
4463 Yao Qi <yao@codesourcery.com>
4464
4465 * tracepoint.c (encode_actions_1): Remove parameter 't'.
4466 Caller update.
4467 (encode_actions): Likewise.
4468 * remote.c (remote_download_tracepoint): Caller update.
4469 * tracepoint.h (encode_actions): Update declaration.
4470
4471 2013-05-30 Pedro Alves <palves@redhat.com>
4472
4473 * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
4474 pointer.
4475
4476 2013-05-30 Yao Qi <yao@codesourcery.com>
4477
4478 * remote.c (remote_check_symbols): Remove unused parameter
4479 'objfile'.
4480 Declaration update.
4481 (remote_start_remote, remote_new_objfile): Caller update.
4482
4483 2013-05-30 Yao Qi <yao@codesourcery.com>
4484
4485 * mi/mi-cmds.c (mi_cmds): Define MI command
4486 '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
4487 DEF_MI_CMD_CLI.
4488
4489 2013-05-29 Pedro Alves <palves@redhat.com>
4490
4491 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
4492 (remote_insert_watchpoint, remote_remove_watchpoint)
4493 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
4494 (remote_verify_memory, compare_sections_command)
4495 (remote_search_memory): Set the general process/thread on the
4496 remote side.
4497
4498 2013-05-29 Pedro Alves <palves@redhat.com>
4499
4500 * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
4501 (_initialize_aarch64_tdep): Don't call
4502 initialize_tdesc_aarch64_without_fpu.
4503 * features/Makefile (WHICH): Remove reference to
4504 aarch64-without-fpu.
4505 * features/aarch64-without-fpu.c: Delete file.
4506 * regformats/aarch64-without-fpu.dat: Delete file.
4507
4508 2013-05-28 Yao Qi <yao@codesourcery.com>
4509
4510 * tracepoint.c (stringify_collection_list): Remove parameter
4511 'string'.
4512 (encode_actions): Caller update. Remove local variables.
4513
4514 2013-05-24 Yao Qi <yao@codesourcery.com>
4515
4516 * tracepoint.c (TFILE_PID): Remove.
4517 (tfile_open): Don't add thread and inferior.
4518 (tfile_close): Don't set 'inferior_ptid'. Don't call
4519 exit_inferior_silent.
4520 (tfile_thread_alive): Remove.
4521 (init_tfile_ops): Don't set field 'to_thread_alive' of
4522 tfile_ops.
4523
4524 2013-05-23 Doug Evans <dje@google.com>
4525
4526 * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
4527
4528 2013-05-23 Pedro Alves <palves@redhat.com>
4529
4530 * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
4531 [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
4532 (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
4533 Only define if HAVE_SOCKETS is defined.
4534 * configure.ac: Check for sys/socket.h.
4535 * config.in, configure: Regenerate.
4536
4537 2013-05-23 Pedro Alves <palves@redhat.com>
4538
4539 * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
4540 (open_and_init_dwp_file): Use %s/pulongest instead of %u for
4541 printing uint32_t variables.
4542
4543 2013-05-23 Pedro Alves <palves@redhat.com>
4544
4545 * NEWS: Mention GDBserver range stepping support.
4546
4547 2013-05-23 Yao Qi <yao@codesourcery.com>
4548 Pedro Alves <palves@redhat.com>
4549
4550 * gdbthread.h (struct thread_control_state) <may_range_step>: New
4551 field.
4552 * infcmd.c (step_once, until_next_command): Enable range stepping.
4553 * infrun.c (displaced_step_prepare): Disable range stepping.
4554 (resume): Disable range stepping if stepping over a breakpoint or
4555 we have software watchpoints. If range stepping is enabled,
4556 assert the thread is in the stepping range.
4557 (clear_proceed_status_thread): Clear may_range_step.
4558 (handle_inferior_event): Disable range stepping as soon as we know
4559 the thread that hit the event. Re-enable it whenever we're going
4560 to step with a step range.
4561 * remote.c (struct vCont_action_support) <r>: New field.
4562 (use_range_stepping): New global.
4563 (remote_vcont_probe): Handle 'r' action.
4564 (append_resumption): Append an 'r' action if the thread may range
4565 step.
4566 (show_range_stepping): New function.
4567 (set_range_stepping): New function.
4568 (_initialize_remote): Call add_setshow_boolean_cmd to register the
4569 'set range-stepping' and 'show range-stepping' commands.
4570 * NEWS: Mention range stepping, the new vCont;r action, and the
4571 new "set/show range-stepping" commands.
4572
4573 2013-05-23 Yao Qi <yao@codesourcery.com>
4574 Pedro Alves <palves@redhat.com>
4575
4576 * remote.c (struct vCont_action_support): New struct.
4577 (struct remote_state) <support_vCont_t>: Remove field.
4578 <vCont_actions_support>: New field.
4579 (remote_vcont_probe, remote_stop_ns): Update.
4580
4581 2013-05-23 Yao Qi <yao@codesourcery.com>
4582 Pedro Alves <palves@redhat.com>
4583
4584 * gdbthread.h (pc_in_thread_step_range): New declaration.
4585 * thread.c (pc_in_thread_step_range): New function.
4586 * infrun.c (handle_inferior_event): Use it.
4587
4588 2013-05-23 Joel Brobecker <brobecker@adacore.com>
4589
4590 * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
4591 of sprintf.
4592
4593 2013-05-22 Keith Seitz <keiths@redhat.com>
4594
4595 * ada-lang.c (is_known_support_routine): Add explicit free of
4596 'func_name' from find_frame_funname.
4597 (ada_unhandled_exception_name_addr_from_raise): Add cleanups
4598 for func_name from find_frame_funname.
4599 * python/py-frame.c (frapy_name): Add explicit free of
4600 'name' from find_frame_funname.
4601 * stack.c (find_frame_funname): Add comment explaining that
4602 funcp must be freed by the caller.
4603 Return copy of symbol names instead of pointers.
4604 (print_frame): Add a cleanup for 'funname' from
4605 find_frame_funname.
4606 * stack.h (find_frame_funname): Remove "const" from
4607 'funname' parameter.
4608
4609 2013-05-22 Tom Tromey <tromey@redhat.com>
4610
4611 PR c++/15401:
4612 * c-valprint.c (c_value_print): Use value_addr for
4613 references. Convert back to reference type with value_ref.
4614
4615 2013-05-22 Eli Zaretskii <eliz@gnu.org>
4616
4617 * windows-nat.c (handle_unload_dll): Don't call solib_add for the
4618 unloaded DLL, it will be done by handle_solib_event. See
4619 http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
4620 details.
4621
4622 2013-05-22 Phil Muldoon <pmuldoon@redhat.com>
4623
4624 * ui-out.c: Create typedef ui_out_level_p and define vector
4625 operations for that type.
4626 (struct ui_out): Use a vector instead of an array.
4627 (current_level): Return level from a vector.
4628 (push_level): Create a level in a vector.
4629 (pop_level): Delete a level in a vector.
4630 (ui_out_new): Create initial level zero level, and store in a
4631 vector.
4632 (ui_out_destroy): Add vector cleanup.
4633
4634 2013-05-22 Pedro Alves <palves@redhat.com>
4635
4636 * python/python-internal.h (gdb_Py_DECREF): Tag with
4637 "ARI: editCase function".
4638
4639 2013-05-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4640
4641 * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
4642
4643 2013-05-21 Pedro Alves <palves@redhat.com>
4644
4645 * python/py-prettyprint.c (apply_val_pretty_printer): Check
4646 whether PRINTER is NULL before installing a Py_DECREF cleanup.
4647 * python/py-utils.c (py_decref): Don't check for NULL before
4648 calling Py_DECREF.
4649
4650 2013-05-21 Pedro Alves <palves@redhat.com>
4651
4652 * python/py-utils.c (py_decref): Remove extra braces.
4653 (gdb_pymodule_addobject): Remove extra braces.
4654 * python-internal.h (gdb_Py_DECREF): New static inline function.
4655 (Py_DECREF): Redefine as calling gdb_Py_DECREF.
4656
4657 2013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4658
4659 * breakpoints.c (detach_breakpoints): Do not
4660 detach breakpoints locations with loc_type bp_loc_other.
4661
4662 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4663
4664 Workaround Python 2.6.
4665 * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
4666 a block.
4667
4668 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4669
4670 Code cleanup: constification.
4671 * solib.c (solib_ops): Make return type and ops variable type const.
4672 (set_solib_ops): Make the new_ops parameter and ops variable const.
4673 (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
4674 (solib_add, solib_keep_data_in_core, clear_solib)
4675 (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
4676 (reload_shared_libraries, solib_global_lookup): Make the ops variable
4677 const.
4678 * solib.h (set_solib_ops): Make the new_ops parameter const.
4679
4680 2013-05-21 Joel Brobecker <brobecker@adacore.com>
4681
4682 * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
4683 variable.
4684 (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
4685 (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
4686 (SYSTEM_GDBINIT_FILES): New variables.
4687 (all): Add stamp-system-gdbinit.
4688 (stamp-system-gdbinit): New rule.
4689 (clean-system-gdbinit, install-system-gdbinit)
4690 (uninstall-system-gdbinit): New rules. Make them .PHONY.
4691 (install-only): Add dependency on install-system-gdbinit.
4692 (uninstall): Add dependency on uninstall-system-gdbinit.
4693 (clean): Add dependency on clean-system-gdbinit.
4694 * system-gdbinit/elinos.py: New file.
4695 * system-gdbinit/wrs-linux.py: New file.
4696
4697 2013-05-21 Joel Brobecker <brobecker@adacore.com>
4698
4699 * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
4700
4701 2013-05-21 Hui Zhu <hui@codesourcery.com>
4702
4703 * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
4704 * breakpoint.h (dprintf_breakpoint_ops): Add extern.
4705 * mi/mi-cmd-break.c (ctype.h): New include.
4706 (gdb_obstack.h): New include.
4707 (mi_argv_to_format, mi_cmd_break_insert_1): New.
4708 (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
4709 (mi_cmd_dprintf_insert): New.
4710 * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
4711 * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
4712
4713 2013-05-20 Tom Tromey <tromey@redhat.com>
4714
4715 * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
4716
4717 2013-05-20 Tom Tromey <tromey@redhat.com>
4718
4719 * python/py-value.c (valpy_get_dynamic_type): Simplify
4720 dynamic_type assignment. Use Py_XINCREF.
4721
4722 2013-05-20 Tom Tromey <tromey@redhat.com>
4723
4724 * python/py-type.c (typy_fields): Unconditionally decref 'r'.
4725
4726 2013-05-20 Tom Tromey <tromey@redhat.com>
4727
4728 * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
4729 (gdbpy_selected_frame): Move object-construction code
4730 out of TRY_CATCH.
4731
4732 2013-05-20 Tom Tromey <tromey@redhat.com>
4733
4734 * python/py-arch.c (gdbpy_initialize_arch): Use
4735 gdb_pymodule_addobject.
4736 * python/py-block.c (gdbpy_initialize_blocks): Use
4737 gdb_pymodule_addobject.
4738 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
4739 gdb_pymodule_addobject.
4740 * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
4741 gdb_pymodule_addobject.
4742 * python/py-event.c (gdbpy_initialize_event_generic): Use
4743 gdb_pymodule_addobject.
4744 * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
4745 gdb_pymodule_addobject.
4746 * python/py-evts.c (add_new_registry): Use
4747 gdb_pymodule_addobject.
4748 (gdbpy_initialize_py_events): Likewise.
4749 * python/py-finishbreakpoint.c
4750 (gdbpy_initialize_finishbreakpoints): Use
4751 gdb_pymodule_addobject.
4752 * python/py-frame.c (gdbpy_initialize_frames): Use
4753 gdb_pymodule_addobject.
4754 * python/py-function.c (gdbpy_initialize_functions): Use
4755 gdb_pymodule_addobject.
4756 * python/py-inferior.c (gdbpy_initialize_inferior): Use
4757 gdb_pymodule_addobject.
4758 * python/py-infthread.c (gdbpy_initialize_thread): Use
4759 gdb_pymodule_addobject.
4760 * python/py-objfile.c (gdbpy_initialize_objfile): Use
4761 gdb_pymodule_addobject.
4762 * python/py-param.c (gdbpy_initialize_parameters): Use
4763 gdb_pymodule_addobject.
4764 * python/py-progspace.c (gdbpy_initialize_pspace): Use
4765 gdb_pymodule_addobject.
4766 * python/py-symbol.c (gdbpy_initialize_symbols): Use
4767 gdb_pymodule_addobject.
4768 * python/py-symtab.c (gdbpy_initialize_symtabs): Use
4769 gdb_pymodule_addobject.
4770 * python/py-type.c (gdbpy_initialize_types): Use
4771 gdb_pymodule_addobject.
4772 * python/py-utils.c (gdb_pymodule_addobject): New function.
4773 * python/py-value.c (gdbpy_initialize_values): Use
4774 gdb_pymodule_addobject.
4775 * python/python-internal.h (gdb_pymodule_addobject): Declare.
4776 * python/python.c (_initialize_python): Use
4777 gdb_pymodule_addobject.
4778
4779 2013-05-20 Tom Tromey <tromey@redhat.com>
4780
4781 * python/py-cmd.c (cmdpy_completer): Use explicit decref.
4782 * python/py-param.c (get_set_value, get_show_value): Use
4783 explicit decrefs.
4784 * python/python.c (start_type_printers, apply_type_printers):
4785 Use explicit decrefs.
4786
4787 2013-05-20 Tom Tromey <tromey@redhat.com>
4788
4789 * python/py-evts.c (gdbpy_initialize_py_events): Don't
4790 incref the module.
4791
4792 2013-05-20 Tom Tromey <tromey@redhat.com>
4793
4794 * python/python.c (gdbpy_run_events): Decref the result
4795 of PyObject_CallObject.
4796
4797 2013-05-20 Tom Tromey <tromey@redhat.com>
4798
4799 * python/py-symtab.c (set_sal): Use
4800 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION. Return -1 on error.
4801 (symtab_and_line_to_sal_object): Update.
4802
4803 2013-05-20 Tom Tromey <tromey@redhat.com>
4804
4805 * python/py-param.c (compute_enum_values): Decref 'item'.
4806
4807 2013-05-20 Tom Tromey <tromey@redhat.com>
4808
4809 * mi/mi-main.c: Include python-internal.h.
4810 (mi_cmd_list_features): Check gdb_python_initialized.
4811 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
4812 (python_inferior_exit, python_new_objfile, add_thread_object)
4813 (delete_thread_object, py_free_inferior): Check
4814 gdb_python_initialized.
4815 * python/py-prettyprint.c (apply_val_pretty_printer): Check
4816 gdb_python_initialized.
4817 * python/py-type.c (save_objfile_types): Check
4818 gdb_python_initialized.
4819 * python/python-internal.h (gdb_python_initialized): Declare.
4820 * python/python.c (ensure_python_env): Throw exception if
4821 Python not initialized.
4822 (before_prompt_hook, source_python_script_for_objfile)
4823 (start_type_printers, apply_type_printers,
4824 free_type_printers): Check gdb_python_initialized.
4825 * varobj.c (varobj_get_display_hint)
4826 (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
4827 (install_new_value_visualizer, varobj_set_visualizer)
4828 (value_get_print_value): Check gdb_python_initialized.
4829
4830 2013-05-20 Tom Tromey <tromey@redhat.com>
4831
4832 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
4833 Check errors.
4834 * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
4835 * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
4836 Check errors.
4837 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
4838 Check errors.
4839 * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
4840 Check errors.
4841 * python/py-event.c (gdbpy_initialize_event): Return 'int'.
4842 Check errors.
4843 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
4844 init function to return 'int'.
4845 * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
4846 Return 'int'. Check errors.
4847 * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
4848 Check errors.
4849 * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
4850 Return 'int'. Check errors.
4851 * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
4852 Check errors.
4853 * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
4854 Check errors.
4855 * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
4856 Check errors.
4857 * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
4858 Check errors.
4859 * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
4860 Check errors.
4861 * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
4862 Check errors.
4863 * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
4864 Check errors.
4865 * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
4866 Check errors.
4867 * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
4868 Check errors.
4869 * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
4870 Check errors.
4871 * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
4872 Check errors.
4873 * python/py-type.c (gdbpy_initialize_types): Return 'int'.
4874 Check errors.
4875 * python/py-value.c (gdbpy_initialize_values): Return 'int'.
4876 Check errors.
4877 * python/python-internal.h (gdbpy_initialize_auto_load,
4878 gdbpy_initialize_values, gdbpy_initialize_frames,
4879 gdbpy_initialize_symtabs, gdbpy_initialize_commands,
4880 gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
4881 gdbpy_initialize_blocks, gdbpy_initialize_types,
4882 gdbpy_initialize_functions, gdbpy_initialize_pspace,
4883 gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
4884 gdbpy_initialize_finishbreakpoints,
4885 gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
4886 gdbpy_initialize_thread, gdbpy_initialize_inferior,
4887 gdbpy_initialize_eventregistry, gdbpy_initialize_event,
4888 gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
4889 gdbpy_initialize_signal_event,
4890 gdbpy_initialize_breakpoint_event,
4891 gdbpy_initialize_continue_event,
4892 gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
4893 gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
4894 Update. Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
4895 * python/python.c (gdb_python_initialized): New global.
4896 (gdbpy_initialize_events): Return 'int'. Check errors.
4897 (_initialize_python): Check errors. Set
4898 gdb_python_initialized.
4899
4900 2013-05-20 Tom Tromey <tromey@redhat.com>
4901
4902 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
4903 Decref the reslut of PyObject_CallMethod.
4904
4905 2013-05-20 Tom Tromey <tromey@redhat.com>
4906
4907 * python/py-event.c (gdbpy_initialize_event_generic): Return
4908 early if PyType_Ready fails.
4909
4910 2013-05-20 Tom Tromey <tromey@redhat.com>
4911
4912 * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
4913 as 'default' in the switch.
4914
4915 2013-05-20 Tom Tromey <tromey@redhat.com>
4916
4917 * python/py-inferior.c (gdbpy_inferiors): Update. Hoist
4918 get_addr_from_python calls out of TRY_CATCH.
4919 (infpy_write_memory, infpy_search_memory): Likewise.
4920 * python/py-utils.c (get_addr_from_python): Return negative
4921 value on error. Use TRY_CATCH.
4922 * python/python-internal.h (get_addr_from_python): Use
4923 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
4924
4925 2013-05-20 Tom Tromey <tromey@redhat.com>
4926
4927 * python/py-event.c (evpy_emit_event): Decref the
4928 result of PyObject_CallFunctionObjArgs.
4929
4930 2013-05-20 Tom Tromey <tromey@redhat.com>
4931
4932 * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
4933 Correctly decref.
4934
4935 2013-05-20 Tom Tromey <tromey@redhat.com>
4936
4937 * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
4938
4939 2013-05-20 Tom Tromey <tromey@redhat.com>
4940
4941 * python/py-event.h (gdbpy_initialize_event_generic): Use
4942 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
4943 * python/py-evts.c (add_new_registry): Use
4944 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
4945 * python/python-internal.h
4946 (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
4947
4948 2013-05-20 Tom Tromey <tromey@redhat.com>
4949
4950 * python/py-arch.c (archpy_disassemble): Update.
4951 * python/py-type.c (typy_get_composite, typy_lookup_typename)
4952 (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
4953 * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
4954 * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
4955 macro.
4956 (GDB_PY_HANDLE_EXCEPTION): Update.
4957 (gdbpy_convert_exception): Update. Use CPYCHECKER_SETS_EXCEPTION.
4958
4959 2013-05-20 Tom Tromey <tromey@redhat.com>
4960
4961 * python/python-internal.h (events_object_type): Remove.
4962
4963 2013-05-20 Tom Tromey <tromey@redhat.com>
4964
4965 * python/py-event.h (evpy_emit_event): Use
4966 CPYCHECKER_STEALS_REFERENCE_TO_ARG.
4967 * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
4968 New macro.
4969
4970 2013-05-20 Tom Tromey <tromey@redhat.com>
4971
4972 * py-evtregistry.c (create_event_object): Decref
4973 eventregistry_object if PyList_New fails.
4974
4975 2013-05-20 Tom Tromey <tromey@redhat.com>
4976
4977 * py-cmd.c (gdbpy_string_to_argv): Check result of
4978 PyList_New.
4979
4980 2013-05-20 Tom Tromey <tromey@redhat.com>
4981
4982 * python/python.c (before_prompt_hook): Add cleanup to
4983 decref 'hook'.
4984
4985 2013-05-20 Tom Tromey <tromey@redhat.com>
4986
4987 * python/py-function.c (fnpy_init): Decref result of
4988 PyObject_GetAttrString.
4989
4990 2013-05-20 Tom Tromey <tromey@redhat.com>
4991
4992 * python/py-threadevent.c (get_event_thread): Use
4993 CPYCHECKER_RETURNS_BORROWED_REF.
4994 * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
4995 New define.
4996 (pspace_to_pspace_object, objfile_to_objfile_object)
4997 (find_thread_object): Use it.
4998
4999 2013-05-20 Tom Tromey <tromey@redhat.com>
5000
5001 * python/py-arch.c (arch_object_type): Use
5002 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5003 * python/py-block.c (block_syms_iterator_object_type):
5004 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5005 * python/py-bpevent.c (breakpoint_event_object_type):
5006 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5007 * python/py-cmd.c (cmdpy_object_type): Use
5008 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5009 * python/py-continueevent.c (continue_event_object_type):
5010 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5011 * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
5012 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5013 * python/py-events.h (thread_event_object_type):
5014 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5015 * python/py-evtregistry.c (eventregistry_object_type): Use
5016 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5017 * python/py-exitedevent.c (exited_event_object_type):
5018 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5019 * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
5020 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5021 * python/py-function.c (fnpy_object_type): Use
5022 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5023 * python/py-inferior.c (inferior_object_type, membuf_object_type):
5024 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5025 * python/py-infthread.c (thread_object_type): Use
5026 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5027 * python/py-lazy-string.c (lazy_string_object_type):
5028 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5029 * python/py-newobjfileevent.c (new_objfile_event_object_type):
5030 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5031 * python/py-objfile.c (objfile_object_type): Use
5032 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5033 * python/py-param.c (parmpy_object_type):
5034 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5035 * python/py-progspace.c (pspace_object_type):
5036 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5037 * python/py-signalevent.c (signal_event_object_type):
5038 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5039 * python/py-symtab.c (symtab_object_type, sal_object_type): Use
5040 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5041 * python/py-type.c (type_object_type, field_object_type)
5042 (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5043 * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
5044 define.
5045 (value_object_type, block_object_type, symbol_object_type)
5046 (event_object_type, stop_event_object_type, breakpoint_object_type)
5047 (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5048
5049 2013-05-20 Andreas Tobler <andreas@fgznet.ch>
5050
5051 * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
5052 (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
5053
5054 2013-05-20 Doug Evans <dje@google.com>
5055
5056 When reading CU, stay in DWO. Be more tolerent of bad debug info.
5057 For Fission.
5058 * dwarf2read.c (struct dwarf2_per_cu_data): New member
5059 reading_dwo_directly.
5060 (struct signatured_type): New member dwo_unit.
5061 (struct die_reader_specs): New member comp_dir.
5062 (create_signatured_type_table_from_index): Use malloc for
5063 all_type_units instead of objfile's obstack.
5064 (create_all_type_units): Ditto.
5065 (fill_in_sig_entry_from_dwo_entry): New function.
5066 (add_type_unit): New function.
5067 (lookup_dwo_signatured_type): New function.
5068 (lookup_dwp_signatured_type): New function.
5069 (lookup_signatured_type): New arg cu. All callers updated.
5070 (init_cu_die_reader): Initialize comp_dir.
5071 (read_cutu_die_from_dwo): New arg stub_comp_dir. All callers updated.
5072 Change assert of matching type signatures to call error on mismatch.
5073 (lookup_dwo_unit): Add assert.
5074 (init_tu_and_read_dwo_dies): New function.
5075 (init_cutu_and_read_dies): Call it.
5076 (build_type_unit_groups): Handle case of no type unit groups created.
5077 (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
5078 (lookup_dwo_cutu): Tweak complaint.
5079 (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
5080 (dwarf2_per_objfile_free): Free all_type_units.
5081
5082 2013-05-20 Joel Brobecker <brobecker@adacore.com>
5083
5084 * windows-nat.c (handle_unload_dll): Add missing empty line.
5085
5086 2013-05-20 Joel Brobecker <brobecker@adacore.com>
5087
5088 * dwarf2read.c (prototyped_function_p): New function.
5089 (read_subroutine_type): Use it.
5090
5091 2013-05-20 Joel Brobecker <brobecker@adacore.com>
5092
5093 * rs6000-aix-tdep.c: De-indent some example code provided
5094 as a comment.
5095
5096 2013-05-17 Edjunior Machado <emachado@linux.vnet.ibm.com>
5097
5098 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
5099 region is ok for a hardware watchpoint using the new ptrace interface
5100 on Power servers.
5101
5102 2013-05-17 Doug Evans <dje@google.com>
5103
5104 * NEWS: Mention new maintenance commands check-symtabs, and
5105 expand-symtabs, and renamed check-psymtabs.
5106 * psymtab.c (maintenance_check_psymtabs): Renamed from
5107 maintenance_check_symtabs. Only process already-expanded symbol
5108 tables.
5109 (_initialize_psymtab): Update.
5110 * symmisc.c (maintenance_check_symtabs): New function.
5111 (maintenance_expand_name_matcher): New function
5112 (maintenance_expand_file_matcher): New function
5113 (maintenance_expand_symtabs): New function.
5114 (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
5115 commands.
5116
5117 2013-05-17 Tom Tromey <tromey@redhat.com>
5118
5119 * python/py-inferior.c (infpy_read_memory): Don't call
5120 PyErr_SetString if PyObject_New fails.
5121 * python/py-frame.c (frame_info_to_frame_object): Don't call
5122 PyErr_SetString if PyObject_New fails.
5123
5124 2013-05-17 Pavel Chupin <pavel.v.chupin@intel.com>
5125
5126 * acinclude.m4: Add check for dlopen in libdl.
5127 * configure.ac: Ditto.
5128 * configure: Regenerate.
5129
5130 2013-05-17 Phil Muldoon <pmuldoon@redhat.com>
5131
5132 * frame.c (frame_stash): Convert to htab.
5133 (frame_addr_hash): New function.
5134 (frame_addr_hash_eq): New function.
5135 (frame_stash_create): Convert function to create
5136 a hash table.
5137 (frame_stash_add): Convert function to add an entry to a hash
5138 table.
5139 (frame_stash_find): Convert function to search the hash table.
5140 (frame_stash_invalidate): Convert function to empty the hash
5141 table.
5142 (get_frame_id): Only add to stash if a frame_id is created.
5143 (_initialize_frame): Call frame_stash_create.
5144
5145 2013-05-16 Yue Lu <hacklu.newborn@gmail.com> (tiny change)
5146
5147 * configure.ac: Ensure MIG is available when building for GNU Hurd
5148 hosts.
5149 * configure: Regenerate.
5150
5151 2013-05-16 Joel Brobecker <brobecker@adacore.com>
5152
5153 * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
5154
5155 2013-05-16 Joel Brobecker <brobecker@adacore.com>
5156
5157 * ada-lang.c (ada_make_symbol_completion_list): Make sure
5158 all cleanups are done before returning from this function.
5159
5160 2013-05-15 Joel Brobecker <brobecker@adacore.com>
5161
5162 * utils.h: #include "exceptions.h".
5163 (enum errors): Remove partial declaration.
5164
5165 2013-05-15 Joel Brobecker <brobecker@adacore.com>
5166
5167 * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
5168 * gdbarch.h, gdbarch.c: Regenerate.
5169 * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
5170 handling.
5171
5172 * rs6000-aix-tdep.h: New file.
5173 * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
5174 * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
5175 "xml-utils.h".
5176 (struct field_info, struct ld_info_desc): New types.
5177 (ld_info32_desc, ld_info64_desc): New static constants.
5178 (struct ld_info): New type.
5179 (rs6000_aix_extract_ld_info): New function.
5180 (rs6000_aix_shared_library_to_xml): Likewise.
5181 (rs6000_aix_ld_info_to_xml): Likewise.
5182 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
5183 (rs6000_aix_init_osabi): Add call to
5184 set_gdbarch_core_xfer_shared_libraries_aix.
5185 * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
5186 Remove "xml-utils.h" include.
5187 (LdInfo): Delete typedef.
5188 (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
5189 Delete macros.
5190 (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
5191 Adjust code accordingly.
5192 (rs6000_core_ldinfo): Delete, folded into
5193 rs6000_aix_core_xfer_shared_libraries_aix.
5194 (rs6000_xfer_shared_library): Delete.
5195 (rs6000_xfer_shared_libraries): Reimplement.
5196
5197 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
5198
5199 * record.c (record_goto_cmdlist): New.
5200 (cmd_record_goto): Split into this ...
5201 (cmd_record_goto_begin): ... this
5202 (cmd_record_goto_end): ... and this.
5203 (_initialize_record): Change "record goto" to prefix command.
5204 Add commands for "record goto begin" and "record goto end".
5205 Add an alias for "record goto start" to "record goto begin".
5206
5207 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5208
5209 * linespec.c (convert_linespec_to_sals): New comment for
5210 SOURCE_FILENAME assignment.
5211
5212 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5213
5214 * cleanups.c (restore_my_cleanups): Replace gdb_assert by
5215 internal_warning.
5216
5217 2013-05-14 Tom Tromey <tromey@redhat.com>
5218
5219 * eval.c (parse_and_eval_long): Make 'exp' const.
5220 * value.h (parse_and_eval_long): Update.
5221
5222 2013-05-14 Tom Tromey <tromey@redhat.com>
5223
5224 * ui-file.c (gdb_fopen): Make arguments const.
5225 * ui-file.h (gdb_fopen): Make arguments const.
5226
5227 2013-05-14 Tom Tromey <tromey@redhat.com>
5228
5229 * remote.c (remote_set_trace_notes): Make arguments const.
5230 * target.c (update_current_target): Update cast.
5231 * target.h (to_set_trace_notes): Make arguments const.
5232
5233 2013-05-14 Tom Tromey <tromey@redhat.com>
5234
5235 * go32-nat.c (go32_terminal_info): Make 'args' const.
5236 * inferior.h (child_terminal_info): Update.
5237 * inflow.c (child_terminal_info): Make 'args' const.
5238 * target.c (default_terminal_info): Make 'args' const.
5239 (debug_to_terminal_save_ours): Likewise.
5240 * target.h (struct target_ops) <to_terminal_info>: Make argument
5241 const.
5242
5243 2013-05-13 Tom Tromey <tromey@redhat.com>
5244
5245 * gcore.c (create_gcore_bfd): Make 'filename' const.
5246 * gcore.h (create_gcore_bfd): Make 'filename' const.
5247 * record-full.c (record_full_save): Make 'recfilename' const.
5248 * target.c (target_save_record): Make 'filename' const.
5249 * target.h (struct target_ops) <to_save_record>: Make 'filename'
5250 const.
5251 (target_save_record): Likewise.
5252
5253 2013-05-13 Tom Tromey <tromey@redhat.com>
5254
5255 PR gdb/15338:
5256 * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
5257 ranges section has been read.
5258
5259 2013-05-13 Tom Tromey <tromey@redhat.com>
5260
5261 PR exp/15364:
5262 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
5263 STRUCTOP_PTR>: Return a not_lval value for
5264 EVAL_AVOID_SIDE_EFFECTS.
5265 * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
5266 for EVAL_AVOID_SIDE_EFFECTS.
5267
5268 2013-05-13 Joel Brobecker <brobecker@adacore.com>
5269
5270 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
5271 floating point registers to register type before storing
5272 value.
5273 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
5274 Likewise.
5275
5276 2013-05-10 Joel Brobecker <brobecker@adacore.com>
5277 Tom Tromey <tromey@redhat.com>
5278
5279 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
5280 New functions.
5281 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
5282 Declare.
5283 * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
5284 (darwin_ptrace_him): Use unmark_fd_no_cloexec.
5285 * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
5286 (inf_ttrace_prepare): Use mark_fd_no_cloexec.
5287
5288 2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
5289 Tom Tromey <tromey@redhat.com>
5290
5291 PR build/15414:
5292 * configure: Rebuild.
5293 * configure.ac (build_warnings): Do not use -Wformat-nonliteral
5294 with -Wno-format.
5295
5296 2013-05-10 Pedro Alves <palves@redhat.com>
5297
5298 * remote.c (_initialize_remote): Fix spelling of
5299 qXfer:traceframe-info:read packet in packet config command.
5300
5301 2013-05-10 David Taylor <dtaylor@emc.com>
5302
5303 PR remote/15455
5304
5305 * remote.c (remote_trace_set_readonly_regions): Do not overwrite
5306 "QTro" at start of packet.
5307
5308 2013-05-10 Joel Brobecker <brobecker@adacore.com>
5309
5310 * solib-aix.c (solib_aix_relocate_section_addresses):
5311 For the .bss section action, apply the same offset as
5312 the .data section.
5313
5314 2013-05-10 Joel Brobecker <brobecker@adacore.com>
5315
5316 * solib-aix.c (solib_aix_relocate_section_addresses):
5317 Remove FIXME comment.
5318
5319 2013-05-10 Joel Brobecker <brobecker@adacore.com>
5320
5321 PR tdep/15420:
5322 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
5323 New functions, directly copied from sparc-sol-thread.c.
5324 * sparc-sol-thread.c: Delete.
5325 * configure.ac: Remove code handling sparc-solaris-thread.c.
5326 * configure: Regenerate.
5327
5328 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
5329
5330 * stack.c (backtrace_command_1): Add "no-filters", and Python frame
5331 filter logic.
5332 (backtrace_command): Add "no-filters" option parsing.
5333 (_initialize_stack): Alter help to reflect "no-filters" option.
5334 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
5335 (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
5336 (py-frame.o): Add target
5337 * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
5338 filter files.
5339 * python/python.h: Add new frame filter constants, and flag enum.
5340 (apply_frame_filter): Add definition.
5341 * python/python.c (apply_frame_filter): New non-Python
5342 enabled function.
5343 * python/py-utils.c (py_xdecref): New function.
5344 (make_cleanup_py_xdecref): Ditto.
5345 * python/py-objfile.c: Declare frame_filters dictionary.
5346 (objfpy_dealloc): Add frame_filters dealloc.
5347 (objfpy_new): Initialize frame_filters attribute.
5348 (objfile_to_objfile_object): Ditto.
5349 (objfpy_get_frame_filters): New function.
5350 (objfpy_set_frame_filters): New function.
5351 * python/py-progspace.c: Declare frame_filters dictionary.
5352 (pspy_dealloc): Add frame_filters dealloc.
5353 (pspy_new): Initialize frame_filters attribute.
5354 (pspacee_to_pspace_object): Ditto.
5355 (pspy_get_frame_filters): New function.
5356 (pspy_set_frame_filters): New function.
5357 * python/py-framefilter.c: New file.
5358 * python/lib/gdb/command/frame_filters.py: New file.
5359 * python/lib/gdb/frames.py: New file.
5360 * python/lib/gdb/__init__.py: Initialize global frame_filters
5361 dictionary
5362 * python/lib/gdb/FrameDecorator.py: New file.
5363 * python/lib/gdb/FrameIterator.py: New file.
5364 * mi/mi-cmds.c (mi_cmds): Add frame filters command.
5365 * mi/mi-cmds.h: Declare.
5366 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
5367 --no-frame-filter logic, and Python frame filter logic.
5368 (stack_enable_frame_filters): New function.
5369 (parse_no_frame_option): Ditto.
5370 (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
5371 filter logic.
5372 (mi_cmd_stack_list_locals): Ditto.
5373 (mi_cmd_stack_list_args): Ditto.
5374 (mi_cmd_stack_list_variables): Ditto.
5375 * NEWS: Add frame filter note.
5376
5377 2013-05-09 Doug Evans <dje@google.com>
5378
5379 * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
5380 All callers updated.
5381 (syms_from_objfile): Ditto. Make static.
5382 (symbol_file_add_with_addrs): Renamed from
5383 symbol_file_add_with_addrs_or_offsets. Delete args offsets,
5384 num_offsets. All callers updated.
5385 * symfile.h (syms_from_objfile): Delete.
5386
5387 * symfile.c (decrement_reading_symtab): Add assert.
5388 (increment_reading_symtab): Ditto.
5389
5390 2013-05-09 Joel Brobecker <brobecker@adacore.com>
5391
5392 * source.c (forward_search_command): Replace call to getc
5393 by call to fgetc.
5394 (reverse_search_command): Likewise.
5395
5396 2013-05-08 Doug Evans <dje@google.com>
5397
5398 * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
5399 matching test.
5400
5401 2013-05-08 Joel Brobecker <brobecker@adacore.com>
5402
5403 * sol-thread.c (info_cb): Factorize the code a little.
5404
5405 2013-05-08 Joel Brobecker <brobecker@adacore.com>
5406
5407 * sol-thread.c (info_cb): Rework the output of the "maintenance
5408 info sol-threads" command a bit.
5409
5410 2013-05-08 Joel Brobecker <brobecker@adacore.com>
5411
5412 * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
5413 Replace ti.ti_startfunc by ti.ti_pc.
5414
5415 2013-05-08 Joel Brobecker <brobecker@adacore.com>
5416
5417 * solib-aix.c (solib_aix_free_library_list): New function
5418 for the case where HAVE_LIBEXPAT is not defined.
5419
5420 2013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
5421
5422 PR breakpoints/15413:
5423 * breakpoint.c (condition_completer): Simplify the code to
5424 disconsider multiple locations of breakpoints when completing the
5425 "condition" command.
5426
5427 2013-05-07 Pierre Muller <muller@sourceware.org>
5428
5429 * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
5430 instead of <sys/wait.h>.
5431
5432 2013-05-07 Pierre Muller <muller@sourceware.org>
5433
5434 * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
5435 trailing new line from warning message.
5436
5437 2013-05-07 Pierre Muller <muller@sourceware.org>
5438
5439 * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
5440 (PC_SOLIB): Change type from ari_deprecate to ari_regression.
5441
5442 2013-05-07 Joel Brobecker <brobecker@adacore.com>
5443
5444 * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
5445 error message (ARI fix).
5446
5447 2013-05-07 Joel Brobecker <brobecker@adacore.com>
5448
5449 * features/library-list-aix.dtd: Replace library-list by
5450 library-list-aix.
5451 * rs6000-nat.c: Replace library-list by library-list-aix
5452 throughout.
5453 * solib-aix.c: Likewise.
5454
5455 2013-05-07 Joel Brobecker <brobecker@adacore.com>
5456
5457 * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
5458 Renames TARGET_OBJECT_AIX_LIBRARIES.
5459 * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
5460 TARGET_OBJECT_LIBRARIES_AIX throughout.
5461 * solib-aix.c: Likwise.
5462
5463 2013-05-07 Yao Qi <yao@codesourcery.com>
5464
5465 * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
5466 (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
5467
5468 2013-05-07 Yao Qi <yao@codesourcery.com>
5469
5470 * solib-dsbt.c (enable_break): Declare.
5471 (dsbt_current_sos): Remove call to enable_break2.
5472 (enable_break2): Rename to enable_break. Set solib breakpoint
5473 on '_dl_debug_state'.
5474 (enable_break): Remove.
5475
5476 2013-05-07 Luis Machado <lgustavo@codesourcery.com>
5477
5478 * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
5479 debug state prior to replicating existing hardware watchpoints or
5480 breakpoints.
5481
5482 2013-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5483
5484 * gcore.c (gcore_create_callback): Ignore sections with
5485 separate_debug_objfile_backlink != NULL.
5486
5487 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
5488 Andrew Jenner <andrew@codesourcery.com>
5489 Chung-Lin Tang <cltang@codesourcery.com>
5490 Julian Brown <julian@codesourcery.com>
5491
5492 Based on the nios2-elf port from Altera Corporation.
5493
5494 * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
5495 nios2-linux-tdep.o.
5496 (HFILES_NO_SRCDIR): Add nios2-tdep.h.
5497 (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
5498 * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
5499 * nios2-tdep.h: New.
5500 * nios2-tdep.c: New.
5501 * nios2-linux-tdep.c: New.
5502 * features/Makefile (WHICH): Add nios2-linux.
5503 (nios2-linux-expedite): Set.
5504 * features/nios2-cpu.xml: New.
5505 * features/nios2.xml: New.
5506 * features/nios2-linux.xml: New.
5507 * features/nios2.c: New (autogenerated).
5508 * features/nios2-linux.c: New (autogenerated).
5509 * regformats/nios2-linux.dat: New (autogenerated).
5510 * NEWS (Changes since GDB 7.6): Add new Nios II targets
5511 and commands.
5512
5513 2013-05-06 Doug Evans <dje@google.com>
5514
5515 * symfile.c: Whitespace cleanup.
5516
5517 * solist.h (struct target_so_ops): New member clear_so.
5518 * solib-svr4.c (svr4_clear_so): New function.
5519 (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
5520 * solib.c (clear_so): Renamed from free_so_symbols.
5521 All callers updated. Call target clear_so if it exists.
5522
5523 2013-05-06 Tom Tromey <tromey@redhat.com>
5524
5525 * ada-lang.c (ada_value_primitive_packed_val): Don't
5526 call value_incref.
5527 * value.c (set_value_parent): Incref the new parent and decref
5528 the old parent.
5529 (value_copy, value_primitive_field): Use set_value_parent.
5530
5531 2013-05-06 Tom Tromey <tromey@redhat.com>
5532
5533 * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
5534 (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
5535 if needed.
5536 * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
5537 * dwarf2read.c (write_constant_as_bytes)
5538 (dwarf2_fetch_constant_bytes): New functions.
5539
5540 2013-05-06 Tom Tromey <tromey@redhat.com>
5541
5542 * dwarf2read.c (dwarf2_const_value_data): Remove unused
5543 parameters.
5544 (dwarf2_const_value_attr): Update.
5545
5546 2013-05-06 Tom Tromey <tromey@redhat.com>
5547
5548 * somread.c (som_symfile_offsets): Add 'const' to addrs.
5549 * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
5550 * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
5551 Remove declaration.
5552
5553 2013-05-06 Tom Tromey <tromey@redhat.com>
5554
5555 * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
5556 objfile's obstack.
5557
5558 2013-05-06 Doug Evans <dje@google.com>
5559
5560 * dbxread.c (process_one_symbol): Constify section_offsets parameter.
5561 * stabsread.h (process_one_symbol): Update declaration.
5562 * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
5563 * elfread.c (elf_symfile_relocate_probe): Ditto.
5564 * psymtab.c (relocate_psymtabs): Ditto.
5565 * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
5566 (objfile_relocate): Ditto.
5567 * objfiles.h (objfile_relocate): Update declaration.
5568 * symfile.c (relative_addr_info_to_section_offsets): Constify
5569 addrs parameter.
5570 (default_symfile_offsets): Ditto.
5571 (syms_from_objfile_1): Constify offsets parameter.
5572 (syms_from_objfile): Ditto.
5573 (symbol_file_add_with_addrs_or_offsets): Ditto.
5574 (symfile_map_offsets_to_segments): Constify data parameter.
5575 * symfile.h (struct quick_symbol_functions): Constify new_offsets,
5576 delta parameters of member relocate.
5577 (struct sym_probe_fns): Constify new_offsets,
5578 delta parameters of member sym_relocate_probe.
5579 (struct sym_fns): Constify section_addr_info parameter of member
5580 sym_offsets.
5581 (relative_addr_info_to_section_offsets): Update declaration.
5582 (default_symfile_offsets): Ditto.
5583 (syms_from_objfile): Ditto.
5584 (symfile_map_offsets_to_segments): Ditto.
5585
5586 * symfile.c (syms_from_objfile_1): Use correct section count when
5587 objfile->sf == NULL.
5588
5589 2013-05-06 Mike Frysinger <vapier@gentoo.org>
5590
5591 * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
5592
5593 2013-05-06 Doug Evans <dje@google.com>
5594
5595 * psympriv.h (struct partial_symtab): Augment comment for member
5596 section_offsets.
5597
5598 2013-05-06 Joel Brobecker <brobecker@adacore.com>
5599
5600 Reimplement shared library support on ppc-aix...
5601 * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
5602 * features/library-list-aix.dtd: New file.
5603 * solib-aix.h, solib-aix.c: New file.
5604 * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
5605 (rs6000_find_toc_address_hook): Delete.
5606 (rs6000_push_dummy_call): Rewrite code setting the TOC value.
5607 (rs6000_aix_init_osabi): Register solib_aix_so_ops.
5608 * rs6000-nat.c: Remove "xcoffsolib.h" include. Include
5609 "xml-utils.h".
5610 (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
5611 (vmap_symtab, fixup_breakpoints): Delete.
5612 (rs6000_xfer_shared_libraries): New function.
5613 (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
5614 (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
5615 (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
5616 (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
5617 (rs6000_xfer_shared_library): New function.
5618 (find_toc_address): Delete.
5619 (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
5620 * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
5621 * xcoffread.c (record_minimal_symbol): Reloate symbol address
5622 before creating minimal symbol. Adjust function description
5623 accordingly.
5624 (scan_xcoff_symtab): Replace call to
5625 prim_record_minimal_symbol_and_info by call to
5626 record_minimal_symbol.
5627 (xcoff_symfile_offsets): Reimplement mostly as a wrapper
5628 around default_symfile_offsets.
5629 * configure.tgt: Add solib-aix.o to gdb_target_obs for
5630 powerpc-aix targets.
5631 * config/rs6000/nm-rs6000.h: Delete.
5632 * config/powerpc/aix.mh (NAT_FILE): Delete.
5633 (NATDEPFILES): Remove xcoffsolib.o.
5634 * Makefile.in (XMLFILES): Add library-list-aix.dtd.
5635 (ALL_TARGET_OBS): Add solib-aix.o.
5636 (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
5637 config/rs6000/nm-rs6000.h. Add solib-aix.h.
5638 (ALLDEPFILES): Add solib-aix.c. Remove xcoffsolib.c.
5639 * xcoffsolib.h, xcoffsolib.c: Delete.
5640
5641 * solib.c (reload_shared_libraries): Remove reference to
5642 SOLIB_CREATE_INFERIOR_HOOK.
5643 * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
5644 (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
5645 (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
5646 comment.
5647 * corelow.c (deprecated_core_resize_section_table): Delete.
5648 * exec.c: Remove include of xcoffsolib.h".
5649 (map_vmap, vmap): Delete.
5650 (exec_close_1): Remove references to vmap.
5651 (exec_file_attach): Remove vmap handling code, and reference
5652 to DEPRECATED_IBM6000_TARGET.
5653 (bfdsec_to_vmap): Delete.
5654 (exec_files_info): Remove block of code handling VMAP.
5655 * infcmd.c (post_create_inferior): Remove reference to
5656 SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
5657 * infrun.c (follow_exec): Remove reference to
5658 SOLIB_CREATE_INFERIOR_HOOK.
5659 * stack.c (print_frame): Remove reference to PC_SOLIB.
5660 * solib-dsbt.c (dsbt_current_sos): Adjust comment.
5661 (dsbt_relocate_main_executable): Likewise.
5662 * solib-frv.c (frv_current_sos): Likewise.
5663
5664 2013-05-06 Joel Brobecker <brobecker@adacore.com>
5665
5666 * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
5667 to target_write_memory and target_read_memory.
5668
5669 2013-05-06 Joel Brobecker <brobecker@adacore.com>
5670
5671 * darwin-nat.c (darwin_setup_fake_stop_event): New function.
5672 (darwin_attach): Adjust using darwin_setup_fake_stop_event.
5673
5674 2013-05-06 Joel Brobecker <brobecker@adacore.com>
5675
5676 * darwin-nat.c: Replace all "%x" instances in format strings
5677 into "0x%x" throughout.
5678
5679 2013-05-06 Joel Brobecker <brobecker@adacore.com>
5680
5681 * darwin-nat.c (darwin_mourn_inferior): Replace call to
5682 gdb_assert by call to MACH_CHECK_ERROR.
5683 (darwin_attach_pid): Raise an error rather than a failed
5684 assertion when various system calls failed. Report a warning
5685 instead of raising a failed assertion when PREV_NOT is not NULL
5686 after call to mach_port_request_notification.
5687 (darwin_ptrace_me): Raise an error rather than a failed
5688 assertion when read returns nonzero.
5689
5690 2013-05-06 Joel Brobecker <brobecker@adacore.com>
5691
5692 * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
5693
5694 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5695
5696 * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
5697
5698 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5699
5700 * event-top.c (display_gdb_prompt): Call missing do_cleanups.
5701 * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
5702 * symfile.c (symfile_bfd_open): New variable back_to. Do not leave
5703 a stale cleanup. Fix double free of NAME.
5704
5705 2013-05-04 Eli Zaretskii <eliz@gnu.org>
5706
5707 * windows-nat.c (windows_delete_thread): Accept an additional
5708 argument, the thread's exit code, and announce thread death when
5709 print_thread_events is non-zero and we are deleting a thread that
5710 is not the main thread.
5711 (get_windows_debug_event): Pass thread exit code to
5712 windows_delete_thread.
5713
5714 2013-05-03 Kevin Buettner <kevinb@redhat.com>
5715
5716 * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
5717 (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
5718 (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
5719 (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
5720 (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
5721 (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
5722 (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
5723 (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
5724 (gdbarch_tdep): New struct.
5725 (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
5726 E_NUM_REGS.
5727 (v850e3v5_register_name): New function.
5728 (v850_register_type): v850e3v5 vector registers are 64-bits wide.
5729 (v850_use_struct_convention): Add `gdbarch' parameter. Add new
5730 code handling the struct return conventions for the RH850 ABI.
5731 Update all callers.
5732 (v850_eight_byte_align_p): New function.
5733 (v850_push_call_dummy): Push structs by value, not by reference
5734 for the RH850 ABI. Add support for eight byte alignment.
5735 (v850_dbtrap_breakpoint_from_pc): New function.
5736 (v850_gdbarch_init): Add ABI detection code. Register
5737 v850e3v5_register_name for the v850e3v5 architecture. Set the
5738 number of registers for v850e3v5. Register
5739 v850_dbtrap_breakpoint_from_pc as appropriate.
5740 (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
5741
5742 2013-05-03 Doug Evans <dje@google.com>
5743
5744 * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
5745 of bfd_count_sections.
5746 * solib-target.c (solib_target_relocate_section_addresses): Ditto.
5747 * symfile.c (default_symfile_offsets): Ditto.
5748 (syms_from_objfile_1): Ditto. Make dummy addrs list an array of
5749 one entry, not bfd_count_sections entries.
5750
5751 2013-05-03 Kevin Buettner <kevinb@redhat.com>
5752
5753 * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
5754 `save' and `restore' register groups. Don't include SPL
5755 or SPH in these groups.
5756 (rl78_dwarf_reg_to_regnum): Adjust mapping for
5757 RL78_PC_REGNUM. Add mappings for RL78_PSW_REGNUM,
5758 RL78_ES_REGNUM, and RL78_CS_REGNUM.
5759 (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4. Invoke
5760 dwarf2_append_unwinders().
5761
5762 2013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5763
5764 * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
5765 ignore SIGINT and SIGTRAP in case these internal signals are
5766 caught explicitely.
5767
5768 2013-05-01 Joel Brobecker <brobecker@adacore.com>
5769
5770 * darwin-nat.c (darwin_read_write_inferior): Change types
5771 of parameters rdaddr and wraddr to "gdb_byte *". Change type
5772 of copy_count to "mach_msg_type_number_t".
5773 (darwin_read_dyld_info): Change type of parameter
5774 rdaddr to "gdb_byte *".
5775
5776 2013-05-01 Joel Brobecker <brobecker@adacore.com>
5777
5778 * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
5779 of &info->load_map from "char *" to "gdb_byte *".
5780
5781 2013-05-01 Joel Brobecker <brobecker@adacore.com>
5782
5783 * ia64-tdep.c (ia64_access_fpreg): Change cast of val
5784 from "char *" to "gdb_byte *".
5785 (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
5786
5787 2013-04-30 Doug Evans <dje@google.com>
5788
5789 * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
5790 (init_cutu_and_read_dies): Flag a complaint, not error, for bad
5791 DWO stub. If DWO isn't found, just use stub.
5792 (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
5793
5794 * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
5795 calling init_cutu_and_read_dies.
5796
5797 2013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5798
5799 * target-descriptions.c (maint_print_c_tdesc_cmd):
5800 Add case to parse structures as register types and
5801 bitfields.
5802
5803 2013-04-30 Walfred Tedeschi <walfred.tedeschi@intel.com>
5804
5805 * MAINTAINERS (Write After Approval): Add myself to the list.
5806
5807 2013-04-30 Joel Brobecker <brobecker@adacore.com>
5808
5809 * sol-thread.c (rw_common): Change type of parameter "buf"
5810 to "gdb_byte *".
5811 (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
5812 rw_common to "gdb_byte *" instead of "char *".
5813
5814 2013-04-30 Joel Brobecker <brobecker@adacore.com>
5815
5816 * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
5817 of local variable msym to const struct bound_minimal_symbol.
5818 Adjust use accordingly.
5819 [ti.ti_state == TD_THR_SLEEP]: Likewise.
5820
5821 2013-04-30 Samuel Thibault <samuel.thibault@gnu.org>
5822
5823 * i386gnu-nat.c (CREG_OFFSET): New macro.
5824 (creg_offset): New array.
5825 (CREG_ADDR): Use creg_offset instead of reg_offset.
5826
5827 2013-04-30 Joel Brobecker <brobecker@adacore.com>
5828
5829 * mep-tdep.c (mep_write_pc): Delete.
5830 (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
5831 Add call to set_gdbarch_pc_regnum.
5832
5833 2013-04-30 Joel Brobecker <brobecker@adacore.com>
5834
5835 * common/filestuff.c: Replace #include <dirent.h> by
5836 #include "gdb_dirent.h".
5837
5838 2013-04-30 Joel Brobecker <brobecker@adacore.com>
5839
5840 * common/filestuff.c: Replace #include <sys/stat.h> by
5841 #include "gdb_stat.h".
5842
5843 2013-04-29 Pierre Muller <muller@sourceware.org>
5844
5845 * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
5846 editCase function rule.
5847 (get_DW_AT_signature_type): Likewise.
5848
5849 2013-04-29 Joel Brobecker <brobecker@adacore.com>
5850
5851 * m32r-tdep.c (m32r_write_pc): Delete.
5852 (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
5853 Add call to set_gdbarch_pc_regnum.
5854
5855 2013-04-29 Pierre Muller <muller@sourceware.org>
5856
5857 * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
5858
5859 2013-04-29 Joel Brobecker <brobecker@adacore.com>
5860
5861 * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
5862
5863 2013-04-28 Yao Qi <yao@codesourcery.com>
5864
5865 * solib-dsbt.c (fetch_loadmap): Re-indent.
5866 (displacement_from_map, enable_break2): Likewise.
5867 (dsbt_relocate_section_addresses): Likewise.
5868
5869 2013-04-26 Joel Brobecker <brobecker@adacore.com>
5870
5871 GDB 7.6 released.
5872
5873 2013-04-25 Andreas Kaufmann <Andreas.Kaufmann@synopsys.com>
5874
5875 PR corefiles/14983:
5876 * dwarf2read.c (process_full_comp_unit): Always create a static
5877 block.
5878
5879 2013-04-25 Hui Zhu <hui@codesourcery.com>
5880
5881 * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
5882 to loc->cmd_bytecode.
5883
5884 2013-04-24 Doug Evans <dje@google.com>
5885
5886 * dwarf2read.c (setup_type_unit_groups): Fix comment.
5887
5888 2013-04-22 Keith Seitz <keiths@redhat.com>
5889
5890 * tracepoint.c (trace_save): Call the writer's start method.
5891
5892 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
5893
5894 PR gdb/10462
5895 * cli/cli-decode.c (lookup_command): Show an error if there is no space
5896 before argument.
5897
5898 2013-04-23 Tom Tromey <tromey@redhat.com>
5899
5900 * common/filestuff.c: Check USE_WIN32API before including
5901 sys/socket.h.
5902 (HAVE_F_GETFD): New define.
5903 (mark_cloexec): Check HAVE_F_GETFD.
5904 (gdb_open_cloexec): Change 'mode' to unsigned long.
5905 (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
5906 (gdb_pipe_cloexec): Check HAVE_PIPE.
5907 * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
5908 long.
5909
5910 2013-04-23 Hui Zhu <hui@codesourcery.com>
5911
5912 PR gdb/15293
5913 * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
5914
5915 2013-04-23 Hui Zhu <hui@codesourcery.com>
5916
5917 PR gdb/15165
5918 * breakpoint.c (dprintf_print_recreate): New.
5919 (save_breakpoints): Let it not save dprintf commands.
5920 (initialize_breakpoint_ops): Set dprintf_print_recreate.
5921
5922 2013-04-22 Tom Tromey <tromey@redhat.com>
5923
5924 PR gdb/7912:
5925 * Makefile.in (SFILES): Add filestuff.c
5926 (COMMON_OBS): Add filestuff.o.
5927 (filestuff.o): New target.
5928 * auto-load.c (auto_load_objfile_script_1): Use
5929 gdb_fopen_cloexec.
5930 * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
5931 * cli/cli-cmds.c (shell_escape): Call close_most_fds.
5932 * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
5933 * common/agent.c (gdb_connect_sync_socket): Use
5934 gdb_socket_cloexec.
5935 * common/filestuff.c: New file.
5936 * common/filestuff.h: New file.
5937 * common/linux-osdata.c (linux_common_core_of_thread)
5938 (command_from_pid, commandline_from_pid, print_source_lines)
5939 (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
5940 (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
5941 gdb_fopen_cloexec.
5942 * common/linux-procfs.c (linux_proc_get_int)
5943 (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
5944 * config.in, configure: Rebuild.
5945 * configure.ac: Don't check for sys/socket.h. Check for
5946 fdwalk, pipe2.
5947 * corelow.c (core_open): Use gdb_open_cloexec.
5948 * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
5949 * fork-child.c (fork_inferior): Call close_most_fds.
5950 * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
5951 * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
5952 * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
5953 Use gdb_fopen_cloexec.
5954 (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
5955 gdb_open_cloexec.
5956 (linux_async_pipe): Use gdb_pipe_cloexec.
5957 * remote-fileio.c (remote_fileio_func_open): Use
5958 gdb_open_cloexec.
5959 * remote.c (remote_file_put, remote_file_get): Use
5960 gdb_fopen_cloexec.
5961 * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
5962 close_most_fds.
5963 * ser-tcp.c (net_open): Use gdb_socket_cloexec.
5964 * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
5965 * solib.c (solib_find): Use gdb_open_cloexec.
5966 * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
5967 * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
5968 (tfile_open): Use gdb_open_cloexec.
5969 * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
5970 * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
5971 * xml-support.c (xml_fetch_content_from_file): Use
5972 gdb_fopen_cloexec.
5973 * main.c (captured_main): Call notice_open_fds.
5974
5975 2013-04-22 Edjunior Machado <emachado@linux.vnet.ibm.com>
5976
5977 * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
5978 'char *' to 'gdb_byte *'.
5979 (gdbsim_store_register): Change the type of 'tmp' from 'char' to
5980 'gdb_byte'.
5981
5982 2013-04-22 Yao Qi <yao@codesourcery.com>
5983
5984 * infrun.c: Fix typo in comment.
5985
5986 2013-04-22 Andrew Haley <aph@redhat.com>
5987
5988 * arm-tdep.c (BranchDest): Cast result as "unsigned long",
5989 instead of "long".
5990
5991 2013-04-20 Yao Qi <yao@codesourcery.com>
5992
5993 * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
5994 'char *' to 'gdb_byte *'. Cast the return value of
5995 'bt_ctf_get_char_array' to 'gdb_byte *'.
5996
5997 2013-04-19 Pedro Alves <palves@redhat.com>
5998
5999 * configure.ac (build_warnings): Replace -Wno-pointer-sign with
6000 -Wpointer-sign.
6001 * configure: Regenerate.
6002
6003 2013-04-19 Pedro Alves <palves@redhat.com>
6004
6005 * ser-tcp.c (net_read_prim): Cast second argument to recv to
6006 'void *'.
6007
6008 2013-04-19 Pedro Alves <palves@redhat.com>
6009
6010 * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
6011 Change type of 'myaddr' parameter to gdb_byte pointer.
6012 (monitor_write_memory_longlongs): Likewise. Cast 'myaddr' pointer
6013 to 'long long' pointer instead of to 'unsigned long long'.
6014 (monitor_write_memory_block, monitor_read_memory_single)
6015 (monitor_read_memory): Change type of 'myaddr' parameter to
6016 gdb_byte pointer.
6017
6018 2013-04-19 Pedro Alves <palves@redhat.com>
6019
6020 * record.c (validate_history_size): Make parameter 'setting'
6021 unsigned.
6022
6023 2013-04-19 Pedro Alves <palves@redhat.com>
6024
6025 * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
6026 to 'gdb_byte *'.
6027
6028 2013-04-19 Pedro Alves <palves@redhat.com>
6029
6030 * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
6031 local to int.
6032
6033 2013-04-19 Pedro Alves <palves@redhat.com>
6034
6035 * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
6036 * ada-tasks.c (read_fat_string_value): Likewise.
6037
6038 2013-04-19 Pedro Alves <palves@redhat.com>
6039
6040 * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
6041 unsigned. Pass 'tmp' to safe_read_uleb128 instead of the signed
6042 'offset', and adjust.
6043
6044 2013-04-19 Pedro Alves <palves@redhat.com>
6045
6046 * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
6047 (read_index_from_section): Add cast to 'char *'.
6048
6049 2013-04-19 Pedro Alves <palves@redhat.com>
6050
6051 * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
6052
6053 2013-04-19 Pedro Alves <palves@redhat.com>
6054
6055 * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
6056
6057 2013-04-19 Pedro Alves <palves@redhat.com>
6058
6059 * record-full.c (record_full_get_bookmark): Change local 'ret'
6060 type to char * and add cast to gdb_byte *.
6061 (record_full_goto_bookmark): Handle 'bookmark' argument as a
6062 string.
6063 * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
6064
6065 2013-04-19 Pedro Alves <palves@redhat.com>
6066
6067 * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
6068 * python/py-prettyprint.c (print_string_repr): Change type of
6069 'output' local to char *. Add cast to gdb_byte * in
6070 LA_PRINT_STRING call.
6071 (print_children): Change type of 'output' local to char *.
6072 * python/py-value.c (valpy_string): Add cast to const char * in
6073 PyUnicode_Decode call.
6074
6075 2013-04-19 Pedro Alves <palves@redhat.com>
6076
6077 * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
6078 and change its type to 'const char *'. Adjust.
6079 (mips_send_packet): Add cast to 'char *', and remove cast to
6080 'unsigned char *'.
6081 (mips_receive_packet): Remove cast to 'unsigned char *'.
6082 (mips_load_srec): Use bfd_byte.
6083 (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
6084 (pmon_checkset): Make 'value' parameter unsigned.
6085
6086 2013-04-19 Pedro Alves <palves@redhat.com>
6087
6088 * common/agent.c (agent_run_command): Add cast to gdb_byte *.
6089
6090 2013-04-19 Pedro Alves <palves@redhat.com>
6091
6092 * remote.c (remote_write_bytes_aux, compare_sections_command)
6093 (remote_read_qxfer)
6094 (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
6095 (remote_hostio_readlink, remote_bfd_iovec_pread)
6096 (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
6097 binary buffer, and char when buffer is used as string.
6098 * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
6099 (trace_save, tfile_open, traceframe_walk_blocks)
6100 (tfile_fetch_registers): Likewise.
6101
6102 2013-04-19 Pedro Alves <palves@redhat.com>
6103
6104 * ser-base.c (ser_base_write): Change prototype -- take 'void *'
6105 buffer and size_t size. Adjust.
6106 * ser-base.h (ser_base_write): Adjust.
6107 * ser-go32.c (cnts): Change type to size_t.
6108 (dos_write): Change prototype -- take 'void *'
6109 buffer and size_t size. Adjust.
6110 (dos_info): Print elements of 'cnts' as unsigned long.
6111 * serial.c (serial_write): Likewise.
6112 * serial.h (serial_write): Adjust.
6113 (struct serial_ops) <write>: Change prototype -- take 'void *'
6114 buffer and size_t size. Adjust.
6115
6116 2013-04-19 Pedro Alves <palves@redhat.com>
6117
6118 * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
6119 gdb_byte *.
6120 * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
6121
6122 2013-04-19 Pedro Alves <palves@redhat.com>
6123
6124 * alpha-tdep.c (alpha_extract_return_value): Use
6125 regcache_cooked_read_unsigned to read 'v0'.
6126
6127 2013-04-19 Pedro Alves <palves@redhat.com>
6128
6129 * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
6130 parameters 'at', 'as' and 'offset' to uint32_t.
6131
6132 2013-04-19 Pedro Alves <palves@redhat.com>
6133
6134 * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
6135 'is64' to signed 'int'.
6136
6137 2013-04-19 Pedro Alves <palves@redhat.com>
6138
6139 * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
6140 parameter to int *.
6141
6142 2013-04-19 Pedro Alves <palves@redhat.com>
6143
6144 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
6145 'insnbuf' buffer type to unsigned int[].
6146
6147 2013-04-19 Pedro Alves <palves@redhat.com>
6148
6149 * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
6150
6151 2013-04-19 Pedro Alves <palves@redhat.com>
6152
6153 * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
6154 unsigned long *.
6155
6156 2013-04-19 Pedro Alves <palves@redhat.com>
6157
6158 * alpha-tdep.c (heuristic_fence_post): Change type to int.
6159 (alpha_heuristic_proc_start): Adjust to check -1 instead of
6160 UINT_MAX.
6161 * mips-tdep.c (heuristic_fence_post): Change type to int.
6162 (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
6163
6164 2013-04-19 Pedro Alves <palves@redhat.com>
6165
6166 * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
6167 (struct gdbarch_tdep) <cris_version>: Make unsigned.
6168 (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
6169
6170 2013-04-19 Pedro Alves <palves@redhat.com>
6171
6172 * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'. Use
6173 it to get a string view of the byte buffer.
6174 * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
6175 type to gdb_byte *. Adjust.
6176 * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
6177 Change local to char *.
6178 * solib-darwin.c (find_program_interpreter): Change return type to
6179 char *. Adjust.
6180 (darwin_solib_get_all_image_info_addr_at_init): Adjust.
6181 * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
6182 * solib-frv.c (enable_break2): Change local 'buf' to char *.
6183 * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
6184 * solib-svr4.c (find_program_interpreter): Change return type to
6185 char *. Adjust.
6186 (enable_break): Change local 'interp_name' to char *.
6187 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
6188 * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
6189 (spu_pseudo_register_write_spu): Use char for string buffer.
6190 Adjust.
6191 (info_spu_event_command, info_spu_signal_command): Add casts to
6192 'char *'.
6193
6194 2013-04-19 Pedro Alves <palves@redhat.com>
6195
6196 * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
6197 gdb_byte[].
6198 (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
6199 * ada-lang.c (ada_value_assign): Use gdb_byte.
6200 * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
6201 (alphanbsd_sigtramp_offset): Use gdb_byte.
6202 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
6203 (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
6204 (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
6205 (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
6206 (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
6207 * arm-tdep.c (arm_stub_unwind_sniffer)
6208 (arm_displaced_init_closure): Use gdb_byte.
6209 (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
6210 (arm_default_thumb_le_breakpoint)
6211 (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
6212 * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
6213 thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
6214 * arm-wince-tdep.c (arm_wince_le_breakpoint)
6215 (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
6216 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
6217 (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
6218 (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
6219 * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
6220 (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
6221 * cris-tdep.c (push_stack_item, cris_push_dummy_call)
6222 (cris_store_return_value, cris_extract_return_value): Use
6223 gdb_byte.
6224 (constraint): Change type of parameter to char * from signed
6225 char*. Use gdb_byte.
6226 * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
6227 of local buffer to gdb_byte *.
6228 * dwarf2read.c (read_index_from_section): Use gdb_byte.
6229 (create_dwp_hash_table): Change type of locals to gdb_byte *.
6230 (add_address_entry): Change type of local buffer to gdb_byte[].
6231 * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
6232 (frv_push_dummy_call): Use gdb_byte.
6233 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
6234 (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
6235 (hppa_hpux_supply_save_state): Use gdb_byte.
6236 * hppa-tdep.c (hppa32_push_dummy_call)
6237 (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
6238 * ia64-tdep.c (extract_bit_field, replace_bit_field)
6239 (slotN_contents, replace_slotN_contents): Change type of parameter
6240 to gdb_byte *.
6241 (fetch_instruction, ia64_pseudo_register_write)
6242 (ia64_register_to_value, ia64_value_to_register)
6243 (ia64_extract_return_value, ia64_store_return_value)
6244 (ia64_push_dummy_call): Use gdb_byte.
6245 * m32c-tdep.c (m32c_return_value): Remove cast.
6246 * m68hc11-tdep.c (m68hc11_pseudo_register_write)
6247 (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
6248 gdb_byte.
6249 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
6250 * mn10300-tdep.c (mn10300_store_return_value)
6251 (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
6252 gdb_byte.
6253 * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
6254 (moxie_process_record): Remove casts.
6255 * ppc-ravenscar-thread.c (supply_register_at_address)
6256 (ppc_ravenscar_generic_store_registers): Use gdb_byte.
6257 * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
6258 * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
6259 * remote-mips.c (mips_xfer_memory): Use gdb_byte.
6260 * remote.c (compare_sections_command): Use gdb_byte.
6261 * score-tdep.c (score7_free_memblock): Change type of parameter to
6262 gdb_byte *.
6263 * sh-tdep.c (sh_justify_value_in_reg): Change return type to
6264 gdb_byte *. Use gdb_byte.
6265 (sh_push_dummy_call_fpu): Use gdb_byte.
6266 (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
6267 (sh_store_return_value_nofpu, sh_store_return_value_fpu)
6268 (sh_register_convert_to_virtual, sh_register_convert_to_raw):
6269 Change parameter type to 'gdb_byte *'. Use gdb_byte.
6270 (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
6271 * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
6272 (sh64_store_return_value, sh64_register_convert_to_virtual):
6273 Change parameter type to 'gdb_byte *'. Use gdb_byte.
6274 (sh64_pseudo_register_write): Use gdb_byte.
6275 * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
6276 * solib-irix.c (fetch_lm_info): Likewise. Use gdb_byte for byte
6277 buffer.
6278 (irix_current_sos): Use gdb_byte.
6279 * solib-som.c (som_current_sos): Use gdb_byte.
6280 * sparc-ravenscar-thread.c (supply_register_at_address)
6281 (sparc_ravenscar_generic_store_registers): Use gdb_byte.
6282 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
6283 * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
6284 * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
6285 'gdb_byte *'.
6286 * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
6287 'gdb_byte *'.
6288 * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
6289 * xstormy16-tdep.c (xstormy16_extract_return_value)
6290 (xstormy16_store_return_value): Change parameter type to
6291 'gdb_byte *'. Adjust.
6292 (xstormy16_push_dummy_call): Use gdb_byte.
6293 * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
6294 (call0_analyze_prologue, execute_code): Use gdb_byte.
6295
6296 2013-04-19 Vladimir Kargov <kargov@gmail.com>
6297 Pedro Alves <palves@redhat.com>
6298
6299 * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
6300 value contents.
6301
6302 2013-04-17 Doug Evans <dje@google.com>
6303
6304 * dwarf2read.c (struct signatured_type): New member type.
6305 (struct attribute): Replace member signatured_type with signature.
6306 (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
6307 (read_call_site_scope): Call follow_die_ref instead of
6308 follow_die_ref_or_sig.
6309 (read_structure_type): Rewrite handling of signatured types.
6310 (read_enumeration_type): Ditto.
6311 (read_attribute_value): Update.
6312 (build_error_marker_type): New function.
6313 (lookup_die_type): Add assert. Rewrite handling of signatured types.
6314 Don't call error for bad types, just build an error marker type.
6315 (dump_die_shallow): Update.
6316 (follow_die_sig_1): Renamed from follow_die_sig.
6317 Don't call error for bad types, instead return NULL.
6318 (follow_die_sig): New function.
6319 (get_signatured_type, get_DW_AT_signature_type): New functions.
6320
6321 2013-04-17 Yufeng Zhang <yufeng.zhang@arm.com>
6322
6323 * aarch64-tdep.c (aarch64_write_pc): Removed.
6324 (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
6325 function.
6326
6327 2013-04-17 Yao Qi <yao@codesourcery.com>
6328
6329 * top.c (print_gdb_configuration): Print configure-time
6330 parameter on using libbabeltrace or not.
6331
6332 2013-04-16 Pedro Alves <palves@redhat.com>
6333
6334 * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
6335
6336 2013-04-16 Pedro Alves <palves@redhat.com>
6337
6338 * common/glibc_thread_db.h: Update from upstream glibc
6339 (git 568035b7874a099087b77f7bba3e36a1173787b0).
6340
6341 2013-04-16 Pedro Alves <palves@redhat.com>
6342
6343 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
6344 * common/glibc_thread_db.h: ... this new file ...
6345 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
6346
6347 2013-04-16 Will Newton <will.newton@gmail.com>
6348 Pedro Alves <palves@redhat.com>
6349
6350 PR build/11881
6351
6352 * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
6353 (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
6354 HAVE_THREAD_DB_H.
6355
6356 2013-04-16 Pedro Alves <palves@redhat.com>
6357 Eli Zaretskii <eliz@gnu.org>
6358
6359 * NEWS: Mention "set foo unlimited".
6360
6361 2013-04-15 Doug Evans <dje@google.com>
6362
6363 * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
6364 (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
6365 (create_dwo_cu_reader): Renamed from
6366 create_dwo_debug_info_hash_table_reader.
6367 (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
6368 Remove support for multiple CUs in a DWO file.
6369 (open_and_init_dwo_file, lookup_dwo_cutu): Update.
6370
6371 * dwarf2read.c (create_debug_types_hash_table): Use hex_string
6372 instead of phex.
6373 (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
6374 (create_dwo_in_dwp): Ditto.
6375
6376 2013-04-15 Tom Tromey <tromey@redhat.com>
6377
6378 * NEWS: Move recent entries into "since 7.6" section.
6379
6380 2013-04-15 Tom Tromey <tromey@redhat.com>
6381
6382 PR c++/13588:
6383 * NEWS: Update.
6384 * break-catch-throw.c (struct exception_catchpoint)
6385 <exception_rx, pattern>: New fields.
6386 (fetch_probe_arguments, dtor_exception_catchpoint)
6387 (check_status_exception_catchpoint)
6388 (print_one_detail_exception_catchpoint): New functions.
6389 (handle_gnu_v3_exceptions): Add "except_rx" argument.
6390 Compile regular expression if needed.
6391 (extract_exception_regexp): New function.
6392 (catch_exception_command_1): Use extract_exception_regexp.
6393 (compute_exception): Use fetch_probe_arguments.
6394 (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
6395 and check_status fields.
6396 * cp-abi.c (cplus_typename_from_type_info): New function.
6397 * cp-abi.h (cplus_typename_from_type_info): Declare.
6398 (struct cp_abi_ops) <get_typename_from_type_info>: New field.
6399 * gdb_regex.h (compile_rx_or_error): Declare.
6400 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
6401 comment.
6402 (init_gnuv3_ops): Set get_type_from_type_info field.
6403 * probe.c (compile_rx_or_error): Move...
6404 * utils.c (compile_rx_or_error): ... here.
6405
6406 2013-04-15 Tom Tromey <tromey@redhat.com>
6407
6408 PR c++/15176:
6409 * NEWS: Update.
6410 * break-catch-throw.c (compute_exception): New function.
6411 (exception_funcs): New global.
6412 (_initialize_break_catch_throw): Create $_exception.
6413 * cp-abi.c (cplus_type_from_type_info): New function.
6414 * cp-abi.h (cplus_type_from_type_info): Declare.
6415 (struct cp_abi_ops) <get_type_from_type_info>: New field.
6416 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
6417 (gnuv3_get_type_from_type_info): New functions.
6418 (init_gnuv3_ops): Set get_type_from_type_info ABI field.
6419
6420 2013-04-15 Tom Tromey <tromey@redhat.com>
6421
6422 * break-catch-throw.c (struct exception_names): New.
6423 (exception_functions): Change type.
6424 (re_set_exception_catchpoint): Look for SDT probes.
6425
6426 2013-04-15 Tom Tromey <tromey@redhat.com>
6427
6428 PR c++/10119:
6429 * break-catch-throw.c (exception_functions): New global.
6430 (gnu_v3_exception_catchpoint_ops): Move earlier.
6431 (struct exception_catchpoint): New.
6432 (classify_exception_breakpoint): Rewrite.
6433 (re_set_exception_catchpoint): New function.
6434 (handle_gnu_v3_exceptions): Return void. Use init_catchpoint.
6435 Allocate a struct exception_catchpoint.
6436 (catch_exception_command_1): Update.
6437 (initialize_throw_catchpoint_ops): Set 're_set' method.
6438
6439 2013-04-15 Tom Tromey <tromey@redhat.com>
6440
6441 * Makefile.in (SFILES): Add break-catch-throw.c
6442 (COMMON_OBS): Add break-catch-throw.o.
6443 * break-catch-throw.c: New file.
6444 * breakpoint.c: Move exception-catching code to new file.
6445 (ep_parse_optional_if_clause): No longer static.
6446 * breakpoint.h (ep_parse_optional_if_clause): Declare.
6447
6448 2013-04-15 Tom Tromey <tromey@redhat.com>
6449
6450 PR c++/9065:
6451 * NEWS: Update.
6452 * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
6453 * c-exp.y (TYPEID): New token.
6454 (exp): Add new TYPEID productions.
6455 (ident_tokens): Add "typeid".
6456 * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
6457 * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
6458 (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
6459 * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
6460 * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
6461 case.
6462 * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
6463 (build_std_type_info_type, gnuv3_get_typeid_type)
6464 (gnuv3_get_typeid): New functions.
6465 (init_gnuv3_ops): Initialize std_type_info_gdbarch_data. Set
6466 new fields on ABI object.
6467 * parse.c (operator_length_standard) <OP_TYPEID>: New case.
6468 * std-operator.def (OP_TYPEID): New.
6469
6470 2013-04-15 Tom Tromey <tromey@redhat.com>
6471
6472 * elfread.c (elf_symtab_read): Install versioned symbol under
6473 unversioned name as well.
6474
6475 2013-04-15 Tom Tromey <tromey@redhat.com>
6476
6477 PR c++/11990:
6478 * c-lang.c (cplus_language_defn): Use gdb_demangle.
6479 * c-typeprint.c (c_type_print_base): Use gdb_demangle.
6480 * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
6481 (gdb_demangle): New function.
6482 * cp-support.h (gdb_demangle): Declare.
6483 * dwarf2read.c (dwarf2_physname, fixup_partial_die)
6484 (dwarf2_name): Use gdb_demangle.
6485 * gdbtypes.c (check_stub_method): Use gdb_demangle.
6486 * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
6487 suffixes from name.
6488 (gnuv3_print_method_ptr): Use gdb_demangle.
6489 * jv-lang.c (java_demangle): Use gdb_demangle.
6490 * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
6491 * language.c (unk_lang_demangle): Use gdb_demangle.
6492 * symtab.c (symbol_find_demangled_name)
6493 (demangle_for_lookup): Use gdb_demangle.
6494
6495 2013-04-15 Tom Tromey <tromey@redhat.com>
6496
6497 PR c++/12824:
6498 * NEWS: Update.
6499 * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
6500 New constant.
6501 (classify_exception_breakpoint): New function.
6502 (print_it_exception_catchpoint, print_one_exception_catchpoint)
6503 (print_mention_exception_catchpoint)
6504 (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
6505 (catch_exception_command_1): Handle "rethrow" catchpoint.
6506 (catch_rethrow_command): New function.
6507 (_initialize_breakpoint): Add "catch rethrow" command.
6508
6509 2013-04-15 Pierre Muller <muller@sourceware.org>
6510
6511 * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
6512 set_gdbarch_write_pc as deprecated anymore.
6513
6514 2013-04-15 Joel Brobecker <brobecker@adacore.com>
6515
6516 * spu-tdep.c (spu_write_pc): Add empty line after local variable
6517 declarations.
6518
6519 2013-04-13 Yao Qi <yao@codesourcery.com>
6520
6521 * ctf.c (_initialize_ctf): Include "completer.h".
6522 Call add_target_with_completer instead of add_target.
6523
6524 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6525
6526 Fix GDB regression related to PR binutils/14813.
6527 * jit.c (mem_bfd_iovec_close): Return 0 for success.
6528 * minidebug.c (lzma_close): Add return value comment.
6529 * remote.c (remote_bfd_iovec_close): Return 0 for success.
6530 * solib-spu.c (spu_bfd_iovec_close): Likewise.
6531 * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
6532
6533 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6534
6535 * config.in: Regenerate.
6536
6537 2013-04-12 Tom Tromey <tromey@redhat.com>
6538
6539 * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
6540 const.
6541 * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
6542 (struct die_reader_specs) <buffer>: Likewise.
6543 (die_reader_func_ftype): Make 'info_ptr' const.
6544 (struct line_header) <include_dirs, statement_program_start,
6545 statement_program_end>: Now const.
6546 (struct file_entry) <name>: Likewise.
6547 (struct partial_die_info) <sibling>: Likewise.
6548 (struct dwarf_block) <data>: Likewise.
6549 (dwarf2_read_section): Remove cast.
6550 (dwarf2_get_section_info): Make 'bufp' const.
6551 (read_index_from_section): Constify.
6552 (dw2_get_file_names_reader): Make 'info_ptr' const.
6553 (dw2_get_primary_filename_reader): Likewise.
6554 (read_comp_unit_head): Make 'info_ptr' and return type const.
6555 (read_and_check_comp_unit_head, read_and_check_type_unit_head):
6556 Likewise.
6557 (read_abbrev_offset): Constify.
6558 (dwarf2_create_include_psymtab): Make 'name' const.
6559 (create_debug_types_hash_table): Update.
6560 (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
6561 (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
6562 Constify.
6563 (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
6564 (load_partial_comp_unit_reader): Make 'info_ptr' const.
6565 (read_comp_units_from_section): Constify.
6566 (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
6567 (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
6568 const.
6569 (dwarf2_compute_name, setup_type_unit_groups): Constify.
6570 (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
6571 (create_dwp_hash_table, dwarf2_ranges_read)
6572 (dwarf2_record_block_ranges): Constify.
6573 (read_die_and_children, read_die_and_siblings_1)
6574 (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
6575 const.
6576 (read_full_die_1, read_full_die): Make 'info_ptr' const.
6577 (abbrev_table_read_table): Constify.
6578 (load_partial_dies): Make 'info_ptr' const.
6579 (read_partial_die, read_attribute_value, read_attribute): Make
6580 'info_ptr' and return type const.
6581 (read_address, read_initial_length)
6582 (read_checked_initial_length_and_offset, read_offset)
6583 (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
6584 const.
6585 (read_direct_string): Make 'buf' and return type const.
6586 (read_indirect_string_at_offset, read_indirect_string_from_dwz)
6587 (read_indirect_string): Make return type const.
6588 (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
6589 (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
6590 'info_ptr' const.
6591 (read_str_index): Make return type const.
6592 (add_include_dir): Make 'include_dir' const.
6593 (add_file_name): Make 'name' const.
6594 (dwarf_decode_line_header): Constify.
6595 (psymtab_include_file_name): Make return type const.
6596 (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
6597 (dwarf2_start_subfile): Make 'filename' const.
6598 (dwarf2_const_value_attr): Make 'bytes' const.
6599 (read_signatured_type_reader): Make 'info_ptr' const.
6600 (decode_locdesc): Constify.
6601 (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
6602 const.
6603 (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
6604 'mac_end', and return type const.
6605 (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
6606 (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
6607 type const.
6608 (per_cu_header_read_in): Constify.
6609 * symfile.h (dwarf2_get_section_info): Update.
6610
6611 2013-04-12 Tom Tromey <tromey@redhat.com>
6612
6613 * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
6614
6615 2013-04-12 Eli Zaretskii <eliz@gnu.org>
6616
6617 * NEWS: Mention "show configuration", --configuration.
6618 * top.c (print_gdb_configuration): New function, displays the
6619 details about GDB configure-time parameters.
6620 (print_gdb_version): Mention "show configuration".
6621 * cli/cli-cmds.c (show_configuration): New function.
6622 (_initialize_cli_cmds): Add the "show configuration" command.
6623 * main.c (captured_main) <print_configuration>: New static var.
6624 <long_options>: Use it.
6625 If --configuration was given, call print_gdb_configuration.
6626
6627 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6628 Pedro Alves <palves@redhat.com>
6629
6630 * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
6631 (generated_files): Add gcore.
6632 (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
6633 HAVE_NATIVE_GCORE_HOST.
6634 (gcore): New.
6635 * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
6636 * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
6637 config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
6638 config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
6639 config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
6640 Add HAVE_NATIVE_GCORE_HOST.
6641 * configure: Regenerate.
6642 * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
6643 New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME. New
6644 AC_CONFIG_FILES for gcore.
6645 * configure.tgt: Add gdb_have_gcore to the initial comment. Set
6646 gdb_have_gcore.
6647 * gdb_gcore.sh: Rename to ...
6648 * gcore.in: ... here. Remove gcore.sh comment. Use GDB_TRANSFORM_NAME
6649 and GCORE_TRANSFORM_NAME substitutions.
6650
6651 Fix parsing tabs in ${gdb_target_obs}.
6652 * configure.tgt (gdb_have_gcore): Replace case with for and if.
6653
6654 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6655
6656 * remote.c (unpush_and_perror): Add output message final dot.
6657
6658 2013-04-11 Yao Qi <yao@codesourcery.com>
6659
6660 * tracepoint.c (tfile_interp_line): Fit parameters line and
6661 utpp in one line.
6662
6663 2013-04-10 Joel Brobecker <brobecker@adacore.com>
6664
6665 * solib.c (solib_map_sections): Remove code overwriting
6666 SO->SO_NAME with the bfd's filename.
6667
6668 2013-04-10 Pedro Alves <palves@redhat.com>
6669
6670 * cli/cli-decode.c (integer_unlimited_completer): New function.
6671 (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
6672 (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
6673 completer.
6674 * cli/cli-setshow.c: Include "cli/cli-utils.h".
6675 (is_unlimited_literal): New function.
6676 (do_set_command): Handle literal "unlimited" arguments.
6677 * frame.c (_initialize_frame) <set backtrace limit>: Document
6678 "unlimited".
6679 * printcmd.c (_initialize_printcmd) <set print
6680 max-symbolic-offset>: Add help text.
6681 * record-full.c (_initialize_record_full) <set record full
6682 insn-number-max>: Likewise.
6683 * record.c (_initialize_record) <set record
6684 instruction-history-size, set record function-call-history-size>:
6685 Add help text.
6686 * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
6687 help text.
6688 * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
6689 Likewise.
6690 * source.c (_initialize_source) <set listsize>: Add help text.
6691 * utils.c (initialize_utils) <set height, set width>: Likewise.
6692 <set pagination>: Mention "set height unlimited".
6693 * valprint.c (_initialize_valprint) <set print elements, set print
6694 repeats>: Document "unlimited".
6695
6696 2013-04-10 Pedro Alves <palves@redhat.com>
6697
6698 * cli/cli-cmds.c (quit_command): Call query_if_trace_running
6699 instead of disconnect_tracing.
6700 * infcmd.c (detach_command, disconnect_command): Call
6701 query_if_trace_running. Adjust.
6702 * top.c: Include "tracepoint.h".
6703 (quit_target): Delete. Contents moved ...
6704 (quit_force): ... here. Wrap each stage of teardown in
6705 TRY_CATCH. Call disconnect_tracing before detaching.
6706
6707 2013-04-10 Hui Zhu <hui@codesourcery.com>
6708 Yao Qi <yao@codesourcery.com>
6709
6710 * configure.ac: Check libbabeltrace is installed.
6711 * config.in: Regenerate.
6712 * configure: Regenerate.
6713 * Makefile.in (LIBBABELTRACE): New.
6714 (CLIBS): Add LIBBABELTRACE.
6715 * ctf.c: Include "exec.h".
6716 (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
6717 (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
6718 (ctf_save_metadata_header): Define new type aliases in
6719 metadata.
6720 (ctf_write_header): Define event type "tsv_def" and "tp_def"
6721 in metadata. Start a new faked packet for trace status.
6722 (ctf_write_status): Write trace status to CTF.
6723 (ctf_write_uploaded_tsv): Write TSV to CTF.
6724 (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
6725 (ctf_write_definition_end): End the faked packet.
6726
6727 (ctx, ctf_iter, trace_dirname): New.
6728 (start_pos): New variable.
6729 (ctf_destroy, ctf_open_dir, ctf_open): New.
6730 (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
6731 macros.
6732 (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
6733 (ctf_fetch_registers, ctf_xfer_partial): New.
6734 (ctf_get_trace_state_variable_value): New.
6735 (ctf_get_tpnum_from_frame_event): New.
6736 (ctf_get_traceframe_address): New.
6737 (ctf_trace_find, ctf_has_stack): New.
6738 (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
6739 (ctf_get_trace_status, ctf_read_status): New.
6740 (_initialize_ctf): New.
6741 * tracepoint.c (get_tracepoint_number): New
6742 (get_uploaded_tsv): Remove 'static'.
6743 (struct traceframe_info, trace_regblock_size): Move it to ...
6744 * tracepoint.h: ... here.
6745 (get_tracepoint_number): Declare it.
6746 (get_uploaded_tsv): Declare it.
6747
6748 * NEWS: Mention new configure option.
6749
6750 2013-04-10 Pedro Alves <palves@redhat.com>
6751 Hui Zhu <hui@codesourcery.com>
6752
6753 * breakpoint.c (dprintf_re_set): New.
6754 (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
6755 to dprintf_re_set.
6756
6757 2013-04-09 Joel Brobecker <brobecker@adacore.com>
6758
6759 * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
6760 Remove solib-svr4.o from the list.
6761
6762 2013-04-09 Joel Brobecker <brobecker@adacore.com>
6763
6764 * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
6765 Use gdb_assert_not_reached instead of invalid boolean expression.
6766
6767 2013-04-09 Pedro Alves <palves@redhat.com>
6768
6769 * remote.c (unpush_and_perror): New function.
6770 (readchar, remote_serial_write): Use it.
6771
6772 2013-04-09 Markus Metzger <markus.t.metzger@intel.com>
6773
6774 * NEWS: Mention new btrace RSP packets.
6775
6776 2013-04-08 Tom Tromey <tromey@redhat.com>
6777
6778 * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
6779 long.
6780
6781 2013-04-08 Tom Tromey <tromey@redhat.com>
6782
6783 * maint.c (print_bfd_section_info): Print the section index.
6784 * symmisc.c (dump_msymbols): Print the section index.
6785
6786 2013-04-08 Tom Tromey <tromey@redhat.com>
6787
6788 PR symtab/8424:
6789 * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
6790 SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
6791 * breakpoint.c (resolve_sal_pc): Update.
6792 * elfread.c (elf_gnu_ifunc_record_cache): Update.
6793 * findvar.c (struct minsym_lookup_data) <objfile>: New field.
6794 (minsym_lookup_iterator_cb): Use it.
6795 (default_read_var_value): Update.
6796 * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
6797 Update.
6798 * infcmd.c (jump_command): Update.
6799 * linespec.c (minsym_found): Update.
6800 * maint.c (maintenance_translate_address): Update.
6801 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
6802 (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
6803 * parse.c (write_exp_msymbol): Update.
6804 * printcmd.c (address_info): Update.
6805 * psymtab.c (find_pc_sect_psymbol): Update.
6806 (fixup_psymbol_section): Check SYMBOL_SECTION, not
6807 SYMBOL_OBJ_SECTION.
6808 (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
6809 Don't initialize SYMBOL_OBJ_SECTION.
6810 * spu-tdep.c (spu_catch_start): Update.
6811 * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
6812 * symmisc.c (dump_msymbols, print_symbol): Update.
6813 * symtab.c (fixup_section): Don't set 'obj_section'. Change
6814 how fallback section is computed.
6815 (fixup_symbol_section): Update.
6816 (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
6817 Update.
6818 (allocate_symbol, initialize_symbol, allocate_template_symbol):
6819 Initialize SYMBOL_SECTION.
6820 * symtab.h (struct general_symbol_info) <section>: Update comment.
6821 <obj_section>: Remove.
6822 (SYMBOL_OBJ_SECTION): Add 'objfile' argument. Rewrite.
6823 (SYMBOL_OBJFILE): New macro.
6824
6825 2013-04-08 Tom Tromey <tromey@redhat.com>
6826
6827 * coffread.c (record_minimal_symbol): Update.
6828 * dbxread.c (record_minimal_symbol): Update.
6829 * elfread.c (record_minimal_symbol): Update.
6830 * machoread.c (macho_symtab_add_minsym): Update.
6831 * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
6832 Update.
6833 * minsyms.c (prim_record_minimal_symbol): Update.
6834 (prim_record_minimal_symbol_full): Remove 'bfd_section'
6835 argument.
6836 (prim_record_minimal_symbol_and_info): Likewise.
6837 * minsyms.h (prim_record_minimal_symbol_full)
6838 (prim_record_minimal_symbol_and_info): Update.
6839 * symtab.c (allocate_symbol, initialize_symbol)
6840 (allocate_template_symbol): Initialize SYMBOL_SECTION.
6841 * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
6842 Update.
6843
6844 2013-04-08 Tom Tromey <tromey@redhat.com>
6845
6846 PR symtab/8423:
6847 * solib-som.c (som_solib_section_offsets): Use BFD section
6848 indices. Set offsets for all sections.
6849 * somread.c (som_symtab_read): Compute BFD section for
6850 symbol. Use prim_record_minimal_symbol_and_info.
6851 (som_symfile_read): Fix comment.
6852 (struct find_section_offset_arg): New.
6853 (find_section_offset, set_section_index): New functions.
6854 (som_symfile_offsets): Use set_section_index to compute
6855 section indices.
6856
6857 2013-04-08 Tom Tromey <tromey@redhat.com>
6858
6859 * coffread.c (cs_to_section): Use gdb_bfd_section_index.
6860 * elfread.c (record_minimal_symbol, elf_symtab_read): Use
6861 gdb_bfd_section_index.
6862 * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
6863 New functions.
6864 * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
6865 Declare.
6866 * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
6867 Update.
6868 * objfiles.c (add_to_objfile_sections_full): New function.
6869 (add_to_objfile_sections): Use it.
6870 (build_section_table): Rewrite.
6871 (objfile_relocate1): Use gdb_bfd_section_index. Update.
6872 * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
6873 (struct objfile) <sections>: Update comment.
6874 (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
6875 is NULL.
6876 (ALL_OBJSECTIONS): Use it.
6877 * solib-dsbt.c (dsbt_relocate_main_executable): Update.
6878 * solib-frv.c (frv_relocate_main_executable): Update.
6879 * solib-target.c (solib_target_relocate_section_addresses):
6880 Use gdb_bfd_section_index.
6881 * symfile.c (build_section_addr_info_from_section_table):
6882 Use gdb_bfd_section_index.
6883 (build_section_addr_info_from_bfd, place_section): Likewise.
6884 * symtab.c (fixup_section): Update.
6885 * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
6886
6887 2013-04-08 Tom Tromey <tromey@redhat.com>
6888
6889 * minsyms.h (struct bound_minimal_symbol): New.
6890 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
6891 Remove objfile argument.
6892 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
6893 Return bound_minimal_symbol.
6894 * minsyms.c (lookup_minimal_symbol_by_pc_1)
6895 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
6896 Return bound_minimal_symbol.
6897 (in_gnu_ifunc_stub): Update.
6898 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
6899 Remove 'objfile_p' argument.
6900 (lookup_solib_trampoline_symbol_by_pc): Update.
6901 * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
6902 arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
6903 c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
6904 glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
6905 i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
6906 linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
6907 mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
6908 ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
6909 stack.c, symtab.c, tui/tui-disasm.c: Update.
6910
6911 2013-04-08 Tom Tromey <tromey@redhat.com>
6912
6913 * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
6914 Use symbol's obstack, not an objfile.
6915 * coffread.c (process_coff_symbol): Update.
6916 * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
6917 * jv-lang.c (add_class_symbol): Update.
6918 * mdebugread.c (new_symbol): Update.
6919 * minsyms.c (prim_record_minimal_symbol_full)
6920 (terminate_minimal_symbol_table): Update.
6921 * psymtab.c (add_psymbol_to_bcache): Clear entire symbol. Update.
6922 * stabsread.c (define_symbol, read_enum_type): Update.
6923 * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
6924 Handle Ada specially.
6925 (symbol_set_language): Add 'obstack' argument.
6926 (symbol_set_names): Update.
6927 (symbol_natural_name, symbol_demangled_name): Always use
6928 ada_decode_symbol.
6929 * symtab.h (struct general_symbol_info)
6930 <language_specific::obstack>: New field.
6931 <ada_mangled>: New field.
6932 (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
6933 (symbol_set_language): Update.
6934
6935 2013-04-08 Tom Tromey <tromey@redhat.com>
6936
6937 * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
6938 Take an obstack, not an objfile.
6939 (symbol_set_names): Update.
6940 * symtab.h (symbol_set_demangled_name): Update.
6941
6942 2013-04-08 Tom Tromey <tromey@redhat.com>
6943
6944 * coffread.c (process_coff_symbol, coff_read_enum_type): Call
6945 allocate_symbol.
6946 * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
6947 (read_func_scope): Call allocate_template_symbol.
6948 (new_symbol_full): Call allocate_symbol.
6949 * jit.c (finalize_symtab): Call allocate_symbol.
6950 * jv-lang.c (add_class_symbol): Call allocate_symbol.
6951 * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
6952 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
6953 (common_block_end): Call allocate_symbol.
6954 * symtab.c (allocate_symbol, initialize_symbol)
6955 (allocate_template_symbol): New functions.
6956 * symtab.c (allocate_symbol, initialize_symbol)
6957 (allocate_template_symbol): Declare.
6958 * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
6959
6960 2013-04-08 Pedro Alves <palves@redhat.com>
6961 Keith Seitz <keiths@redhat.com>
6962
6963 * breakpoint.c (create_breakpoint): Rename
6964 "parse_condition_and_thread" parameter to "parse_arg". Update
6965 describing comment. If !PARSE_ARG, then error out if ARG is not
6966 the empty string after extracting the location.
6967 * breakpoint.h (create_breakpoint): Rename
6968 "parse_condition_and_thread" parameter to "parse_arg".
6969
6970 2013-04-08 Aleksandar Ristovski <aristovski@qnx.com
6971
6972 * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
6973
6974 2013-04-07 Yao Qi <yao@codesourcery.com>
6975
6976 * remote.c (remote_trace_find): Change type of parameters 'addr1'
6977 and 'addr2' to CORE_ADDR.
6978 * target.c (update_current_target): Update.
6979 * target.h (struct target_ops) <to_trace_find>: Change parameter
6980 type to CORE_ADDR.
6981 * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
6982 'addr2' to CORE_ADDR.
6983 (tfile_trace_find): Likewise.
6984 (tfile_get_traceframe_address): Change return type to CORE_ADDR.
6985 Change local variable 'addr' to type CORE_ADDR.
6986 * tracepoint.h (tfind_1): Update declaration.
6987
6988 2013-04-06 Eli Zaretskii <eliz@gnu.org>
6989
6990 * windows-nat.c (windows_get_absolute_argv0): Move from here...
6991 * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
6992 Include main.h.
6993
6994 * windows-nat.h (windows_get_absolute_argv0): Move prototype from
6995 here...
6996 * main.h (windows_get_absolute_argv0): ...to here.
6997
6998 2013-04-05 Doug Evans <dje@google.com>
6999
7000 * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
7001 (read_cutu_die_from_dwo): Add comments.
7002 (read_structure_type): Update comment.
7003 (read_enumeration_type, read_namespace_type): Update comment.
7004 (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
7005
7006 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7007
7008 Convert man pages to texinfo, new gdbinit.5 texinfo page.
7009 * Makefile.in (gdb.z): Remove.
7010 (install-only): Remove $(man1dir) and gdb.1 installation.
7011 * gdb.1: Remove.
7012
7013 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7014
7015 Fix compatibility with Linux kernel 3.8.3.
7016 * linux-tdep.c (linux_find_memory_regions_full): Move variable number
7017 to more inner block. Remove parsing of NUMBER from outer block.
7018 Parse NUMBER only if KEYWORD has been identified.
7019
7020 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7021
7022 Fix variable name shadowing.
7023 * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
7024 filename to mapsfilename and update its uses.
7025
7026 2013-04-05 Eli Zaretskii <eliz@gnu.org>
7027
7028 * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
7029 empty. See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
7030 and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
7031 details of the problem.
7032
7033 2013-04-04 Pedro Alves <palves@redhat.com>
7034 Hui Zhu <hui@codesourcery.com>
7035
7036 * breakpoint.c (validate_commands_for_breakpoint): If validating a
7037 tracepoint, reset its STEP_COUNT and call validate_actionline.
7038
7039 2013-04-03 Doug Evans <dje@google.com>
7040
7041 * dwarf2read.c (read_die_and_siblings_1): Renamed from
7042 read_die_and_siblings.
7043 (read_die_and_siblings): New function.
7044 (read_cutu_die_from_dwo): Dump die if requested.
7045 (read_die_and_children): Call read_full_die_1 and
7046 read_die_and_siblings_1.
7047 (read_full_die): Dump die if requested.
7048
7049 * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
7050
7051 * dwarf2read.c (struct dwo_file): New member comp_dir.
7052 Rename member name to dwo_name. All uses updated.
7053 (hash_dwo_file): Include comp_dir in computation.
7054 (eq_dwo_file): Ditto.
7055 (lookup_dwo_file_slot): New arg comp_dir. All callers updated.
7056 (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
7057
7058 * psymtab.c (read_psymtabs_with_fullname): Don't call
7059 psymtab_to_fullname if the basenames are different.
7060
7061 2013-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7062
7063 * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
7064 New entry about "fullname" presence.
7065
7066 2013-04-03 Pedro Alves <palves@redhat.com>
7067
7068 * NEWS: Mention x86_64/Cygwin as new native configuration.
7069
7070 2013-04-02 Doug Evans <dje@google.com>
7071
7072 * dwarf2read.c (read_structure_type): Fix typo in comment.
7073
7074 2013-04-02 Pedro Alves <palves@redhat.com>
7075
7076 * NEWS: Mention "set/show debug aarch64", "set/show debug
7077 coff-pe-read" and "set/show debug mach-o".
7078
7079 2013-04-02 Pedro Alves <palves@redhat.com>
7080
7081 * NEWS: Mention "set/show remote trace-buffer-size-packet".
7082
7083 2013-04-02 Eli Zaretskii <eliz@gnu.org>
7084
7085 * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
7086 gdb_string.h is now in common/.
7087
7088 2013-04-02 Pedro Alves <palves@redhat.com>
7089
7090 * NEWS: Move "set debug notification" and "set trace-buffer-size"
7091 under "New options".
7092
7093 2013-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7094
7095 Revert this patch:
7096 PR gdb/15275
7097 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
7098
7099 2013-04-02 Pedro Alves <palves@redhat.com>
7100
7101 PR gdb/15275
7102
7103 * remote.c (send_interrupt_sequence): Use remote_serial_write.
7104 (remote_serial_write): New function.
7105 (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
7106
7107 2013-04-01 Jiong Wang <jiwang@tilera.com>
7108
7109 * NEWS: Mention TILE-Gx in "New native configurations" and
7110 "New targets" sections.
7111
7112 2013-04-01 Doug Evans <dje@google.com>
7113
7114 * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
7115 (process_enumeration_scope): Simplify.
7116
7117 * dwarf2read.c (struct dwarf2_per_cu_data): Move member
7118 type_unit_group ...
7119 (struct signatured_type): ... to here.
7120 (sig_type_ptr): New typedef.
7121 (type_unit_group): Delete member 't.first_cu'. Move member 'tus'
7122 out of union 't'. All uses updated.
7123 (dw2_get_file_names_reader): Assert not called for a type unit.
7124 (dw2_get_file_names): Assert not called for a type unit or type
7125 unit group.
7126 (build_type_psymtabs_reader): Assert called for a type unit.
7127 (build_type_psymtab_dependencies): Assert called for a type unit group.
7128
7129 * dwarf2read.c (free_dwo_file): Add comment.
7130 (dwarf2_per_objfile_free): Unref dwp bfd.
7131
7132 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
7133
7134 * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
7135 (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
7136 (read_pe_exported_syms): Remove unused 'exportix'.
7137 (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
7138 'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
7139 'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
7140
7141 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
7142
7143 * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
7144 (print_it_watchpoint): Remove unused 'bl'.
7145 (say_where): Remove unused 'uiout'.
7146 (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
7147 (bkpt_breakpoint_hit): Remove unused 'b'.
7148 (internal_bkpt_print_it): Remove unused 'uiout'.
7149 * buildsym.c (augment_type_symtab): Remove unused 'i'.
7150
7151 2013-03-31 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
7152
7153 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
7154 (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
7155
7156 2013-03-29 Doug Evans <dje@google.com>
7157
7158 * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
7159 Delete arg is_dwp. All callers updated.
7160 (open_dwp_file): New function.
7161 (open_and_init_dwp_file): Call it.
7162 (get_dwp_file): New function.
7163 (lookup_dwo_cutu): Call it.
7164
7165 * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
7166 unnecessary, cleanup.
7167
7168 * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
7169
7170 * dwarf2read.c (read_cutu_die_from_dwo): New function.
7171 (lookup_dwo_unit): New function.
7172 (init_cutu_and_read_dies): Move DWO handling to new functions.
7173
7174 * dwarf2read.c (struct signatured_type): Tweak comment.
7175 (struct dwo_unit): Tweak comment.
7176 (create_debug_types_hash_table): Tweak comment. Reformat long line.
7177 (create_dwo_debug_info_hash_table): Tweak comment.
7178 (dwarf2_per_cu_offset_and_type): Tweak comment.
7179
7180 * dwarf2read.c (lookup_signatured_type): Remove complaint about
7181 missing .debug_types section.
7182
7183 2013-03-29 Yao Qi <yao@codesourcery.com>
7184
7185 * corelow.c: Include "completer.h".
7186 (_initialize_corelow): Call add_target_with_completer with
7187 argument 'filename_completer'.
7188 * tracepoint.c: Likewise.
7189 * exec.c (_initialize_exec): Likewise.
7190 * target.c (add_target): Rename to ...
7191 (add_target_with_completer): ... this. Call set_cmd_completer
7192 if parameter completer is not NULL.
7193 (add_target): New.
7194 * target.h: Include "command.h".
7195 (add_target_with_completer): Declare it.
7196
7197 2013-03-28 Joel Brobecker <brobecker@adacore.com>
7198
7199 * coffread.c (is_import_fixup_symbol): New function.
7200 (record_minimal_symbol): Use is_import_fixup_symbol to
7201 detect import fixup symbols, and discard them.
7202
7203 2013-03-28 Doug Evans <dje@google.com>
7204
7205 * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
7206 types hash table until we know we need it.
7207
7208 * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
7209 index numbers.
7210
7211 * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
7212 All callers updated.
7213 (dw2_print_stats): Print #read CUs too.
7214 (dump_die_shallow): Print signatured types better.
7215
7216 * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
7217 info_or_types_section to section. All uses updated.
7218 (struct dwo_unit): Ditto.
7219
7220 2013-03-28 Pedro Alves <palves@redhat.com>
7221
7222 * NEWS (New options): New section.
7223 (New options): Mention set/show remote trace-status-packet.
7224 * remote.c (PACKET_qTStatus): New enumeration value.
7225 (remote_get_trace_status): Skip sending qTStatus if the packet is
7226 disabled. Use packet_ok.
7227 (_initialize_remote): Register a configuration command for
7228 qTStatus packet.
7229
7230 2013-03-28 Doug Evans <dje@google.com>
7231
7232 * symfile.c (find_separate_debug_file): Add comment.
7233 (terminate_after_last_dir_separator): Tweak comment.
7234
7235 * dwarf2read.c (create_partial_symtab): Add forward decl.
7236 (create_partial_symtab): Move to be closer to other psymtab functions.
7237 (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
7238
7239 * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
7240 (compute_symtab_includes): Remove unnecessary forward declaration.
7241 (die_needs_namespace): Add comment marking group of functions for
7242 dwarf2 name computation.
7243
7244 * typeprint.c (_initialize_typeprint): Improve type help text.
7245
7246 * python/python.c (finish_python_initialization): Provide suggestion
7247 for how to tell gdb to find its python files.
7248
7249 2013-03-28 Pedro Alves <palves@redhat.com>
7250
7251 PR gdb/15294
7252
7253 * source.c (_initialize_source): Change back "set listsize" to an
7254 integer command.
7255
7256 2013-03-27 Gareth McMullin <gareth@blacksphere.co.nz>
7257
7258 PR gdb/15275
7259 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
7260
7261 2013-03-27 Pedro Alves <palves@redhat.com>
7262
7263 * top.c (history_size): Rename to ...
7264 (history_size_setshow_var): ... this. Add comment.
7265 (show_commands): Use readline's 'history_length' instead of
7266 computing the history length by calling history_get in a loop.
7267 (set_history_size_command): Error out for sizes over INT_MAX.
7268 Restore previous history size on invalid size.
7269 (init_history): If HISTSIZE is negative, leave the history size as
7270 zero. Add comments.
7271 (init_main): Adjust.
7272
7273 2013-03-27 Pedro Alves <palves@redhat.com>
7274
7275 * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
7276 coff_pe_read" command to "set debug coff-pe-read".
7277
7278 2013-03-27 Markus Metzger <markus.t.metzger@intel.com>
7279
7280 * record.c (command_size_to_target_size): Fix size comparison.
7281 Change parameter type from pointer to integer to integer.
7282 Update all users.
7283
7284 2013-03-27 Pierre Muller <muller@sourceware.org>
7285
7286 * windows-nat.c (handle_output_debug_string): Avoid typecast
7287 from integer of different size warning.
7288
7289 2013-03-26 Joel Brobecker <brobecker@adacore.com>
7290
7291 * windows-nat.c (handle_output_debug_string): Add empty line
7292 after local block variable definition.
7293
7294 2013-03-26 Pedro Alves <palves@redhat.com>
7295
7296 * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
7297 (net_open): Make 'polls' local unsigned.
7298
7299 2013-03-26 Pedro Alves <palves@redhat.com>
7300
7301 * remote.c (_initialize_remote): Make "set remoteaddresssize"
7302 a zuinteger command instead of uinteger.
7303
7304 2013-03-26 Pedro Alves <palves@redhat.com>
7305
7306 * record-full.c (record_full_insn_num): Make it unsigned.
7307 (record_full_check_insn_num, record_full_message)
7308 (record_full_registers_change, record_full_xfer_partial): Remove
7309 record_full_insn_max_num check (it's always != 0).
7310 (record_full_info, record_full_restore): Use %u as format string.
7311 (): Use %u as format string.
7312 (set_record_full_insn_max_num): Remove record_full_insn_max_num
7313 check (it's always != 0).
7314
7315 2013-03-26 Pedro Alves <palves@redhat.com>
7316
7317 * dcache.c (_initialize_dcache): Make the "set dcache line-size"
7318 and "set dcache size" commands zuinteger instead of uinteger.
7319
7320 2013-03-26 Pedro Alves <palves@redhat.com>
7321
7322 * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
7323 command zuinteger instead of uinteger.
7324
7325 2013-03-26 Pedro Alves <palves@redhat.com>
7326
7327 * coff-pe-read.c (_initialize_coff_pe_read): Make the command
7328 zuinteger instead of uinteger.
7329
7330 2013-03-26 Pedro Alves <palves@redhat.com>
7331
7332 * record.c (record_insn_history_size_setshow_var)
7333 (record_call_history_size_setshow_var): New globals.
7334 (command_size_to_target_size): New function.
7335 (cmd_record_insn_history, cmd_record_call_history): Use
7336 command_size_to_target_size instead of cast.
7337 (validate_history_size, set_record_insn_history_size)
7338 (set_record_call_history_size): New functions.
7339 (_initialize_record): Install set_record_insn_history_size and
7340 set_record_call_history_size as "set" hooks of "set record
7341 instruction-history-size" and "set record
7342 function-call-history-size".
7343
7344 2013-03-26 Pedro Alves <palves@redhat.com>
7345
7346 * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
7347 use with history_max_entries use. Remove FIXME note.
7348
7349 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
7350
7351 * record-btrace.c (record_btrace_close): Call
7352 record_btrace_auto_disable.
7353
7354 2013-03-25 Joel Brobecker <brobecker@adacore.com>
7355
7356 * rs6000-nat.c (fixup_breakpoints): Delete declaration.
7357
7358 2013-03-25 Doug Evans <dje@google.com>
7359
7360 * contrib/cc-with-tweaks.sh: Check exit code of dwp.
7361
7362 2013-03-25 Tom Tromey <tromey@redhat.com>
7363
7364 PR symtab/11462:
7365 * c-exp.y (exp): Add new productions for destructors after '.' and
7366 '->'.
7367 (write_destructor_name): New function.
7368
7369 2013-03-25 Tom Tromey <tromey@redhat.com>
7370
7371 PR c++/9197:
7372 * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
7373 value_struct_elt, not lookup_struct_elt_type.
7374 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
7375 STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
7376 * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
7377
7378 2013-03-25 Yao Qi <yao@codesourcery.com>
7379
7380 * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
7381 instead of '_mkdir'.
7382
7383 2013-03-23 Eli Zaretskii <eliz@gnu.org>
7384
7385 * windows-nat.c (windows_get_absolute_argv0): New function.
7386 * windows-nat.h: Add its prototype.
7387
7388 * main.c (get_init_files): Use filename_ncmp instead of strncmp.
7389 Use IS_DIR_SEPARATOR instead of looking for a character inside
7390 SLASH_STRING. Include filenames.h.
7391 (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
7392 relocate_gdb_directory works when passed gdb_program_name.
7393 Include windows-nat.h.
7394
7395 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7396
7397 * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
7398 * remote.c (trace_error): Remove the special handling of '2'.
7399 (readchar) <SERIAL_EOF>
7400 (readchar) <SERIAL_ERROR>
7401 (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
7402 (remote_get_trace_status): Call throw_exception if EX is
7403 TARGET_CLOSE_ERROR.
7404 * utils.c (perror_with_name): Rename to ...
7405 (throw_perror_with_name): ... here. New parameter errcode, describe it
7406 in the function comment.
7407 (perror_with_name): New function wrapper.
7408 * utils.h (enum errors): New stub declaration.
7409 (throw_perror_with_name): New declaration.
7410
7411 2013-03-22 Pedro Alves <palves@redhat.com>
7412 Yao Qi <yao@codesourcery.com>
7413 Mark Kettenis <kettenis@gnu.org>
7414
7415 * cli/cli-setshow.c (do_set_command) <var_uinteger>:
7416 Don't let the user set the value to UINT_MAX directly.
7417 <var_integer>: Don't let the user set the value to INT_MAX
7418 directly.
7419
7420 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7421
7422 * remote.c (remote_unpush_target): New function.
7423 (remote_open_1): Remove two pop_target calls, update one comment, add
7424 comment to target_preopen call. Replace pop_target call by
7425 remote_unpush_target call.
7426 (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
7427 pop_target calls by remote_unpush_target calls.
7428
7429 2013-03-22 Pedro Alves <palves@redhat.com>
7430
7431 * linux-nat.c (linux_child_follow_fork): Don't call
7432 linux_enable_event_reporting.
7433 (linux_handle_extended_wait): Don't call
7434 linux_enable_event_reporting.
7435
7436 2013-03-22 Pedro Alves <palves@redhat.com>
7437
7438 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
7439 use it to rewrite the trampoline buffers with type gdb_byte[], and
7440 undefine the macro. Remove char* cast.
7441
7442 2013-03-21 Doug Evans <dje@google.com>
7443
7444 New commands "mt set per-command {space,time,symtab} {on,off}".
7445 * NEWS: Add entry.
7446 * event-top.c: #include "maint.h".
7447 * main.c: #include "maint.h".
7448 * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
7449 timeval-utils.h, maint.h, cli/cli-setshow.h.
7450 (per_command_time, per_command_space): New static globals.
7451 (per_command_symtab): New static global.
7452 (per_command_setlist, per_command_showlist): New static globals.
7453 (struct cmd_stats): Move here from utils.c.
7454 (set_per_command_time): Renamed from set_display_time in utils.c
7455 and moved here. All callers updated.
7456 (set_per_command_space): Renamed from set_display_space in utils.c
7457 and moved here. All callers updated.
7458 (count_symtabs_and_blocks): New function.
7459 (report_command_stats): Moved here from utils.c. Add support for
7460 printing symtab stats. Only print data if enabled before command
7461 executed.
7462 (make_command_stats_cleanup): Ditto.
7463 (sert_per_command_cmd, show_per_command_cmd): New functions.
7464 (_initialize_maint_cmds): Add new commands
7465 mt set per-command {space,time,symtab} {on,off}.
7466 * maint.h: New file.
7467 * top.c: #include "maint.h".
7468 * utils.c (reset_prompt_for_continue_wait_time): New function.
7469 (get_prompt_for_continue_wait_time): New function.
7470 * utils.h (reset_prompt_for_continue_wait_time): Declare
7471 (get_prompt_for_continue_wait_time): Declare.
7472 (make_command_stats_cleanup): Moved to maint.h.
7473 (set_display_time, set_display_space): Moved to maint.h and renamed
7474 to set_per_command_time, set_per_command_space.
7475 * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
7476 parse_binary_operation and made non-static. Don't call error,
7477 just return an error marker. All callers updated.
7478 * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
7479
7480 2013-03-21 Tom Tromey <tromey@redhat.com>
7481
7482 * symfile.c (alloc_section_addr_info): Update header. Don't set
7483 'num_sections' field.
7484 (build_section_addr_info_from_section_table): Set 'num_sections'.
7485 (build_section_addr_info_from_bfd): Likewise.
7486 (build_section_addr_info_from_objfile): Remove dead loop
7487 condition.
7488 (free_section_addr_info): Unconditionally call xfree.
7489 (relative_addr_info_to_section_offsets, addrs_section_sort)
7490 (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
7491 condition.
7492 (syms_from_objfile_1): Remove dead 'if' condition. Check
7493 'num_sections'.
7494 (add_symbol_file_command): Set 'num_sections'.
7495 * symfile-mem.c (symbol_file_add_from_memory): Set
7496 'num_sections'.
7497 * somread.c (som_symfile_offsets): Remove dead loop condition.
7498 * machoread.c (macho_symfile_offsets): Remove dead 'if'.
7499 * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
7500
7501 2013-03-21 Tom Tromey <tromey@redhat.com>
7502
7503 * tracepoint.h (decode_agent_options): Add 'trace_string'
7504 argument.
7505 * tracepoint.c (decode_agent_options): Add 'trace_string'
7506 argument.
7507 (validate_actionline): Update.
7508 (collect_symbol): Add 'trace_string' argument.
7509 (struct add_local_symbols_data) <trace_string>: New field.
7510 (do_collect_symbol): Update.
7511 (add_local_symbols): Add 'trace_string' argument.
7512 (encode_actions_1): Update.
7513 (trace_dump_actions): Update.
7514 * dwarf2loc.c (access_memory): Update.
7515 * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
7516 * ax-general.c (new_agent_expr): Update.
7517 * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
7518 (gen_trace_for_return_address): Add argument.
7519 (trace_kludge, trace_string_kludge): Remove.
7520 * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
7521 (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
7522 (gen_trace_for_var): Add 'trace_string' argument.
7523 (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
7524 (gen_printf, agent_eval_command_one): Update.
7525
7526 2013-03-21 Tom Tromey <tromey@redhat.com>
7527
7528 PR exp/15109:
7529 * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
7530 Handle FILENAME token.
7531
7532 2013-03-21 Tom Tromey <tromey@redhat.com>
7533
7534 * c-exp.y (YYPRINT): Define.
7535 (c_print_token): New function.
7536
7537 2013-03-21 Tom Tromey <tromey@redhat.com>
7538
7539 * c-exp.y (%union) <sym, ivar, ivec>: Remove.
7540
7541 2013-03-21 Yao Qi <yao@codesourcery.com>
7542
7543 * ctf.c: Include "gdb_stat.h".
7544 [USE_WIN32API]: New macro 'mkdir'.
7545 (ctf_start): Use permission bits macros if they are defined.
7546
7547 2013-03-20 Keith Seitz <keiths@redhat.com>
7548
7549 * breakpoint.h (struct breakpoint): Add comment to
7550 extra_string indicating that this member is mallod'd.
7551 * breakpoint.c (base_breakpoint_dtor): Free extra_string.
7552
7553 2013-03-20 Pedro Alves <palves@redhat.com>
7554
7555 PR gdb/15289
7556
7557 * cli/cli-setshow.c (do_set_command)
7558 <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
7559 the result of parsing the command argument. Throw error if the
7560 value is greater than UINT_MAX. Print the invalid value with
7561 plongest.
7562 <var_integer, var_zinteger>: Use LONGEST for variable holding the
7563 result of parsing the command argument. Throw error if the value
7564 is greater than INT_MAX, not greater or equal. Also throw error
7565 if the value is less than INT_MIN. Print the invalid value with
7566 plongest.
7567 <var_zuinteger_unlimited>: Throw error if the value is greater
7568 than INT_MAX, not greater or equal.
7569 (do_show_command) <var_integer, var_zinteger,
7570 var_zuinteger_unlimited>: Use %d for printing int, not %u.
7571
7572 2013-03-20 Tom Tromey <tromey@redhat.com>
7573
7574 * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
7575 if possible.
7576 * dwarf2read.c (read_func_scope): Remove old FIXME.
7577 * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
7578 not LOC_COMPUTED.
7579 * findvar.c (symbol_read_needs_frame, default_read_var_value):
7580 Unconditionally call via computed ops, if possible.
7581 * printcmd.c (address_info): Unconditionally call via computed ops,
7582 if possible.
7583 * stack.c (read_frame_arg): Unconditionally call via computed ops,
7584 if possible.
7585 * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
7586 * tracepoint.c (scope_info): Unconditionally call via computed ops,
7587 if possible.
7588
7589 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7590 Tom Tromey <tromey@redhat.com>
7591
7592 PR symtab/8421:
7593 * coffread.c (coff_register_index): New global.
7594 (process_coff_symbol, coff_read_enum_type): Set
7595 SYMBOL_ACLASS_INDEX.
7596 (_initialize_coffread): Initialize new global.
7597 * dwarf2loc.c (locexpr_find_frame_base_location)
7598 (dwarf2_block_frame_base_locexpr_funcs)
7599 (loclist_find_frame_base_location)
7600 (dwarf2_block_frame_base_loclist_funcs): New.
7601 (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
7602 (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
7603 * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
7604 (dwarf2_block_frame_base_loclist_funcs): New.
7605 * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
7606 (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
7607 globals.
7608 (read_func_scope): Update.
7609 (fixup_go_packaging, mark_common_block_symbol_computed)
7610 (var_decode_location, new_symbol_full, dwarf2_const_value):
7611 Set SYMBOL_ACLASS_INDEX.
7612 (dwarf2_symbol_mark_computed): Likewise. Add 'is_block' argument.
7613 (_initialize_dwarf2_read): Initialize new globals.
7614 * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
7615 * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
7616 * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
7617 globals.
7618 (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
7619 (_initialize_mdebugread): Initialize new globals.
7620 * psympriv.h (struct partial_symbol) <aclass>: Update comment.
7621 * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
7622 (stab_register_index, stab_regparm_index): New globals.
7623 (define_symbol, read_enum_type, common_block_end): Set
7624 SYMBOL_ACLASS_INDEX.
7625 (_initialize_stabsread): Initialize new globals.
7626 * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
7627 globals.
7628 (MAX_SYMBOL_IMPLS): New define.
7629 (register_symbol_computed_impl, register_symbol_block_impl)
7630 (register_symbol_register_impl)
7631 (initialize_ordinary_address_classes): New functions.
7632 (_initialize_symtab): Call initialize_ordinary_address_classes.
7633 * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
7634 (struct symbol_impl): New.
7635 (SYMBOL_ACLASS_BITS): New define.
7636 (struct symbol) <aclass, ops>: Remove fields.
7637 <aclass_index>: New field.
7638 (symbol_impls): Declare.
7639 (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
7640 (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
7641 (register_symbol_computed_impl, register_symbol_block_impl)
7642 (register_symbol_register_impl): Declare.
7643 (struct symbol_computed_ops): Add location_has_loclist.
7644 (struct symbol_block_ops): New.
7645 (SYMBOL_BLOCK_OPS): New.
7646 * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
7647
7648 2013-03-20 Tom Tromey <tromey@redhat.com>
7649
7650 * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
7651 (print_partial_symbols, recursively_search_psymtabs): Use
7652 PSYMBOL_CLASS.
7653
7654 2013-03-20 Pierre Muller <muller@sourceware.org>
7655
7656 * contrib/ari/gdb_ari.sh (OP eol rule): Also check
7657 addtion, subtraction, multiplication and division binary operator.
7658
7659 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7660
7661 Code cleanup.
7662 * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
7663 * bsd-kvm.c (bsd_kvm_close): Likewise.
7664 * bsd-uthread.c (bsd_uthread_close): Likewise.
7665 * corelow.c (core_close): Likewise.
7666 (core_close_cleanup): Remove parameter quitting from a caller.
7667 * event-top.c (async_disconnect): Likewise.
7668 * exec.c (exec_close_1): Remove parameter quitting.
7669 * go32-nat.c (go32_close): Likewise.
7670 * linux-nat.c (linux_nat_close): Remove parameter quitting. Remove
7671 parameter quitting from a caller.
7672 * mips-linux-nat.c (super_close): Remove parameter quitting from the
7673 variable.
7674 (mips_linux_close): Remove parameter quitting. Remove parameter
7675 quitting from a caller.
7676 * monitor.c (monitor_close): Remove parameter quitting.
7677 * monitor.h (monitor_close): Likewise.
7678 * record-btrace.c (record_btrace_close): Likewise.
7679 * record-full.c (record_full_close): Likewise.
7680 * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
7681 it also from fprintf_unfiltered.
7682 * remote-mips.c (mips_close): Remove parameter quitting.
7683 (mips_detach): Remove parameter quitting from a caller.
7684 * remote-sim.c (gdbsim_close): Remove parameter quitting.
7685 (gdbsim_close): Remove duplicate function comment. Remove parameter
7686 quitting and remove it also from printf_filtered.
7687 * remote.c (remote_close): Remove parameter quitting.
7688 * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
7689 * target.c (update_current_target): Remove parameter int from to_close
7690 de_fault.
7691 (push_target, unpush_target, pop_target): Remove parameter quitting from
7692 a caller.
7693 (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
7694 Remove parameter quitting from a caller.
7695 (target_preopen): Remove parameter quitting from a caller.
7696 (target_close): Remove parameter quitting. Remove parameter quitting
7697 from a caller two times. Remove parameter quitting also from
7698 fprintf_unfiltered.
7699 * target.h (struct target_ops): Remove parameter quitting and as int
7700 from fields to_xclose and to_close.
7701 (extern struct target_ops current_target):
7702 (target_close, pop_all_targets): Remove parameter quitting. Update the
7703 comment.
7704 (pop_all_targets_above): Remove parameter quitting.
7705 * top.c (quit_target): Remove parameter quitting from a caller.
7706 * tracepoint.c (tfile_close): Remove parameter quitting.
7707 * windows-nat.c (windows_close): Remove parameter quitting.
7708
7709 2013-03-20 Corinna Vinschen <vinschen@redhat.com>
7710
7711 * windows-nat.c (handle_output_debug_string): Replace call
7712 to string_to_core_addr with call to strtoull.
7713
7714 2013-03-20 Yao Qi <yao@codesourcery.com>
7715
7716 * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
7717 and write it to CTF metadata.
7718
7719 2013-03-19 Corinna Vinschen <vinschen@redhat.com>
7720
7721 * windows-nat.c (handle_output_debug_string): Change type of n to
7722 SIZE_T to avoid crash on 64 bit systems.
7723
7724 2013-03-17 Eli Zaretskii <eliz@gnu.org>
7725
7726 * python/python-internal.h (HAVE_SNPRINTF)
7727 [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
7728 about redefinition of snprintf by pyerrors.h.
7729
7730 2013-03-15 Steve Ellcey <sellcey@mips.com>
7731
7732 * remote-sim.c (sim_command_completer): Make char arguments const.
7733
7734 2013-03-15 Tom Tromey <tromey@redhat.com>
7735
7736 PR c++/15116:
7737 * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
7738
7739 2013-03-14 Tom Tromey <tromey@redhat.com>
7740
7741 * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
7742 New fields.
7743 (get_file_crc): Move from symfile.c.
7744 (gdb_bfd_crc): New function.
7745 * gdb_bfd.h (gdb_bfd_crc): Declare.
7746 * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
7747 * symfile.c (get_file_crc): Move to gdb_bfd.c.
7748 (separate_debug_file_exists): Use gdb_bfd_crc.
7749
7750 2013-03-14 Tom Tromey <tromey@redhat.com>
7751
7752 * symfile.c (get_debug_link_info): Remove.
7753 (find_separate_debug_file_by_debuglink): Use
7754 bfd_get_debug_link_info.
7755
7756 2013-03-14 Tom Tromey <tromey@redhat.com>
7757
7758 * symtab.c (error_in_psymtab_expansion): New function.
7759 (lookup_symbol_aux_quick)
7760 (basic_lookup_transparent_type_quick): Remove "last resort"
7761 code. Use error_in_psymtab_expansion.
7762
7763 2013-03-14 Doug Evans <dje@google.com>
7764 Jan Kratochvil <jan.kratochvil@redhat.com>
7765
7766 * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
7767 any successful compare_filenames_for_search or FILENAME_CMP.
7768 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
7769 * symtab.c (iterate_over_some_symtabs): Likewise.
7770
7771 2013-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7772
7773 * source.c (print_source_lines_base): Make a local copy of
7774 symtab_to_fullname.
7775
7776 2013-03-14 Hui Zhu <hui_zhu@mentor.com>
7777 Jan Kratochvil <jan.kratochvil@redhat.com>
7778
7779 * source.c (print_source_lines_base): Suppress "file" for TUI.
7780
7781 2013-03-14 Keith Seitz <keiths@redhat.com>
7782 Alan Matsuoka <alanm@redhat.com>
7783
7784 PR c++/15203
7785 PR c++/15210
7786 * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
7787 TYPE_CODE_METHOD.
7788 * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
7789 symbols.
7790
7791 2013-03-14 Yao Qi <yao@codesourcery.com>
7792
7793 * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
7794 status to tfile if trace is stopped by command 'tstop'.
7795
7796 2013-03-14 Yao Qi <yao@codesourcery.com>
7797
7798 * tracepoint.c (tfile_write_status): Write trace notes and user
7799 name into tfile if they are not NULL.
7800
7801 2013-03-14 Hui Zhu <hui@codesourcery.com>
7802 Yao Qi <yao@codesourcery.com>
7803
7804 * Makefile.in (REMOTE_OBS): Add ctf.o.
7805 (SFILES): Add ctf.c.
7806 (HFILES_NO_SRCDIR): Add ctf.h.
7807 * ctf.c, ctf.h: New files.
7808 * tracepoint.c: Include 'ctf.h'.
7809 (collect_pseudocommand): Remove static.
7810 (trace_save_command): Parse option "-ctf".
7811 Produce different trace file writers per option.
7812 Adjust output message.
7813 (trace_save_tfile, trace_save_ctf): New.
7814 * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
7815 * mi/mi-main.c: Include 'ctf.h'.
7816 (mi_cmd_trace_save): Handle option '-ctf'. Call either
7817 trace_save_tfile or trace_save_ctf.
7818 * NEWS: Mention these changes.
7819
7820 2013-03-14 Yao Qi <yao@codesourcery.com>
7821
7822 * tracepoint.c (trace_file_writer_xfree): New.
7823 (struct tfile_writer_data): New.
7824 (tfile_dtor, tfile_can_target_save, tfile_start): New.
7825 (tfile_write_header, tfile_write_regblock_type): New.
7826 (tfile_write_status, tfile_write_uploaded_tsv): New.
7827 (tfile_write_uploaded_tp, tfile_write_definition_end): New.
7828 (tfile_write_raw_data, (tfile_end): New.
7829 (tfile_write_ops): New global variable.
7830 (TRACE_WRITE_R_BLOCK): New macro.
7831 (TRACE_WRITE_M_BLOCK_HEADER): New macro.
7832 (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
7833 (TRACE_WRITE_V_BLOCK): New macro.
7834 (trace_save): Add extra one parameter WRITER. Make it static.
7835 Use WRITER to writer trace.
7836 (tfile_trace_file_writer_new): New.
7837 (trace_save_command): Caller update.
7838 (trace_save_tfile): Write trace data in TFILE format.
7839 * tracepoint.h (struct trace_frame_write_ops): New.
7840 (struct trace_file_write_ops): New.
7841 (struct trace_file_writer): New.
7842 (trace_save): Remove its declaration.
7843 (trace_save_tfile): Declare it.
7844 * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
7845 instead of trace_save.
7846
7847 2013-03-13 Pedro Alves <palves@redhat.com>
7848
7849 * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
7850
7851 2013-03-13 Pedro Alves <palves@redhat.com>
7852
7853 * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
7854 commented out code.
7855 * demangle.c (current_demangling_style_string): Make it const.
7856 (set_demangling_command): Assert the demangling style is known.
7857 Remove all handling of unknown styles. Set
7858 'current_demangling_style_string' to an element of the
7859 demangling_style_names array.
7860 (set_demangling_style): Delete.
7861 (_initialize_demangler): Set current_demangling_style_string to the
7862 element of the demangling_style_names array that corresponds to
7863 the default demangling style. Remove FIXME note. Don't call
7864 set_demangling_style.
7865 * gdb-demangle.h (set_demangling_style): Remove declaration.
7866
7867 2013-03-13 Pedro Alves <palves@redhat.com>
7868
7869 * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
7870 fields const.
7871 (ada_make_symbol_completion_list): Make "text0" parameter const.
7872 * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
7873 * breakpoint.c (condition_completer): Make "text" and "word"
7874 parameters const. Adjust.
7875 (check_tracepoint_command): Adjust to validate_actionline
7876 prototype change.
7877 (catch_syscall_completer): Make "text" and "word" parameters
7878 const.
7879 * cli/cli-cmds.c (show_user): Make "comname" local const.
7880 (valid_command_p): Make "command" parameter const.
7881 (alias_command): Make "alias_prefix" and "command_prefix" locals
7882 const.
7883 * cli/cli-decode.c (add_cmd): Make "name" parameter const.
7884 (add_alias_cmd): Make "name" and "oldname" parameters const.
7885 Adjust. No longer make copy of OLDNAME.
7886 (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
7887 (add_setshow_cmd_full, add_setshow_enum_cmd)
7888 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
7889 (add_setshow_filename_cmd, add_setshow_string_cmd)
7890 (add_setshow_string_noescape_cmd)
7891 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
7892 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
7893 (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
7894 (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
7895 Make "name" parameter const.
7896 (help_cmd): Rename "command" parameter to "arg". New const local
7897 "command".
7898 (find_cmd): Make "command" parameter const.
7899 (lookup_cmd_1): Make "text" parameter pointer to const. Adjust to
7900 deprecated_cmd_warning prototype change.
7901 (undef_cmd_error): Make "cmdtype" parameter const.
7902 (lookup_cmd): Make "line" parameter const.
7903 (deprecated_cmd_warning): Change type of "text" parameter to
7904 pointer to const char, from pointer to pointer to char. Adjust.
7905 (lookup_cmd_composition): Make "text" parameter const.
7906 (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
7907 parameters const.
7908 * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
7909 const.
7910 * cli/cli-script.c (validate_comname): Make "tem" local const.
7911 (define_command): New const local "tem_c". Use it in calls to
7912 lookup_cmd.
7913 (document_command): Make "tem" and "comfull" locals const.
7914 (show_user_1): Make "prefix" and "name" parameters const.
7915 * cli-script.h (show_user_1): Make "prefix" and "name" parameters
7916 const.
7917 * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
7918 (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
7919 (deprecated_cmd_warning, lookup_cmd_composition, add_com)
7920 (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
7921 (complete_on_enum, add_setshow_enum_cmd)
7922 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
7923 (add_setshow_filename_cmd, add_setshow_string_cmd)
7924 (add_setshow_string_noescape_cmd)
7925 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
7926 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
7927 (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
7928 Change prototypes, constifying strings.
7929 * completer.c (noop_completer, filename_completer): Make "text"
7930 and "prefix" parameters const.
7931 (location_completer, expression_completer)
7932 (complete_line_internal): Make "text" and "prefix" parameters
7933 const and adjust.
7934 (command_completer, signal_completer): Make "text" and "prefix"
7935 parameters const.
7936 * completer.h (noop_completer, filename_completer)
7937 (expression_completer, location_completer, command_completer)
7938 (signal_completer): Change prototypes.
7939 * corefile.c (complete_set_gnutarget): Make "text" and "word"
7940 parameters const.
7941 * cp-abi.c (cp_abi_completer): Likewise.
7942 * expression.h (parse_expression_for_completion): Change
7943 prototype.
7944 * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
7945 parameters const.
7946 * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
7947 * infrun.c (handle_completer): Make "text" and "word" parameters
7948 const.
7949 * interps.c (interpreter_completer): Make "text" and "word"
7950 parameters const.
7951 * language.h (struct language_defn)
7952 <la_make_symbol_completion_list>: Make "text" and "word"
7953 parameters const.
7954 * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
7955 (parse_exp_in_context): Rename to ...
7956 (parse_exp_in_context_1): ... this.
7957 (parse_exp_in_context): Reimplement, with const hack from
7958 parse_exp_1.
7959 (parse_expression_for_completion): Make "string" parameter const.
7960 * printcmd.c (decode_format): Make "string_ptr" parameter pointer
7961 to pointer to const char. Adjust.
7962 (print_command_1): Make "exp" parameter const.
7963 (output_command): Rename to ...
7964 (output_command_const): ... this. Make "exp" parameter const.
7965 (output_command): Reimplement.
7966 (x_command): Adjust.
7967 (display_command): Rename "exp" parameter to "arg". New "exp"
7968 local, const version of "arg".
7969 * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
7970 "cmd_name" local const.
7971 * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
7972 call.
7973 (cmdpy_completer): Make "text" and "word" parameters const.
7974 (gdbpy_parse_command_name): Make "prefix_text2" local const.
7975 * python/py-param.c (add_setshow_generic): Make "tmp_name" local
7976 const.
7977 * remote.c (_initialize_remote): Make "cmd_name" local const.
7978 * symtab.c (language_search_unquoted_string): Make "text" and "p"
7979 parameters const. Adjust.
7980 (completion_list_add_fields): Make "sym_text", "text" and "word"
7981 parameters const.
7982 (struct add_name_data) <sym_text, text, word>: Make fields const.
7983 (default_make_symbol_completion_list_break_on): Make "text" and
7984 "word" parameters const. Adjust locals.
7985 (default_make_symbol_completion_list)
7986 (make_symbol_completion_list, make_symbol_completion_type)
7987 (make_symbol_completion_list_fn): Make "text" and "word"
7988 parameters const.
7989 (make_file_symbol_completion_list): Make "text", "word" and
7990 "srcfile" parameters const. Adjust locals.
7991 (add_filename_to_list): Make "text" and "word" parameters const.
7992 (struct add_partial_filename_data) <text, word>: Make fields
7993 const.
7994 (make_source_files_completion_list): Make "text" and "word"
7995 parameters const.
7996 * symtab.h (default_make_symbol_completion_list_break_on)
7997 (default_make_symbol_completion_list, make_symbol_completion_list)
7998 (make_symbol_completion_type enum type_code)
7999 (make_symbol_completion_list_fn make_file_symbol_completion_list)
8000 (make_source_files_completion_list): Change prototype.
8001 * top.c (execute_command): Adjust to pass pointer to pointer to
8002 const char to lookup_cmd, and to deprecated_cmd_warning prototype
8003 change.
8004 (set_verbose): Make "cmdname" local const.
8005 * tracepoint.c (decode_agent_options): Make "exp" parameter const,
8006 and adjust.
8007 (validate_actionline): Make "line" parameter a pointer to const
8008 char, and adjust.
8009 (encode_actions_1): Make "action_exp" local const, and adjust.
8010 (encode_actions): Adjust.
8011 (replace_comma): Delete.
8012 (trace_dump_actions): Make "action_exp" and "next_comma" locals
8013 const, and adjust. Don't frob the action string while splitting
8014 it at commas. Instead, make a copy of each split substring in
8015 turn.
8016 (trace_dump_command): Adjust to validate_actionline prototype
8017 change.
8018 * tracepoint.h (decode_agent_options, decode_agent_options)
8019 (encode_actions, validate_actionline): Change prototypes.
8020 * valprint.h (output_command): Delete declaration.
8021 (output_command_const): Declare.
8022 * value.c (function_destroyer): Cast const away in xfree call.
8023
8024 2013-03-13 Pedro Alves <palves@redhat.com>
8025
8026 * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
8027 rather than casting 'const char * const *' to 'const char **'.
8028 * ada-lex.l (processInt): Make "trailer" local const. Remove
8029 'const char **' cast.
8030 * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
8031 locals, and use those as strtol output pointer, instead than doing
8032 invalid casts to from 'const char **' to 'char **'.
8033 (_initialize_demangle): Remove cast.
8034 * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
8035 locals, and use those as strtol output pointer, instead than doing
8036 invalid casts to from 'const char **' to 'char **'.
8037 * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
8038 casts.
8039 * stap-probe.c (stap_parse_register_operand)
8040 (stap_parse_single_operand): Likewise.
8041
8042 2013-03-13 Yao Qi <yao@codesourcery.com>
8043
8044 * tracepoint.c (tfile_get_trace_state_variable_value): Look for
8045 the last matched 'V' blcok in trace frame.
8046
8047 2013-03-12 Joel Brobecker <brobecker@adacore.com>
8048
8049 * NEWS: Create a new section for the next release branch.
8050 Rename the section of the current branch, now that it has
8051 been cut.
8052
8053 2013-03-12 Joel Brobecker <brobecker@adacore.com>
8054
8055 GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
8056 * version.in: Bump version to 7.6.50.20130312-cvs.
8057
8058 2013-03-12 Keith Seitz <keiths@redhat.com>
8059
8060 * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
8061 * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
8062 Remove temporary copy of input string.
8063 (mi_execute_command_wrapper): Make "cmd" const.
8064 * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
8065 * mi/mi-parse.c (mi_parse_argv): Make "args" const.
8066 Use const strings.
8067 (mi_parse): Make "cmd" const.
8068 Use const strings.
8069 * mi/mi-parse.h (mi_parse): Make "cmd" const.
8070
8071 2013-03-12 Keith Seitz <keiths@redhat.com>
8072
8073 * ada-lang.c (ada_read_renaming_var_value): Pass const
8074 pointer to expression string to parse_exp_1.
8075 (create_excep_cond_exprs): Likewise.
8076 * ax-gdb.c (agent_eval_command_one): Likewise.
8077 (maint_agent_printf_command): Likewise.
8078 Constify much of the string handling/parsing.
8079 * breakpoint.c (set_breakpoint_condition): Pass const
8080 pointer to expression string to parse_exp_1.
8081 (update_watchpoint): Likewise.
8082 (parse_cmd_to_aexpr): Constify string handling.
8083 Pass const pointer to parse_exp_1.
8084 (init_breakpoint_sal): Pass const pointer to parse_exp_1.
8085 (find_condition_and_thread): Likewise.
8086 Make TOK const.
8087 (watch_command_1): Make "arg" const.
8088 Constify string handling.
8089 Copy the expression string instead of changing the input
8090 string.
8091 (update_breakpoint_location): Pass const pointer to
8092 parse_exp_1.
8093 * eval.c (parse_and_eval_address): Make "exp" const.
8094 (parse_to_comma_and_eval): Make "expp" const.
8095 (parse_and_eval): Make "exp" const.
8096 * expression.h (parse_expression): Make argument const.
8097 (parse_exp_1): Make first argument const.
8098 * findcmd.c (parse_find_args): Treat "args" as const.
8099 * linespec.c (parse_linespec): Pass const pointer to
8100 linespec_expression_to_pc.
8101 (linespec_expression_to_pc): Make "exp_ptr" const.
8102 * parse.c (parse_exp_1): Make "stringptr" const.
8103 Make a copy of the expression to pass to parse_exp_in_context until
8104 this whole interface can be constified.
8105 (parse_expression): Make "string" const.
8106 * printcmd.c (ui_printf): Treat "arg" as const.
8107 Handle const strings.
8108 * tracepoint.c (validate_actionline): Pass const pointer to
8109 all calls to parse_exp_1.
8110 (encode_actions_1): Likewise.
8111 * value.h (parse_to_comma_and_eval): Make argument const.
8112 (parse_and_eval_address): Likewise.
8113 (parse_and_eval): Likewise.
8114 * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
8115 (varobj_set_value): Likewise.
8116 * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
8117 constify string handling.
8118 Pass const pointers to parse_and_eval_address and
8119 parse_to_comman_and_eval.
8120 * cli/cli-utils.c (skip_to_space): Rename to ...
8121 (skip_to_space_const): ... this. Handle const strings.
8122 * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
8123 skip_to_space_const.
8124 (skip_to_space_const): Declare.
8125 * common/format.c (parse_format_string): Make "arg" const.
8126 Handle const strings.
8127 * common/format.h (parse_format_string): Make "arg" const.
8128 * gdbserver/ax.c (ax_printf): Make "format" const.
8129 * python/python.c (gdbpy_parse_and_eval): Do not make a copy
8130 of the expression string.
8131
8132 2013-03-12 Hui Zhu <hui@codesourcery.com>
8133
8134 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
8135
8136 2013-03-12 Yao Qi <yao@codesourcery.com>
8137 Hui Zhu <hui@codesourcery.com>
8138
8139 * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
8140 (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
8141 DW_OP_deref_size.
8142
8143 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
8144
8145 * ada-lex.l (rules): Only recognize 'thread' as a
8146 delimiter when followed by numerals, as for c-exp.y.
8147 Use new rewind_to_char function to rewind the input for
8148 expression-delimiting tokens.
8149 (rewind_to_char): New function.
8150
8151 2013-03-11 Pedro Alves <palves@redhat.com>
8152 Jan Kratochvil <jan.kratochvil@redhat.com>
8153
8154 * configure: Regenerate.
8155 * configure.ac (check dynamic export flag): Link python test with
8156 $PYTHON_LIBS.
8157
8158 2013-03-11 Doug Evans <dje@google.com>
8159 Keith Seitz <keiths@redhat.com>
8160
8161 * linespec.c (find_linespec_symbols): Call find_function_symbols
8162 first, and then call lookup_prefix_sym/find_method.
8163
8164 2013-03-11 Pedro Alves <palves@redhat.com>
8165
8166 * charset.c (convert_between_encodings): Don't cast between
8167 different pointer to pointer types. Instead, make the 'inp' local
8168 be of the type iconv expects.
8169 (wchar_iterate): Don't cast between different pointer to pointer
8170 types. Instead, use new pointer local of the type iconv expects.
8171 * target.c (target_read_stralloc, target_fileio_read_stralloc):
8172 Add new local of type char pointer, and use it to get a
8173 char/string view of the byte buffer, instead of casting between
8174 pointer to pointer types.
8175
8176 2013-03-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
8177
8178 * remote.c (remote_set_trace_buffer_size): Move != operator
8179 to the start of next line to fix an ARI warning.
8180
8181 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8182
8183 * NEWS: Add record changes.
8184
8185 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8186
8187 * record-btrace.c (btrace_insn_history): Omit the pc prefix in
8188 the instruction history disassembly.
8189 * disasm.c (dump_insns): Omit the pc prefix, if requested.
8190 * disasm.h (DISASSEMBLY_OMIT_PC): New.
8191
8192 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8193
8194 * Makefile.in (SFILES): Add record-btrace.c
8195 (COMMON_OBS): Add record-btrace.o
8196 * record-btrace.c: New.
8197 * objfiles.c: Include btrace.h.
8198 (free_objfile): call btrace_free_objfile.
8199
8200 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8201
8202 * target.c (target_call_history, target_call_history_from,
8203 target_call_history_range): New.
8204 * target.h (target_ops) <to_call_history, to_call_history_from,
8205 to_call_history_range>: New fields.
8206 (target_call_history, target_call_history_from,
8207 target_call_history_range): New declaration.
8208 * record.c (get_call_history_modifiers, cmd_record_call_history,
8209 record_call_history_size): New.
8210 (_initialize_record): Add the "record function-call-history" command.
8211 Add "set/show record function-call-history-size" commands.
8212 * record.h (record_print_flag): New.
8213
8214 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8215
8216 * target.h (target_ops) <to_insn_history, to_insn_history_from,
8217 to_insn_history_range>: New fields.
8218 (target_insn_history): New.
8219 (target_insn_history_from): New.
8220 (target_insn_history_range): New.
8221 * target.c (target_insn_history): New.
8222 (target_insn_history_from): New.
8223 (target_insn_history_range): New.
8224 * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
8225 (record_insn_history_size): New.
8226 (get_insn_number): New.
8227 (get_context_size): New.
8228 (no_chunk): New.
8229 (get_insn_history_modifiers): New.
8230 (cmd_record_insn_history): New.
8231 (_initialize_record): Add "set/show record instruction-history-size"
8232 command. Add "record instruction-history" command.
8233
8234 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8235
8236 * record.h (record_disconnect): New.
8237 (record_detach): New.
8238 (record_mourn_inferior): New.
8239 (record_kill): New.
8240 * record-full.c (record_disconnect, record_detach,
8241 record_mourn_inferior, record_kill): Move to...
8242 * record.c: ...here.
8243 (DEBUG): New.
8244 (record_stop): New.
8245 (record_unpush): New.
8246 (cmd_record_stop): Call record_stop. Replace unpush_target
8247 call with record_unpush call.
8248 (record_disconnect, record_detach): Assert that the target
8249 is of record stratum. Call record_unpush, record_stop, and
8250 DEBUG.
8251 (record_mourn_inferior, record_kill): Assert that the target
8252 is of record stratum. Call record_unpush and DEBUG.
8253
8254 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8255
8256 * record-full.h, record-full.c (record_memory_query): Rename
8257 to ...
8258 (record_full_memory_query): ...this. Update all users.
8259 (record_arch_list_add_reg): Rename to ...
8260 (record_full_arch_list_add_reg): ...this. Update all users.
8261 (record_arch_list_add_mem): Rename to ...
8262 (record_full_arch_list_add_mem): ...this. Update all users.
8263 (record_arch_list_add_end): Rename to ...
8264 (record_full_arch_list_add_end): ...this. Update all users.
8265 (record_gdb_operation_disable_set): Rename to ...
8266 (record_full_gdb_operation_disable_set): ...this.
8267 Update all users.
8268
8269 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8270
8271 * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
8272 (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
8273 (RECORD_IS_REPLAY): Renamed to ...
8274 (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
8275 (RECORD_FILE_MAGIC): Renamed to ...
8276 (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
8277 (record_mem_entry): Renamed to ...
8278 (record_full_mem_entry): ... this. Updated all users.
8279 (record_reg_entry): Renamed to ...
8280 (record_full_reg_entry): ... this. Updated all users.
8281 (record_end_entry): Renamed to ...
8282 (record_full_end_entry): ... this. Updated all users.
8283 (record_type) <record_end, record_reg, record_mem>: Renamed
8284 to ...
8285 (record_full_type) <record_full_end, record_full_reg,
8286 record_full_mem>: ... this. Updated all users.
8287 (record_entry): Renamed to ...
8288 (record_full_entry): ... this. Updated all users.
8289 (record_core_buf_entry): Renamed to ...
8290 (record_full_core_buf_entry): ... this. Updated all users.
8291 (record_core_regbuf): Renamed to ...
8292 (record_full_core_regbuf): ... this. Updated all users.
8293 (record_core_start): Renamed to ...
8294 (record_full_core_start): ... this. Updated all users.
8295 (record_core_end): Renamed to ...
8296 (record_full_core_end): ... this. Updated all users.
8297 (record_core_buf_list): Renamed to ...
8298 (record_full_core_buf_list): ... this. Updated all users.
8299 (record_first): Renamed to ...
8300 (record_full_first): ... this. Updated all users.
8301 (record_list): Renamed to ...
8302 (record_full_list): ... this. Updated all users.
8303 (record_arch_list_head): Renamed to ...
8304 (record_full_arch_list_head): ... this. Updated all users.
8305 (record_arch_list_tail): Renamed to ...
8306 (record_full_arch_list_tail): ... this. Updated all users.
8307 (record_stop_at_limit): Renamed to ...
8308 (record_full_stop_at_limit): ... this. Updated all users.
8309 (record_insn_max_num): Renamed to ...
8310 (record_full_insn_max_num): ... this. Updated all users.
8311 (record_insn_num): Renamed to ...
8312 (record_full_insn_num): ... this. Updated all users.
8313 (record_insn_count): Renamed to ...
8314 (record_full_insn_count): ... this. Updated all users.
8315 (record_ops): Renamed to ...
8316 (record_full_ops): ... this. Updated all users.
8317 (record_core_ops): Renamed to ...
8318 (record_full_core_ops): ... this. Updated all users.
8319 (set_record_cmdlist): Renamed to ...
8320 (set_record_full_cmdlist): ... this. Updated all users.
8321 (show_record_cmdlist): Renamed to ...
8322 (show_record_full_cmdlist): ... this. Updated all users.
8323 (record_cmdlist): Renamed to ...
8324 (record_full_cmdlist): ... this. Updated all users.
8325 (record_beneath_to_resume_ops): Renamed to ...
8326 (record_full_beneath_to_resume_ops): ... this. Updated all users.
8327 (record_beneath_to_resume): Renamed to ...
8328 (record_full_beneath_to_resume): ... this. Updated all users.
8329 (record_beneath_to_wait_ops): Renamed to ...
8330 (record_full_beneath_to_wait_ops): ... this. Updated all users.
8331 (record_beneath_to_wait): Renamed to ...
8332 (record_full_beneath_to_wait): ... this. Updated all users.
8333 (record_beneath_to_store_registers_ops): Renamed to ...
8334 (record_full_beneath_to_store_registers_ops): ... this.
8335 Updated all users.
8336 (record_beneath_to_store_registers): Renamed to ...
8337 (record_full_beneath_to_store_registers): ... this.
8338 Updated all users.
8339 (record_beneath_to_xfer_partial_ops): Renamed to ...
8340 (record_full_beneath_to_xfer_partial_ops): ... this.
8341 Updated all users.
8342 (record_beneath_to_xfer_partial): Renamed to ...
8343 (record_full_beneath_to_xfer_partial): ... this.
8344 Updated all users.
8345 (record_beneath_to_insert_breakpoint): Renamed to ...
8346 (record_full_beneath_to_insert_breakpoint): ... this.
8347 Updated all users.
8348 (record_beneath_to_stopped_by_watchpoint): Renamed to ...
8349 (record_full_beneath_to_stopped_by_watchpoint): ... this.
8350 Updated all users.
8351 (record_beneath_to_stopped_data_address): Renamed to ...
8352 (record_full_beneath_to_stopped_data_address): ... this.
8353 Updated all users.
8354 (record_beneath_to_async): Renamed to ...
8355 (record_full_beneath_to_async): ... this. Updated all users.
8356 (record_goto_insn): Renamed to ...
8357 (record_full_goto_insn): ... this. Updated all users.
8358 (record_save): Renamed to ...
8359 (record_full_save): ... this. Updated all users.
8360 (record_reg_alloc): Renamed to ...
8361 (record_full_reg_alloc): ... this. Updated all users.
8362 (record_reg_release): Renamed to ...
8363 (record_full_reg_release): ... this. Updated all users.
8364 (record_mem_alloc): Renamed to ...
8365 (record_full_mem_alloc): ... this. Updated all users.
8366 (record_mem_release): Renamed to ...
8367 (record_full_mem_release): ... this. Updated all users.
8368 (record_end_alloc): Renamed to ...
8369 (record_full_end_alloc): ... this. Updated all users.
8370 (record_end_release): Renamed to ...
8371 (record_full_end_release): ... this. Updated all users.
8372 (record_entry_release): Renamed to ...
8373 (record_full_entry_release): ... this. Updated all users.
8374 (record_list_release): Renamed to ...
8375 (record_full_list_release): ... this. Updated all users.
8376 (record_list_release_following): Renamed to ...
8377 (record_full_list_release_following): ... this.
8378 Updated all users.
8379 (record_list_release_first): Renamed to ...
8380 (record_full_list_release_first): ... this. Updated all users.
8381 (record_arch_list_add): Renamed to ...
8382 (record_full_arch_list_add): ... this. Updated all users.
8383 (record_get_loc): Renamed to ...
8384 (record_full_get_loc): ... this. Updated all users.
8385 (record_check_insn_num): Renamed to ...
8386 (record_full_check_insn_num): ... this. Updated all users.
8387 (record_arch_list_cleanups): Renamed to ...
8388 (record_full_arch_list_cleanups): ... this. Updated all users.
8389 (record_message): Renamed to ...
8390 (record_full_message): ... this. Updated all users.
8391 (record_message_wrapper): Renamed to ...
8392 (record_full_message_wrapper): ... this. Updated all users.
8393 (record_message_wrapper_safe): Renamed to ...
8394 (record_full_message_wrapper_safe): ... this. Updated all users.
8395 (record_gdb_operation_disable): Renamed to ...
8396 (record_full_gdb_operation_disable): ... this. Updated all users.
8397 (record_hw_watchpoint): Renamed to ...
8398 (record_full_hw_watchpoint): ... this. Updated all users.
8399 (record_exec_insn): Renamed to ...
8400 (record_full_exec_insn): ... this. Updated all users.
8401 (record_restore): Renamed to ...
8402 (record_full_restore): ... this. Updated all users.
8403 (record_async_inferior_event_token): Renamed to ...
8404 (record_full_async_inferior_event_token): ... this.
8405 Updated all users.
8406 (record_async_inferior_event_handler): Renamed to ...
8407 (record_full_async_inferior_event_handler): ... this.
8408 Updated all users.
8409 (record_core_open_1): Renamed to ...
8410 (record_full_core_open_1): ... this. Updated all users.
8411 (record_open_1): Renamed to ...
8412 (record_full_open_1): ... this. Updated all users.
8413 (record_open): Renamed to ...
8414 (record_full_open): ... this. Updated all users.
8415 (record_close): Renamed to ...
8416 (record_full_close): ... this. Updated all users.
8417 (record_resume_step): Renamed to ...
8418 (record_full_resume_step): ... this. Updated all users.
8419 (record_resumed): Renamed to ...
8420 (record_full_resumed): ... this. Updated all users.
8421 (record_execution_dir): Renamed to ...
8422 (record_full_execution_dir): ... this. Updated all users.
8423 (record_resume): Renamed to ...
8424 (record_full_resume): ... this. Updated all users.
8425 (record_get_sig): Renamed to ...
8426 (record_full_get_sig): ... this. Updated all users.
8427 (record_sig_handler): Renamed to ...
8428 (record_full_sig_handler): ... this. Updated all users.
8429 (record_wait_cleanups): Renamed to ...
8430 (record_full_wait_cleanups): ... this. Updated all users.
8431 (record_wait_1): Renamed to ...
8432 (record_full_wait_1): ... this. Updated all users.
8433 (record_wait): Renamed to ...
8434 (record_full_wait): ... this. Updated all users.
8435 (record_stopped_by_watchpoint): Renamed to ...
8436 (record_full_stopped_by_watchpoint): ... this. Updated all users.
8437 (record_disconnect): Renamed to ...
8438 (record_full_disconnect): ... this. Updated all users.
8439 (record_detach): Renamed to ...
8440 (record_full_detach): ... this. Updated all users.
8441 (record_mourn_inferior): Renamed to ...
8442 (record_full_mourn_inferior): ... this. Updated all users.
8443 (record_kill): Renamed to ...
8444 (record_full_kill): ... this. Updated all users.
8445 (record_stopped_data_address): Renamed to ...
8446 (record_full_stopped_data_address): ... this. Updated all users.
8447 (record_registers_change): Renamed to ...
8448 (record_full_registers_change): ... this. Updated all users.
8449 (record_store_registers): Renamed to ...
8450 (record_full_store_registers): ... this. Updated all users.
8451 (record_xfer_partial): Renamed to ...
8452 (record_full_xfer_partial): ... this. Updated all users.
8453 (record_breakpoint): Renamed to ...
8454 (record_full_breakpoint): ... this. Updated all users.
8455 (record_breakpoint_p): Renamed to ...
8456 (record_full_breakpoint_p): ... this. Updated all users.
8457 (record_breakpoints): Renamed to ...
8458 (record_full_breakpoints): ... this. Updated all users.
8459 (record_sync_record_breakpoints): Renamed to ...
8460 (record_full_sync_record_breakpoints): ... this.
8461 Updated all users.
8462 (record_init_record_breakpoints): Renamed to ...
8463 (record_full_init_record_breakpoints): ... this.
8464 Updated all users.
8465 (record_insert_breakpoint): Renamed to ...
8466 (record_full_insert_breakpoint): ... this. Updated all users.
8467 (record_remove_breakpoint): Renamed to ...
8468 (record_full_remove_breakpoint): ... this. Updated all users.
8469 (record_can_execute_reverse): Renamed to ...
8470 (record_full_can_execute_reverse): ... this. Updated all users.
8471 (record_get_bookmark): Renamed to ...
8472 (record_full_get_bookmark): ... this. Updated all users.
8473 (record_goto_bookmark): Renamed to ...
8474 (record_full_goto_bookmark): ... this. Updated all users.
8475 (record_async): Renamed to ...
8476 (record_full_async): ... this. Updated all users.
8477 (record_can_async_p): Renamed to ...
8478 (record_full_can_async_p): ... this. Updated all users.
8479 (record_is_async_p): Renamed to ...
8480 (record_full_is_async_p): ... this. Updated all users.
8481 (record_execution_direction): Renamed to ...
8482 (record_full_execution_direction): ... this. Updated all users.
8483 (record_info): Renamed to ...
8484 (record_full_info): ... this. Updated all users.
8485 (record_delete): Renamed to ...
8486 (record_full_delete): ... this. Updated all users.
8487 (record_is_replaying): Renamed to ...
8488 (record_full_is_replaying): ... this. Updated all users.
8489 (record_goto_entry): Renamed to ...
8490 (record_full_goto_entry): ... this. Updated all users.
8491 (record_goto_begin): Renamed to ...
8492 (record_full_goto_begin): ... this. Updated all users.
8493 (record_goto_end): Renamed to ...
8494 (record_full_goto_end): ... this. Updated all users.
8495 (record_goto): Renamed to ...
8496 (record_full_goto): ... this. Updated all users.
8497 (init_record_ops): Renamed to ...
8498 (init_record_full_ops): ... this. Updated all users.
8499 (record_core_resume): Renamed to ...
8500 (record_full_core_resume): ... this. Updated all users.
8501 (record_core_kill): Renamed to ...
8502 (record_full_core_kill): ... this. Updated all users.
8503 (record_core_fetch_registers): Renamed to ...
8504 (record_full_core_fetch_registers): ... this. Updated all users.
8505 (record_core_prepare_to_store): Renamed to ...
8506 (record_full_core_prepare_to_store): ... this. Updated all users.
8507 (record_core_store_registers): Renamed to ...
8508 (record_full_core_store_registers): ... this. Updated all users.
8509 (record_core_xfer_partial): Renamed to ...
8510 (record_full_core_xfer_partial): ... this. Updated all users.
8511 (record_core_insert_breakpoint): Renamed to ...
8512 (record_full_core_insert_breakpoint): ... this. Updated all users.
8513 (record_core_remove_breakpoint): Renamed to ...
8514 (record_full_core_remove_breakpoint): ... this. Updated all users.
8515 (record_core_has_execution): Renamed to ...
8516 (record_full_core_has_execution): ... this. Updated all users.
8517 (init_record_core_ops): Renamed to ...
8518 (init_record_full_core_ops): ... this. Updated all users.
8519 (cmd_record_restore): Renamed to ...
8520 (cmd_record_full_restore): ... this. Updated all users.
8521 (record_save_cleanups): Renamed to ...
8522 (record_full_save_cleanups): ... this. Updated all users.
8523 (cmd_record_start): Renamed to ...
8524 (cmd_record_full_start): ... this. Updated all users.
8525 (set_record_insn_max_num): Renamed to ...
8526 (set_record_full_insn_max_num): ... this. Updated all users.
8527 (set_record_command): Renamed to ...
8528 (set_record_full_command): ... this. Updated all users.
8529 (show_record_command): Renamed to ...
8530 (show_record_full_command): ... this. Updated all users.
8531 (_initialize_record): Renamed to ...
8532 (_initialize_record_full): ... this. Updated all users.
8533
8534 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8535
8536 * record.h: Split into this and ...
8537 * record-full.h: ... this.
8538 * record.c: Split into this and ...
8539 * record-full.c: ... this.
8540 * target.h (target_ops): Add new fields to_info_record,
8541 to_save_record, to_delete_record, to_record_is_replaying,
8542 to_goto_record_begin, to_goto_record_end, to_goto_record.
8543 (target_info_record): New.
8544 (target_save_record): New.
8545 (target_supports_delete_record): New.
8546 (target_delete_record): New.
8547 (target_record_is_replaying): New.
8548 (target_goto_record_begin): New.
8549 (target_goto_record_end): New.
8550 (target_goto_record): New.
8551 * target.c (target_info_record): New.
8552 (target_save_record): New.
8553 (target_supports_delete_record): New.
8554 (target_delete_record): New.
8555 (target_record_is_replaying): New.
8556 (target_goto_record_begin): New.
8557 (target_goto_record_end): New.
8558 (target_goto_record): New.
8559 * record.h: Declare struct cmd_list_element.
8560 (record_cmdlist): New declaration.
8561 (set_record_cmdlist): New declaration.
8562 (show_record_cmdlist): New declaration.
8563 (info_record_cmdlist): New declaration.
8564 (cmd_record_goto): New declaration.
8565 * record.c: Remove unnecessary includes.
8566 Include inferior.h.
8567 (cmd_record_goto): Remove declaration.
8568 (record_cmdlist): Now extern. Initialize.
8569 (set_record_cmdlist): Now extern. Initialize.
8570 (show_record_cmdlist): Now extern. Initialize.
8571 (info_record_cmdlist): Now extern. Initialize.
8572 (find_record_target): New.
8573 (require_record_target): New.
8574 (cmd_record_start): Update.
8575 (cmd_record_delete): Remove target-specific code.
8576 Call target_delete_record.
8577 (cmd_record_stop): Unpush any record target.
8578 (set_record_insn_max_num): Move to record-full.c
8579 (set_record_command): Add comment.
8580 (show_record_command): Add comment.
8581 (info_record_command): Update comment.
8582 Remove target-specific code.
8583 Call the record target's to_info_record.
8584 (cmd_record_start): New.
8585 (cmd_record_goto): Now extern.
8586 Remove target-specific code.
8587 Call target_goto_begin, target_goto_end, or target_goto.
8588 (_initialize_record): Move record target ops initialization to
8589 record-full.c.
8590 Change "record" command help text.
8591 Move "record restore", "record set", and "record show" commands to
8592 record-full.c.
8593 * Makefile.in (SFILES): Add record-full.c.
8594 (HFILES_NO_SRCDIR): Add record-full.h.
8595 (COMMON_OBS): Add record-full.o.
8596 * amd64-linux-tdep.c: Include record-full.h instead of record.h.
8597 * arm-tdep.c: Include record-full.h.
8598 * i386-linux-tdep.c: Include record-full.h instead of record.h.
8599 * i386-tdep.c: Include record-full.h.
8600 * infrun.c: Include record-full.h.
8601 * linux-record.c: Include record-full.h.
8602 * moxie-tdep.c: Include record-full.h.
8603 * record-full.c: Include record-full.h.
8604 Change module comment.
8605 (set_record_full_cmdlist): New.
8606 (show_record_full_cmdlist): New.
8607 (record_full_cmdlist): New.
8608 (record_goto_insn): New declaration.
8609 (record_save): New declaration.
8610 (record_check_insn_num): Change query string.
8611 (record_info): New.
8612 (record_delete): New.
8613 (record_is_replaying): New.
8614 (record_goto_entry): New.
8615 (record_goto_begin): New.
8616 (record_goto_end): New.
8617 (record_goto): New.
8618 (init_record_ops): Update.
8619 (init_record_core_ops): Update.
8620 (cmd_record_save): Rename to record_save. Remove target and arg checks.
8621 (cmd_record_start): New.
8622 (set_record_insn_max_num): Moved from record.c
8623 (set_record_full_command): New.
8624 (show_record_full_command): New.
8625 (_initialize_record_full): New.
8626
8627 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8628
8629 * target.h (add_deprecated_target_alias): New.
8630 * target.c (add_deprecated_target_alias): New.
8631
8632 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8633
8634 * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
8635 and signal.h.
8636 (linux_supports_btrace): Add kernel and
8637 cpuid check.
8638 (kernel_supports_btrace): New function.
8639 (cpu_supports_btrace): New function.
8640 (intel_supports_btrace): New function.
8641
8642 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8643
8644 * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
8645 * remote.c: Include btrace.h.
8646 (struct btrace_target_info): New struct.
8647 (remote_supports_btrace): New function.
8648 (send_Qbtrace): New function.
8649 (remote_enable_btrace): New function.
8650 (remote_disable_btrace): New function.
8651 (remote_teardown_btrace): New function.
8652 (remote_read_btrace): New function.
8653 (init_remote_ops): Add btrace ops.
8654 (enum <unnamed>): Add btrace packets.
8655 (struct protocol_feature remote_protocol_features[]): Add btrace packets.
8656 (_initialize_remote): Add packet configuration for branch tracing.
8657
8658 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8659
8660 * features/btrace.dtd: New file.
8661 * Makefile.in (XMLFILES): Add btrace.dtd.
8662 * btrace.h (parse_xml_btrace): New declaration.
8663 * btrace.c: Include xml-support.h.
8664 (parse_xml_btrace): New function.
8665 (parse_xml_btrace_block): New function.
8666 (block_attributes): New struct.
8667 (btrace_attributes): New struct.
8668 (btrace_children): New struct.
8669 (btrace_elements): New struct.
8670
8671 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8672
8673 * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
8674 (amd64_linux_enable_btrace): New.
8675 (amd64_linux_disable_btrace): New.
8676 (amd64_linux_teardown_btrace): New.
8677 (_initialize_amd64_linux_nat): Initialize btrace ops.
8678 * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
8679 (i386_linux_enable_btrace): New.
8680 (i386_linux_disable_btrace): New.
8681 (i386_linux_teardown_btrace): New.
8682 (_initialize_i386_linux_nat): Initialize btrace ops.
8683 * config/i386/linux.mh: Add linux-btrace.o.
8684 * config/i386/linux64.mh: Add linux-btrace.o.
8685
8686 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8687
8688 * common/linux_btrace.h: New file.
8689 * common/linux_btrace.c: New file.
8690 * Makefile.in (SFILES): Add btrace.c.
8691 (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
8692 (COMMON_OBS): Add btrace.o.
8693 (linux-btrace.o): New rule.
8694
8695 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8696
8697 * target.h: Include btrace.h.
8698 (struct target_ops) <to_supports_btrace, to_enable_btrace,
8699 to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
8700 * target.c (target_supports_btrace): New function.
8701 (target_enable_btrace): New function.
8702 (target_disable_btrace): New function.
8703 (target_teardown_btrace): New function.
8704 (target_read_btrace): New function.
8705 * btrace.h: New file.
8706 * btrace.c: New file.
8707 * Makefile.in: Add btrace.c.
8708 * gdbthread.h: Include btrace.h.
8709 (struct thread_info): Add btrace field.
8710 * thread.c: Include btrace.h.
8711 (clear_thread_inferior_resources): Call target_teardown_btrace.
8712 * common/btrace-common.h: New file.
8713
8714 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8715
8716 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
8717 for CHILD, ignore PTRACE_KILL errors, move the inner block variable
8718 kill_status to outer block.
8719
8720 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8721
8722 Fix entry-values if the callee called a noreturn function.
8723 * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
8724 get_frame_address_in_block. Add new comment.
8725
8726 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8727
8728 Fix entry-values in C++ across CUs.
8729 * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
8730 lookup_minimal_symbol. Add a comment.
8731 * dwarf2read.c
8732 (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
8733 DW_AT_linkage_name.
8734
8735 2013-03-08 Yao Qi <yao@codesourcery.com>
8736
8737 * tracepoint.c (_initialize_tracepoint): Indent the code.
8738
8739 2013-03-08 Pedro Alves <palves@redhat.com>
8740
8741 * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
8742 (parse_find_args, find_command): Change type of pattern buffer
8743 locals to 'gdb_byte *'.
8744
8745 2013-03-08 Stan Shebs <stan@codesourcery.com>
8746 Hafiz Abid Qadeer <abidh@codesourcery.com>
8747
8748 * NEWS: Mention set and show trace-buffer-size commands.
8749 Mention new packet.
8750 * target.h (struct target_ops): New method
8751 to_set_trace_buffer_size.
8752 (target_set_trace_buffer_size): New macro.
8753 * target.c (update_current_target): Set up new method.
8754 * tracepoint.c (trace_buffer_size): New global.
8755 (start_tracing): Send it to the target.
8756 (set_trace_buffer_size): New function.
8757 (_initialize_tracepoint): Add new setshow for trace-buffer-size.
8758 * remote.c (remote_set_trace_buffer_size): New function.
8759 (_initialize_remote): Use it.
8760 (QTBuffer:size) New remote command.
8761 (PACKET_QTBuffer_size): New enum.
8762 (remote_protocol_features): Add an entry for
8763 PACKET_QTBuffer_size.
8764
8765 2013-03-08 Tom Tromey <tromey@redhat.com>
8766
8767 * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
8768 variable.
8769
8770 2013-03-07 Pedro Alves <palves@redhat.com>
8771
8772 * target.c (target_read_stralloc, target_fileio_read_alloc):
8773 *Cast pointer to 'gdb_byte *' in target call.
8774
8775 2013-03-07 Pedro Alves <palves@redhat.com>
8776
8777 * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
8778 call.
8779
8780 2013-03-07 Keith Seitz <keiths@redhat.com>
8781
8782 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
8783 (trace_pass_command): Likewise.
8784 * cli/cli-cmds.c: Include cli/cli-utils.h.
8785 (source_command): Use skip-spaces.
8786 (disassemble_command): Likewise.
8787 * findcmd.c: Include cli/cli-utils.h.
8788 (parse_find_args): Use skip_spaces.
8789 * go32-nat.c: Include cli/cli-utils.h.
8790 (go32_sldt): Use skip_spaces.
8791 (go32_sgdt): Likewise.
8792 (go32_sidt): Likewise.
8793 (go32_pde): Likewise.
8794 (go32_pte): Likewise.
8795 (go32_pte_for_address): Likewise.
8796 * infcmd.c: Include cli/cli-utils.h.
8797 (registers_info): Use skip_spaces.
8798 * linux-tdep.c (read_mapping): Use skip_spaces_const.
8799 (linux_info_proc): Likewise.
8800 * linux-thread-db.c: Include cli/cli-utils.h.
8801 (info_auto_load_libthread_db): Use skip_spaces_const.
8802 * m32r-rom.c: Include cli/cli-utils.h.
8803 (m32r_upload_command): Use skip_spaces.
8804 * maint.c: Include cli/cli-utils.h.
8805 (maintenance_translate_address): Use skip_spaces.
8806 * mi/mi-parse.c: Include cli/cli-utils.h.
8807 (mi_parse_argv): Use skip_spaces.
8808 (mi_parse): Likewise.
8809 * minsyms.c: Include cli/cli-utils.h.
8810 (msymbol_hash_iw): Use skip_spaces_const.
8811 * objc-lang.c: Include cli/cli-utils.h.
8812 (parse_selector): Use skip_spaces.
8813 (parse_method): Likewise.
8814 * python/python.c: Include cli/cli-utils.h.
8815 (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
8816 (python_command)[HAVE_PYTHON]: Likewise.
8817 (python_interactive_command)[!HAVE_PYTHON]: Likewise.
8818 * remote-m32r-sdi.c: Include cli/cli-utils.h.
8819 (m32r_load): Use skip_spaces.
8820 * serial.c: Include cli/cli-utils.h.
8821 (serial_open): Use skip_spaces_const.
8822 * stack.c: Include cli/cli-utils.h.
8823 (parse_frame_specification_1): Use skip_spaces_const.
8824 * symfile.c: Include cli/cli-utils.h.
8825 (set_ext_lang_command): Use skip_spaces.
8826 * symtab.c: Include cli/cli-utils.h.
8827 (rbreak_command): Use skip_spaces.
8828 * thread.c (thread_name_command): Use skip_spaces.
8829 * tracepoint.c (validate_actionline): Use skip_spaces.
8830 (encode_actions_1): Likewise.
8831 (trace_find_range_command): Likewise.
8832 (trace_find_outside_command): Likewise.
8833 (trace_dump_actions): Likewise.
8834
8835 2013-03-07 Pedro Alves <palves@redhat.com>
8836
8837 * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
8838 * expprint.c (print_subexp_standard): Likewise.
8839 * utils.c (host_char_to_target): Likewise.
8840 * valprint.c (generic_emit_char, generic_printstr): Likewise.
8841 * varobj.c (value_get_print_value): Change type of local to char*.
8842 Cast it gdb_byte * in call to language printer.
8843
8844 2013-03-07 Pedro Alves <palves@redhat.com>
8845
8846 * charset.c (struct wchar_iterator) <input>: Change type to 'const
8847 gdb_byte *'.
8848 (make_wchar_iterator): Remove cast to char*.
8849 (wchar_iterate): Change type of local.
8850
8851 2013-03-07 Pedro Alves <palves@redhat.com>
8852
8853 * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
8854 for 'regcache->register_status'.
8855
8856 2013-03-07 Pedro Alves <palves@redhat.com>
8857
8858 * breakpoint.c (breakpoint_xfer_memory): Change type of local to
8859 int.
8860
8861 2013-03-07 Pedro Alves <palves@redhat.com>
8862
8863 * stap-probe.c (handle_stap_probe): Add cast to char*.
8864
8865 2013-03-07 Pedro Alves <palves@redhat.com>
8866
8867 * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
8868 RECORD_MSGRCV>: Pass a signed variable to
8869 regcache_raw_read_signed, instead of an unsigned one.
8870
8871 2013-03-07 Pedro Alves <palves@redhat.com>
8872
8873 * remote-notif.c (notif_debug): Change type to int.
8874 * remote-notif.h (notif_debug): Likewise.
8875
8876 2013-03-07 Pedro Alves <palves@redhat.com>
8877
8878 * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
8879
8880 2013-03-07 Pedro Alves <palves@redhat.com>
8881
8882 * remote.c (hex2bin, bin2hex): Move extern declarations to ...
8883 * remote.h (hex2bin, bin2hex): ... here.
8884 * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
8885
8886 2013-03-07 Eli Zaretskii <eliz@gnu.org>
8887
8888 * utils.c (initialize_utils): Improve doc strings of "set/show
8889 width", "set/show height", and "set/show pagination".
8890
8891 2013-03-06 Keith Seitz <keiths@redhat.com>
8892
8893 * ax-gdb.c (gen_printf): Make FORMAT const.
8894 * ax-gdb.h (gen_printf): Likewise.
8895 * ax-general.c (ax_string): Make STR const.
8896 * ax.h (ax_string): Likewise.
8897
8898 2013-03-06 Doug Evans <dje@google.com>
8899
8900 * elfread.c (elf_symfile_read): Move debugging printf to more
8901 logical location.
8902
8903 2013-03-06 Pedro Alves <palves@redhat.com>
8904
8905 * python/py-utils.c (target_string_to_unicode): Delete function.
8906 * python/python-internal.h (target_string_to_unicode): Delete
8907 declaration.
8908
8909 2013-03-06 Pierre Muller <muller@sourceware.org>
8910
8911 * linespec.c (get_current_search_block): ARI fix, use (void)
8912 for empty parameter list.
8913
8914 2013-03-05 Doug Evans <dje@google.com>
8915
8916 * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
8917 of old ada_lookup_symbol_list. In !full_search case, don't
8918 search superblocks.
8919 (ada_lookup_symbol_list): Delete arg full_search, all callers
8920 updated. Call ada_lookup_symbol_list_worker.
8921 (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
8922 * ada-lang.h (ada_lookup_symbol_list): Update.
8923 * language.h (language_defn): Update comment for
8924 la_iterate_over_symbols.
8925 * linespec.c (iterate_over_file_blocks): New function.
8926 (iterate_over_all_matching_symtabs): Call it.
8927 (lookup_prefix_sym): Ditto.
8928 (get_current_search_block): New function.
8929 (get_search_block): Delete.
8930 (find_label_symbols): Call get_current_search_block.
8931 (add_matching_symbols_to_info): Call iterate_over_file_blocks.
8932 * symtab.c (iterate_over_symbols): Don't search superblocks.
8933
8934 2013-03-05 Yao Qi <yao@codesourcery.com>
8935
8936 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
8937 parameter VAR's type from "unsigned int" to "int".
8938 * command.h (var_zuinteger_unlimited): Update its comments.
8939 (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
8940
8941 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
8942
8943 * NEWS: Mention new target x86_64-*-cygwin*.
8944
8945 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
8946
8947 * configure.host: Add x86_64-*-cygwin* as host.
8948 * configure.tgt: Add x86_64-*-cygwin* as target.
8949 * config/i386/cygwin64.mh: New file.
8950
8951 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8952
8953 * linespec.c (decode_line_2): Fix duplicate request off by two message.
8954
8955 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8956
8957 * linespec.c (struct linespec_canonical_name): New.
8958 (struct linespec_state): Change canonical_names type to it.
8959 (add_sal_to_sals): Change variable canonical_name to canonical. Change
8960 xrealloc element size. Initialize the different CANONICAL fields.
8961 (canonical_to_fullform): New.
8962 (filter_results): Use it. Add variables canonical, fullform and
8963 cleanup.
8964 (struct decode_line_2_item, decode_line_2_compare_items): New.
8965 (decode_line_2): Remove variables iter and item_names, add variables
8966 items and items_count. Modify the code for these new variables.
8967
8968 2013-03-04 Corinna Vinschen <vinschen@redhat.com>
8969
8970 * coff-pe-read.c (read_pe_exported_syms): Don't return without
8971 calling do_cleanup.
8972
8973 2013-03-04 Luis Machado <lgustavo@codesourcery.com>
8974
8975 * tracepoint.c (build_traceframe_info): Add code for byte order.
8976
8977 2013-03-02 Kevin Buettner <kevinb@redhat.com>
8978
8979 * v850-tdep.c: (v850e2_register_name): Revise system register
8980 names to match current V850E2M architecture specifications.
8981 Update register number enum comments too.
8982
8983 2013-03-01 Jiong Wang <jiwang@tilera.com>
8984 Pedro Alves <palves@redhat.com>
8985
8986 * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
8987 to END_ADDR.
8988 (tilegx_skip_prologue): Limit prologue analysis to section end.
8989
8990 2013-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8991
8992 * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
8993 use it.
8994
8995 2013-03-01 Pedro Alves <palves@redhat.com>
8996
8997 Use gdb_byte for bytes from the program being debugged.
8998
8999 * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
9000 Change type of local 'buf' to gdb_byte.
9001 * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
9002 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
9003 * cris-tdep.c (cris_sigcontext_addr)
9004 (cris_sigtramp_frame_unwind_cache): Likewise.
9005 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
9006 (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
9007 Likewise.
9008 * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
9009 * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
9010 (hppa32_hpux_search_dummy_call_sequence)
9011 (hppa_hpux_supply_save_state): Likewise.
9012 * hppa-linux-tdep.c (insns_match_pattern)
9013 (hppa_linux_find_global_pointer): Likewise.
9014 * hppa-tdep.c (hppa_in_function_epilogue_p)
9015 (skip_prologue_hard_way, hppa_frame_cache): Likewise.
9016 * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
9017 * i386fbsd-tdep.c (i386fbsd_supply_uthread)
9018 (i386fbsd_collect_uthread): Likewise.
9019 * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
9020 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
9021 * ia64-tdep.c (examine_prologue, ia64_frame_cache)
9022 (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
9023 (ia64_sigtramp_frame_prev_register, ia64_access_reg)
9024 (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
9025 (ia64_libunwind_frame_prev_register)
9026 (ia64_libunwind_sigtramp_frame_this_id)
9027 (ia64_find_global_pointer_from_dynamic_section)
9028 (find_extant_func_descr, find_func_descr, ia64_dummy_id)
9029 (ia64_unwind_pc): Likewise.
9030 * iq2000-tdep.c (iq2000_store_return_value): Likewise.
9031 * m68hc11-tdep.c (m68hc11_push_dummy_call)
9032 (m68hc11_extract_return_value): Likewise.
9033 * m68klinux-nat.c (fetch_register, store_register): Likewise.
9034 * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
9035 (mep_get_insn, mep_push_dummy_call): Likewise.
9036 * mips-linux-tdep.c (mips_linux_get_longjmp_target)
9037 (mips_linux_in_dynsym_stub): Likewise.
9038 * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
9039 * ppc-linux-nat.c (fetch_register, store_register): Likewise.
9040 * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
9041 to gdb_byte.
9042 * remote-mips.c (mips_set_register): Likewise.
9043 * remote-sim.c (gdbsim_fetch_register): Likewise.
9044 * score-tdep.c (score7_fetch_inst): Change type of parameter
9045 'memblock' and local 'buf' to gdb_byte.
9046 (score7_malloc_and_get_memblock): Change return type to gdb_byte.
9047 Change type of local 'buf' to gdb_byte. Adjust.
9048 (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
9049 to gdb_byte**.
9050 (score7_analyze_prologue): Change type of 'memblock' and
9051 'memblock_ptr' locals to gdb_byte*.
9052 * sh64-tdep.c (sh64_extract_return_value)
9053 (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
9054 * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
9055 * solib-pa64.c (pa64_solib_create_inferior_hook)
9056 (pa64_open_symbol_file_object): Remove local 'buf'.
9057 * solib-som.c (som_solib_create_inferior_hook, link_map_start)
9058 (som_open_symbol_file_object): Likewise.
9059 * solib-spu.c (spu_current_sos): Likewise.
9060 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
9061 * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
9062 (spu_store_registers): Likewise.
9063 * target.c (debug_print_register): Likewise.
9064 * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
9065 * xstormy16-tdep.c (xstormy16_store_return_value)
9066 (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
9067 (xstormy16_find_jmp_table_entry): Likewise.
9068
9069 2013-03-01 Jiong Wang <jiwang@tilera.com>
9070
9071 * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
9072 (tilegx_gdbarch_init): Install it.
9073
9074 2013-02-28 Tom Tromey <tromey@redhat.com>
9075
9076 * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
9077 PyLong_Check.
9078
9079 2013-02-28 Doug Evans <dje@google.com>
9080
9081 * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
9082 * python/python.c (gdbpy_find_pc_line): Ditto.
9083
9084 2013-02-28 Tom Tromey <tromey@redhat.com>
9085
9086 * contrib/excheck.py: New file.
9087 * contrib/exsummary.py: New file.
9088 * contrib/gcc-with-excheck: New file.
9089
9090 2013-02-28 Tom Tromey <tromey@redhat.com>
9091
9092 * python/python.c (gdbpy_print_stack): Call begin_line and
9093 fprintf_filtered inside TRY_CATCH.
9094
9095 2013-02-28 Tom Tromey <tromey@redhat.com>
9096
9097 * python/python.c (gdbpy_find_pc_line): Call find_pc_line
9098 inside TRY_CATCH.
9099
9100 2013-02-28 Tom Tromey <tromey@redhat.com>
9101
9102 * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
9103 frame_object_to_frame_info inside TRY_CATCH.
9104
9105 2013-02-28 Tom Tromey <tromey@redhat.com>
9106
9107 * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
9108 TRY_CATCH.
9109
9110 2013-02-28 Tom Tromey <tromey@redhat.com>
9111
9112 * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
9113
9114 2013-02-27 Corinna Vinschen <vinschen@redhat.com>
9115
9116 * windows-nat.c: Throughout, fix format strings and casts of
9117 printf-like functions to avoid type related warnings on all
9118 platforms.
9119 (handle_output_debug_string): Fetch context information address
9120 from debug string using string_to_core_addr.
9121
9122 2013-02-27 Jiong Wang <jiwang@tilera.com>
9123
9124 * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
9125 * regformats/reg-tilegx32.dat: New.
9126
9127 2013-02-27 Jiong Wang <jiwang@tilera.com>
9128
9129 * configure.tgt (tilegx-*-linux*): Enable gdbserver.
9130
9131 2013-02-27 Jiong Wang <jiwang@tilera.com>
9132
9133 * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
9134
9135 2013-02-27 Yao Qi <yao@codesourcery.com>
9136 Pedro Alves <palves@redhat.com>
9137
9138 * tracepoint.c (tfile_trace_find): For tfind
9139 pc/tp/range/outside, look for the next trace frame instead of
9140 always starting from frame 0.
9141
9142 2013-02-26 Anthony Green <green@moxielogic.com>
9143
9144 * configure.tgt: Add support for moxie-*-rtems* target.
9145
9146 2013-02-25 Pedro Alves <palves@redhat.com>
9147
9148 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
9149 warning text.
9150
9151 2013-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9152
9153 * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
9154 if $fp is used as the virtual frame pointer.
9155
9156 2013-02-23 Alan Modra <amodra@gmail.com>
9157
9158 * elfread.c (elf_symtab_read): Do not use udata.p here to find
9159 symbol size.
9160 * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
9161 * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
9162 * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
9163 * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
9164
9165 2013-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9166
9167 Code cleanup.
9168 * elfread.c (build_id_bfd_get): Make the return type const.
9169 (build_id_verify): Make the check parameter const.
9170 (build_id_to_debug_filename): Make the build_id parameter and variable
9171 data const.
9172 (find_separate_debug_file_by_buildid): Make the variable build_id const.
9173
9174 2013-02-21 Alan Modra <amodra@gmail.com>
9175
9176 * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
9177
9178 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
9179
9180 Add a new method 'disassemble' to gdb.Architecture class.
9181 * python/py-arch.c (archpy_disassmble): Implementation of the
9182 new method gdb.Architecture.disassemble.
9183 (arch_object_methods): Add entry for the new method.
9184
9185 2013-02-20 Jiong Wang <jiwang@tilera.com>
9186
9187 * MAINTAINERS (Write After Approval): Add myself to the list.
9188
9189 2013-02-19 Pedro Alves <palves@redhat.com>
9190
9191 Garbage collect 'struct monitor_ops'::load_routine.
9192
9193 * monitor.h (struct monitor_ops) <load_routine>: Remove field.
9194 * monitor.c (monitor_load): No longer call
9195 current_monitor->load_routine.
9196 * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
9197 * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
9198 * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
9199
9200 2013-02-19 Pedro Alves <palves@redhat.com>
9201
9202 PR gdb/15161
9203
9204 Harmonize with generic_load.
9205
9206 * monitor.c: Include "readline/readline.h".
9207 (monitor_load): Rename parameter 'file' to 'args'. Use build_argv
9208 instead of sscanf. Use CORE_ADDR/strtoulst instead of unsigned
9209 long/strtol for the 'load_offset' local. Error out if no argument
9210 is given or if too many arguments are given. Tilde expand the
9211 passed in file name.
9212
9213 2013-02-19 Kai Tietz <ktietz@redhat.com>
9214
9215 PR gdb/15161
9216 * symfile.c (load_section_data): Change type of load_offset
9217 to CORE_ADDR.
9218 (generic_load): User strtoulst instead of strtoul for conversion
9219 of load_offset.
9220
9221 2013-02-19 Jiong Wang <jiwang@tilera.com>
9222
9223 * tilegx-tdep.c (tilegx_analyze_prologue): add check for
9224 for return address, "lr" register, saved on stack.
9225 * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
9226 after we invoke tilegx_analyze_prologue.
9227
9228 2013-02-19 Jiong Wang <jiwang@tilera.com>
9229
9230 * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
9231
9232 2013-02-19 Jiong Wang <jiwang@tilera.com>
9233
9234 * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
9235
9236 2013-02-19 Jiong Wang <jiwang@tilera.com>
9237
9238 * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
9239 (tilegx_write_pc): New function.
9240 (tilegx_cannot_reference_register): Return zero if REGNO
9241 is TILEGX_FAULTNUM_REGNUM.
9242 (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
9243 (tilegx_register_name): Add handling of "faultnum" register.
9244 * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
9245 * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
9246 handling of TILEGX_FAULTNUM_REGNUM.
9247 * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
9248
9249 2013-02-19 Jiong Wang <jiwang@tilera.com>
9250
9251 * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
9252 should be aligned to 64bit.
9253
9254 2013-02-19 Kai Tietz <ktietz@redhat.com>
9255
9256 * windows-nat.c (windows_xfer_memory): Fix debug-output
9257 for LLP64.
9258
9259 2013-02-19 Lei Liu <lei.liu2@windriver.com>
9260
9261 * mips-linux-nat.c (mips64_linux_regsets_store_registers):
9262 Don't check DSP register number if HAVE_DSP is not set.
9263
9264 2013-02-19 Alan Modra <amodra@gmail.com>
9265
9266 * elfread.c (struct build_id): Delete. Use struct elf_build_id
9267 throughout file instead.
9268 (build_id_bfd_get): Update to use new elf_tdata build_id field.
9269 Don't xmalloc return value.
9270 (build_id_verify): Similarly. Don't xfree.
9271 (build_id_to_debug_filename): Update.
9272 (find_separate_debug_file_by_buildid): Update, don't xfree.
9273
9274 2013-02-18 Tom Tromey <tromey@redhat.com>
9275
9276 PR gdb/15102:
9277 * dwarf2read.c (read_subrange_type): Use result of
9278 'check_typedef'.
9279
9280 2013-02-16 Yuanhui Zhang <asmwarrior@gmail.com>
9281
9282 * frame.c: Remove one extra white space after #include
9283 directive.
9284
9285 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9286
9287 * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
9288
9289 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9290
9291 * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
9292 and dir commands into an if block.
9293
9294 2013-02-15 Sanimir Agovic <sanimir.agovic@intel.com>
9295
9296 * python/py-breakpoint (struct pybp_code): Use int instead of
9297 enum type_code.
9298
9299 2013-02-15 Pedro Alves <pedro@codesourcery.com>
9300 Hafiz Abid Qadeer <abidh@codesourcery.com>
9301
9302 * NEWS: Mention new field "trace-file".
9303 * tracepoint.c (trace_status_mi): Output "trace-file" field.
9304 (tfile_open): Record the trace file's filename in the trace
9305 status.
9306 (tfile_files_info): Mention the name of the trace file.
9307 Check the "filename" field explicitely.
9308 (trace_status_command): Explicitely check "filename" field.
9309 (trace_find_command): Ditto.
9310 (trace_find_pc_command): Ditto.
9311 (trace_find_tracepoint_command): Ditto.
9312 (trace_find_line_command): Ditto.
9313 (trace_find_range_command): Ditto.
9314 (trace_find_outside_command): Ditto.
9315 * tracepoint.h (struct trace_status) <from_file>: Rename it
9316 to "filename" and make it hold the trace file's filename
9317 instead of a boolean.
9318 * remote.c (remote_get_trace_status): Initialize "filename"
9319 field with NULL instead of 0.
9320
9321 2013-02-15 Yao Qi <yao@codesourcery.com>
9322
9323 * remote.c: Fix a typo.
9324
9325 2013-02-14 Pierre Muller <muller@sourceware.org>
9326
9327 * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
9328
9329 2013-02-14 Pedro Alves <palves@redhat.com>
9330
9331 * utils.c (savestring): Don't #undef it. Move function to
9332 common/common-utils.c.
9333 * common/common-utils.c: Include gdb_string.h.
9334 (savestring): Move here from utils.c.
9335 * common/common-utils.h (savestring): Declare.
9336
9337 2013-02-14 Pedro Alves <palves@redhat.com>
9338
9339 * utils.c (savestring): Rename parameter 'size' to 'len'.
9340
9341 2013-02-14 Pedro Alves <palves@redhat.com>
9342 Yufeng Zhang <yufeng.zhang@arm.com>
9343
9344 * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
9345 (aarch64_inferior_data, struct aarch64_inferior_data):
9346 Delete.
9347 (struct aarch64_process_info): New.
9348 (aarch64_process_list): New global.
9349 (aarch64_find_process_pid, aarch64_add_process)
9350 (aarch64_process_info_get): New functions.
9351 (aarch64_inferior_data_get): Delete.
9352 (aarch64_process_info_get): New function.
9353 (aarch64_forget_process): New function.
9354 (aarch64_get_debug_reg_state): New parameter 'pid'. Reimplement.
9355 (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
9356 aarch64_get_debug_reg_state.
9357 (aarch64_notify_debug_reg_change): Use iterate_over_lwps
9358 instead of linux_nat_iterate_watchpoint_lwps.
9359 (aarch64_linux_new_fork): New function.
9360 (aarch64_linux_child_post_startup_inferior): Use
9361 aarch64_forget_process instead of aarch64_init_debug_reg_state.
9362 (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
9363 (aarch64_linux_remove_hw_breakpoint)
9364 (aarch64_handle_aligned_watchpoint)
9365 (aarch64_handle_unaligned_watchpoint)
9366 (aarch64_linux_insert_watchpoint)
9367 (aarch64_linux_remove_watchpoint)
9368 (aarch64_linux_stopped_data_address): Adjust to pass the current
9369 process id to aarch64_debug_reg_state.
9370 (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
9371 linux_nat_new_fork hook, and aarch64_forget_process as
9372 linux_nat_forget_process hook; remove the call to
9373 register_inferior_data_with_cleanup.
9374
9375 2013-02-14 Pedro Alves <palves@redhat.com>
9376
9377 * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
9378 EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
9379 lval_memory.
9380
9381 2013-02-14 Pedro Alves <pedro@codesourcery.com>
9382 Hafiz Abid Qadeer <abidh@codesourcery.com>
9383
9384 * tracepoint.h (validate_trace_state_variable_name): Declare.
9385 * tracepoint.c (validate_trace_state_variable_name): New.
9386 (trace_variable_command): Parse the trace state variable's name
9387 without using parse_expression. Do several validations.
9388 * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
9389 trace state variable's name with parse_expression. Validate it.
9390
9391 2013-02-14 Yao Qi <yao@codesourcery.com>
9392
9393 * infcmd.c (breakpoint_proceeded): Remove it.
9394
9395 2013-02-14 Yao Qi <yao@codesourcery.com>
9396
9397 * tracepoint.c (end_actions_pseudocommand): Make it static.
9398 (while_stepping_pseudocommand): Likewise.
9399 * tracepoint.h (end_actions_pseudocommand): Remove the
9400 declaration.
9401 (while_stepping_pseudocommand): Likewise.
9402
9403 2013-02-14 Yao Qi <yao@codesourcery.com>
9404
9405 * cli/cli-decode.c (help_cmd): Remove the declaration of
9406 "cmdlist".
9407 (help_all): Likewise.
9408
9409 2013-02-13 Pedro Alves <palves@redhat.com>
9410
9411 * amd64-linux-nat.c (update_debug_registers_callback):
9412 Update comment.
9413 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
9414 iterate_over_lwps.
9415 (amd64_linux_prepare_to_resume): Pass the lwp's pid to
9416 i386_debug_reg_state.
9417 (amd64_linux_new_fork): New function.
9418 (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
9419 linux_nat_new_fork hook, and i386_forget_process as
9420 linux_nat_forget_process hook.
9421 * i386-linux-nat.c (update_debug_registers_callback):
9422 Update comment.
9423 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
9424 iterate_over_lwps.
9425 (i386_linux_prepare_to_resume): Pass the lwp's pid to
9426 i386_debug_reg_state.
9427 (i386_linux_new_fork): New function.
9428 (_initialize_i386_linux_nat): Install i386_linux_new_fork as
9429 linux_nat_new_fork hook, and i386_forget_process as
9430 linux_nat_forget_process hook.
9431 * i386-nat.c (i386_init_dregs): Delete.
9432 (i386_inferior_data, struct i386_inferior_data):
9433 Delete.
9434 (struct i386_process_info): New.
9435 (i386_process_list): New global.
9436 (i386_find_process_pid, i386_add_process, i386_process_info_get):
9437 New functions.
9438 (i386_inferior_data_get): Delete.
9439 (i386_process_info_get): New function.
9440 (i386_debug_reg_state): New parameter 'pid'. Reimplement.
9441 (i386_forget_process): New function.
9442 (i386_cleanup_dregs): Rewrite.
9443 (i386_update_inferior_debug_regs, i386_insert_watchpoint)
9444 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
9445 (i386_stopped_data_address, i386_insert_hw_breakpoint)
9446 (i386_remove_hw_breakpoint): Adjust to pass the current process id
9447 to i386_debug_reg_state.
9448 (i386_use_watchpoints): Don't register inferior data.
9449 * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
9450 adjust comment.
9451 (i386_forget_process): Declare.
9452 * linux-fork.c (delete_fork): Call linux_nat_forget_process.
9453 * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
9454 New static globals.
9455 (linux_child_follow_fork): Don't call linux_nat_new_thread here.
9456 (add_initial_lwp): New, factored out from ...
9457 (add_lwp): ... this. Don't check the number of lwps before
9458 calling linux_nat_new_thread.
9459 (linux_nat_iterate_watchpoint_lwps): Delete.
9460 (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
9461 (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
9462 forks and vforks.
9463 (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
9464 initial lwp.
9465 (linux_nat_kill, linux_nat_mourn_inferior): Call
9466 linux_nat_forget_process.
9467 (linux_nat_set_new_fork, linux_nat_set_forget_process)
9468 (linux_nat_forget_process): New functions.
9469 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
9470 type.
9471 (linux_nat_iterate_watchpoint_lwps): Delete declaration.
9472 (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
9473 types.
9474 (linux_nat_set_new_fork, linux_nat_set_forget_process)
9475 (linux_nat_forget_process): New declarations.
9476
9477 * amd64fbsd-nat.c (super_mourn_inferior): New global.
9478 (amd64fbsd_mourn_inferior): New function.
9479 (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
9480 * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
9481
9482 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
9483
9484 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
9485 Adding _().
9486
9487 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
9488
9489 * aarch64-linux-nat.c (debug_reg_change_callback)
9490 (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
9491 %s and phex().
9492
9493 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
9494
9495 * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
9496 with LONGEST.
9497
9498 2013-02-13 Pedro Alves <palves@redhat.com>
9499 Hafiz Abid Qadeer <abidh@codesourcery.com>
9500
9501 * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
9502
9503 2013-02-12 Tom Tromey <tromey@redhat.com>
9504
9505 PR symtab/11464:
9506 * c-exp.y (lex_one_token): Initialize other fields of yylval on
9507 NAME return.
9508 (classify_inner_name): Remove 'first_name' argument, add
9509 'context'. Remove unused variable.
9510 (yylex): Explicitly maintain the context type. Exit loop earlier
9511 if NAME result is seen.
9512
9513 2013-02-12 Pedro Alves <palves@redhat.com>
9514
9515 * amd64-darwin-tdep.c: Add (C) after Copyright.
9516 * cli/cli-cmds.h: Ditto.
9517 * cli/cli-decode.c: Ditto.
9518 * cli/cli-decode.h: Ditto.
9519 * cli/cli-dump.c: Ditto.
9520 * cli/cli-dump.h: Ditto.
9521 * cli/cli-interp.c: Ditto.
9522 * cli/cli-logging.c: Ditto.
9523 * cli/cli-script.c: Ditto.
9524 * cli/cli-script.h: Ditto.
9525 * cli/cli-setshow.c: Ditto.
9526 * cli/cli-setshow.h: Ditto.
9527 * cli/cli-utils.c: Ditto.
9528 * cli/cli-utils.h: Ditto.
9529 * config/alpha/nm-osf3.h: Ditto.
9530 * config/djgpp/djconfig.sh: Ditto.
9531 * config/i386/nm-fbsd.h: Ditto.
9532 * config/i386/nm-i386gnu.h: Ditto.
9533 * config/nm-linux.h: Ditto.
9534 * config/nm-nto.h: Ditto.
9535 * config/rs6000/nm-rs6000.h: Ditto.
9536 * config/sparc/nm-sol2.h: Ditto.
9537 * darwin-nat-info.c: Ditto.
9538 * dfp.c: Ditto.
9539 * dfp.h: Ditto.
9540 * gdb-demangle.h: Ditto.
9541 * i386-darwin-nat.c: Ditto.
9542 * i386-darwin-tdep.c: Ditto.
9543 * linux-fork.h: Ditto.
9544 * m32c-tdep.c: Ditto.
9545 * microblaze-linux-tdep.c: Ditto.
9546 * microblaze-rom.c: Ditto.
9547 * microblaze-tdep.c: Ditto.
9548 * microblaze-tdep.h: Ditto.
9549 * mips-linux-tdep.h: Ditto.
9550 * ppc-ravenscar-thread.c: Ditto.
9551 * ppc-ravenscar-thread.h: Ditto.
9552 * prologue-value.c: Ditto.
9553 * prologue-value.h: Ditto.
9554 * ravenscar-thread.c: Ditto.
9555 * ravenscar-thread.h: Ditto.
9556 * sparc-ravenscar-thread.c: Ditto.
9557 * sparc-ravenscar-thread.h: Ditto.
9558 * tilegx-linux-tdep.c: Ditto.
9559 * unwind_stop_reasons.def: Ditto.
9560 * windows-nat.h: Ditto.
9561 * xtensa-linux-tdep.c: Ditto.
9562 * xtensa-xtregs.c: Ditto.
9563 * regformats/regdat.sh: Ditto.
9564 * regformats/regdef.h: Ditto.
9565
9566 2013-02-12 Pedro Alves <palves@redhat.com>
9567
9568 * break-catch-sig.c: Update copyright years.
9569
9570 2013-02-11 Siva Chandra Reddy <sivachandra@google.com>
9571
9572 Add support for a destructor for ui_out data and use it to
9573 provide a ui_out destructor.
9574 * ui-out.h: Declare the new ui_out destructor.
9575 (ui_out_impl): Add a field for data destructor in ui_out_impl.
9576 * ui-out.c (default_data_destroy): Add a default data destructor
9577 which does nothing.
9578 (default_ui_out_impl): Set the new data_destroy field to
9579 default_data_destroy
9580 (uo_data_destroy): Local function which invokes the data
9581 destructor if present.
9582 (clear_table): Local function which clears the table data of a
9583 ui_out object.
9584 (ui_out_destroy): Public function which frees a ui_out object.
9585 (ui_out_table_end): Use the new clear_table function.
9586 * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
9587 NULL.
9588 * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
9589 to NULL.
9590
9591 2013-02-11 Doug Evans <dje@google.com>
9592
9593 * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
9594 (printf_decfloat): New function. Broken out from ui_printf.
9595 Remove unnecessary code to shift the entire format string down.
9596 (printf_pointer): New function.
9597 (ui_printf): Code to print C strings, wide C strings, decfloats,
9598 and pointers moved to separate functions.
9599
9600 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
9601
9602 * valops.c (value_assign): Handling bitfield offset in
9603 `lval_internalvar_component' case.
9604
9605 2013-02-08 Doug Evans <dje@google.com>
9606
9607 * common/format.c (parse_format_string): Fix whitespace.
9608
9609 2013-02-08 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
9610
9611 * stack.c (return_command): Work around uninitialized variable
9612 warning.
9613
9614 2013-02-08 Yufeng Zhang <yufeng.zhang@arm.com>
9615
9616 * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
9617 number of the registers from 36 to 34.
9618
9619 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
9620
9621 * NEWS: Mention new AArch64 native and target support.
9622
9623 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
9624
9625 * MAINTAINERS (Write After Approval): Add myself.
9626
9627 2013-02-08 Jim MacArthur <jim.macarthur@arm.com>
9628 Marcus Shawcroft <marcus.shawcroft@arm.com>
9629 Nigel Stephens <nigel.stephens@arm.com>
9630 Yufeng Zhang <yufeng.zhang@arm.com>
9631
9632 * aarch64-linux-nat.c: New file.
9633 * config/aarch64/linux.mh: New file.
9634 * configure.host: Add AArch64.
9635 * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
9636
9637 2013-02-07 Doug Evans <dje@google.com>
9638
9639 * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
9640 disassemble command.
9641
9642 2013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
9643
9644 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
9645 set_gdbarch_fetch_tls_load_module_address.
9646
9647 2013-02-06 David S. Miller <davem@davemloft.net>
9648
9649 * sparc-tdep.c (sparc32_return_value): Handle writing return value when
9650 using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
9651 * value.c (struct_return_convention): New function.
9652 (using_struct_return): Implement in terms of struct_return_convention.
9653 * value.h (struct_return_convention): Declare.
9654 * stack.c (return_command): Allow successful overriding of the return
9655 value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
9656
9657 2013-02-06 Tom Tromey <tromey@redhat.com>
9658
9659 * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
9660 outside of TRY_CATCH.
9661
9662 2013-02-06 Yao Qi <yao@codesourcery.com>
9663
9664 * mi/mi-interp.c: Include "tracepoint.h".
9665 (mi_tsv_modified): Declare.
9666 (mi_tsv_created, mi_tsv_deleted): Update declaration.
9667 (mi_interpreter_init): Call observer_attach_tsv_modified.
9668 (mi_tsv_modified): New.
9669 (mi_tsv_created, mi_tsv_deleted): Update.
9670 * tracepoint.c (trace_variable_command): Call
9671 observer_notify_tsv_modified if the initial value of tsv is
9672 changed.
9673 (delete_trace_state_variable): Call
9674 observer_notify_tsv_deleted earlier.
9675 (trace_variable_command): Caller update.
9676 (create_tsv_from_upload): Likewise.
9677 * observer.sh: Declare "struct trace_state_variable".
9678
9679 * NEWS: Mention the new MI notification "=tsv-modified".
9680
9681 2013-02-05 Doug Evans <dje@google.com>
9682
9683 * completer.c (location_completer): Fix typo in comment.
9684
9685 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9686
9687 * breakpoint.c (add_location_to_breakpoint): Insert the location with
9688 ADDRESS sorted.
9689
9690 2013-02-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
9691
9692 * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
9693 Refactor if statement to avoid trailing || operator.
9694
9695 2013-02-05 Andreas Tobler <andreast@fgznet.ch>
9696
9697 * NEWS: Add PowerPC FreeBSD as a new native configuration.
9698
9699 2013-02-04 Andreas Tobler <andreast@fgznet.ch>
9700
9701 * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
9702 * configure.host: Add powerpc*-*-freebsd* target.
9703 * configure.tgt: Add target info for powerpc*-*-freebsd*.
9704 * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
9705 * config/powerpc/fbsd.mh: New file.
9706
9707 2013-02-04 Sergio Durigan Junior <sergiodj@redhat.com>
9708 Denys Vlasenko <dvlasenk@redhat.com>
9709 Pedro Alves <palves@redhat.com>
9710
9711 * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
9712 (struct elf_internal_linux_prpsinfo): Forward declare.
9713 * gdbarch.h, gdbarch.c: Regenerate.
9714 * linux-tdep.c: Include `cli/cli-utils.h'.
9715 (linux_fill_prpsinfo): New function.
9716 (linux_make_corefile_notes): Use linux_fill_prpsinfo. If there's
9717 an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
9718 elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
9719 depending on gdbarch pointer bitness.
9720 * ppc-linux-tdep.c: Include elf-bfd.h.
9721 (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
9722 on 32-bit.
9723
9724 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
9725 Marcus Shawcroft <marcus.shawcroft@arm.com>
9726 Nigel Stephens <nigel.stephens@arm.com>
9727 Yufeng Zhang <yufeng.zhang@arm.com>
9728
9729 * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
9730
9731 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
9732 Marcus Shawcroft <marcus.shawcroft@arm.com>
9733 Nigel Stephens <nigel.stephens@arm.com>
9734 Yufeng Zhang <yufeng.zhang@arm.com>
9735
9736 * aarch64-newlib-tdep.c: New file.
9737 * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
9738 aarch64*-*-elf.
9739 * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
9740 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
9741 (ALLDEPFILES): Add aarch64-newlib-tdep.c.
9742 * osabi.c (gdb_osabi_names): Add "Newlib".
9743
9744 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
9745 Marcus Shawcroft <marcus.shawcroft@arm.com>
9746 Nigel Stephens <nigel.stephens@arm.com>
9747 Yufeng Zhang <yufeng.zhang@arm.com>
9748
9749 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
9750 (ALLDEPFILES): Add aarch64-linux-tdep.c.
9751 * aarch64-linux-tdep.c: New file.
9752 * aarch64-linux-tdep.h: New file.
9753 * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
9754 * configure.tgt: Add aarch64-none-linux-gnu.
9755
9756 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
9757 Marcus Shawcroft <marcus.shawcroft@arm.com>
9758 Nigel Stephens <nigel.stephens@arm.com>
9759 Yufeng Zhang <yufeng.zhang@arm.com>
9760
9761 * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
9762 (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
9763 (ALLDEPFILES): Add aarch64-tdep.c.
9764 * aarch64-tdep.c: New file.
9765 * aarch64-tdep.h: New file.
9766 * configure.tgt: Add AArch64.
9767 * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
9768 (aarch64-expedite): New definition.
9769 * features/aarch64-core.xml: New file.
9770 * features/aarch64-fpu.xml: New file.
9771 * features/aarch64-without-fpu.c: New file (generated).
9772 * features/aarch64-without-fpu.xml: New file.
9773 * features/aarch64.c: New file (generated).
9774 * features/aarch64.xml: New file.
9775 * regformats/aarch64-without-fpu.dat: New file (generated).
9776 * regformats/aarch64.dat: New file (generated).
9777
9778 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9779
9780 * contrib/expect-read1.c: New file.
9781 * contrib/expect-read1.sh: New file.
9782
9783 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9784
9785 * dwarf2read.c (file_file_name): New function with code from
9786 file_full_name.
9787 (file_full_name): Move most of the code to file_file_name.
9788 (macro_start_file): Rename variable full_name to file_name and use
9789 file_file_name for it. Add comp_dir parameter to new_macro_table.
9790 * macrocmd.c (show_pp_source_pos): New variable fullname. Replace any
9791 macro_source_file->filename access by macro_source_fullname call.
9792 * macroscope.c (_initialize_macroscope): Update the new_macro_table
9793 caller.
9794 * macrotab.c (struct macro_table): New field comp_dir.
9795 (macro_include): New variables link_fullname and source_fullname.
9796 Replace any macro_source_file->filename access by macro_source_fullname
9797 call.
9798 (macro_lookup_inclusion): Remove the partial filenames checking code.
9799 (check_for_redefinition): New variables source_fullname and
9800 found_key_fullname. Replace any macro_source_file->filename access by
9801 macro_source_fullname call.
9802 (macro_undef): New variables source_fullname and key_fullname. Replace
9803 any macro_source_file->filename access by macro_source_fullname call.
9804 (macro_lookup_definition): New variables retval and source_fullname.
9805 Replace any macro_source_file->filename access by macro_source_fullname
9806 call.
9807 (foreach_macro): New variable key_fullname. Replace any
9808 macro_source_file->filename access by macro_source_fullname call.
9809 (foreach_macro_in_scope): New variable datum_fullname. Replace any
9810 macro_source_file->filename access by macro_source_fullname call.
9811 (new_macro_table): Add parameter comp_dir. Initialize T with it.
9812 (macro_source_fullname): New function.
9813 * macrotab.h (struct macro_source_file): Extent the filename field
9814 comment.
9815 (new_macro_table): New parameter comp_dir, add a comment for it.
9816 (macro_source_fullname): new declaration.
9817
9818 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9819
9820 * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
9821 this_real_name to outer block. Use it also for
9822 compare_filenames_for_search.
9823 (dw2_expand_symtabs_matching): New variable this_real_name. Use it
9824 with dw2_get_real_path for file_matcher, considering also
9825 BASENAMES_MAY_DIFFER.
9826 (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
9827
9828 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9829
9830 * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
9831 to the file_matcher parameter. Pass 0 to it.
9832 (dwarf2_create_include_psymtab): Copy also DIRNAME.
9833 * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
9834 NULL psymtab_to_fullname result.
9835 (psymtab_to_fullname): Remove variable r. Never return NULL, assemble
9836 an expected filename instead.
9837 (expand_symtabs_matching_via_partial): Add basenames parameter to the
9838 file_matcher parameter. Call also psymtab_to_fullname, after newly
9839 considering BASENAMES_MAY_DIFFER.
9840 * source.c (rewrite_source_path): Remove static.
9841 * source.h (rewrite_source_path): New declaration.
9842 * symfile.h (struct quick_symbol_functions): Add basenames parameter to
9843 the expand_symtabs_matching field. Comment it.
9844 * symtab.c (file_matches): New function comment. Add parameter
9845 basenames, implement it.
9846 (search_symbols_file_matches): Add basenames parameter. Update the
9847 file_matches caller.
9848 (search_symbols): Match FILES also against symtab_to_fullname.
9849 Optimize it for BASENAMES_MAY_DIFFER.
9850
9851 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9852
9853 * source.c (print_source_lines_base): Print for TUI also "fullname".
9854 * tui/tui-data.c (init_content_element): Change tui_locator_element
9855 field to full_name.
9856 * tui/tui-data.h (struct tui_locator_element): Likewise.
9857 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
9858 tui_update_locator_filename calls to tui_update_locator_fullname.
9859 Replace symtab->filename refererence by symtab_to_fullname call.
9860 * tui/tui-out.c (tui_field_string): Check for "fullname" now.
9861 * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
9862 field to full_name. Replace symtab->filename refererence by
9863 symtab_to_fullname call.
9864 (tui_show_symtab_source): Rename parameter to fullname. Change
9865 tui_locator_element field to full_name.
9866 * tui/tui-stack.c: Include source.h.
9867 (tui_set_locator_filename): Rename the declaration to ...
9868 (tui_set_locator_fullname): ... here. Rename its parameter to
9869 fullname, updates its comment.
9870 (tui_set_locator_info): Rename its parameter to fullname.
9871 (tui_set_locator_filename): Rename the definition to ...
9872 (tui_set_locator_fullname): ... here. Rename its parameter to
9873 fullname, updates its comment. Change tui_locator_element field to
9874 full_name.
9875 (tui_set_locator_info): Rename its parameter to fullname.
9876 (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
9877 (tui_update_locator_filename): Rename to ...
9878 (tui_update_locator_fullname): ... here. Rename callee to
9879 tui_set_locator_fullname.
9880 (tui_show_frame_info): Replace symtab->filename refererence by
9881 symtab_to_fullname call.
9882 * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
9883 (tui_update_locator_fullname): ... here.
9884 * tui/tui-winsource.c (tui_display_main): Rename the callee to
9885 tui_update_locator_fullname. Replace symtab->filename refererence by
9886 symtab_to_fullname call.
9887 * tui/tui.c (tui_show_source): Rename its parameter to fullname.
9888 Rename the callee to tui_update_locator_fullname.
9889 * tui/tui.h (tui_show_source): Rename its parameter to fullname.
9890
9891 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9892
9893 * ada-lang.c (user_select_syms): Replace symtab->filename refererences
9894 by symtab_to_filename_for_display calls.
9895 * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
9896 (clear_command): New variable sal_fullname, initialize it. Replace
9897 compare_filenames_for_search by filename_cmp with sal_fullname.
9898 (say_where, update_static_tracepoint): Replace symtab->filename
9899 refererences by symtab_to_filename_for_display calls.
9900 * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
9901 Likewise.
9902 * dwarf2read.c: Include source.h.
9903 (fixup_go_packaging): Replace symtab->filename refererences by
9904 symtab_to_filename_for_display calls.
9905 * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
9906 Replace symtab->filename refererences by symtab_to_filename_for_display
9907 calls.
9908 (create_sals_line_offset, convert_linespec_to_sals): New variable
9909 fullname, initialize it, replace symtab->filename reference by the
9910 variable.
9911 * linux-fork.c: Include source.h.
9912 (info_checkpoints_command): Replace symtab->filename refererences by
9913 symtab_to_filename_for_display calls.
9914 * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
9915 by symtab_to_filename_for_display calls.
9916 * mdebugread.c: Include source.h.
9917 (psymtab_to_symtab_1): Replace symtab->filename refererences by
9918 symtab_to_filename_for_display calls.
9919 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
9920 (mi_cmd_file_list_exec_source_files): Likewise.
9921 * printcmd.c: Include source.h.
9922 (build_address_symbolic): Replace symtab->filename refererences by
9923 symtab_to_filename_for_display calls.
9924 * psymtab.c (partial_map_symtabs_matching_filename)
9925 (read_psymtabs_with_fullname): Call compare_filenames_for_search also
9926 with psymtab_to_fullname.
9927 * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
9928 by symtab_to_filename_for_display calls.
9929 (stpy_get_filename): New variable filename, initialize it, use instead
9930 of symtab->filename refererences.
9931 (salpy_str): Make variable filename const char *. Replace
9932 symtab->filename refererences by symtab_to_filename_for_display calls.
9933 * skip.c: Include source.h and filenames.h.
9934 (skip_file_command): Remove const from the symtab variable. Replace
9935 symtab->filename refererences by symtab_to_fullname call.
9936 (function_name_is_marked_for_skip): New variables searched_for_fullname
9937 and fullname. Use them to search also with symtab's fullname.
9938 * source.c (find_source_lines): Replace symtab->filename refererences
9939 by symtab_to_filename_for_display calls.
9940 (print_source_lines_base): New variable filename, use it instead of
9941 symtab->filename. Replace symtab->filename refererences by
9942 symtab_to_filename_for_display calls.
9943 (line_info, forward_search_command): Replace symtab->filename
9944 refererences by symtab_to_filename_for_display calls.
9945 (reverse_search_command): Replace symtab->filename refererences by
9946 symtab_to_filename_for_display calls. New variable filename for it.
9947 * stack.c (frame_info): Likewise.
9948 * symmisc.c: Include source.h.
9949 (dump_objfile, dump_symtab_1, maintenance_print_symbols)
9950 (maintenance_info_symtabs): Replace symtab->filename refererences by
9951 symtab_to_filename_for_display calls.
9952 * symtab.c (iterate_over_some_symtabs): Call
9953 compare_filenames_for_search also with symtab_to_fullname.
9954 (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
9955 symtab->filename refererences by symtab_to_filename_for_display calls.
9956 (find_line_symtab): Replace symtab->filename refererences by
9957 symtab_to_filename_for_display calls.
9958 (file_matches): Replace filename_cmp by compare_filenames_for_search.
9959 (print_symbol_info): Make the last parameter const char *. New
9960 variable s_filename. Use it in the function.
9961 (symtab_symbol_info): Make the last_filename variable const char *.
9962 Replace symtab->filename refererences by symtab_to_filename_for_display
9963 calls.
9964 (rbreak_command): New variable fullname. Use it. Replace
9965 symtab->filename refererence by symtab_to_filename_for_display call.
9966 * tracepoint.c (set_traceframe_context, trace_find_line_command)
9967 (print_one_static_tracepoint_marker): Replace symtab->filename
9968 refererences by symtab_to_filename_for_display calls.
9969 * tui/tui-source.c (tui_set_source_content): New variables filename and
9970 s_filename. Replace symtab->filename refererences by this variable.
9971 Replace other symtab->filename refererences by
9972 symtab_to_filename_for_display calls.
9973
9974 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
9975 Jan Kratochvil <jan.kratochvil@redhat.com>
9976
9977 Add a new variable that controls a way in which filenames are
9978 displayed.
9979 * NEWS (set filename-display): New entry.
9980 * source.c (filename_display_basename, filename_display_relative)
9981 (filename_display_absolute, filename_display_kind_names)
9982 (filename_display_string, show_filename_display_string)
9983 (symtab_to_filename_for_display): New.
9984 (_initialize_source): Added initialization of 'filename-display'
9985 variable.
9986 * source.h (symtab_to_filename_for_display): Added declaration.
9987 * stack.c (print_frame): Added new variable and calling of a new
9988 function and condition with this variable. Changed third argument of
9989 calling of a function.
9990
9991 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9992
9993 * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
9994 Rename field reference filename to fullname.
9995 * tui/tui-data.h (struct tui_source_info): Rename field filename to
9996 fullname. New comment for it.
9997 * tui/tui-source.c (tui_set_source_content): Rename field reference
9998 filename to fullname. Initialize field by symtab_to_fullname now.
9999 * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
10000 reference filename to fullname. Use symtab_to_fullname during
10001 comparison.
10002
10003 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10004
10005 Code cleanup.
10006 * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
10007 (dw2_expand_symtabs_with_fullname): ... here. Rename parameter
10008 filename to fullname. Rename variable this_name to this_fullname.
10009 Lowercase FILENAME_CMP call.
10010 (dw2_find_symbol_file): New comment for the returned string.
10011 (dwarf2_gdb_index_functions): Rename the function to
10012 dw2_expand_symtabs_with_fullname.
10013 * psymtab.c (read_psymtabs_with_filename): Rename to ...
10014 (read_psymtabs_with_fullname): ... here. Rename parameter filename to
10015 fullname.
10016 (psym_functions): Rename the function to read_psymtabs_with_fullname.
10017 * symfile.h (struct quick_symbol_functions): Rename field
10018 expand_symtabs_with_filename to expand_symtabs_with_fullname and its
10019 parameter filename to fullname. Document returned string meaning for
10020 find_symbol_file.
10021 * symtab.c (find_line_symtab): Rename the called function to
10022 expand_symtabs_with_fullname.
10023
10024 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10025
10026 Code cleanup.
10027 * breakpoint.c (clear_command): Remove variable is_abs, unify the
10028 call of filename_cmp with compare_filenames_for_search.
10029 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
10030 is_abs, unify the call of FILENAME_CMP with
10031 compare_filenames_for_search. New gdb_asserts for real_path and name.
10032 Unify the call of compare_filenames_for_search with FILENAME_CMP.
10033 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
10034 * symfile.h (struct quick_symbol_functions): Extend the comment for
10035 map_symtabs_matching_filename.
10036 * symtab.c (compare_filenames_for_search): Remove the function comment
10037 relative path requirement. Handle absolute filenames, with a comment.
10038 (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
10039 FILENAME_CMP with compare_filenames_for_search. New gdb_asserts for
10040 real_path and name. Unify the call of compare_filenames_for_search
10041 with FILENAME_CMP.
10042 (iterate_over_symtabs): New gdb_assert on REAL_PATH.
10043
10044 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10045
10046 Code cleanup.
10047 * breakpoint.c (print_breakpoint_location): Replace bp_location field
10048 source_file references by symtab field references. Remove variables
10049 sal and fullname.
10050 (momentary_breakpoint_from_master, add_location_to_breakpoint):
10051 (clear_command, say_where): Replace bp_location field source_file
10052 references by symtab field references.
10053 (bp_location_dtor): Remove the source_file reference.
10054 (update_static_tracepoint): Replace bp_location field source_file
10055 references by symtab field references.
10056 (breakpoint_free_objfile): New function.
10057 * breakpoint.h (struct bp_location): Extend the comment for line_number.
10058 Replace the field source_file by field symtab, extend its comment.
10059 (breakpoint_free_objfile): New declaration.
10060 * objfiles.c (free_objfile): Call breakpoint_free_objfile.
10061 * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
10062 field source_file references by symtab field references.
10063
10064 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10065
10066 Replace xfullpath calls by gdb_realpath calls.
10067 * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
10068 function comment.
10069 * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
10070 Remove it from the iterate_over_some_symtabs call.
10071 (dw2_map_symtabs_matching_filename): Remove parameter full_path.
10072 Remove it from the dw2_map_expand_apply calls, remove a block handling
10073 it.
10074 * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
10075 Remove it from the iterate_over_some_symtabs call.
10076 (partial_map_symtabs_matching_filename): Remove parameter full_path.
10077 Remove it from the partial_map_expand_apply calls, remove a block
10078 handling it. Drop gdb_realpath call and cleanups from the real_path
10079 handling.
10080 * source.c (openp): Drop the comment part about xfullpath. Replace
10081 xfullpath calls by gdb_realpath calls.
10082 (find_and_open_source): Replace xfullpath call by gdb_realpath call.
10083 * symfile.h (struct quick_symbol_functions): Remove parameter full_path
10084 from method map_symtabs_matching_filename and its comment.
10085 * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
10086 gdb_realpath call.
10087 * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
10088 remove it also from the function comment, remove a block handling it.
10089 Drop gdb_realpath call and cleanups from the real_path handling.
10090 (iterate_over_symtabs): Drop variable full_path and its use.
10091 * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
10092 * utils.c (xfullpath): Remove.
10093 * utils.h (xfullpath): Remove.
10094
10095 2013-02-01 Andreas Tobler <andreast@fgznet.ch>
10096
10097 * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
10098 (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
10099 (ALLDEPFILES): Add ppc64-tdep.c.
10100 * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
10101 ppc64-tdep.o to gdb_target_obs.
10102 * ppc64-tdep.h: New file.
10103 * ppc64-tdep.c: New file.
10104 (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
10105 ppc-linux-tdep.c to here.
10106 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
10107 (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
10108 (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
10109 (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
10110 from ppc-linux-tdep.c to here.
10111 (ppc64_convert_from_func_ptr_addr): Rename from
10112 ppc64_linux_convert_from_func_ptr_addr to
10113 ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
10114 here.
10115 * rs6000-tdep.c:
10116 (read_insn): Move from ppc-linux-tdep.c to here.
10117 (insns_match_pattern, insn_d_field, insn_ds_field): Move
10118 from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
10119 * ppc-linux-tdep.c: Include ppc64-tdep.h.
10120 Removed above functions.
10121 (ppc_linux_init_abi): Adjust.
10122
10123 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
10124
10125 * ada-valprint.c (ada_print_floating): Remove unused 'len'.
10126
10127 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
10128
10129 * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
10130
10131 2013-02-01 Pedro Alves <palves@redhat.com>
10132
10133 * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
10134 * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
10135
10136 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10137
10138 * elfread.c (elf_symfile_read): Limit separate debug info additions to
10139 files with no separate debug info.
10140 * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
10141 * symfile.c (read_symbols): Call find_separate_debug_file_in_section
10142 only for files with no separate debug info.
10143
10144 2013-01-31 Tom Tromey <tromey@redhat.com>
10145
10146 * jit.c (jit_program_space_data): Rename from jit_inferior_data;
10147 change type.
10148 (struct jit_program_space_data): Rename from jit_inferior_data.
10149 Update comments.
10150 (get_jit_program_space_data): Rename from get_jit_inferior_data.
10151 Change return type. Attach data to program space.
10152 (jit_program_space_data_cleanup): Rename from
10153 jit_inferior_data_cleanup; change argument type.
10154 (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
10155 change type.
10156 (jit_register_code): Update.
10157 (jit_update_inferior_cache): Remove.
10158 (jit_breakpoint_deleted): Get jit data from the location's program
10159 space.
10160 (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
10161 'ps_data', change type.
10162 (jit_inferior_init, jit_breakpoint_re_set_internal)
10163 (jit_event_handler): Update.
10164 (free_objfile_data): Get data from objfile's program space.
10165 (_initialize_jit): Update.
10166
10167 2013-01-31 Tom Tromey <tromey@redhat.com>
10168
10169 PR gdb/13987:
10170 * jit.c (struct jit_inferior_data) <cached_code_address,
10171 jit_breakpoint>: New fields.
10172 (jit_breakpoint_re_set_internal): Fix logging. Only create
10173 breakpoint if cached address has changed.
10174 (jit_update_inferior_cache, jit_breakpoint_deleted): New
10175 functions.
10176 (_initialize_jit): Register breakpoint deleted observer.
10177
10178 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10179
10180 * infrun.c (handle_syscall_event): Remove unused gdbarch.
10181 (save_infcall_suspend_state): Ifdef out unused inf.
10182 (restore_infcall_suspend_state): Ifdef out unused inf.
10183 * jit.c (jit_register_code): Remove unused i, b, inf_data.
10184 (jit_frame_sniffer): Remove unused inf_data.
10185
10186 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10187
10188 * c-exp.y (classify_inner_name): Remove unused type.
10189 * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
10190 in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
10191 need_escape.
10192 (c_get_string): Remove unused kind.
10193 * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
10194
10195 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10196
10197 * charset.c (intermediate_encoding): Remove unused i.
10198 * completer.c (signal_completer): Remove unused i.
10199 * continuations.c (discard_my_continuations_1): Remove unused
10200 continuation_ptr.
10201 * corelow.c (core_close): Remove unuseD name.
10202 (get_core_siginfo): Remove unused pid.
10203 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
10204 i, cps.
10205 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
10206 (loclist_describe_location): Remove unused first.
10207 * event-top.c (command_line_handler): Remove unused got_eof.
10208 * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
10209 (resize_section_table): Remove unused old_value.
10210 * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
10211 * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
10212 * i386-tdep.c (i386_process_record): Remove unused rex.
10213 * infcmd.c (get_return_value): Remove unused uiout.
10214 * jv-lang.c (type_from_class): Remove unused is_array.
10215 * jv-valprint.c (java_val_print): Remove unused i.
10216 * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
10217 * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
10218 * m2-typeprint.c (m2_print_type): Remove unused code.
10219 * macroexp.c (get_character_constant): Remove unused body_start.
10220 (macro_stringify): Remove unused result.
10221 * objc-lang.c (find_methods): Remove unused gdbarch.
10222 * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
10223 * regcache.c (regcache_cooked_read): Remove unused gdbarch.
10224 * stack.c (print_frame_args): Remove unused summary.
10225 * thread.c (thread_apply_command): Remove unused p.
10226 * valarith.c (value_x_unop): Remove unused mangle_ptr.
10227 * valops.c (search_struct_method): Remove unused skip.
10228 * valprint.c (generic_val_print): Remove unused byte_order.
10229 * varobj.c (varobj_update): Remove unused changed.
10230 * cli/cli-cmds.c (complete_command): Remove unused next_item.
10231 (alias_command): Remove unused c.
10232 * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
10233 * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
10234 format.
10235 (mi_cmd_data_write_memory): Remove unused word_format.
10236 (mi_cmd_data_write_memory_bytes): Remove unused r.
10237 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
10238 p_start, p_end.
10239 * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
10240 * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
10241 line_width.
10242
10243 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10244
10245 * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
10246 * symtab.c (iterate_over_symtabs): Remove unused s.
10247 (find_pc_sect_symtab): Remove unused pspAce.
10248 (find_pc_sect_line): Remove unused alt_symtab.
10249 (find_pcs_for_symtab_line): Remove unused ix, previous_function.
10250 (completion_list_add_name): Remove unused newsize.
10251
10252 2013-01-31 Tom Tromey <tromey@redhat.com>
10253
10254 PR c++/14998:
10255 * dwarf2read.c (read_tag_ptr_to_member_type): Handle
10256 TYPE_CODE_FUNC.
10257
10258 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10259
10260 * target.c (target_read_string): Remove unused origlen.
10261
10262 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10263
10264 * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
10265 * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
10266 * ax-general.c (ax_print): Remove unused is_float.
10267 * blockframe.c (block_innermost_frame): Remove unused start, end.
10268 * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
10269
10270 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10271
10272 * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
10273 (svr4_read_so_list): Remove unused lmo.
10274 * solib-target.c (solib_target_relocate_section_addresses): Remove
10275 unused flags.
10276
10277 2013-01-30 Tom Tromey <tromey@redhat.com>
10278
10279 * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
10280
10281 2013-01-30 Tom Tromey <tromey@redhat.com>
10282
10283 * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
10284 * utils.c (gnu_debuglink_crc32): Remove.
10285 * utils.h (gnu_debuglink_crc32): Don't declare.
10286
10287 2013-01-30 Tom Tromey <tromey@redhat.com>
10288
10289 * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
10290 (read_structure_type, read_enumeration_type): Remove cast.
10291
10292 2013-01-30 Tom Tromey <tromey@redhat.com>
10293
10294 * dwarf2read.c (read_namespace_type): Remove cast.
10295 (read_typedef): Likewise.
10296
10297 2013-01-29 Tom Tromey <tromey@redhat.com>
10298
10299 * dwarf2read.c (free_dwo_file): Remove assert.
10300
10301 2013-01-29 Tom Tromey <tromey@redhat.com>
10302
10303 * value.c (deprecated_set_value_modifiable): Remove.
10304 * value.h (deprecated_set_value_modifiable): Remove.
10305
10306 2013-01-28 Doug Evans <dje@google.com>
10307
10308 * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
10309 to addresses from dwo files.
10310
10311 2013-01-25 Siva Chandra Reddy <sivachandra@google.com>
10312
10313 * valops.c (find_overload_match): Remove unused argument 'lax'.
10314 * value.h: Remove unused argument 'lax' from the declaration of
10315 find_overload_match.
10316 * eval.c (value_subexp_standard): Do not pass a 'lax' argument
10317 to find_overload_match.
10318 * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
10319 argument to find_overload_match.
10320
10321 2013-01-25 Tom Tromey <tromey@redhat.com>
10322
10323 * dwarf2read.c (processing_has_namespace_info): Remove.
10324 (struct dwarf2_cu) <processing_has_namespace_info>: New field.
10325 (process_die, read_func_scope, dwarf2_start_symtab)
10326 (new_symbol_full): Update.
10327
10328 2013-01-25 Tom Tromey <tromey@redhat.com>
10329
10330 * cp-namespace.c (cp_set_block_scope): Remove.
10331 * cp-support.h (cp_set_block_scope): Remove.
10332 * dbxread.c: Include block.h.
10333 (cp_set_block_scope): New function.
10334 (process_one_symbol): Update.
10335 * dwarf2read.c (read_func_scope): Use block_set_scope.
10336
10337 2013-01-25 Pedro Alves <palves@redhat.com>
10338
10339 * remote.c (add_current_inferior_and_thread): Tweak comment.
10340
10341 2013-01-25 Tom Tromey <tromey@redhat.com>
10342
10343 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
10344 (cp_add_using_directive): Add 'copy_names' argument.
10345 * cp-support.h (cp_add_using_directive): Update.
10346 (struct using_direct) <import_src, import_dest, alias,
10347 declaration>: Now const.
10348 * dwarf2read.c (read_import_statement): Use obconcat.
10349 Don't copy names passed to cp_add_using_directive.
10350
10351 2013-01-25 Tom Tromey <tromey@redhat.com>
10352
10353 * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
10354
10355 2013-01-25 Pedro Alves <palves@redhat.com>
10356
10357 * remote.c (stop_reply_extract_thread): New.
10358 (add_current_inferior_and_thread): New parameter 'wait_status'.
10359 Handle it.
10360 (remote_start_remote): Pass wait status to
10361 add_current_inferior_and_thread.
10362 (extended_remote_run): Update comment.
10363 (extended_remote_create_inferior_1): Pass wait status to
10364 add_current_inferior_and_thread.
10365
10366 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
10367 Ulrich Weigand <uweigand@de.ibm.com>
10368
10369 * valarith.c (value_vector_widen): New function for replicating a
10370 scalar into a vector.
10371 (value_binop): Use value_vector_widen to widen scalar to vector
10372 rather than casting, this better matches gcc C behaviour.
10373 * valops.c (value_casst): Update logic for casting between vector
10374 types, and for casting from scalar to vector, try to match gcc C
10375 behaviour.
10376 * value.h (value_vector_widen): Declare.
10377 * opencl-lang.c (opencl_value_cast): New opencl specific casting
10378 function, handle special case for casting scalar to vector.
10379 (opencl_relop): Use opencl_value_cast.
10380 (evaluate_subexp_opencl): Use opencl_value_cast instead of
10381 value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
10382 in order to use opencl_value_cast.
10383
10384 2013-01-25 Yao Qi <yao@codesourcery.com>
10385
10386 * event-loop.c: Include "queue.h".
10387 (gdb_event_p): New typedef.
10388 (DECLARE_QUEUE_P): Use.
10389 (DEFINE_QUEUE_P): Use.
10390 (async_queue_event): Remove.
10391 (gdb_event_xfree): New.
10392 (initialize_event_loop): New.
10393 (process_event): Use QUEUE macros.
10394 (event_queue): Remove.
10395 (gdb_wait_for_event): Caller update.
10396 (check_async_event_handlers): Likewise.
10397 (poll_timers): Likewise.
10398 * event-loop.h (initialize_event_loop): Declare.
10399 * event-loop.c (gdb_event_xfree): New.
10400 * top.c (gdb_init): Call initialize_event_loop.
10401
10402 2013-01-25 Yao Qi <yao@codesourcery.com>
10403
10404 * event-loop.c (async_queue_event): Remove one parameter
10405 'position'. Remove code handling 'position' == TAIL.
10406 (gdb_wait_for_event): Caller update.
10407 (check_async_event_handlers): Caller update.
10408 (poll_timers): Caller update.
10409 * event-loop.h (enum queue_position): Remove.
10410
10411 2013-01-25 Maxim Kuvyrkov <maxim@kugelworks.com>
10412
10413 * MAINTAINERS: Update my email.
10414
10415 2013-01-25 Yao Qi <yao@codesourcery.com>
10416
10417 * main.c (print_gdb_help): Remove "--epoch" from the help
10418 message.
10419
10420 2013-01-24 Ulrich Weigand  <uweigand@de.ibm.com>
10421
10422 * symtab.c (skip_prologue_using_sal): Consider a file
10423 change the same as an increased line number
10424
10425 2013-01-24 Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
10426
10427 * MAINTAINERS (Write After Approval): Add myself to the list.
10428
10429 2013-01-24 Tom Tromey <tromey@redhat.com>
10430
10431 * ada-lang.h (ada_decode_symbol): Make return type const.
10432 * ada-lang.c (ada_decode_symbol): Likewise.
10433
10434 2013-01-23 Doug Evans <dje@google.com>
10435
10436 * linespec.c (find_linespec_symbols): Make static.
10437
10438 2013-01-23 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
10439
10440 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
10441 type on float conversion for complex type.
10442
10443 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
10444
10445 Add a new class gdb.Architecture which exposes GDB's
10446 internal representation of architecture via GDB Python API.
10447 * Makefile.in: Add entries corresponding to the new file
10448 python/py-arch.c.
10449 * NEWS (Python Scripting): Add entries for the new class
10450 gdb.Architecture and the new method gdb.Frame.architecture.
10451 * python/py-arch.c: Implement gdb.Architecture class.
10452 * python/py-frame.c (frapy_arch): Implement the method
10453 gdb.Frame.architecture().
10454 (frame_object_methods): Add 'architecture' to the method table.
10455 * python/python-internal.h: Add declarations of new utility
10456 functions.
10457 * python/python.c (_initialize_python): Initialize
10458 gdb.Architecture class.
10459
10460 2013-01-23 Doug Evans <dje@google.com>
10461
10462 Work around binutils/15021.
10463 * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
10464 type_unit_group out of union s. All uses updated.
10465 (read_index_from_section): Watch for index version 8.
10466 (follow_die_sig): If using .gdb_index version <= 7, record the TU as
10467 an imported symtab.
10468 (write_psymtabs_to_index): Increment version number to 8.
10469
10470 2013-01-22 Pedro Alves <palves@redhat.com>
10471
10472 * annotate.c (breakpoint_changed): Skip if breakpoint is not
10473 user-visible.
10474
10475 2013-01-22 Pedro Alves <palves@redhat.com>
10476
10477 * annotate.c (annotate_breakpoints_changed): Rename to ...
10478 (annotate_breakpoints_invalid): ... this. Make static.
10479 (breakpoint_changed): Adjust.
10480 (_initialize_annotate): Always install the observers. Install a
10481 "breakpoint_created" observer.
10482 * annotate.h (annotate_breakpoints_changed): Delete declaration.
10483 * breakpoint.c (set_breakpoint_condition)
10484 (breakpoint_set_commands, do_map_commands_command)
10485 (init_raw_breakpoint, clear_command, set_ignore_count)
10486 (enable_breakpoint_disp): No longer call
10487 annotate_breakpoints_changed.
10488
10489 2013-01-22 Pedro Alves <palves@redhat.com>
10490
10491 * annotate.c: Include "inferior.h".
10492 (frames_invalid_emitted)
10493 (breakpoints_invalid_emitted): New globals.
10494 (async_background_execution_p): New function.
10495 (annotate_breakpoints_changed, annotate_frames_invalid): Skip
10496 emitting the annotation if it has already been emitted.
10497 (annotate_display_prompt): New function.
10498 * annotate.h (annotate_display_prompt): New declaration.
10499 * event-top.c: Include annotate.h.
10500 (display_gdb_prompt): Call annotate_display_prompt.
10501
10502 2013-01-22 Pedro Alves <palves@redhat.com>
10503
10504 * annotate.c (ignore_count_changed): Delete.
10505 (annotate_breakpoints_changed): Don't clear ignore_count_changed.
10506 (annotate_ignore_count_change): Delete.
10507 (annotate_stopped): Don't emit a delayed breakpoints-changed
10508 annotation.
10509 * annotate.h (annotate_ignore_count_change): Delete.
10510 * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
10511 annotate_ignore_count_change.
10512
10513 2013-01-22 Tom Tromey <tromey@redhat.com>
10514
10515 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
10516 require_rvalue for a register location.
10517
10518 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
10519
10520 * breakpoint.c (print_one_breakpoint_location): Add MI
10521 field 'thread-groups' when printing a breakpoint.
10522 (output_thread_groups): New function.
10523
10524 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
10525
10526 * python/lib/gdb/commands/explore.py
10527 (CompoundExplorer.explore_expr): Correct the name of a method
10528 being invoked.
10529 (ExploreTypeCommand.invoke): Add a missing 'return'.
10530
10531 2013-01-21 Tom Tromey <tromey@redhat.com>
10532
10533 * gdb_obstack.h (obconcat): Move declaration here, from...
10534 * symfile.h (obconcat): ... here.
10535 * gdb_obstack.c: New file.
10536 (obconcat): Move from...
10537 * symfile.c (obconcat): ... here.
10538 * Makefile.in (SFILES): Add gdb_obstack.c.
10539 (COMMON_OBS): Add gdb_obstack.o.
10540
10541 2013-01-21 Tom Tromey <tromey@redhat.com>
10542
10543 * symfile.h (obsavestring): Don't declare.
10544 * symfile.c (obsavestring): Remove.
10545 * ada-exp.y: Use obstack_copy0, not obsavestring.
10546 * ada-lang.c: Use obstack_copy0, not obsavestring.
10547 * coffread.c: Use obstack_copy0, not obsavestring.
10548 * cp-namespace.c: Use obstack_copy0, not obsavestring.
10549 * dbxread.c: Use obstack_copy0, not obsavestring.
10550 * dwarf2read.c: Use obstack_copy0, not obsavestring.
10551 * jit.c: Use obstack_copy0, not obsavestring.
10552 * mdebugread.c: Use obstack_copy0, not obsavestring.
10553 * psymtab.c: Use obstack_copy0, not obsavestring.
10554 * stabsread.c: Use obstack_copy0, not obsavestring.
10555 * xcoffread.c: Use obstack_copy0, not obsavestring.
10556
10557 2013-01-21 Tom Tromey <tromey@redhat.com>
10558
10559 * dwarf2read.c (fixup_go_packaging): Save package name
10560 on objfile obstack.
10561 * gdbtypes.c (init_type): Don't copy name.
10562
10563 2013-01-21 Tom Tromey <tromey@redhat.com>
10564
10565 * dwarf2read.c (struct partial_die_info) <name, scope>: Now
10566 const.
10567 (struct attribute) <u.str>: Now const.
10568 (struct fnfieldlist) <name>: Now const.
10569 (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
10570 (partial_die_parent_scope): Make return type const.
10571 (partial_die_full_name, add_partial_symbol): Update.
10572 (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
10573 'name' const.
10574 (find_file_and_directory): Make 'name' and 'comp_dir' const.
10575 (read_file_scope, read_func_scope, dwarf2_add_field)
10576 (dwarf2_add_member_fn, read_structure_type)
10577 (process_enumeration_scope, read_array_type, read_module_type)
10578 (read_base_type, read_subrange_type): Update.
10579 (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
10580 (new_symbol_full, guess_full_die_structure_name): Update.
10581 (dwarf2_canonicalize_name): Return const type. Make 'name' const.
10582 (dwarf2_name): Return const type.
10583 (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
10584 const.
10585
10586 2013-01-21 Tom Tromey <tromey@redhat.com>
10587
10588 * gdbtypes.c (init_type): Make 'name' const.
10589 * gdbtypes.h (init_type): Update.
10590
10591 2013-01-21 Tom Tromey <tromey@redhat.com>
10592
10593 * buildsym.c (patch_subfile_names): Use set_last_source_file.
10594 (start_symtab): Make 'name' and 'dirname' const. Use
10595 set_last_source_file.
10596 (restart_symtab, reset_symtab_globals): Use set_last_source_file.
10597 (last_source_file): Define. Now static.
10598 (set_last_source_file, get_last_source_file): New functions.
10599 * buildsym.h (last_source_file): Don't declare.
10600 (start_symtab): Update.
10601 (set_last_source_file, get_last_source_file): Declare.
10602 * coffread.c (complete_symtab): Use set_last_source_file.
10603 (coff_end_symtab): Likewise.
10604 (coff_symtab_read): Use set_last_source_file, get_last_source_file.
10605 * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
10606 set_last_source_file.
10607 (process_one_symbol): Use get_last_source_file.
10608 * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
10609 (psymtab_to_symtab_1): Use get_last_source_file.
10610 * xcoffread.c (process_linenos): Use get_last_source_file.
10611 (complete_symtab): Use set_last_source_file.
10612 (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
10613 (scan_xcoff_symtab): Use set_last_source_file.
10614
10615 2013-01-21 Tom Tromey <tromey@redhat.com>
10616
10617 * symtab.c (struct demangled_name_entry) <mangled>: Now const.
10618 (symbol_set_names): Remove casts. Handle field const-ness.
10619
10620 2013-01-21 Tom Tromey <tromey@redhat.com>
10621
10622 * dwarf2read.c (new_symbol_full): Remove cast.
10623 * symtab.c (symbol_set_demangled_name): Make 'name' const.
10624 * symtab.h (symbol_set_demangled_name): Update.
10625
10626 2013-01-21 Tom Tromey <tromey@redhat.com>
10627
10628 * main.c (captured_main): Call bfd_init.
10629
10630 2013-01-21 Tom Tromey <tromey@redhat.com>
10631
10632 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
10633 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
10634 * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
10635 * NEWS: Update.
10636
10637 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10638
10639 * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
10640
10641 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10642
10643 Fix gdb.fortran/common-block.exp crash in PIE mode.
10644 * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
10645 LOC_COMMON_BLOCK.
10646 * f-valprint.c (info_common_command_for_block): Expect
10647 LOC_COMMON_BLOCK in gdb_assert.
10648 * symtab.h (struct general_symbol_info): Update comment for the
10649 common_block member.
10650 (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
10651 (enum address_class): New member LOC_COMMON_BLOCK.
10652
10653 2013-01-18 David Blaikie <dblaikie@gmail.com>
10654
10655 * MAINTAINERS (Write After Approval): Add "David Blaikie".
10656
10657 2013-01-18 Tom Tromey <tromey@redhat.com>
10658
10659 PR c++/14999:
10660 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
10661 Call require_rvalue.
10662
10663 2013-01-18 Yao Qi <yao@codesourcery.com>
10664
10665 * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
10666 (dbx_read_symtab): New declaration.
10667 (dbx_psymtab_to_symtab): Delete.
10668 (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
10669 Rename parameter PST to SELF. Exchanged two parameters.
10670 (start_psymtab): Caller update.
10671 * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
10672 (dwarf2_read_symtab): New declaration.
10673 (dwarf2_psymtab_to_symtab): Delete.
10674 (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
10675 Rename parameter PST to SELF. Exchanged two parameters.
10676 (create_partial_symtab): Caller update.
10677 * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
10678 (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
10679 Rename parameter PST to SELF. Exchanged two parameters.
10680 (parse_partial_symbols, new_psymtab): Caller update.
10681 * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
10682 two parameters.
10683 * psymtab.c (psymtab_to_symtab): Caller update.
10684 * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
10685 (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
10686 Rename parameter PST to SELF. Exchanged two parameters.
10687 (xcoff_start_psymtab): Caller update.
10688
10689 2013-01-18 Yao Qi <yao@codesourcery.com>
10690
10691 * infrun.c (proceed): Rename local variable 'oneproc' to
10692 'force_step'.
10693
10694 2013-01-17 Doug Evans <dje@google.com>
10695
10696 * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
10697 (dw2_build_type_unit_groups): Delete. All uses updated.
10698
10699 * symtab.h (struct symbol_search): Add comment.
10700
10701 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10702
10703 * symtab.c (compare_filenames_for_search): New comment for
10704 HAS_DRIVE_SPEC.
10705
10706 2013-01-17 Tom Tromey <tromey@redhat.com>
10707
10708 * cp-abi.c (cp_abi_completer): Fix typo in assignment.
10709
10710 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10711
10712 * symtab.c (iterate_over_some_symtabs): New variable cleanups,
10713 initialize it by existing make_cleanup. Call new do_cleanups.
10714
10715 2013-01-17 Tom Tromey <tromey@redhat.com>
10716
10717 * cp-abi.c (cp_abi_completer): New function.
10718 (_initialize_cp_abi): Set completer for "set cp-abi".
10719
10720 2013-01-17 Tom Tromey <tromey@redhat.com>
10721
10722 * mem-break.c: Remove obsolete comment.
10723 * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
10724
10725 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10726
10727 * jit.c (jit_reader_load_command): Interpret the jit reader name
10728 as an absolute path if it begins with a forward slash.
10729
10730 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10731
10732 PR gdb/14550
10733
10734 * jit.c (finalize_symtab): Ensure that only the global block has a
10735 NULL superblock.
10736
10737 2013-01-17 Pedro Alves <palves@redhat.com>
10738
10739 * acinclude.m4: Include ../config/plugins.m4,
10740 ../config/largefile.m4 and ../config/lead-dot.m4. Add comments.
10741 * Makefile.in (aclocal_m4_deps): Update.
10742 * aclocal.m4: Renegerate.
10743
10744 2013-01-16 Doug Evans <dje@google.com>
10745
10746 * contrib/cc-with-tweaks.sh: Add references to Fission docs.
10747
10748 2013-01-16 Pedro Alves <palves@redhat.com>
10749 Tom Tromey <tromey@redhat.com>
10750
10751 PR cli/7221:
10752 * NEWS: Add "catch signal".
10753 * breakpoint.c (base_breakpoint_ops): No longer static.
10754 (bpstat_explains_signal): New function.
10755 (init_catchpoint): No longer static.
10756 (base_breakpoint_explains_signal): New function.
10757 (base_breakpoint_ops): Initialize new field.
10758 * breakpoint.h (enum bpstat_signal_value): New.
10759 (struct breakpoint_ops) <explains_signal>: New field.
10760 (bpstat_explains_signal): Remove macro, declare as function.
10761 (base_breakpoint_ops, init_catchpoint): Declare.
10762 * break-catch-sig.c: New file.
10763 * inferior.h (signal_catch_update): Declare.
10764 * infrun.c (signal_catch): New global.
10765 (handle_syscall_event): Update for change to
10766 bpstat_explains_signal.
10767 (handle_inferior_event): Likewise. Always handle random signals
10768 via bpstats.
10769 (signal_cache_update): Check signal_catch.
10770 (signal_catch_update): New function.
10771 (_initialize_infrun): Initialize signal_catch.
10772 * Makefile.in (SFILES): Add break-catch-sig.c.
10773 (COMMON_OBS): Add break-catch-sig.o.
10774
10775 2013-01-16 Tom Tromey <tromey@redhat.com>
10776
10777 * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
10778 (print_one_catch_solib, print_one_catch_syscall)
10779 (print_one_catch_exec, print_one_exception_catchpoint): Emit
10780 "catch-type".
10781
10782 2013-01-16 Yao Qi <yao@codesourcery.com>
10783
10784 * printcmd.c (current_display_number): Make it static.
10785
10786 2013-01-16 Yao Qi <yao@codesourcery.com>
10787
10788 * infcmd.c (step_once): Don't check '!single_inst' as it was
10789 checked before.
10790
10791 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10792
10793 * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
10794
10795 2013-01-14 Tom Tromey <tromey@redhat.com>
10796
10797 * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
10798 set command.
10799 * command.h (add_setshow_string_noescape_cmd): Update.
10800 * corefile.c (set_gnutarget_command): Remove trailing whitespace.
10801 (complete_set_gnutarget): New function.
10802 (_initialize_core): Set the "set gnutarget" completer.
10803
10804 2013-01-14 Tom Tromey <tromey@redhat.com>
10805
10806 PR symtab/14442:
10807 * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
10808 (c_type_print_modifier): Likewise.
10809 * dwarf2read.c (read_tag_restrict_type): New function.
10810 (read_type_die_1): Handle DW_TAG_restrict_type.
10811 * gdbtypes.c (make_restrict_type): New function.
10812 (recursive_dump_type): Handle TYPE_RESTRICT.
10813 * gdbtypes.h (enum type_flag_values): Renumber.
10814 (enum type_instance_flag_value): Add
10815 TYPE_INSTANCE_FLAG_RESTRICT.
10816 (TYPE_RESTRICT): New macro.
10817 (make_restrict_type): Declare.
10818
10819 2013-01-14 Tom Tromey <tromey@redhat.com>
10820
10821 PR symtab/14931:
10822 * psymtab.c (struct psymtab_state): New.
10823 (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
10824 functions.
10825 * psympriv.h (make_cleanup_discard_psymtabs): Declare.
10826 * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
10827
10828 2013-01-14 Richard Sharman <richard_sharman@mitel.com>
10829 Pedro Alves <palves@redhat.com>
10830
10831 PR remote/14786
10832
10833 * remote.c (remote_threads_info): Make a copy of the reply from
10834 qfThreadInfo and use that instead of rs->buf.
10835
10836 2013-01-14 Yao Qi <yao@codesourcery.com>
10837
10838 * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
10839 (dbx_psymtab_to_symtab): Likewise.
10840 * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
10841 * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
10842 * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
10843
10844 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10845
10846 * parse.c (parse_exp_in_context): New variable inner_chain. Call
10847 make_cleanup_restore_current_language. Call set_language. Move
10848 OLD_CHAIN and INNER_CHAIN cleanups.
10849 * utils.c (do_restore_current_language)
10850 (make_cleanup_restore_current_language): New functions.
10851 * utils.h (make_cleanup_restore_current_language): New declaration.
10852
10853 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10854
10855 * source.c (symtab_to_fullname): Apply rewrite_source_path also for
10856 non-existing files.
10857
10858 * source.c (symtab_to_fullname): Do not prepend DIRNAME for
10859 non-existing files if FILENAME is already absolute.
10860
10861 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10862
10863 * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
10864 fputs_filtered. Append trailing newline.
10865
10866 2013-01-11 Yao Qi <yao@codesourcery.com>
10867 Stan Shebs <stan@codesourcery.com>
10868
10869 * psymtab.c (init_psymbol_list): Clarify the comment.
10870
10871 2013-01-11 Yao Qi <yao@codesourcery.com>
10872
10873 * breakpoint.c (print_one_breakpoint_location): Remove dead code.
10874 (update_dprintf_command_list): Assert that 'printf_line' is
10875 non-null. Remove condition check.
10876
10877 2013-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10878
10879 Code cleanup.
10880 * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
10881 type const char *.
10882 * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
10883 const char *.
10884 * tui/tui-source.h (tui_source_is_displayed): Likewise.
10885
10886 2013-01-09 Anthony Green <green@moxielogic.com>
10887
10888 * cp-abi.c (cplus_print_vtable): Don't return value from void
10889 function.
10890 * ada-lang.c (re_set_catch_assert): Ditto.
10891
10892 2013-01-09 Doug Evans <dje@google.com>
10893
10894 * symfile.h (quick_symbol_functions): Delete member
10895 pre_expand_symtabs_matching. All uses removed.
10896 * dwarf2read.c (dw2_lookup_symbol): Implement.
10897 (dw2_do_expand_symtabs_matching): Delete.
10898 (dw2_pre_expand_symtabs_matching): Delete.
10899 (struct dw2_symtab_iterator): New type.
10900 (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
10901 (dw2_expand_symtabs_for_function): Rewrite.
10902 (dwarf2_gdb_index_functions): Update.
10903 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
10904 (psym_functions): Update.
10905
10906 2013-01-09 Tom Tromey <tromey@redhat.com>
10907
10908 * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
10909 * configure: Rebuild.
10910 * configure.ac: Add somread.o to the build if BFD has SOM
10911 support.
10912 * somread.c: Include som/aout.h, not syms.h.
10913 (som_symtab_read): Use som_external_symbol_dictionary_record.
10914 Unpack records manually.
10915 (_initialize_somread): Declare.
10916
10917 2012-01-08 Mike Frysinger <vapier@gentoo.org>
10918
10919 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
10920 Cast return_address to 64bits.
10921
10922 2013-01-08 Hui Zhu <hui_zhu@mentor.com>
10923
10924 * printcmd.c: Remove define of function output_command.
10925 * tracepoint.c: Remove extern of function output_command.
10926 * valprint.h: (output_command): New extern.
10927
10928 2013-01-07 Tom Tromey <tromey@redhat.com>
10929
10930 * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
10931 Remove.
10932 (objc_language_defn): Use c_printchar, c_printstr,
10933 c_emit_char.
10934
10935 2013-01-07 Tom Tromey <tromey@redhat.com>
10936
10937 PR cli/7719:
10938 * NEWS: Update.
10939 * ada-valprint.c (printstr, print_field_values): Remove
10940 "inspect_it" code.
10941 * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
10942 code.
10943 * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
10944 code.
10945 * m2-lang.c (m2_printstr): Remove "inspect_it" code.
10946 * main.c (captured_main): Remove "epoch" argument.
10947 * objc-lang.c (objc_printstr): Remove "inspect_it" code.
10948 * p-lang.c (pascal_printstr): Remove "inspect_it" code.
10949 * p-valprint.c (pascal_object_print_value_fields): Remove
10950 "inspect_it" code.
10951 * printcmd.c (print_command_1): Remove 'inspect' argument.
10952 (print_command, call_command): Update.
10953 (inspect_command): Remove.
10954 (_initialize_printcmd): Make "inspect" an alias for "print".
10955 * top.c (epoch_interface): Remove.
10956 * top.h (epoch_interface): Remove.
10957 * valprint.c (user_print_options): Update.
10958 (print_converted_chars_to_obstack): Remove "inspect_it" code.
10959 * valprint.h (struct value_print_options) <inspect_it>: Remove
10960 field.
10961
10962 2013-01-04 Tom Tromey <tromey@redhat.com>
10963
10964 * valprint.h (read_string): Add 'extern'.
10965
10966 2013-01-07 Joel Brobecker <brobecker@adacore.com>
10967
10968 * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
10969 used to decide whether to define darwin_read_dyld_info or not.
10970
10971 2013-01-03 Pierre Muller <muller@sourceware.org>
10972
10973 * main.c (relocate_gdb_directory): Avoid calling stat function
10974 if DIR is empty.
10975
10976 2013-01-03 Yao Qi <yao@codesourcery.com>
10977
10978 * psymtab.c (fixup_psymbol_section): Update declaration.
10979 (fixup_psymbol_section): Remove code returning value.
10980
10981 2013-01-03 Yao Qi <yao@codesourcery.com>
10982
10983 * symtab.h: Remove some out of date comments.
10984 (enum exception_event_kind): Move it ...
10985 * breakpoint.c: ... here.
10986
10987 2013-01-02 Iain Sandoe <developer@sandoe-acoustics.co.uk>
10988
10989 PR gdb/14405
10990 * darwin-nat.c (darwin_read_dyld_info): Only build if
10991 TASK_DYLD_INFO_COUNT is defined.
10992 (darwin_xfer_partial): Call darwin_read_dyld_info only if
10993 TASK_DYLD_INFO_COUNT is defined.
10994
10995 2013-01-02 Tom Tromey <tromey@redhat.com>
10996
10997 * symfile.h (struct ecoff_debug_hack): Remove.
10998 * objfiles.c: Don't include mdebugread.h.
10999
11000 2013-01-02 Tom Tromey <tromey@redhat.com>
11001
11002 * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
11003 * configure.ac: Check for Mach-O support in BFD. Update
11004 CONFIG_OBS.
11005 * configure: Rebuild.
11006
11007 2013-01-02 Tom Tromey <tromey@redhat.com>
11008
11009 * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
11010 * configure.ac: Use GDB_AC_CHECK_BFD.
11011 * configure: Rebuild.
11012
11013 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
11014
11015 * MAINTAINERS: Update my email.
11016
11017 2013-01-01 Joel Brobecker <brobecker@adacore.com>
11018
11019 * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
11020
11021 2013-01-01 Joel Brobecker <brobecker@adacore.com>
11022
11023 * rs6000-nat.c (bss_data_overlap): New function.
11024 (vmap_symtab): Use it to adjust the .bss section's offset.
11025
11026 2013-01-01 Joel Brobecker <brobecker@adacore.com>
11027
11028 Update year range in copyright notice of all files.
11029
11030 2013-01-01, 13 Joel Brobecker <brobecker@adacore.com>
11031
11032 * top.c (print_gdb_version): Update copyright year.
11033
11034 For older changes see ChangeLog-2012.
11035 \f
11036 Local Variables:
11037 mode: change-log
11038 left-margin: 8
11039 fill-column: 74
11040 version-control: never
11041 coding: utf-8
11042 End:
This page took 0.272854 seconds and 4 git commands to generate.