remove unused field from struct elfinfo
[external/binutils.git] / gdb / ChangeLog
1 2013-10-17  Tom Tromey  <tromey@redhat.com>
2
3         * elfread.c (struct elfinfo) <stabindexsect>: Remove.
4         (elf_locate_sections): Update.
5
6 2013-10-17  Yao Qi  <yao@codesourcery.com>
7
8         * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
9         * ada-varobj.c: Remove the include of ada-varobj.h.
10         (ada_varobj_get_number_of_children): Declare.
11         (ada_varobj_get_name_of_child): Make it static.
12         (ada_varobj_get_path_expr_of_child): Likewise.
13         (ada_varobj_get_value_of_child): Likewise.
14         (ada_varobj_get_type_of_child): Likewise.
15         (ada_varobj_get_value_of_array_variable): Likewise.
16         * ada-varobj.h: Remove.
17
18 2013-10-17  Yao Qi  <yao@codesourcery.com>
19
20         * Makefile.in (SFILES): Add c-varobj.c and jv-varobj.c.
21         (COMMON_OBS): Add c-varobj.o and jv-varobj.o.
22         * ada-varobj.c: Include "varobj.h".
23         (ada_number_of_children): New.  Moved from varobj.c.
24         (ada_name_of_variable, ada_name_of_child): Likewise.
25         (ada_path_expr_of_child, ada_value_of_child): Likewise.
26         (ada_type_of_child, ada_value_of_variable): Likewise.
27         (ada_value_is_changeable_p, ada_value_has_mutated): Likewise.
28         (ada_varobj_ops): New.
29         * c-varobj.c, jv-varobj.c: New file.  Moved from varobj.c.
30         * gdbtypes.c (get_target_type): New.  Moved from varobj.c.
31         * gdbtypes.h (get_target_type): Declare.
32         * varobj.c: Remove the inclusion of "ada-varobj.h" and
33         "ada-lang.h".
34         (ANONYMOUS_STRUCT_NAME): Move it to c-varobj.c.
35         (ANONYMOUS_UNION_NAME): Likewise.
36         (get_type, get_value_type, get_target_type): Remove declarations.
37         (value_get_print_value, varobj_value_get_print_value): Likewise.
38         (c_number_of_children, c_name_of_variable): Likewise.
39         (c_name_of_child, c_path_expr_of_child): Likewise.
40         (c_value_of_child, c_type_of_child): Likewise.
41         (c_value_of_variable, cplus_number_of_children): Likewise.
42         (cplus_class_num_children, cplus_name_of_variable): Likewise.
43         (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
44         (cplus_value_of_child, cplus_type_of_child): Likewise.
45         (cplus_value_of_variable, java_number_of_children): Likewise.
46         (java_name_of_variable, java_name_of_child): Likewise.
47         (java_path_expr_of_child, java_value_of_child): Likewise.
48         (java_type_of_child, java_value_of_variable): Likewise.
49         (ada_number_of_children, ada_name_of_variable): Likewise.
50         (ada_name_of_child, ada_path_expr_of_child): Likewise.
51         (ada_value_of_child, ada_type_of_child): Likewise.
52         (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
53         (ada_value_has_mutated): Likewise.
54         (struct language_specific): Move it to varobj.h.
55         (CPLUS_FAKE_CHILD): Move it to varobj.h.
56         (restrict_range): Rename it varobj_restrict_range.  Make it extern.
57         Callers update.
58         (get_path_expr_parent): Rename it to varobj_get_path_expr_parent.
59         Make it extern.
60         (is_anonymous_child): Move it to c-varobj.c and rename to
61         varobj_is_anonymous_child.  Caller update.
62         (get_type): Move it to c-varobj.c.
63         (get_value_type): Rename it varobj_get_value_type.  Make it
64         extern.
65         (get_target_type): Move it gdbtypes.c.
66         (varobj_formatted_print_options): New function.
67         (value_get_print_value): Rename it to
68         varobj_value_get_print_value and make it extern.
69         (varobj_value_is_changeable_p): Make it extern.
70         (adjust_value_for_child_access): Move it to c-varobj.c.
71         (default_value_is_changeable_p): Rename it to
72         varobj_default_value_is_changeable_p.  Make it extern.
73         (c_number_of_children, c_name_of_variable): Move it to c-varobj.c
74         (c_name_of_child, c_path_expr_of_child): Likewise.
75         (c_value_of_child, c_type_of_child): Likewise.
76         (c_value_of_variable, cplus_number_of_children): Likewise.
77         (cplus_class_num_children, cplus_name_of_variable): Likewise.
78         (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
79         (cplus_value_of_child, cplus_type_of_child): Likewise.
80         (cplus_value_of_variable): Likewise.
81         (java_number_of_children, java_name_of_variable): Move it to jv-varobj.c.
82         (java_name_of_child, java_path_expr_of_child): Likewise.
83         (java_value_of_child, java_type_of_child): Likewise.
84         (java_value_of_variable): Likewise.
85         (ada_number_of_children, ada_name_of_variable): Move it to ada-varobj.c.
86         (ada_name_of_child, ada_path_expr_of_child): Likewise.
87         (ada_value_of_child, ada_type_of_child): Likewise.
88         (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
89         (ada_value_has_mutated): Likewise.
90         * varobj.h (CPLUS_FAKE_CHILD): New macro, moved from varobj.c.
91         (struct lang_varobj_ops): New.  Renamed by 'struct language_specific'.
92         (c_varobj_ops, cplus_varobj_ops): Declare.
93         (java_varobj_ops, ada_varobj_ops): Declare.
94         (varobj_default_value_is_changeable_p): Declare.
95         (varobj_value_is_changeable_p): Declare.
96         (varobj_get_value_type, varobj_is_anonymous_child): Declare.
97         (varobj_get_path_expr_parent): Declare.
98         (varobj_value_get_print_value): Declare.
99         (varobj_formatted_print_options): Declare.
100         (varobj_restrict_range): Declare.
101
102 2013-10-17  Luis Machado  <lgustavo@codesourcery.com>
103
104         * target/waitstatus.h (target_waitkind): Remove spurious
105         character from the comments.
106
107 2013-10-17  Joel Brobecker  <brobecker@adacore.com>
108
109         * gdbarch.sh (get_longjmp_target): Add method documentation.
110         * gdbarch.h: Regenerate.
111
112 2013-10-16  Tom Tromey  <tromey@redhat.com>
113
114         * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
115         label.
116
117 2013-10-16  Luis Machado  <lgustavo@codesourcery.com>
118
119         * gcore.in: Call GDB using the full path to the gcore script.
120         Error out if the GDB binary is not found.
121
122 2013-10-16  Sergio Durigan Junior  <sergiodj@redhat.com>
123
124         PR gdb/16014
125         * dwarf2read.c (dw2_get_real_path): Remove unnecessary call to
126         sizeof.
127
128 2013-10-16  Sergio Durigan Junior  <sergiodj@redhat.com>
129
130         PR gdb/16042
131         * target.c (target_disable_btrace): Fix invalid return value for
132         void function.
133         (target_teardown_btrace): Likewise.
134
135 2013-10-14  Yao Qi  <yao@codesourcery.com>
136
137         * varobj.c (struct varobj): Move most of the fields to
138         varobj.h.
139         (struct varobj_dynamic): New struct.
140         (varobj_get_display_hint) [HAVE_PYTHON]: Adjust.
141         (varobj_has_more): Likewise.
142         (dynamic_varobj_has_child_method): Likewise.
143         (update_dynamic_varobj_children): Likewise.
144         (varobj_get_num_children): Likewise.
145         (varobj_list_children, varobj_pretty_printed_p): Likewise.
146         (install_new_value_visualizer): Likewise.
147         (install_new_value_visualizer, install_new_value): Likewise.
148         (varobj_update, new_variable, free_variable): Likewise.
149         (my_value_of_variable, value_get_print_value): Likewise.
150         (install_visualizer): Change the type of parameter 'var' to
151         'struct varobjd_dynamic *'.  Callers update.
152         * varobj.h (struct varobj): Moved from varobj.c.
153         (struct varobj) <dynamic>: New field.
154
155 2013-10-13  Sandra Loosemore  <sandra@codesourcery.com>
156
157         * nios2-tdep.c (nios2_reg_names): Use "sstatus" rather than "ba"
158         as the preferred name of r30.
159         * nios2-linux-tdep.c (reg_offsets): Likewise.
160         * features/nios2-cpu.xml: Likewise.
161         * features/nios2-linux.c: Regenerated.
162         * features/nios2.c: Regenerated.
163         * regformats/nios2-linux.dat: Regenerated.
164
165 2013-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
166
167         Canonicalize directories for EXEC_FILENAME.
168         * exec.c (exec_file_attach): Use gdb_realpath_keepfile for
169         exec_filename.
170         * utils.c (gdb_realpath_keepfile): New function.
171         * utils.h (gdb_realpath_keepfile): New declaration.
172
173 2013-10-11  Doug Evans  <dje@google.com>
174
175         * Makefile.in (GDBFLAGS): New variable.
176         (run): New rule.
177
178 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
179
180         * NEWS: Add entry documenting the new "-catch-assert" and
181         "-catch-exception" GDB/MI commands.
182
183 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
184
185         * breakpoint.h (init_ada_exception_breakpoint): Add parameter
186         "enabled".
187         * breakpoint.c (init_ada_exception_breakpoint): Add parameter
188         "enabled".  Set B->ENABLE_STATE accordingly.
189         * ada-lang.h (ada_exception_catchpoint_kind): Move here from
190         ada-lang.c.
191         (create_ada_exception_catchpoint): Add declaration.
192         * ada-lang.c (ada_exception_catchpoint_kind): Move to ada-lang.h.
193         (create_ada_exception_catchpoint): Make non-static. Add new
194         parameter "disabled". Use it in call to
195         init_ada_exception_breakpoint.
196         (catch_ada_exception_command): Add parameter "enabled" in call
197         to create_ada_exception_catchpoint.
198         (catch_assert_command): Likewise.
199
200         * mi/mi-cmds.h (mi_cmd_catch_assert, mi_cmd_catch_exception):
201         Add declarations.
202         * mi/mi-cmds.c (mi_cmds): Add the "catch-assert" and
203         "catch-exception" commands.
204         * mi/mi-cmd-catch.c: Add #include "ada-lang.h".
205         (mi_cmd_catch_assert, mi_cmd_catch_exception): New functions.
206
207 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
208
209         * ada-lang.c (enum ada_exception_catchpoint_kind): Renames
210         "enum exception_catchpoint_kind".  Replace the "ex_" prefix
211         of all its enumerates with "ada_".  Update the rest of this
212         file throughout.
213
214 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
215
216         * ada-lang.c (ada_decode_exception_location): Delete.
217         (create_ada_exception_catchpoint): Remove arguments "sal",
218         "addr_string" and "ops".  Add argument "ex_kind" instead.
219         Adjust implementation accordingly, calling ada_exception_sal
220         to get the entities it no longer gets passed as arguments.
221         Document the function's arguments.
222         (catch_ada_exception_command): Use catch_ada_exception_command_split
223         instead of ada_decode_exception_location, and update call to
224         create_ada_exception_catchpoint.
225         (catch_ada_assert_command_split): Renames
226         ada_decode_assert_location.  Remove parameters "addr_string" and
227         "ops", and now returns void.  Adjust implementation accordingly.
228         Update the function documentation.
229         (catch_assert_command): Use catch_ada_assert_command_split
230         instead of ada_decode_assert_location.  Update call to
231         create_ada_exception_catchpoint.
232
233 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
234
235         * utils.h (perror_warning_with_name): Add declaration.
236         * utils.c (perror_warning_with_name): New function.
237         * cli/cli-cmds.c (source_script_with_search): Add call to
238         perror_warning_with_name if from_tty is nul.
239
240 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
241
242         * utils.c (perror_string): New function, extracted out of
243         throw_perror_with_name.
244         (throw_perror_with_name): Rework to use perror_string.
245
246 2013-10-11  Yao Qi  <yao@codesourcery.com>
247
248         * remote.c (discard_pending_stop_replies_in_queue): Update
249         declaration.
250         (struct stop_reply) <rs>: New field.
251         (remove_stop_reply_of_remote_state): New function.
252         (discard_pending_stop_replies_in_queue): Add parameter 'rs'.
253         Callers update.  Pass remove_stop_reply_of_remote_state to
254         QUEUE_iterate.
255         (remote_parse_stop_reply): Initialize field 'rs'.
256
257 2013-10-10  Will Newton  <will.newton@linaro.org>
258
259         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
260         linux_init_abi.
261
262 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
263
264         * cli/cli-cmds.c (show_baud_rate): Moved to serial.c as
265         serial_baud_show_cmd.
266         (_initialize_cli_cmds): Delete the code creating the
267         "set/show remotebaud" commands.
268         * serial.c (baud_rate): Move here from top.c.
269         (serial_baud_show_cmd): Move here from cli/cli-cmds.c.
270         (_initialize_serial): Create "set/show serial baud" commands.
271         Add "set/show remotebaud" command aliases.
272         * top.c (baud_rate): Moved to serial.c.
273         * NEWS: Document the new "set/show serial baud" commands,
274         replacing "set/show remotebaud".
275
276 2013-10-09  Pedro Alves  <palves@redhat.com>
277
278         * breakpoint.c (insert_bp_location): Use memory_error_message to
279         build the memory error string.
280         * c-lang.c: Include "gdbcore.h".
281         (c_get_string): Use memory_error to throw error.
282         (target_xfer_memory_error): Delete.
283         (memory_error_message): New, factored out from
284         target_xfer_memory_error.
285         (memory_error): Change parameter type to target_xfer_error.
286         Rewrite.
287         (read_memory): Use memory_error instead of
288         target_xfer_memory_error.
289         * gdbcore.h: Include "target.h".
290         (memory_error): Change parameter type to target_xfer_error.
291         (memory_error_message): Declare function.
292         * target.c (target_read_memory, target_read_stack)
293         (target_write_memory, target_write_raw_memory): Return
294         TARGET_XFER_E_IO on error.  Adjust comments.
295         (get_target_memory): Pass TARGET_XFER_E_IO to memory_error,
296         instead of EIO.
297         * target.h (target_read, target_insert_breakpoint)
298         (target_remove_breakpoint): Adjust comments.
299         * valprint.c (partial_memory_read): Rename parameter, and adjust
300         comment.
301         (val_print_string): Use memory_error_message to build the memory
302         error string.
303
304 2013-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
305
306         * common/filestuff.c (gdb_fopen_cloexec): Remove initialization of
307         result variable.  Rename variable fopen_e_ever_failed to
308         fopen_e_ever_failed_einval.  Retry fopen only for errno EINVAL.
309
310 2013-10-09  Pedro Alves  <palves@redhat.com>
311
312         * monitor.c (monitor_write_memory, monitor_write_memory_bytes)
313         (monitor_write_memory_longlongs, monitor_write_memory_block):
314         Constify 'myaddr' parameter.
315         (monitor_xfer_memory): Adjust interface as monitor_xfer_partial
316         helper.
317         (monitor_xfer_partial): New function.
318         (init_base_monitor_ops): Don't install a deprecated_xfer_memory
319         hook.  Install a to_xfer_partial hook.
320
321 2013-10-09  Tom Tromey  <tromey@redhat.com>
322
323         * dwarf2read.c (dwarf2_get_dwz_file): Update for type change in
324         bfd_get_alt_debug_link_info.
325
326 2013-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
327
328         New flag OBJF_NOT_FILENAME.
329         * auto-load.c (auto_load_objfile_script): Check also OBJF_NOT_FILENAME.
330         * jit.c (jit_object_close_impl): Use OBJF_NOT_FILENAME for
331         allocate_objfile.
332         (jit_bfd_try_read_symtab): Use OBJF_NOT_FILENAME for
333         symbol_file_add_from_bfd.
334         * jv-lang.c (get_dynamics_objfile): Use OBJF_NOT_FILENAME for
335         allocate_objfile.
336         * objfiles.c (allocate_objfile): Assert OBJF_NOT_FILENAME if NAME is
337         NULL.
338         * objfiles.h (OBJF_NOT_FILENAME): New.
339
340 2013-10-08  Tom Tromey  <tromey@redhat.com>
341
342         * Makefile.in (SFILES): Add build-id.c.
343         (HFILES_NO_SRCDIR): Add build-id.h.
344         * build-id.c: New file, largely from elfread.c.  Modified
345         most functions.
346         * build-id.h: New file.
347         * dwarf2read.c (dwarf2_get_dwz_file): Update for change to
348         bfd_get_alt_debug_link_info.  Verify dwz file's build-id.
349         Search for dwz file using build-id.
350         * elfread.c (build_id_bfd_get, build_id_verify)
351         (build_id_to_debug_filename, find_separate_debug_file): Remove.
352
353 2013-10-08  Joel Brobecker  <brobecker@adacore.com>
354
355         * ada-lang.c (compare_names_with_case): Renamed from
356         compare_names, adding a new parameter "casing" and its handling.
357         New function documentation.
358         (compare_names): New function, implemented using
359         compare_names_with_case.
360
361 2013-10-08  Joel Brobecker  <brobecker@adacore.com>
362
363         * ada-lang.c (ada_exception_sal): Remove advance declaration.
364
365 2013-10-07  Tom Tromey  <tromey@redhat.com>
366
367         * objfiles.c (free_objfile_per_bfd_storage): Delete the
368         demangled_names_hash.
369         (free_objfile): Don't delete the demangled_names_hash.
370         * objfiles.h (struct objfile_per_bfd_storage)
371         <demangled_names_hash>: New field.
372         (struct objfile) <demangled_names_hash>: Move to
373         objfile_per_bfd_storage.
374         * symfile.c (reread_symbols): Don't delete the
375         demangled_names_hash.
376         * symtab.c (create_demangled_names_hash): Update.
377         (symbol_set_names): Update.
378
379 2013-10-07  Tom Tromey  <tromey@redhat.com>
380
381         * gdb_bfd.c (struct gdb_bfd_data) <relocation_computed,
382         needs_relocations>: New fields.
383         (gdb_bfd_requires_relocations): New function.
384         * gdb_bfd.h (gdb_bfd_requires_relocations): Declare.
385         * objfiles.c (get_objfile_bfd_data): Disallow sharing if
386         the BFD needs relocations applied.
387
388 2013-10-07  Pedro Alves  <palves@redhat.com>
389
390         PR breakpoints/11568
391         * breakpoint.c (remove_threaded_breakpoints): Say "no longer in
392         the thread list" instead of "gone".
393
394 2013-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
395
396         * NEWS: Mention new convenience variable $_exitsignal.
397         * corelow.c (core_open): Reset exit convenience variables.  Set
398         $_exitsignal to the uncaught signal which generated the corefile.
399         * infrun.c (handle_inferior_event): Reset exit convenience
400         variables.  Set $_exitsignal for TARGET_WAITKIND_SIGNALLED.
401         (clear_exit_convenience_vars): New function.
402         * inferior.h (clear_exit_convenience_vars): New prototype.
403
404 2013-10-06  Yao Qi  <yao@codesourcery.com>
405
406         * varobj.h: Add comments to enum varobj_languages.
407
408 2013-10-04  Doug Evans  <dje@google.com>
409
410         Add support for DWP file format version 2.
411         * NEWS: Mention support for DWP file format version 2.
412         * dwarf2read.c (dwarf2_section_info): Convert asection field to a
413         union of asection, containing_section.  New fields virtual_offset
414         and is_virtual.  Change type of readin filed from int to char.
415         (dwo_sections, dwo_file): Tweak comments.
416         (dwp_v2_section_ids): New enum.
417         (dwp_sections): New fields abbrev, info, line, loc, macinfo, macro,
418         str_offsets, types.
419         (virtual_v1_dwo_sections): Renamed from virtual_dwo_sections.
420         All uses updated.
421         (virtual_v2_dwo_sections): New struct.
422         (dwp_hash_table): New fields version, nr_columns.  Change type of
423         section_pool field to a union.
424         (dwp_file): New field version.
425         (dwarf2_has_info): Check for virtual sections.
426         (get_containing_section): New function.
427         (get_section_bfd_owner, get_section_bfd_section): Call it.
428         (dwarf2_locate_sections): Update.
429         (dwarf2_section_empty_p): Update.
430         (dwarf2_read_section): Handle virtual sections.
431         (locate_dwz_sections): Update.
432         (create_dwp_hash_table): Document and handle V2 format.
433         (locate_v1_virtual_dwo_sections): Renamed from
434         locate_virtual_dwo_sections and update.  All callers updated.
435         (create_dwo_unit_in_dwp_v1): Renamed from create_dwo_in_dwp.
436         Delete arg htab.  Rename arg section_index to unit_index.
437         All callers updated.
438         (MAX_NR_V1_DWO_SECTIONS): Renamed from MAX_NR_DWO_SECTIONS.
439         All uses updated.
440         (create_dwp_v2_section, create_dwo_unit_in_dwp_v2): New functions.
441         (lookup_dwo_unit_in_dwp): Add V2 support.
442         (dwarf2_locate_dwo_sections): Update.
443         (dwarf2_locate_common_dwp_sections): Renamed from
444         dwarf2_locate_dwp_sections and update.  All callers updated.
445         (dwarf2_locate_v2_dwp_sections): New function.
446         (open_and_init_dwp_file): Add V2 support.
447         (read_str_index): New locals str_section, str_offsets_section.
448
449 2013-10-04  Pedro Alves  <palves@redhat.com>
450
451         * common/ptid.c (null_ptid, minus_one_ptid, ptid_build)
452         (pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid)
453         (ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p): Replace
454         describing comments with references to ptid.h.
455         * common/ptid.h: Remove intro description of constructors,
456         accessors and predicates.
457         (struct ptid): Reformat.
458         (minus_one_ptid, ptid_build, pid_to_ptid, ptid_get_pid)
459         (ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid): Change
460         describing comments.
461
462 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
463
464         * aix-thread.c (sync_threadlists): Add missing ')' in call
465         to ptid_build.
466
467 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
468
469         * procfs.c (procfs_init_inferior): Fix typo causing the build
470         to fail.
471
472 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
473
474         * aix-thread.c (ptrace32): Remove cast to addr_ptr.
475
476 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
477
478         * mi/mi-main.c (run_one_inferior): Add function description.
479         Make ARG a pointer to an integer whose value determines whether
480         we should "run" or "start" the program.
481         (mi_cmd_exec_run): Add handling of the "--start" option.
482         Reject all other command-line options.
483         * NEWS: Add entry for "-exec-run"'s new "--start" option.
484
485 2013-10-04  Yao Qi  <yao@codesourcery.com>
486
487         * remote-notif.h (REMOTE_NOTIF_ID): New enum.
488         (struct notif_client) <pending_event>: Moved
489         to struct remote_notif_state.
490         <id>: New field.
491         (struct remote_notif_state) <pending_event>: New field.
492         (notif_event_xfree): Declare.
493         * remote-notif.c (handle_notification): Adjust.
494         (notif_event_xfree): New function.
495         (do_notif_event_xfree): Call notif_event_xfree.
496         (remote_notif_state_xfree): Call notif_event_xfree to free
497         each element in field pending_event.
498         * remote.c (discard_pending_stop_replies): Remove declaration.
499         (discard_pending_stop_replies_in_queue): Declare.
500         (remote_close): Call discard_pending_stop_replies_in_queue
501         instead of discard_pending_stop_replies.
502         (remote_start_remote): Adjust.
503         (stop_reply_xfree): Call notif_event_xfree.
504         (notif_client_stop): Adjust initialization.
505         (remote_notif_remove_all): Rename it to ...
506         (remove_stop_reply_for_inferior): ... this.  Update comments.
507         Don't check INF is NULL.
508         (discard_pending_stop_replies): Return early if notif_state is
509         NULL.  Adjust.  Don't check INF is NULL.
510         (remote_notif_get_pending_events): Adjust.
511         (discard_pending_stop_replies_in_queue): New function.
512         (remote_wait_ns): Likewise.
513
514 2013-10-04  Yao Qi  <yao@codesourcery.com>
515
516         * remote-notif.c (DECLARE_QUEUE_P): Remove.
517         (notif_queue): Remove.
518         (remote_notif_process): Add one parameter 'notif_queue'.
519         Update comments.  Callers update.
520         (remote_async_get_pending_events_token): Remove.
521         (remote_notif_register_async_event_handler): Remove.
522         (remote_notif_unregister_async_event_handler): Remove.
523         (handle_notification): Add parameter 'notif_queue'.  Update
524         comments.  Callers update.
525         (notif_xfree): Remove.
526         (remote_notif_state_allocate): New function.
527         (remote_notif_state_xfree): New function.
528         (_initialize_notif): Remove code to allocate queue.
529         * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
530         (struct remote_notif_state): New.
531         (handle_notification): Update declaration.
532         (remote_notif_process): Likewise.
533         (remote_notif_register_async_event_handler): Remove.
534         (remote_notif_unregister_async_event_handler): Remove.
535         (remote_notif_state_allocate): Declare.
536         (remote_notif_state_xfree): Declare.
537         * remote.c (struct remote_state) <notif_state>: New field.
538         (remote_close): Don't call
539         remote_notif_unregister_async_event_handler.  Call
540         remote_notif_state_xfree.
541         (remote_open_1): Don't call
542         remote_notif_register_async_event_handler.  Call
543         remote_notif_state_allocate.
544
545 2013-10-04  Yao Qi  <yao@codesourcery.com>
546
547         * varobj.c (create_child_with_value): Remove 'const' from the
548         type of parameter 'name'.
549         (varobj_add_child): Likewise.
550         (install_dynamic_child): Remove 'const' from the type of
551         parameter 'name'.
552         (varobj_add_child): Likewise.
553         (create_child_with_value): Likewise.  Update comments.  Don't
554         duplicate 'name'.
555         (update_dynamic_varobj_children): Duplicate 'name'
556         and pass it to install_dynamic_child.
557
558 2013-10-03  Phil Muldoon  <pmuldoon@redhat.com>
559
560         * python/py-value.c (convert_value_from_python): Move PyInt_Check
561         conversion logic to occur after PyLong_Check.  Comment on order
562         change significance.
563         * python/py-arch.c (archpy_disassemble): Comment on order of
564         conversion for integers and longs.
565
566 2013-10-03  Pedro Alves  <palves@redhat.com>
567
568         * common/linux-ptrace.c (linux_check_ptrace_features): Factor out
569         the PTRACE_O_TRACESYSGOOD and PTRACE_O_TRACEFORK to separate
570         functions.  Always test for PTRACE_O_TRACESYSGOOD even if
571         PTRACE_O_TRACEFORK is not supported.
572         (linux_test_for_tracesysgood): New function.
573         (linux_test_for_tracefork): New function, factored out from
574         linux_check_ptrace_features, and also don't kill child_pid here.
575
576 2013-10-03  Tristan Gingold  <gingold@adacore.com>
577
578         * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
579         Remove verbose error reporting.  Use detected state to
580         thread_set_state call.
581         (i386_darwin_dr_get): Fix return type.  Remove verbose error
582         report.
583         Remove trailing spaces.
584
585 2013-10-02  Pedro Alves  <palves@redhat.com>
586
587         * cp-valprint.c (cp_print_value_fields): Adjust calls to
588         val_print_optimized_out.
589         * jv-valprint.c (java_print_value_fields): Likewise.
590         * p-valprint.c (pascal_object_print_value_fields): Likewise.
591         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
592         <DWARF_VALUE_REGISTER>: If the register was not saved, return a
593         new optimized out value.
594         * findvar.c (address_from_register): Likewise.
595         * frame.c (put_frame_register): Tweak error string to say the
596         register was not saved, rather than optimized out.
597         * infcmd.c (default_print_one_register_info): Adjust call to
598         val_print_optimized_out.  Use value_of_register instead of
599         get_frame_register_value.
600         * mi/mi-main.c (output_register): Use value_of_register instead of
601         get_frame_register_value.
602         * valprint.c (valprint_check_validity): Likewise.
603         (val_print_optimized_out): New value parameter.  If the value is
604         lval_register, print <not saved> instead.
605         (value_check_printable, val_print_scalar_formatted): Adjust calls
606         to val_print_optimized_out.
607         * valprint.h (val_print_optimized_out): New value parameter.
608         * value.c (struct value) <optimized_out>: Extend comment.
609         (error_value_optimized_out): New function.
610         (require_not_optimized_out): Use it.  Use a different string for
611         lval_register values.
612         * value.h (error_value_optimized_out): New declaration.
613         * NEWS: Mention <not saved>.
614
615 2013-10-02  Joel Brobecker  <brobecker@adacore.com>
616
617         * symtab.c (compare_search_syms): Use FILENAME_CMP instead of
618         strcmp to compare two symtab filenames.
619
620 2013-10-02  Joel Brobecker  <brobecker@adacore.com>
621
622         * symtab.c (search_symbols_equal): Delete.
623         (sort_search_symbols_remove_dups): Replace call to
624         search_symbols_equal by call to compare_search_syms,
625         adjusting as necessary.
626
627 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
628
629         PR python/15579
630
631         * python/python.c: Document gdb.execute command in Python help.
632
633 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
634
635         * python/py-frame.c (frame_info_to_frame_object): Use
636         gdbpy_convert_exception. Clean up Python object on failure.
637
638 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
639
640         * python/lib/gdb/command/frame_filters.py
641         (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
642         (ShowFrameFilterPriority.invoke): Ditto.
643
644 2013-10-01  Keith Seitz  <keiths@redhat.com>
645
646         * linespec.c (struct ls_parser): Make 'saved_arg' const.
647         (parse_linespec): Make 'argptr' const.
648         Remove temporary cast of 'argptr' to const char **.
649         (decode_line_full): Pass const pointer to parse_linespec.
650         (decode_line_1): Likewise.
651         (decode_objc): Make local variable 'new_argptr' const.
652         (find_function_symbols): Remove temporary cast to char *
653         to find_imps.
654         * objc-lang.c (find_imps): Make argument 'method' const.
655         Return const.
656         * objc-lang.h (find_imps): Likewise.
657
658 2013-10-01  Keith Seitz  <keiths@redhat.com>
659
660         * completer.c (skip_quoted_chars): Make all arguments const.
661         Return const.
662         (skip_quoted): Likewise.
663         * completer.h (skip_quoted_chars): Likewise.
664         (skip_quoted): Likewise.
665         * defs.h (skip_quoted): Remove duplicate declaration.
666         * jv-exp.y: Include completer.h.
667         (yylex): Remove unneccessary cast to char * fro skip_quoted.
668         * p-exp.y: Include completer.h.
669
670 2013-10-01  Keith Seitz  <keiths@redhat.com>
671
672         * c-exp.y (parse_number): Make first argument const.
673         Make a copy of the input to manipulate.
674         (c_parse_escape): Make first argument const.
675         Make local variable 'tokptr' const.
676         (parse_string_or_char): Make first two arguments const.
677         (macro_original_text): Make const.
678         (lex_one_token): Make local variable 'tokstart' const.
679         Likewise for local variables named 'p'.
680         Cast away const for struct stoken (temporary).
681         * c-lang.h (c_parse_escpae): Make first argument const.
682         * cli/cli-cmds.c (echo_command): Make local variable 'p'
683         const.
684         * cli/cli-setshow.c (do_set_command): Likewise for 'p' in
685         var_string case.
686         * f-exp.y (parse_number): Make first argument const.
687         (match_string_literal): Make local variable 'tokstart'
688         const.
689         (yylex): Make local variable 'p' const.
690         Cast away const for struct stoken (temporary).
691         * go-exp.y (parse_number): Make first argument const.
692         (parse_string_or_char): Likewise.
693         Make local variable 'tokstart' const.
694         (lex_one_token): Likewise for numerous locals called 'p'.
695         Cast away const for struct stoken (temporary).
696         * jv-exp.y (parse_number): Make first argument const.
697         Make local variables 'tokstart' and 'tokptr' const.
698         Cast away const for call to skip_quoted (temporary).
699         (yylex): Make local variable 'p' const.
700         Cast away const for struct stoken (temporary).
701         * m2-exp.y (parse_number): Make local variable 'p' const.
702         (yylex): Likewise for 'tokstart'.
703         Cast away const for struct stoken (temporary).
704         Make local variable 'p' const.
705         * macroexp.c (get_character_constant): Pass a const string
706         to c_parse_escape.
707         (get_string_literal): Likewise.
708         (macro_expand_next): Make first argument const.
709         Cast away const for init_shared_buffer.
710         * macroexp.h (macro_expand_next): Make first argument const.
711         * p-exp.y (yylex): Make a local copy of 'lexptr'.
712         Pass a const string to c_parse_escape.
713         Make local variables 'p' and 'namestart' const.
714         * parse.c (lexptr): Make const.
715         (prev_lexptr): Likewise.
716         (find_template_name_end): Return const.
717         Make argument const, too.
718         (parse_exp_in_context): Make first argument const.
719         Remove the entire const_hack.
720         (parse_exp_in_context_1): Make first argument const.
721         * parser-defs.h (find_template_name_end): Return const.
722         Make argument const, too.
723         (lexptr): Make const.
724         (prev_lexptr): Likewise.
725         * utils.c (parse_escape): Make second argument const.
726         * utils.h (parse_escape): Likewise.
727
728 2013-10-01  Keith Seitz  <keiths@redhat.com>
729
730         * ada-exp.y (write_object_renaming): Update: struct stoken.ptr
731         is now const.
732         (block_lookup): Make 'raw_name' and 'name' const.
733         * ada-lex.l (processString): Update for struct stoken.ptr.
734         * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
735         (operator_stoken): Likewise.
736         (lex_one_token): Remove temporary cast to char * for
737         'yylval.sval.ptr'.
738         * f-exp.y (yylex): Likewise.
739         * gdb-types.c (lookup_struct_elt_type): Make argument 'name' const.
740         * gdbtypes.h (lookup_struct_elt_type): Likewisee.
741         * go-exp.y (lex_one_token): Remove temporary cast to char * for
742         'yylval.sval.ptr'.
743         * jv-exp.y (QualifiedName): Update for struct stoken.ptr.
744         (yylex): Remove temporary cast to char * for 'yylval.sval.ptr'.
745         * linespec.c (struct ls_parser): Make 'stream' const.
746         (find_parameter_list_end): Make argument 'input' and local
747         variable 'p' const.
748         (linespec_lexer_lex_string): Make local variables 'start' and
749         'p' const.
750         Use skip_spaces_const instead of skip_spaces.
751         (linespec_lexer_peek_token): Make local variable 'saved_stream'
752         const.
753         (parse_linespec): Temporarily cast 'argptr' to const for
754         'parser->lexer.stream'.
755         * m2-exp.y (yylex): Remove temporary cast to char * for
756         'yylval.sval.ptr'.
757         * objc-lang.c (add_msglist): Make local variable 'p' const.
758         * p-exp.y (exp : exp '['): Update for struct stoken.ptr.
759         (exp : STRING): Make 'sp' const.
760         (parse_number): Make argument 'p' const.
761         * parser-defs.h (struct stoken): Make 'ptr' const.
762
763 2013-10-01  Doug Evans  <dje@google.com>
764
765         * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
766
767 2013-10-01  Yao Qi  <yao@codesourcery.com>
768
769         * varobj.c (c_value_of_root): Remove declaration.
770         (cplus_value_of_root, java_value_of_root): Likewise.
771         (ada_value_of_root): Likewise.
772         (struct language_specific) <value_of_root>: Remove.
773         (languages): Update initialization.
774         (check_scope): Move earlier.
775         (c_value_of_root): Move earlier and rename to ...
776         (value_of_root_1): ... this.
777         (value_of_root): Caller update.
778         (cplus_value_of_root, java_value_of_root): Remove.
779         (ada_value_of_root): Remove.
780
781 2013-10-01  Yao Qi  <yao@codesourcery.com>
782
783         * varobj.c (varobj_format_string): Remove "unknown".
784         (languages): Remove the first element.
785         * varobj.h (enum varobj_languages): Remove vlang_c.
786
787 2013-10-01  Yao Qi  <yao@codesourcery.com>
788
789         * varobj.c (struct language_specific) <language>: Remove.
790         (languages): Update the initialization.
791
792 2013-10-01  Yao Qi  <yao@codesourcery.com>
793
794         * arm-wince-tdep.c: Remove inclusion of "solib.h" and
795         "solib-target.h".  Include "windows-tdep.h".
796         (arm_wince_init_abi): Call windows_init_abi.  Remove call to
797         set_solib_ops and set_gdbarch_has_dos_based_file_system.
798         * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append
799         windows-tdep.o to gdb_target_obs.
800
801 2013-10-01  Yao Qi  <yao@codesourcery.com>
802
803         * amd64-windows-tdep.c: Remove inclusion of "solib.h" and
804         "solib-target.h".
805         (amd64_windows_init_abi): Don't call set_solib_ops and
806         set_gdbarch_iterate_over_objfiles_in_search_order.  Call
807         windows_init_abi instead.
808         * i386-cygwin-tdep.c: Remove inclusion of "solib.h" and
809         "solib-target.h".
810         (i386_cygwin_init_abi): Don't call set_solib_ops,
811         set_gdbarch_has_dos_based_file_system and
812         set_gdbarch_iterate_over_objfiles_in_search_order.  Call
813         windows_init_abi instead.
814         * windows-tdep.c: Include "solib.h" and "solib-target.h".
815         (windows_init_abi): New function.
816         (windows_iterate_over_objfiles_in_search_order): Make it
817         static.
818         * windows-tdep.h (windows_init_abi): Declare.
819         (windows_iterate_over_objfiles_in_search_order): Remove
820         declaration.
821
822 2013-10-01  Jerome Guitton  <guitton@adacore.com>
823
824         Checked in by Joel Brobecker  <brobecker@adacore.com>
825         * system-gdbinit/elinos.py (get_elinos_environment): Return an
826         incomplete dictionnary instead of None in case of missing
827         environment variables.
828         (elinos_init): in case of an incomplete environment, best
829         effort to load system libraries instead of abort.
830
831 2013-10-01  Joel Brobecker  <brobecker@adacore.com>
832
833         * ada-lang.c (ada_has_this_exception_support): Ignore
834         mst_solib_trampoline minimal symbols.
835
836 2013-09-30  Tristan Gingold  <gingold@adacore.com>
837
838         * i386-darwin-nat.c (darwin_complete_target): Install methods for
839         hardware watchpoint.
840         (i386_darwin_dr_set): Support 32 and 64 bit states.
841         (i386_darwin_dr_get): Likewise.
842         (i386_darwin_dr_set_control): Make static.
843         (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
844         (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
845
846 2013-09-30  Luis Machado  <lgustavo@codesourcery.com>
847
848         * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
849         Replace TIDGET with ptid_get_lwp.
850         Replace GET_LWP with ptid_get_lwp.
851         * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
852         Replace BUILD_THREAD with ptid_build.
853         Replace BUILD_LWP with ptid_build.
854         Replace PIDGET with ptid_get_pid.
855         Replace TIDGET with ptid_get_lwp.
856         * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
857         * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
858         Replace TIDGET with ptid_get_lwp.
859         * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
860         * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
861         Replace TIDGET with ptid_get_lwp.
862         Replace GET_LWP with ptid_get_lwp.
863         * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
864         * auxv.c: Likewise.
865         * breakpoint.c: Likewise.
866         * common/ptid.c (ptid_is_pid): Condense check for
867         null_ptid and minus_one_ptid.
868         (ptid_lwp_p): New function.
869         (ptid_tid_p): New function.
870         * common/ptid.h: Update comments for accessors.
871         (ptid_lwp_p): New prototype.
872         (ptid_tid_p): New prototype.
873         * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
874         * gcore.c: Replace PIDGET with ptid_get_pid.
875         * gdbthread.h: Likewise.
876         * gnu-nat.c: Likewise.
877         * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
878         Replace TIDGET with ptid_get_lwp.
879         * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
880         * hppanbsd-nat.c: Likewise.
881         * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
882         Replace TIDGET with ptid_get_lwp.
883         * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
884         * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
885         * infcmd.c: Likewise.
886         * inferior.h: Likewise.
887         * inflow.c: Likewise.
888         * infrun.c: Likewise.
889         * linux-fork.c: Likewise.
890         * linux-nat.c: Replace PIDGET with ptid_get_pid.
891         Replace GET_PID with ptid_get_pid.
892         Replace is_lwp with ptid_lwp_p.
893         Replace GET_LWP with ptid_get_lwp.
894         Replace BUILD_LWP with ptid_build.
895
896 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
897
898         * common/linux-btrace.c: Move sys/syscall.h out of the
899         HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
900         Also check for SYS_perf_event_open before attempting to buid.
901
902 2013-09-27  Doug Evans  <dje@google.com>
903
904         * dwarf2read.c (dwarf2_section_info): Add comment.
905         (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
906         All uses updated.
907         (dwarf2_section_empty_p): Rename arg from "info" to "section".
908         (dwarf2_read_section): Delete unused local "header".  Add section
909         name to error message.
910         (create_dwo_in_dwp): Tweak comment.
911         (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
912
913         * dwarf2read.c (die_reader_specs): Tweak comment.
914         (get_section_bfd_owner, get_section_bfd_section): New functions.
915         (get_section_name, get_section_file_name): New functions.
916         (get_section_id, get_section_flags): New functions.
917         (*): Use new functions to access section fields.
918
919         * dwarf2read.c (struct dwo_file): Add/tweak comments.
920         (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp.  Remove
921         arg "htab".  All callers updated.
922         (create_debug_types_hash_table): Remove redundant copy of
923         abbrev_section.
924         (create_dwo_in_dwp): Tweak comments.
925         (read_str_index): Tweak comment.  Record dwarf form name in static
926         local.
927
928 2013-09-27  Pedro Alves  <palves@redhat.com>
929
930         * remote.h (REMOTE_SYSROOT_PREFIX): New define.
931         (remote_filename_p): Add comment.
932         * remote.c (remote_filename_p): Adjust to use
933         REMOTE_SYSROOT_PREFIX.
934         * solib.c (solib_find): When deciding whether we need to add a
935         directory separator, check whether the sysroot is "remote:"
936         instead of checking whether the patch has a drive spec.  Add
937         comments.
938
939 2013-09-27  Pedro Alves  <palves@redhat.com>
940
941         * remote.c (struct stop_reply) <solibs_changed, replay_event>:
942         Delete fields.
943         (remote_parse_stop_reply): Adjust, setting event->ws.kind
944         directly.
945
946 2013-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
947
948         Fix set debug frame output.
949         * frame.c (fprint_frame_type): Add TAILCALL_FRAME entry.  Move
950         SENTINEL_FRAME entry lower to match enum frame_type order.
951
952 2013-09-26  Pierre Muller  <muller@sourceware.org>
953
954         Replace constant values 8 to 15 by AMD64_R8_REGNUM to
955         AMD64_R15_REGNUM when a register index is expected.
956         * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):
957         Substitute in array.
958         * amd64-tdep.c (amd64_dwarf_regmap): Ditto.
959         (amd64_push_arguments): Substitute in integer_regnum array.
960
961 2013-09-25  Doug Evans  <dje@google.com>
962
963         * objfiles.c (allocate_objfile): Move comment to better place.
964
965         New option "set debug symfile on".
966         * NEWS: Mention "set debug symfile".
967         * Makefile.in (SFILES): Add symfile-debug.c.
968         (COMMON_OBS): Add symfile-debug.o.
969         * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the
970         objfile's symbol functions.
971         * objfiles.h (objfile_set_sym_fns): Declare.
972         * symfile-debug.c: New file.
973         * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the
974         objfile's symbol functions.
975         (reread_symbols): Ditto.
976
977         * symfile.h (struct sym_fns): Delete member "sym_flavour".
978         All uses updated.
979         (add_symtab_fns): Update prototype.
980         * symfile.c (sym_fns_ptr): Delete.  Replace with ...
981         (registered_sym_fns): ... this.
982         (symtab_fns): Update.
983         (add_symtab_fns): New arg "flavour".  All callers updated.
984         (find_sym_fns): Rewrite to use new sym_fns registry.
985
986         * symfile.h (struct sym_fns): Add "objfile" argument to
987         sym_read_linetable.  All uses updated.
988
989         * symtab.c (domain_name, search_domain_name): New functions.
990         * symtab.h (domain_name, search_domain_name): Declare.
991
992         * symfile.h (struct quick_symbol_functions): Reorg arg list of
993         map_matching_symbols so objfile is first.  All uses updated.
994         * dwarf2read.c (dw2_map_matching_symbols): Update signature.
995         * psymtab.c (map_matching_symbols_psymtab): Update signature.
996
997 2013-09-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
998
999         PR shlibs/8882
1000         * solib-svr4.c (svr4_read_so_list): Skip the vDSO when reading
1001         link map entries.
1002
1003 2013-09-24  Doug Evans  <dje@google.com>
1004
1005         * objfiles.c (free_objfile): Move comment.
1006
1007 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1008
1009         * ada-exp.y (string_to_operator): Delete.
1010         (dummy_string_to_ada_operator): Delete.
1011
1012 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1013
1014         Revert:
1015         * i386-tdep.h (enum amd64_reg_class): New, moved here from
1016         amd64-tdep.c.
1017         (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
1018         call_dummy_integer_regs, and classify.
1019         * amd64-tdep.h (amd64_classify): Add declaration.
1020         * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
1021         (amd64_reg_class): Delete, moved to i386-tdep.h.
1022         (amd64_classify): Make non-static.  Move declaration to amd64-tdep.h.
1023         Replace call to amd64_classify by call to tdep->classify.
1024         (amd64_push_arguments): Get the list of registers to use for
1025         passing integer parameters from the gdbarch tdep structure,
1026         rather than using a hardcoded one.  Replace calls to amd64_classify
1027         by calls to tdep->classify.
1028         (amd64_push_dummy_call): Get the register number used for
1029         the "hidden" argument from tdep->call_dummy_integer_regs.
1030         (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
1031         and tdep->call_dummy_integer_regs.  Set tdep->classify.
1032
1033 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1034
1035         Revert:
1036         * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
1037         * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
1038         where tdep->memory_args_by_pointer is non-zero.
1039
1040 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1041
1042         Revert:
1043         * i386-tdep.h (struct gdbarch_tdep): Add new field
1044         integer_param_regs_saved_in_caller_frame.
1045         * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
1046         stack if tdep->integer_param_regs_saved_in_caller_frame is set.
1047
1048 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1049
1050         * amd64-windows-tdep.c: #include "value.h"
1051         (amd64_windows_classify): Delete.
1052         (amd64_windows_passed_by_integer_register)
1053         (amd64_windows_passed_by_xmm_register)
1054         (amd64_windows_passed_by_pointer)
1055         (amd64_windows_adjust_args_passed_by_pointer)
1056         (amd64_windows_store_arg_in_reg, amd64_windows_push_arguments)
1057         (amd64_windows_push_dummy_call): New functions.
1058         (amd64_windows_init_abi): Remove setting of
1059         tdep->call_dummy_num_integer_regs, tdep->call_dummy_integer_regs,
1060         tdep->classify, tdep->memory_args_by_pointer and
1061         tdep->integer_param_regs_saved_in_caller_frame.
1062         Add call to set_gdbarch_push_dummy_call.
1063
1064 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1065
1066         * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with
1067         objfile->original_name.
1068
1069 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1070
1071         Pass down original filename for objfile.
1072         * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
1073         * elfread.c (elf_symfile_read): Likewise.
1074         * jit.c (jit_object_close_impl): Update allocate_objfile call, no
1075         longer set ORIGINAL_NAME.
1076         (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
1077         * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
1078         * machoread.c (macho_add_oso_symfile): Add parameter name.  Update
1079         symbol_file_add_from_bfd call.
1080         (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
1081         (macho_check_dsym): Add parameter filenamep.  Change function comment.
1082         Set *filenamep.
1083         (macho_symfile_read): New variable dsym_filename.  Update
1084         macho_check_dsym call.  Use it for symbol_file_add_separate.
1085         * objfiles.c (allocate_objfile): Add parameter name.  New comment for
1086         it.  Use it for objfile->original_name.
1087         (objfile_name): Return OBFD's filename, if available.
1088         * objfiles.h (allocate_objfile): Add new parameter name.
1089         * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
1090         * symfile-mem.c (symbol_file_add_from_memory): Update
1091         symbol_file_add_from_bfd call.
1092         * symfile.c (read_symbols): Update symbol_file_add_separate call, new
1093         comment for it.
1094         (symbol_file_add_with_addrs): New parameter name, add function comment
1095         for it.  Remove variable name.  Update allocate_objfile call.
1096         (symbol_file_add_separate): New parameter name, add function comment
1097         for it.  Update symbol_file_add_with_addrs call.
1098         (symbol_file_add_from_bfd): New parameter name.  Update
1099         symbol_file_add_with_addrs call.
1100         (symbol_file_add): Update symbol_file_add_from_bfd call.
1101         (reread_symbols): New variable original_name.  Save
1102         objfile->original_name by it.
1103         * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
1104         second parameter.
1105
1106 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1107
1108         Code cleanup: Add objfile_name accessor function.
1109         * ada-lang.c (is_known_support_routine): Use objfile_name.
1110         * auto-load.c (source_gdb_script_for_objfile)
1111         (auto_load_objfile_script): Likewise.
1112         * coffread.c (coff_symtab_read, read_one_sym): Likewise.
1113         * dbxread.c (dbx_symfile_read): Likewise.
1114         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
1115         * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
1116         * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
1117         (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
1118         (lookup_dwp_signatured_type, lookup_dwo_unit)
1119         (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
1120         (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
1121         (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
1122         (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
1123         (dwarf2_record_block_ranges, read_common_block, read_typedef)
1124         (read_subrange_type, load_partial_dies, read_partial_die)
1125         (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
1126         (die_containing_type, build_error_marker_type, lookup_die_type)
1127         (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
1128         (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
1129         (get_DW_AT_signature_type, write_psymtabs_to_index)
1130         (save_gdb_index_command): Likewise.
1131         * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
1132         Likewise.
1133         * expprint.c (dump_subexp_body_standard): Likewise.
1134         * gdbtypes.c (type_name_no_tag_or_error): Likewise.
1135         * jit.c (jit_object_close_impl): Use the objfile field name renamed to
1136         original_name.
1137         * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
1138         obj_name, use objfile_name for it, use the variable.
1139         (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
1140         Use objfile_name.
1141         * machoread.c (macho_symtab_read, macho_check_dsym)
1142         (macho_symfile_relocate): Likewise.
1143         * maint.c (maintenance_translate_address): Likewise.
1144         * minidebug.c (find_separate_debug_file_in_section): Likewise.
1145         * minsyms.c (install_minimal_symbols): Likewise.
1146         * objfiles.c (allocate_objfile): Use the objfile field name renamed to
1147         original_name.
1148         (filter_overlapping_sections): Use objfile_name.
1149         (objfile_name): New function.
1150         * objfiles.h (struct objfile): Rename field name to original_name.
1151         (objfile_name): New prototype.
1152         * printcmd.c (sym_info, address_info): Use objfile_name.
1153         * probe.c (parse_probes, collect_probes, compare_probes)
1154         (info_probes_for_ops): Likewise.
1155         * progspace.c (clone_program_space): Likewise.
1156         * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
1157         (maintenance_info_psymtabs): Likewise.
1158         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
1159         (source_section_scripts): Likewise.
1160         * python/py-objfile.c (objfpy_get_filename): Likewise.
1161         * python/py-progspace.c (pspy_get_filename): Likewise.
1162         * solib-aix.c (solib_aix_get_toc_value): Likewise.
1163         * solib-som.c (match_main, som_solib_section_offsets): Likewise.
1164         * solib.c (solib_read_symbols): Likewise.
1165         * stabsread.c (scan_file_globals): Likewise.
1166         * stap-probe.c (handle_stap_probe): Likewise.
1167         * symfile.c (symbol_file_clear, separate_debug_file_exists)
1168         (find_separate_debug_file_by_debuglink): Likewise.
1169         (reread_symbols): Likewise.  Use the objfile field name renamed to
1170         original_name.
1171         (allocate_symtab): Use objfile_name.
1172         * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
1173         (dump_objfile, dump_msymbols, dump_symtab_1)
1174         (maintenance_print_msymbols, maintenance_print_objfiles)
1175         (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
1176         * target.c (target_translate_tls_address, target_info): Likewise.
1177         * xcoffread.c (xcoff_initial_scan): Make variable name const.  Use
1178         objfile_name.
1179
1180 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1181
1182         Code cleanup.
1183         * probe.c (parse_probes): Rename variable objfile_name to
1184         objfile_namestr.
1185
1186 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1187
1188         Remove solib-sunos.c.
1189         * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
1190         * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
1191         * objfiles.c (rt_common_objfile): Remove.
1192         (free_objfile): Remove rt_common_objfile comparison.
1193         * objfiles.h (rt_common_objfile): Remove.
1194         * solib-sunos.c: Remove.
1195         * symfile.c (reread_symbols): Remove solib-sunos.c comment.
1196
1197 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1198
1199         Remove a.out NetBSD and OpenBSD hosts.
1200         * NEWS (Removed native configurations): New.
1201         * config/arm/nbsdaout.mh: Remove.
1202         * config/i386/nbsdaout.mh: Remove.
1203         * config/i386/obsdaout.mh: Remove.
1204         * config/m68k/nbsdaout.mh: Remove.
1205         * config/sparc/nbsdaout.mh: Remove.
1206         * config/vax/nbsdaout.mh: Remove.
1207         * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
1208         (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
1209         (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
1210         error.
1211         (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
1212         (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
1213         (sparc-*-netbsd*, vax-*-netbsd*): Remove.
1214
1215 2013-09-23  Tom Tromey  <tromey@redhat.com>
1216
1217         * linespec.c (struct minsym_and_objfile): Remove.
1218         (minsym_and_objfile_d): Remove.
1219         (struct linespec, struct collect_info, linespec_parse_basic)
1220         (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
1221         (compare_msymbols, find_method, find_function_symbols)
1222         (find_linespec_symbols, struct collect_minsyms, compare_msyms)
1223         (add_minsym, search_minsyms_for_name): Update.
1224
1225 2013-09-23  Andrew Burgess  <aburgess@broadcom.com>
1226
1227         * regcache.c: Add include of valprint.h.
1228         (dump_endian_bytes): Delete.
1229         (regcache_dump): Use print_hex_chars not dump_endian_bytes.
1230
1231 2013-09-23  Andrew Burgess  <aburgess@broadcom.com>
1232
1233         * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
1234
1235 2013-09-19  Pedro Alves  <palves@redhat.com>
1236
1237         * breakpoint.c (remove_threaded_breakpoints): Skip non-user
1238         breakpoints.
1239
1240 2013-09-19  Pedro Alves  <palves@redhat.com>
1241             Thomas Schwinge  <thomas@codesourcery.com>
1242             Yue Lu  <hacklu.newborn@gmail.com>
1243
1244         * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
1245         Take a gdb_byte pointer instead of a char pointer.
1246
1247         * gnu-nat.c (gnu_xfer_memory): Adjust interface as
1248         gnu_xfer_partial helper.
1249         (gnu_xfer_partial): New function.
1250         (gnu_target): Don't install a deprecated_xfer_memory hook.
1251         Install a to_xfer_partial hook.
1252
1253 2013-09-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1254
1255         Constification.
1256         * main.c (captured_main): Replace catch_command_errors by
1257         catch_command_errors_const.  Twice.
1258         * symfile.c (symbol_file_add_main_1): Make args parameter const.
1259         (symbol_file_add): Make name parameter const.
1260         (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
1261         (symfile_bfd_open): Make name parameter const, rename it to cname.  Add
1262         variable name.  Change their usage accordingly.
1263         * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
1264         const.
1265         (symbol_file_add_main): Make args parameter const.
1266
1267 2013-09-18  Raunaq Bathija  <raunaq12@in.ibm.com>
1268             Ulrich Weigand  <uweigand@de.ibm.com>
1269
1270         * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
1271         of c_value member.
1272         (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
1273
1274 2013-09-18  Pedro Alves  <palves@redhat.com>
1275             Yue Lu  <hacklu.newborn@gmail.com>
1276
1277         * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
1278         (gnu_create_inferior)
1279         (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
1280         (set_sig_thread_cmd): Use the lwpid field of ptids to
1281         store/extract thread ids instead of the tid field.
1282         * i386gnu-nat.c (gnu_fetch_registers): Adjust.
1283
1284 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
1285
1286         * infcmd.c (default_print_one_register_info): Add detection of
1287         optimized out values.
1288         (default_print_registers_info): Switch to using
1289         get_frame_register_value.
1290
1291 2013-09-18  Markus Metzger  <markus.t.metzger@intel.com>
1292
1293         * infrun.c (handle_inferior_event): Check if we know the
1294         function start address before setting a resume breakpoint.
1295
1296 2013-09-18  Pedro Alves  <palves@redhat.com>
1297
1298         * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
1299         minus_one_ptid instead of looking at the ptid's tid field and
1300         comparing that to -1.
1301
1302 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
1303
1304         * main.h (get_gdb_program_name): Remove extra whitespace.
1305
1306 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
1307
1308         * main.h (get_gdb_program_name): Add declaration.
1309         * main.c (get_gdb_program_name): Add definition.
1310
1311 2013-09-17  Doug Evans  <dje@google.com>
1312
1313         * dwarf2read.c: Move definitions of complaint functions to after
1314         forward declarations of local functions.
1315
1316 2013-09-17  Muhammad Waqas <mwaqas@codesourcery.com>
1317             Pedro Alves  <palves@redhat.com>
1318
1319         PR gdb/11568
1320         * breakpoint.c (remove_threaded_breakpoints): New function.
1321         (_initialize_breakpoint): Attach remove_threaded_breakpoints
1322         as thread_exit observer.
1323
1324 2013-09-17  Pedro Alves  <palves@redhat.com>
1325
1326         PR gdb/15911
1327         * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
1328         * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
1329         * corelow.c (core_open):
1330         * frame.h (print_stack_frame, print_frame_info): New
1331         'set_current_sal' parameter.
1332         * infcmd.c (finish_command, kill_command): Adjust call to
1333         print_stack_frame.
1334         * inferior.c (inferior_command): Likewise.
1335         * infrun.c (normal_stop): Likewise.
1336         * linux-fork.c (linux_fork_context): Likewise.
1337         * record-full.c (record_full_goto_entry, record_full_restore):
1338         Likewise.
1339         * remote-mips.c (common_open): Likewise.
1340         * stack.c (print_stack_frame): New 'set_current_sal' parameter.
1341         Use it.
1342         (print_frame_info): New 'set_current_sal' parameter.  Set the last
1343         displayed sal depending on the new paremeter instead of looking at
1344         print_what.
1345         (backtrace_command_1, select_and_print_frame, frame_command)
1346         (current_frame_command, up_command, down_command): Adjust call to
1347         print_stack_frame.
1348         * thread.c (print_thread_info, restore_selected_frame)
1349         (do_captured_thread_select): Adjust call to print_stack_frame.
1350         * tracepoint.c (tfind_1): Likewise.
1351         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
1352         (mi_cmd_stack_info_frame): Likewise.
1353         * mi/mi-interp.c (mi_on_normal_stop): Likewise.
1354         * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
1355
1356 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
1357
1358         * value.c (isvoid_internal_fn): Replace "parameter" with
1359         "argument".
1360
1361 2013-09-16  Stan Shebs  <stan@codesourcery.com>
1362
1363         * README: Update references to writing code for GDB.
1364         * configure.ac (build_warnings): Remove obsolete comment.
1365         * configure: Regenerate.
1366         * gdbarch.sh: Remove references to gdbint.texinfo.
1367         * gdbarch.h: Regenerate.
1368         * gdbtypes.c (objfile_type): Remove comments referencing internals
1369         manual and D10V.
1370
1371 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
1372
1373         * NEWS: Mention new convenience function $_isvoid.
1374         * value.c (isvoid_internal_fn): New function.
1375         (_initialize_values): Add new convenience function $_isvoid.
1376
1377 2013-09-16  Pierre Muller  <muller@sourceware.org>
1378
1379         * arm-linux-tdep.c: Add "elf/common.h" header.
1380         Remove AT_HWCAP macro definintion as it is provided in
1381         added include file.
1382         * s390-tdep.c: Remove system header <elf.h>
1383         Add "elf/common.h" header for AT_HWCAP definition.
1384         (s390_core_read_description): Use correct CORE_ADDR
1385         for hwcap local variable used as third parameter
1386         of function target_auxv_search.
1387
1388 2013-09-14  Pierre Muller  <muller@sourceware.org>
1389             Tom Tromey  <tromey@redhat.com>
1390             Pedro Alves  <palves@redhat.com>
1391
1392         * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
1393         mode if operating system doesn't know O_CLOEXEC.
1394
1395 2013-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1396
1397         Code cleanup.
1398         * symfile.c (reread_symbols): Move variable obfd_filename to a more
1399         inner block.
1400
1401 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1402
1403         * NEWS: Mention TDB support.
1404         * features/s390-tdb.xml: New file.
1405         * features/s390-te-linux64.xml: New file.
1406         * features/s390x-te-linux64.xml: New file.
1407         * features/Makefile (WHICH): Add new tdescs above.
1408         (s390-te-linux64-expedite): Set.
1409         (s390x-te-linux64-expedite): Set.
1410         * features/s390-te-linux64.c: New file (generated).
1411         * features/s390x-te-linux64.c: New file (generated).
1412         * regformats/s390-te-linux64.dat: New file (generated).
1413         * regformats/s390x-te-linux64.dat: New file (generated).
1414         * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
1415         (HWCAP_S390_TE): Likewise.
1416         (S390_TDB_DWORD0_REGNUM): Likewise.
1417         (S390_TDB_DWORD0_REGNUM): Likewise.
1418         (S390_TDB_ABORT_CODE_REGNUM): Likewise.
1419         (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
1420         (S390_TDB_ATIA_REGNUM): Likewise.
1421         (S390_TDB_R0_REGNUM): Likewise.
1422         (S390_TDB_R1_REGNUM): Likewise.
1423         (S390_TDB_R2_REGNUM): Likewise.
1424         (S390_TDB_R3_REGNUM): Likewise.
1425         (S390_TDB_R4_REGNUM): Likewise.
1426         (S390_TDB_R5_REGNUM): Likewise.
1427         (S390_TDB_R6_REGNUM): Likewise.
1428         (S390_TDB_R7_REGNUM): Likewise.
1429         (S390_TDB_R8_REGNUM): Likewise.
1430         (S390_TDB_R9_REGNUM): Likewise.
1431         (S390_TDB_R10_REGNUM): Likewise.
1432         (S390_TDB_R11_REGNUM): Likewise.
1433         (S390_TDB_R12_REGNUM): Likewise.
1434         (S390_TDB_R13_REGNUM): Likewise.
1435         (S390_TDB_R14_REGNUM): Likewise.
1436         (S390_TDB_R15_REGNUM): Likewise.
1437         (S390_NUM_REGS): Increase.
1438         (S390_IS_TDBREGSET_REGNUM): New macro.
1439         (s390_regmap_tdb): Declare.
1440         (s390_sizeof_tdbregset): Define.
1441         (tdesc_s390_te_linux64): Declare.
1442         (tdesc_s390x_te_linux64): Likewise.
1443         * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
1444         "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
1445         (s390_regmap_tdb): New regmap.
1446         (s390_supply_tdb_regset): New function.
1447         (s390_tdb_regset): New regset.
1448         (s390_linux64v2_regset_sections): Add TDB regset to list.
1449         (s390x_linux64v2_regset_sections): Likewise.
1450         (s390_regset_from_core_section): Recognize TDB core note section.
1451         (s390_core_read_description): If HWCAP indicates TE support,
1452         select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
1453         (s390_gdbarch_init): Handle TDB regset.
1454         (_initialize_s390_tdep): Initialize new tdescs.
1455         * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
1456         (have_regset_tdb): New variable.
1457         (s390_native_supply): Support register invalidation.
1458         (fetch_regset): Invalidate registers if ptrace yields ENODATA.
1459         (check_regset): Treat ENODATA as "regset exists".
1460         (s390_linux_fetch_inferior_registers): Add TDB.
1461         (s390_read_description): Check for TDB existence and select
1462         appropriate tdesc.
1463         * gdbserver/Makefile.in (clean): Add removal of new makefile
1464         targets.
1465         (s390-te-linux64.c): New makefile target.
1466         (s390x-te-linux64.c): Likewise.
1467         * gdbserver/configure.srv (srv_regobj): Append new objects
1468         s390-te-linux64.o and s390x-te-linux64.o.
1469         (srv_xmlfiles): Append new files s390-te-linux64.xml,
1470         s390x-te-linux64.xml, and s390-tdb.xml.
1471         * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
1472         declaration.
1473         (tdesc_s390_te_linux64): Likewise.
1474         (init_registers_s390x_te_linux64): Likewise.
1475         (tdesc_s390x_te_linux64): Likewise.
1476         (s390_check_regset): Treat ENODATA as "regset exists".
1477         (s390_arch_setup): Add TDB regset support.
1478         (initialize_low_arch): Initialize registers for new tdescs.
1479
1480 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1481
1482         * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
1483         (S390_IS_FPREGSET_REGNUM): New macro.
1484         * s390-tdep.c (s390_dwarf_regmap): Make const.
1485         (regnum_is_gpr_full): New function for replacing repeated code.
1486         (s390_pseudo_register_name): Use it.
1487         (s390_pseudo_register_type): Likewise.
1488         (s390_pseudo_register_read): Likewise.
1489         (s390_pseudo_register_write): Likewise.
1490         (s390_unwind_pseudo_register): Likewise.
1491         (s390_regmap_gregset): New format for regmap.
1492         (s390x_regmap_gregset): Likewise.
1493         (s390_regmap_fpregset): Likewise.
1494         (s390_regmap_upper): Likewise.
1495         (s390_regmap_last_break): Likewise.
1496         (s390_regmap_system_call): Likewise.
1497         (s390_supply_regset): Adjust to new regmap format.
1498         (s390_collect_regset): Likewise.
1499         * s390-nat.c (s390_native_supply): Adjust to new regmap format.
1500         (s390_native_collect): Likewise.
1501         (supply_gregset): Likewise.
1502         (fill_gregset): Likewise.
1503         (supply_fpregset): Likewise.
1504         (fill_fpregset): Likewise.
1505         (fetch_regset): Likewise.
1506         (store_regset): Likewise.
1507         (s390_linux_fetch_inferior_registers): Likewise.
1508         (s390_linux_fetch_inferior_registers): Likewise.
1509
1510 2013-09-12  Andrew Pinski  <apinski@cavium.com>
1511
1512         * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
1513
1514 2013-09-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1515
1516         * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
1517
1518 2013-09-09  Andrew Burgess  <aburgess@broadcom.com>
1519
1520         * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
1521
1522 2013-09-06  Pedro Alves <palves@redhat.com>
1523
1524         * remote-sim.c (dump_mem, gdbsim_fetch_register)
1525         (gdbsim_store_register, gdbsim_kill, gdbsim_load)
1526         (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
1527         (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
1528         (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
1529         gdb_stdlog.
1530
1531 2013-09-06  Pedro Alves  <palves@redhat.com>
1532
1533         * remote-sim.c (dump_mem): Constify buf parameter.
1534         gdbsim_xfer_inferior_memory): Rename to ...
1535         (gdbsim_xfer_memory): ... this.  Adjust interface as
1536         target_xfer_partial helper.
1537         (gdbsim_xfer_partial): New function.
1538         (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
1539         Install a to_xfer_partial hook.  Send output to gdb_stdlog.
1540
1541 2013-09-06  Pedro Alves  <palves@redhat.com>
1542
1543         * remote-sim.c (gdbsim_xfer_inferior_memory): Use
1544         host_address_to_string, and send debug output to gdb_stdlog.
1545
1546 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
1547
1548         * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
1549         * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
1550         gdb_target_obs for cris target.
1551         * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
1552         (cris_gdbarch_init): Move calls to
1553         set_gdbarch_fetch_tls_load_module_address and
1554         set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
1555         Add call to gdbarch_init_osabi.
1556         * cris-linux-tdep.c: New file.
1557         * cris-tdep.h: New file.
1558
1559 2013-09-06  Andrew Burgess  <aburgess@broadcom.com>
1560
1561         * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
1562         to deprecated_init_ui_hook.
1563
1564 2013-09-06  Andrew Burgess  <aburgess@broadcom.com>
1565
1566         * cli/cli-interp.c (_initialize_cli_interp): Add a
1567         command_loop_proc to interp_procs.
1568         * event-top.c (cli_command_loop): Change signature to match
1569         interp_command_loop_ftype.
1570         * event-top.h (cli_command_loop): Same.
1571         * interps.c (interp_new): Require every interpreter to have a
1572         command_loop_proc.
1573         (current_interp_command_loop): Just call the command_loop_proc on
1574         the current interpreter.
1575         * tui/tui-interp.c (_initialize_tui_interp): Add a
1576         command_loop_proc to interp_procs.
1577
1578 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
1579
1580         * cris-tdep.c (cris_gdbarch_init): Add call to
1581         get_gdbarch_fetch_tls_load_module_address.
1582
1583 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
1584
1585         * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
1586         (cris_elf_gregset_t): Rename from elf_gregset_t.
1587         (crisv32_elf_gregset_t): Adjust.
1588         (cris_supply_gregset, fetch_core_registers): Adjust.
1589
1590 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
1591
1592         * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
1593
1594 2013-09-05  Andrew Burgess  <aburgess@broadcom.com>
1595
1596         * defs.h (deprecated_command_loop_hook): Remove, including
1597         references in comments.
1598         * interps.c (current_interp_command_loop): No longer use
1599         deprecated_command_loop_hook.
1600         (clear_interpreter_hooks): Remove deprecated_command_loop_hook
1601         setup.
1602         * top.c (deprecated_command_loop_hook): Remove.
1603
1604 2013-09-05  Pedro Alves  <palves@redhat.com>
1605
1606         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
1607         local is now int instead of ULONGEST.  Print it with %d
1608         instead of paddress.
1609
1610 2013-09-05  Tristan Gingold  <gingold@adacore.com>
1611
1612         * MAINTAINERS: Remove avr maintainership.
1613
1614 2013-09-05  Pedro Alves  <palves@redhat.com>
1615
1616         * findvar.c (value_of_register): Rework in terms of
1617         value_of_register_lazy.
1618
1619 2013-09-05  Muhammad Bilal  <mbilal@codesourcery.com>
1620
1621         * symfile.c (add_symbol_file_command): Remove trailing
1622          whitespaces and blank line after comment.
1623
1624 2013-09-05  Pedro Alves  <palves@redhat.com>
1625
1626         * tui/tui-regs.c (tui_register_format): Don't look at the
1627         register's name here.  Return string representing register
1628         value instead of storing it in the data element.
1629         (tui_get_register): Compare register string representations
1630         instead of register value states and contents.
1631
1632 2013-09-05  Pedro Alves  <palves@redhat.com>
1633
1634         PR tui/15933
1635         * tui/tui-regs.c (tui_show_registers): Show registers of the
1636         selected frame, not the current frame.
1637
1638 2013-09-05  Ricard Wanderlof  <ricardw@axis.com>
1639
1640         * MAINTAINERS (Write After Approval): Add myself to the list.
1641
1642 2013-09-04  Doug Evans  <dje@google.com>
1643
1644         * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
1645         (queue_and_load_dwo_tu): New function.
1646         (lookup_dwo_signatured_type): Set per_cu.tu_read.
1647         (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
1648         Make dependent_cu optional.
1649         (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
1650         and an older .gdb_index is in use, queue and load all its TUs too.
1651
1652 2013-09-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
1653
1654         Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
1655         * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
1656         variable search_flags.
1657         * defs.h (OPF_DISABLE_REALPATH): Rename to ...
1658         (OPF_RETURN_REALPATH): ... here.
1659         * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
1660         * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
1661         call.  Twice.
1662         * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
1663         openp call.
1664         * solib.c (solib_find): Likewise.  Four times.
1665         * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
1666         in the function comment and for the realpath_fptr variable.
1667         (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
1668         (find_and_open_source): Likewise.  Twice.
1669         * symfile.c (symfile_bfd_open): Likewise, also twice.
1670
1671 2013-09-04  Doug Evans  <dje@google.com>
1672
1673         * progspace.c (save_current_space_and_thread): Remove unnecessary
1674         call to save_current_inferior.
1675
1676 2013-09-04  Andrew Burgess  <aburgess@broadcom.com>
1677
1678         * sh64-tdep.c (sh64_do_register): Return after printing message
1679         about unavailable register contents.
1680
1681 2013-09-04  Muhammad Bilal  <mbilal@codesourcery.com>
1682             Pedro Alves  <palves@redhat.com>
1683
1684         * symfile.c (add_symbol_file_command): Error out on unknown
1685         option.  Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
1686         options and collapse into single conditional branch.
1687
1688 2013-09-03  Luis Machado  <lgustavo@codesourcery.com>
1689
1690         * inf-child.c (inf_child_follow_fork): New parameter
1691         detach_fork.
1692         * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
1693         * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
1694         * inferior.h (detach_fork): Remove.
1695         * infrun.c (detach_fork): Adjust comment and make it
1696         static.
1697         (follow_fork): Pass detach_fork parameter to
1698         target_follow_fork.
1699         * linux-nat.c (linux_child_follow_fork): New parameter
1700         detach_fork.
1701         * target.c (target_follow_fork): New parameter detach_fork.
1702         Pass detach_fork as parameter and print its value.
1703         * target.h (struct target_ops) <to_follow_fork>: New int
1704         parameter.
1705         (target_follow_fork): New parameter detach_fork.
1706
1707 2013-09-03  Joel Brobecker  <brobecker@adacore.com>
1708
1709         * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
1710         Replace sec->bfd by sec->the_bfd_section->owner.
1711
1712 2013-09-03  Yao Qi  <yao@codesourcery.com>
1713
1714         * linux-tdep.c (linux_is_uclinux): New function.  Code moved
1715         from linux_has_shared_address_space.
1716         (linux_has_shared_address_space): Call linux_is_uclinux.
1717         * linux-tdep.h (linux_is_uclinux): Declare.
1718         * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
1719         linux_is_uclinux.
1720
1721 2013-09-03  Yao Qi  <yao@codesourcery.com>
1722
1723         * config/djgpp/fnchange.lst: Remove entry of
1724         i386-interix-nat.c and i386-interix-tdep.c.
1725         * configure.ac: Remove '*-*-interix*'.
1726         * configure: Re-generated.
1727         * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
1728         * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
1729         obsolete comments.
1730         * osabi.c (gdb_osabi_names): Remove "Interix".
1731
1732 2013-09-03  Yao Qi  <yao@codesourcery.com>
1733
1734         * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
1735
1736 2013-09-02  Markus Metzger  <markus.t.metzger@intel.com>
1737
1738         * record.h (record_print_flag) <record_print_src_line,
1739         record_print_insn_range>: Rename into ...
1740         (record_print_flag) <record_print_src_line,
1741         record_print_insn_range>: ... this.  Update all users.
1742
1743 2013-09-02  Pierre Muller  <muller@sourceware.org>
1744
1745         * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
1746         error code.
1747
1748 2013-09-02  Pierre Muller  <muller@sourceware.org>
1749
1750         * windows-nat.c (windows_xfer_memory): Fix compilation failure
1751         by use of plongest function.
1752
1753 2013-09-02  Tristan Gingold  <gingold@adacore.com>
1754
1755         * NEWS: Add entry mentioning support for native Windows x64
1756         SEH data.
1757
1758         * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
1759         "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
1760         (struct amd64_windows_frame_cache): New struct.
1761         (amd64_windows_w2gdb_regnum): New global.
1762         (pc_in_range, amd64_windows_frame_decode_epilogue)
1763         (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
1764         (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
1765         (amd64_windows_frame_this_id): New functions.
1766         (amd64_windows_frame_unwind): New static global.
1767         (amd64_windows_skip_prologue): New function.
1768         (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
1769         with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
1770         with amd64_windows_skip_prologue.
1771
1772 2013-08-30  Joel Brobecker  <brobecker@adacore.com>
1773
1774         GDB 7.6.1 released.
1775
1776 2013-08-30  Pedro Alves  <palves@redhat.com>
1777
1778         * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
1779         SRC_AND_LOC.
1780
1781 2013-08-30  Pedro Alves  <palves@redhat.com>
1782
1783         * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
1784         warning text.
1785
1786 2013-08-30  Pedro Alves  <palves@redhat.com>
1787
1788         * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
1789         Adjust arguments to print_stack_frame.
1790
1791 2013-08-30  Pedro Alves  <palves@redhat.com>
1792
1793         * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
1794
1795 2013-08-30  Pedro Alves  <palves@redhat.com>
1796
1797         * frame.h (show_and_print_stack_frame): Delete declaration.
1798
1799 2013-08-30  Phil Muldoon  <pmuldoon@redhat.com>
1800
1801         PR python/15461
1802
1803         * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
1804         (archpy_name): Check for valid architecture.
1805         (archpy_disassemble): Ditto.
1806
1807 2013-08-29  Joel Brobecker  <brobecker@adacore.com>
1808
1809         * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
1810         instead of "long long" in call to ptrace64.
1811
1812 2013-08-29  Andrew Burgess  <aburgess@broadcom.com>
1813
1814         * mi/mi-interp.c (mi_command_loop): Change signature to match
1815         interp_command_loop_ftype.
1816         (mi1_command_loop): Remove.
1817         (mi2_command_loop): Remove.
1818         (mi3_command_loop): Remove.
1819         (mi_interpreter_resume): Remove setting of
1820         deprecated_command_loop_hook.
1821         (_initialize_mi_interp): Set mi_command_loop as the command loop
1822         callback.
1823
1824 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
1825
1826         * valops.c (do_search_struct_field): Pass v2 instead of base_type to
1827         value_type.
1828
1829 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
1830
1831         * value.c (allocate_value_contents): Make static.
1832         * value.h (allocate_value_contents): Remove prototype.
1833
1834 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
1835
1836         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
1837         of assembling value via allocate_value_lazy and attribute setter.
1838         * findvar.c (default_read_var_value): Use value_at_lazy instead of
1839         assembling value via allocate_value_lazy and attribute setter.
1840         * valops.c (do_search_struct_field): Use value_at_lazy instead of
1841         assembling value via allocate_value_lazy and attribute setter.
1842
1843 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
1844
1845         * value.c (value_from_contents_and_address): Replace allocate_value and
1846         memcpy with value_from_contents.
1847
1848 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
1849
1850         * python/py-framefilter.c (py_print_frame): Remove usage of
1851         PyString_AsString.  Use python_string_to_host_string instead.
1852         Refactor function to work with a string as a new allocation
1853         instead of a pointer.
1854         (py_print_frame): Ditto.
1855         * python/lib/gdb/frames.py (return_list): Cain iterators together
1856         instead of adding them as a list.
1857         (_sort_list): Call return_list, and remove duplicate code.
1858         (execute_frame_filters): Convert iterator to a list with list().
1859         * python/lib/gdb/command/frame_filters.py
1860         (SetFrameFilterPriority._set_filter_priority): Convert priority
1861         attribute to an integer.
1862         * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
1863         wrapper function __next__.
1864         * python/lib/gdb/FrameDecorator.py: If basestring not defined,
1865         define as "str".
1866
1867 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
1868
1869         PR python/15752
1870         * python/py-framefilter.c (apply_frame_filter): Check
1871         gdb_python_initialized.  Exit if the Python frame-filter code
1872         cannot be initialized.
1873
1874 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
1875
1876         PR cli/15842
1877         * top.c (print_gdb_version): Remove erroneous newline after help
1878         text.
1879
1880 2013-08-29  Yao Qi  <yao@codesourcery.com>
1881
1882         * varobj.c (install_dynamic_child): Remove trailing space.
1883         Add one blank line after variable declaration.
1884
1885 2013-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1886
1887         PR gdb/15415
1888         * corefile.c (get_exec_file): Use exec_filename.
1889         * defs.h (OPF_DISABLE_REALPATH): New definition.  Add new comment.
1890         * exec.c (exec_close): Free EXEC_FILENAME.
1891         (exec_file_attach): New variable canonical_pathname.  Use
1892         OPF_DISABLE_REALPATH.  Call gdb_realpath explicitly.  Set
1893         EXEC_FILENAME.
1894         * exec.h (exec_filename): New.
1895         * inferior.c (print_inferior, inferior_command): Use
1896         PSPACE_EXEC_FILENAME.
1897         * mi/mi-main.c (print_one_inferior): Likewise.
1898         * progspace.c (clone_program_space, print_program_space): Likewise.
1899         * progspace.h (struct program_space): New field pspace_exec_filename.
1900         * source.c (openp): Describe OPF_DISABLE_REALPATH.  New variable
1901         realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
1902
1903 2013-08-28  Will Newton  <will.newton@linaro.org>
1904
1905         * common/linux-ptrace.c: Include stdint.h unconditionally.
1906
1907 2013-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1908
1909         Code cleanup.
1910         * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
1911
1912 2013-08-28  Yao Qi  <yao@codesourcery.com>
1913             Pedro Alves  <palves@redhat.com>
1914
1915         * event-top.c (gdb_setup_readline): Call stderr_fileopen
1916         instead of stdio_fileopen.
1917         * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
1918         .Call stderr_fileopen instead of stdio_fileopen.
1919         * ui-file.c [__MINGW32__] (stderr_file_write): New function.
1920         [__MINGW32__] (stderr_file_fputs): New function.
1921         (stderr_fileopen): New function.
1922         * ui-file.h (stderr_fileopen): Declare.
1923
1924 2013-08-27  Doug Evans  <dje@google.com>
1925
1926         * dwarf2read.c (struct dwarf2_cu): Tweak comment.
1927         (struct dwarf2_per_cu_data): Ditto.
1928         (maybe_queue_comp_unit): Delete forward decl.  Add comment.
1929         (process_imported_unit_die): Ditto.
1930         (follow_die_sig_1): Simplify assert.
1931
1932 2013-08-27  Pedro Alves  <palves@redhat.com>
1933
1934         * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
1935         xfer_partial's interface.  Return TARGET_XFER_E_IO on error.
1936         (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
1937         windows_xfer_memory directly.
1938         (init_windows_ops): Don't install a deprecated_xfer_memory method.
1939
1940 2013-08-27  Pedro Alves  <palves@redhat.com>
1941
1942         * darwin-nat.c (darwin_xfer_memory): Delete.
1943         (_initialize_darwin_inferior): Don't install a
1944         deprecated_xfer_memory method.
1945
1946 2013-08-27  Pedro Alves  <pedro@codesourcery.com>
1947             Yao Qi  <yao@codesourcery.com>
1948
1949         * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
1950         (parse_no_frames_option): Remove.
1951         (mi_cmd_stack_list_locals): Handle --skip-unavailable.
1952         (mi_cmd_stack_list_args): Adjust.
1953         (mi_cmd_stack_list_variables): Handle --skip-unavailable.
1954         (list_arg_or_local): Add new parameter 'skip_unavailable'.  Return
1955         early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
1956         Caller update.
1957         (list_args_or_locals): New parameter 'skip_unavailable'.
1958         Handle it.
1959         * valprint.c (scalar_type_p): Rename to ...
1960         (val_print_scalar_type_p): ... this.  Make extern.
1961         (val_print, value_check_printable): Adjust.
1962         * valprint.h (val_print_scalar_type_p): Declare.
1963         * value.c (value_entirely_unavailable): New function.
1964         * value.h (value_entirely_unavailable): Declare.
1965
1966         * NEWS: Mention the new option "--skip-unavailable" to MI
1967         commands '-stack-list-locals', '-stack-list-arguments' and
1968         '-stack-list-variables'.
1969
1970 2013-08-27  Yao Qi  <yao@codesourcery.com>
1971
1972         * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
1973         (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
1974         options.
1975         * mi/mi-getopt.c (mi_getopt): Remove.
1976         (mi_getopt_1): Renamed from mi_getopt.  Add one parameter
1977         'error_on_unknown'.
1978         (mi_getopt): Call mi_getopt_1.
1979         (mi_getopt_silent): New.
1980         * mi/mi-getopt.h (mi_getopt_silent): Declare.
1981
1982 2013-08-26  Doug Evans  <dje@google.com>
1983
1984         PR symtab/15885
1985         * dwarf2read.c (dw2_dump): Print some minimal information indicating
1986         .gdb_index is in use.
1987         * symfile.c (reread_symbols): Reset objfile->sf.
1988
1989         * NEWS: Document "mt print objfiles" now takes optional regexp.
1990         * symmisc.c (maintenance_print_objfiles): Argument is now an optional
1991         regexp of objfiles to print.
1992         (_initialize_symmisc): Update doc string for "mt print objfiles".
1993
1994         * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
1995         missing debug info checks.
1996
1997 2013-08-26  Raunaq Bathija  <raunaq12@in.ibm.com>
1998             Ulrich Weigand  <uweigand@de.ibm.com>
1999
2000         * xcoffread.c (arrange_linetable): Add fix to correctly handle
2001         line tables generated by XLC compiled binaries.
2002
2003 2013-08-23  Doug Evans  <dje@google.com>
2004
2005         * symmisc.c (dump_symtab): Delete prototype.
2006         (dump_msymbols, dump_objfile): Ditto.
2007         (maintenance_info_symtabs): Mark as dont_repeat.
2008         (_initialize_symmisc): Improve doc string for "mt info symtabs".
2009
2010         * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
2011         debugging printf to better location.
2012
2013 2013-08-23  Pedro Alves  <palves@redhat.com>
2014
2015         * target.c (target_read_live_memory): Change type of 'ret' local
2016         to LONGEST.
2017
2018 2013-08-23  Pedro Alves  <palves@redhat.com>
2019
2020         * remote.c (remote_write_bytes_aux, remote_write_bytes)
2021         (remote_read_bytes): Change return type to LONGEST, and adjust to
2022         return a target_xfer_error on error.
2023         (remote_xfer_memory): Delete.
2024         (remote_flash_write): Change type of 'ret' local to LONGEST.
2025         (remote_xfer_partial, remote_xfer_partial): Adjust.
2026         (init_remote_ops): Don't install a deprecated_xfer_memory hook.
2027
2028 2013-08-23  Pierre Muller  <muller@sourceware.org>
2029
2030         ARI fix: Push # directives to start of line.
2031         * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
2032
2033 2013-08-12  Muhammad Waqas  <mwaqas@codesourcery.com>
2034
2035         PR gdb/15501
2036         * breakpoint.c (enable_command, disable_command): Iterate over
2037         all specified breakpoint locations.
2038
2039 2013-08-22  Luis Machado  <lgustavo@codesourcery.com>
2040
2041         * common/linux-ptrace.c (linux_fork_to_function): Push #
2042         directives to the start of the line.
2043         (linux_check_ptrace_features): Fix warning message to use
2044         the "_" markup.
2045
2046 2013-08-22  Luis Machado  <lgustavo@codesourcery.com>
2047
2048         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
2049         nat/linux-waitpid.h.
2050         (linux-waitpid.o): New object file rule.
2051         * common/linux-ptrace.c: Include nat/linux-waitpid.h.
2052         (current_ptrace_options): Moved from linux-nat.c.
2053         (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
2054         parameters.
2055         (linux_fork_to_function): New function.
2056         (linux_grandchild_function): Likewise.
2057         (linux_child_function): Likewise.
2058         (linux_check_ptrace_features): New function, heavily
2059         based on linux-nat.c:linux_test_for_tracefork.
2060         (linux_enable_event_reporting): New function.
2061         (ptrace_supports_feature): Likewise.
2062         (linux_supports_tracefork): Likewise.
2063         (linux_supports_traceclone): Likewise.
2064         (linux_supports_tracevforkdone): Likewise.
2065         (linux_supports_tracesysgood): Likewise.
2066         * common/linux-ptrace.h (HAS_NOMMU): Moved from
2067         gdbserver/linux-low.c.
2068         (linux_enable_event_reporting): New declaration.
2069         (linux_supports_tracefork): Likewise.
2070         (linux_supports_traceclone): Likewise.
2071         (linux_supports_tracevforkdone): Likewise.
2072         (linux_supports_tracesysgood): Likewise.
2073         * config.in (PTRACE_TYPE_ARG4): Regenerate.
2074         * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
2075         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
2076         * config/arm/linux.mh (NATDEPFILES): Likewise.
2077         * config/i386/linux.mh (NATDEPFILES): Likewise.
2078         * config/i386/linux64.mh (NATDEPFILES): Likewise.
2079         * config/ia64/linux.mh (NATDEPFILES): Likewise.
2080         * config/m32r/linux.mh (NATDEPFILES): Likewise.
2081         * config/m68k/linux.mh (NATDEPFILES): Likewise.
2082         * config/mips/linux.mh (NATDEPFILES): Likewise.
2083         * config/pa/linux.mh (NATDEPFILES): Likewise..
2084         * config/powerpc/linux.mh (NATDEPFILES): Likewise..
2085         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
2086         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
2087         * config/sparc/linux.mh (NATDEPFILES): Likewise.
2088         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
2089         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
2090         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
2091         * configure.ac (AC_CACHE_CHECK): Add void * to the list of
2092         ptrace's 4th argument's types.
2093         Check the type of PTRACE_TYPE_ARG4.
2094         * configure: Regenerate.
2095         * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
2096         (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
2097         (linux_supports_tracefork_flag): Remove.
2098         (linux_supports_tracesysgood_flag): Likewise.
2099         (linux_supports_tracevforkdone_flag): Likewise.
2100         (current_ptrace_options): Moved to
2101         common/linux-ptrace.c.
2102         (linux_tracefork_child): Remove.
2103         (my_waitpid): Remove.
2104         (linux_test_for_tracefork): Renamed to
2105         linux_check_ptrace_features and moved to common/linux-ptrace.c.
2106         (linux_test_for_tracesysgood): Remove.
2107         (linux_supports_tracesysgood): Remove.
2108         (linux_supports_tracefork): Remove.
2109         (linux_supports_tracevforkdone): Remove.
2110         (linux_enable_tracesysgood): Remove.
2111         (linux_enable_event_reporting): Remove.
2112         (linux_init_ptrace): New function.
2113         (linux_child_post_attach): Call linux_init_ptrace.
2114         (linux_child_post_startup_inferior): Call linux_init_ptrace.
2115         (linux_child_follow_fork): Call linux_supports_tracefork
2116         and linux_supports_tracevforkdone.
2117         (linux_child_insert_fork_catchpoint): Call
2118         linux_supports_tracefork.
2119         (linux_child_insert_vfork_catchpoint): Likewise.
2120         (linux_child_set_syscall_catchpoint): Call
2121         linux_supports_tracesysgood.
2122         (lin_lwp_attach_lwp): Call linux_supports_tracefork.
2123         * nat/linux-nat.h: New file.
2124         * nat/linux-waitpid.c: New file.
2125         * nat/linux-waitpid.h: New file.
2126
2127 2013-08-22  Samuel Bronson  <naesten@gmail.com>
2128
2129         ARM Linux support for `catch syscall'.
2130         * syscalls/arm-linux.py: New file.
2131         * syscalls/arm-linux.xml: Likewise.
2132         * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
2133         (arm_linux_init_abi): Register the new function and syscall xml file.
2134         * data-directory/Makefile.in: Install the new syscall xml file.
2135         * NEWS: Brag about this.
2136
2137 2013-08-22  Pedro Alves  <palves@redhat.com>
2138
2139         PR gdb/15871
2140         * corefile.c (target_xfer_memory_error): New function.
2141         (memory_error): Defer EIO to target_memory_error.
2142         (read_memory): Use target_xfer_partial, and handle finer-grained
2143         target xfer errors.
2144         * target.c (target_xfer_error_to_string): New function.
2145         (memory_xfer_partial_1): If memory is known to be
2146         unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
2147         (target_xfer_partial): Make extern.
2148         * target.h (enum target_xfer_error): New enum.
2149         (target_xfer_error_to_string): Declare function.
2150         (target_xfer_partial): Declare function.
2151         (struct target_ops) <xfer_partial>: Adjust describing comment.
2152
2153 2013-08-22  Alan Modra  <amodra@gmail.com>
2154
2155         * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
2156         * configure.tgt: Likewise as targets.
2157
2158 2013-08-20  Doug Evans  <dje@google.com>
2159
2160         * buildsym.c (subfile_stack): Move here from buildsym.h.
2161         (pending_macros): Ditto.
2162         (get_macro_table): New function.
2163         (buildsym_init): Initialize subfile_stack.
2164         * coffread.c (type_vector,type_vector_length): Moved here from
2165         buildsym.h.
2166         (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2167         (coff_symtab_read): Use it.
2168         * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
2169         * dwarf2read.c (macro_start_file): Replace uses of pending_macros
2170         with call to get_macro_table.
2171         * stabsread.c (type_vector,type_vector_length): Moved here from
2172         buildsym.h.
2173         (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2174         * buildsym.h (get_macro_table): Declare.
2175
2176 2013-08-20  Tom Tromey  <tromey@redhat.com>
2177
2178         * dbxread.c (record_minimal_symbol): Make 'name' argument const.
2179         Update.
2180         (read_dbx_dynamic_symtab): Make 'name' const.  Remove casts.
2181
2182 2013-08-20  Doug Evans  <dje@google.com>
2183
2184         * blockframe.c: Remove #include "psymtab.h".
2185         * cp-support.c: Ditto.
2186         * source.c: Ditto.
2187         * stack.c: Ditto.
2188
2189 2013-08-20  Tom Tromey  <tromey@redhat.com>
2190
2191         PR python/15816:
2192         * exceptions.h (return_mask): Now an enum.
2193         (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
2194         enum constants.
2195
2196 2013-08-20  Tom Tromey  <tromey@redhat.com>
2197
2198         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
2199         get_objfile_arch.
2200         * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
2201         (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
2202         * jit.c (jit_object_close_impl): Update.
2203         * jv-lang.c (get_dynamics_objfile): Update.
2204         * linespec.c (add_minsym): Use get_dynamics_objfile.
2205         * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
2206         (allocate_objfile): Don't initialize 'gdbarch' field.
2207         (get_objfile_arch): Update.
2208         * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
2209         moved from...
2210         (struct objfile) <gdbarch>: ... here.  Remove.
2211         * stap-probe.c (stap_can_evaluate_probe_arguments): Use
2212         get_objfile_arch.
2213         * symfile.c (init_entry_point_info): Use get_objfile_arch.
2214
2215 2013-08-20  Alan Modra  <amodra@gmail.com>
2216
2217         * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
2218         for IBM long double nan and inf.
2219         (floatformat_is_negative, floatformat_classify,
2220         floatformat_mantissa): Similarly.
2221         (floatformat_ieee_single, floatformat_ieee_double,
2222         floatformat_ieee_quad, floatformat_arm_ext,
2223         floatformat_ia64_spill): Delete unused vars.
2224         (_initialize_doublest): Delete unused function.
2225         * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
2226         little-endian variants of floatformat_ibm_long_double.
2227
2228 2013-08-19  Luis Machado  <lgustavo@codesourcery.com>
2229
2230         * Makefile.in (SFILES): Remove common/target-common.c and
2231         add target/waitstatus.c.
2232         (HFILES_NO_SRCDIR): Remove common/target-common.h and add
2233         target/resume.h, target/wait.h and target/waitstatus.h.
2234         (COMMON_OBS): Remove target-common.o and add
2235         waitstatus.o.
2236         (target-common.o): Remove.
2237         (waitstatus.o): New target object file.
2238         * common/target-common.c: Move contents to
2239         target/waitstatus.c and remove.
2240         * common/target-common.h: Move contents to other files and
2241         remove.
2242         (enum resume_kind: Move to target/resume.h.
2243         (TARGET_WNOHANG): Move to target/wait.h.
2244         (enum target_waitkind): Move to target/waitstatus.h.
2245         (struct target_waitstatus): Likewise.
2246         * target.h: Do not include target-common.h and
2247         include target/resume.h, target/wait.h and
2248         target/waitstatus.h.
2249         * target/resume.h: New file.
2250         * target/wait.h: New file.
2251         * target/waitstatus.h: New file.
2252         * target/waitstatus.c: New file.
2253
2254 2013-08-19  Pedro Alves  <palves@redhat.com>
2255
2256         * linux-nat.c (linux_test_for_tracefork)
2257         (linux_test_for_tracesysgood, linux_child_follow_fork)
2258         (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
2259         (linux_nat_wait_1): Extend comment.
2260         (linux_async_pipe): Add comment.
2261
2262 2013-08-15  Kevin Buettner  <kevinb@redhat.com>
2263
2264         * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
2265         (RL78_PC_REGNUM): Move to list of pseudo-register enums.
2266         (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
2267         Update to account for fact that PC is now a pseudo-register.
2268         (rl78_pseudo_register_write, rl78_pseudo_register_read):  Add
2269         cases for RL78_PC_REGNUM.
2270
2271 2013-08-15  Muhammad Bilal  <mbilal@codesourcery.com>
2272
2273         PR cli/15841
2274         * top.c (quit_force): Skip writing history file
2275         if input is not from terminal.
2276
2277 2013-08-14  Tom Tromey  <tromey@redhat.com>
2278
2279         * remote.c (struct remote_state) <echo_nextthread, nextthread,
2280         resultthreadlist>: New fields.
2281         (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
2282         (remote_get_threadlist, remote_threadlist_iterator): Use
2283         new fields.  Remove static variables.
2284
2285 2013-08-14  Tom Tromey  <tromey@redhat.com>
2286
2287         * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
2288         remote_watch_data_address>: New fields.
2289         (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
2290         (process_stop_reply, remote_wait_as)
2291         (remote_check_watch_resources, remote_stopped_data_address): Update.
2292
2293 2013-08-14  Tom Tromey  <tromey@redhat.com>
2294
2295         * remote.c (struct remote_state) <async_client_callback,
2296         async_client_context>: New fields.
2297         (async_client_callback, async_client_context): Remove.
2298         (remote_async_serial_handler, remote_async): Update.
2299
2300 2013-08-14  Tom Tromey  <tromey@redhat.com>
2301
2302         * remote.c (sizeof_pkt): Remove.
2303         (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
2304
2305 2013-08-14  Tom Tromey  <tromey@redhat.com>
2306
2307         * remote.c (struct remote_state) <use_threadinfo_query,
2308         use_threadextra_query>: New fields.
2309         (remote_threads_info, remote_threads_extra_info)
2310         (remote_open_1): Update.
2311
2312 2013-08-14  Tom Tromey  <tromey@redhat.com>
2313
2314         * remote.c (struct remote_state) <finished_object,
2315         finished_annex, finished_offset>: New fields.
2316         (remote_read_qxfer): Use remote_state fields; remove static
2317         variables.
2318
2319 2013-08-14  Tom Tromey  <tromey@redhat.com>
2320
2321         * remote.c (struct remote_state) <last_sent_step>:
2322         New field.
2323         (last_sent_step): Remove.
2324         (remote_resume, remote_wait_as): Update.
2325
2326 2013-08-14  Tom Tromey  <tromey@redhat.com>
2327
2328         * remote.c (struct remote_state) <last_sent_signal>:
2329         New field.
2330         (last_sent_signal): Remove.
2331         (new_remote_state, remote_resume, remote_wait_as): Update.
2332
2333 2013-08-14  Tom Tromey  <tromey@redhat.com>
2334
2335         * remote.c (struct remote_state) <last_program_signals_packet>:
2336         New field.
2337         (last_program_signals_packet): Remove.
2338         (remote_program_signals, remote_open_1): Update.
2339
2340 2013-08-14  Tom Tromey  <tromey@redhat.com>
2341
2342         * remote.c (struct remote_state) <last_pass_packet>:
2343         New field.
2344         (last_pass_packet): Remove.
2345         (remote_pass_signals, remote_open_1): Update.
2346
2347 2013-08-14  Tom Tromey  <tromey@redhat.com>
2348
2349         * remote.c (struct remote_state) <remote_traceframe_number>:
2350         New field.
2351         (remote_traceframe_number): Remove.
2352         (new_remote_state, remote_open_1, set_remote_traceframe)
2353         (remote_trace_find): Update.
2354
2355 2013-08-14  Tom Tromey  <tromey@redhat.com>
2356
2357         * remote.c (struct remote_state) <general_thread, continue_thread>:
2358         New fields.
2359         (general_thread, continue_thread): Remove.
2360         (record_currthread, set_thread, set_general_process)
2361         (remote_open_1, extended_remote_attach_1, remote_wait_as)
2362         (extended_remote_mourn_1): Update.
2363
2364 2013-08-14  Tom Tromey  <tromey@redhat.com>
2365
2366         * remote.c (struct remote_state) <remote_desc>: New field.
2367         (remote_desc): Remove.
2368         (remote_threads_info, remote_threads_extra_info, remote_close)
2369         (send_interrupt_sequence, remote_start_remote, remote_open_1)
2370         (readchar, remote_xfer_partial, remote_rcmd, packet_command)
2371         (remote_hostio_send_command, remote_file_put, remote_file_get)
2372         (remote_file_delete, remote_can_async_p, remote_is_async_p)
2373         (remote_async, remote_new_objfile, set_range_stepping): Update.
2374
2375 2013-08-14  Tom Tromey  <tromey@redhat.com>
2376
2377         * remote.c (remote_state): Now a pointer.
2378         (get_remote_state_raw): Update.
2379         (new_remote_state): New function.
2380         (_initialize_remote): Use new_remote_state.
2381
2382 2013-08-14  Tom Tromey  <tromey@redhat.com>
2383
2384         * remote.c (remote_protocol_features): Now const.
2385
2386 2013-08-14  Tom Tromey  <tromey@redhat.com>
2387
2388         * remote.c (crc32_table, crc32): Remove.
2389         (remote_verify_memory): Use xcrc32.
2390
2391 2013-08-13  Sergio Durigan Junior  <sergiodj@redhat.com>
2392
2393         * value.h (create_internalvar_type_lazy): Adjust prototype
2394         declaration.
2395
2396 2013-08-13  Andrew Burgess  <aburgess@broadcom.com>
2397
2398         * common/format.c (parse_format_string): Don't allow '#' flag for
2399         pointer arguments in format string.
2400
2401 2013-08-13  Pierre Muller  <muller@sourceware.org>
2402
2403         * utils.c (init_page_info): Only call tgetnum function
2404         if rl_get_screen_size did not return useful values.
2405
2406 2013-08-12  Ali Anwar  <ali_anwar@codesourcery.com>
2407
2408         PR breakpoints/15117
2409         * linespec.c (linespec_parse_basic): Check for convenience
2410         variable or history value while parsing.
2411
2412 2013-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
2413
2414         Revert implementation of gdbarch_gdb_signal_{to,from}_target for
2415         AVR.
2416         * avr-tdep.c: Remove include of "linux-tdep.h".  Remove enum with
2417         different signals between the generic Linux kernel implementation
2418         and AVR's.
2419         (avr_linux_gdb_signal_from_target): Delete.
2420         (avr_linux_gdb_signal_to_target): Delete.
2421         (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
2422
2423 2013-08-09  Doug Evans  <dje@google.com>
2424
2425         * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
2426         entries.
2427
2428 2013-08-09  Sergio Durigan Junior  <sergiodj@redhat.com>
2429
2430         * linux-tdep.c: Define enum with generic signal numbers.
2431         (linux_gdb_signal_from_target): New function.
2432         (linux_gdb_signal_to_target): Likewise.
2433         (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2434         methods to the functions above.
2435         * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
2436         (linux_gdb_signal_to_target): Likewise.
2437         * alpha-linux-tdep.c: Define new enum with signals different
2438         from generic Linux kernel.
2439         (alpha_linux_gdb_signal_from_target): New function.
2440         (alpha_linux_gdb_signal_to_target): Likewise.
2441         (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2442         with the functions mentioned above.
2443         * avr-tdep.c: Define enum with differences between Linux kernel
2444         and AVR signals.
2445         (avr_linux_gdb_signal_from_target): New function.
2446         (avr_linux_gdb_signal_to_target): Likewise.
2447         (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
2448         the functions mentioned above.
2449         * sparc-linux-tdep.c: Define enum with differences between SPARC
2450         and generic Linux kernel signal numbers.
2451         (sparc32_linux_gdb_signal_from_target): New function.
2452         (sparc32_linux_gdb_signal_to_target): Likewise.
2453         (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2454         to the functions defined above.
2455         * xtensa-linux-tdep.c: Define enum with differences between
2456         Xtensa and Linux kernel generic signals.
2457         (xtensa_linux_gdb_signal_from_target): New function.
2458         (xtensa_linux_gdb_signal_to_target): Likewise.
2459         (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
2460         to the functions defined above.
2461         * mips-linux-tdep.c: Define enum with differences between
2462         signals in MIPS and Linux kernel generic ones.
2463         (mips_gdb_signal_to_target): New function.
2464         (mips_gdb_signal_from_target): Redefine to use new enum, handle
2465         only different signals from the Linux kernel generic.
2466         (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2467         the functions defined above.
2468         * mips-linux-tdep.h (enum mips_signals): Remove.
2469
2470 2013-08-09  Pedro Alves  <palves@redhat.com>
2471
2472         * avr-tdep.c (XMALLOC): Delete macro.
2473         * cli/cli-dump.c (XMALLOC): Delete macro.
2474
2475 2013-08-09  Pedro Alves  <palves@redhat.com>
2476
2477         * cli/cli-dump.c: Don't include cli/cli-dump.h.
2478         (scan_expression_with_cleanup, scan_filename_with_cleanup)
2479         (fopen_with_cleanup, add_dump_command): Make static.
2480         * cli/cli-dump.h: Delete file.
2481         * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
2482         cli/cli-dump.h.
2483
2484 2013-08-09  Pedro Alves  <palves@redhat.com>
2485
2486         * tracepoint.c (tfile_start): Show tilde-expanded filename in
2487         error message.
2488
2489 2013-08-09  Pedro Alves  <palves@redhat.com>
2490
2491         * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
2492         error message.
2493
2494 2013-08-09  Pedro Alves  <palves@redhat.com>
2495
2496         * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
2497         (gcore_command): Use tilde_expand here, and when showing the
2498         filename to the user, show the expanded version.
2499
2500 2013-08-09  Yao Qi  <yao@codesourcery.com>
2501
2502         * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
2503         'entryval' is set.
2504
2505 2013-08-08  Azat Khuzhin  <a3at.mail@gmail.com>  (tiny change)
2506
2507         * gcore.c (create_gcore_bfd): Use tilde_expand.
2508
2509 2013-08-08  Yao Qi  <yao@codesourcery.com>
2510
2511         * frame.h (read_frame_local): Declare.
2512         * mi/mi-cmd-stack.c (list_args_or_locals): Call
2513         read_frame_local.
2514         * stack.c (read_frame_local): New.
2515
2516 2013-08-08  Yao Qi  <yao@codesourcery.com>
2517
2518         * mi/mi-cmd-stack.c: Update comments to function
2519         list_args_or_locals.
2520
2521 2013-08-07  Tom Tromey  <tromey@redhat.com>
2522
2523         PR symtab/15028:
2524         * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
2525         (process_psymtab_comp_unit_reader): Use it.
2526         (process_psymtab_comp_unit): Update.  Add "pretend_language"
2527         argument.
2528         (dwarf2_build_psymtabs_hard): Update.
2529         (scan_partial_symbols): Pass CU's language to
2530         process_psymtab_comp_unit.
2531
2532 2013-08-07  Tom Tromey  <tromey@redhat.com>
2533
2534         * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
2535         (dwarf2_gdb_index_functions): Update.
2536         * psymtab.c (find_symbol_file_from_partial): Remove.
2537         (psym_functions): Update.
2538         * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
2539         Remove.
2540
2541 2013-08-07  Tom Tromey  <tromey@redhat.com>
2542
2543         * symfile.c (set_initial_language): Look up "main" symbol
2544         and use its language.
2545         * symtab.c (find_main_filename): Remove.
2546         * symtab.h (find_main_filename): Remove.
2547
2548 2013-08-07  Tom Tromey  <tromey@redhat.com>
2549
2550         * dwarf2read.c (recursively_compute_inclusions): Add
2551         "immediate_parent" argument.  Set symtab's "user" field
2552         if not set.
2553         (compute_symtab_includes): Update.
2554
2555 2013-08-07  Tom Tromey  <tromey@redhat.com>
2556
2557         * linespec.c (convert_linespec_to_sals): Use maybe_add_address
2558         when adding label symbols.
2559
2560 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
2561             Ulrich Weigand  <uweigand@de.ibm.com>
2562
2563         * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
2564         * configure.host (powerpc64-*-aix*): Likewise.
2565
2566 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
2567             Ulrich Weigand  <uweigand@de.ibm.com>
2568
2569         * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
2570         is defined.
2571         * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
2572         (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
2573         (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
2574         * configure.ac: Check for ptrace64.
2575         * configure, config.in: Regenerate.
2576
2577 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
2578             Ulrich Weigand  <uweigand@de.ibm.com>
2579
2580         * aixthread.c: Call ptrace64 instead of ptracex if defined.
2581         Call ptrace64 instead of ptrace if defined.
2582         Add macro addr_ptr to take care of ptrace address argument.
2583         (pdc_read_regs): Likewise.
2584         (pdc_write_regs): Likewise.
2585         (aix_thread_resume): Likewise.
2586         (fetch_regs_kernel_thread): Likewise.
2587         (store_regs_kernel_thread): Likewise.
2588
2589 2013-08-07  Anton Blanchard  <anton@samba.org>
2590
2591         * MAINTAINERS: Add myself to Write After Approval.
2592
2593 2013-08-05  Tom Tromey  <tromey@redhat.com>
2594
2595         * aix-thread.c (_initialize_aix_thread): Use
2596         complete_target_initialization.
2597         * bsd-uthread.c (_initialize_bsd_uthread): Use
2598         complete_target_initialization.
2599         * dec-thread.c (_initialize_dec_thread): Use
2600         complete_target_initialization.
2601         * ravenscar-thread.c (_initialize_ravenscar): Use
2602         complete_target_initialization.
2603         * sol-thread.c (_initialize_sol_thread): Use
2604         complete_target_initialization.
2605         * spu-multiarch.c (_initialize_spu_multiarch): Use
2606         complete_target_initialization.
2607
2608 2013-08-05  Tom Tromey  <tromey@redhat.com>
2609
2610         * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
2611         * ada-lang.c (ada_lookup_simple_minsym): Return
2612         bound_minimal_symbol.
2613         * ada-lang.h (ada_lookup_simple_minsym): Update.
2614         * c-exp.y (variable): Use lookup_bound_minimal_symbol.
2615         * f-exp.y (variable): Use lookup_bound_minimal_symbol.
2616         * go-exp.y (variable): Use lookup_bound_minimal_symbol.
2617         * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
2618         * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
2619         * minsyms.c (msymbol_objfile): Remove.
2620         (lookup_minimal_symbol_internal): New function, from
2621         lookup_minimal_symbol.
2622         (lookup_minimal_symbol): Rewrite using
2623         lookup_minimal_symbol_internal.
2624         (lookup_bound_minimal_symbol): New function.
2625         * minsyms.h (msymbol_objfile): Remove.
2626         (lookup_bound_minimal_symbol): Declare.
2627         * p-exp.y (variable): Use lookup_bound_minimal_symbol.
2628         * parse.c (write_exp_msymbol): Change parameter to a
2629         bound_minimal_symbol.
2630         (write_dollar_variable): Use lookup_bound_minimal_symbol.
2631         * parser-defs.h (write_exp_msymbol): Update.
2632         * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
2633         * symfile.c (simple_read_overlay_table): Use
2634         lookup_bound_minimal_symbol.
2635         * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
2636         (search_symbols): Likewise.
2637         (print_msymbol_info): Take a bound_minimal_symbol argument.
2638         (symtab_symbol_info, rbreak_command): Update.
2639         * symtab.h (struct symbol_search) <msymbol>: Change type
2640         to bound_minimal_symbol.
2641         * valops.c (find_function_in_inferior): Use
2642         lookup_bound_minimal_symbol.
2643         * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
2644
2645 2013-08-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2646
2647         Code cleanup.
2648         * remote.c (cleanup_sigint_signal_handler): Rename the declaration
2649         to ...
2650         (async_cleanup_sigint_signal_handler): ... this.
2651         (initialize_sigint_signal_handler): Remove declaration.
2652         (handle_remote_sigint): Rename the declaration to ...
2653         (async_handle_remote_sigint): ... this.
2654         (handle_remote_sigint_twice): Rename the declaration to ...
2655         (async_handle_remote_sigint_twice): ... this.
2656         (async_remote_interrupt, async_remote_interrupt_twice)
2657         (remote_interrupt): Remove the declarations.
2658         (remote_interrupt_twice): Rename the declaration ...
2659         (sync_remote_interrupt_twice): ... this.
2660         (sigint_remote_twice_token): Rename the variable to ...
2661         (async_sigint_remote_twice_token): ... this.
2662         (sigint_remote_token): Rename the variable to ...
2663         (async_sigint_remote_token): ... this.
2664         (initialize_sigint_signal_handler): Rename the function to ...
2665         (async_initialize_sigint_signal_handler): ... this.  Update the name
2666         inside.
2667         (handle_remote_sigint): Rename the function to ...
2668         (async_handle_remote_sigint): ... this.  Update the names inside.
2669         (handle_remote_sigint_twice): Rename the function to ...
2670         (async_handle_remote_sigint_twice): ... this.  Update the names inside.
2671         (cleanup_sigint_signal_handler): Rename the function to ...
2672         (async_cleanup_sigint_signal_handler): ... this.
2673         (remote_interrupt): Rename the function to ...
2674         (sync_remote_interrupt): this.  Update the names inside.
2675         (remote_interrupt_twice): Rename the function to ...
2676         (sync_remote_interrupt_twice): this.  Update the names inside.
2677         (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
2678         (_initialize_remote): Update the names inside.
2679
2680 2013-08-02  Tom Tromey  <tromey@redhat.com>
2681
2682         PR symtab/15719:
2683         * breakpoint.c (update_watchpoint, watchpoint_check)
2684         (watch_command_1): Update.
2685         * eval.c (fetch_subexp_value): Add "preserve_errors"
2686         parameter.
2687         * ppc-linux-nat.c (check_condition): Update.
2688         * value.h (fetch_subexp_value): Update.
2689
2690 2013-08-02  Andrew Burgess  <aburgess@broadcom.com>
2691
2692         * mi/mi-interp.c (mi_interpreter_resume): Remove call to
2693         add_file_handler.
2694
2695 2013-08-01  Doug Evans  <dje@google.com>
2696
2697         PR symtab/15691
2698         * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
2699         (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
2700         Add assert of sig_entry->dwo_unit == NULL.
2701         (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
2702         had already been read.
2703         (read_signatured_type): Set per_cu.tu_read.
2704
2705         PR symtab/15695
2706         * valops.c (value_struct_elt): Add missing call to check_typedef.
2707         (value_find_oload_method_list): Ditto.
2708
2709         * symtab.c (do_free_search_symbols_cleanup): Change arg to,
2710         effectively, struct symbol_search **.
2711         (make_cleanup_free_search_symbols): Change arg to struct
2712         symbol_search **.  All callers updated.
2713         (compare_search_syms): Compare symtab file name and block as well.
2714         (search_symbols_equal): New function.
2715         (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
2716         New args new_head, new_tail.  Result is now void.  Remove dups after
2717         sorting the symbols.
2718         (search_symbols): Sort all found symbols once, after all have been
2719         found, and remove duplicates.  Simplify cleanup tracking of result.
2720         * symtab.h (make_cleanup_free_search_symbols): Update prototype.
2721
2722         Further workarounds for binutils/15021.
2723         * dwarf2read.c (recursively_compute_inclusions): Change type of result
2724         parameter to VEC (symtab_ptr) **.  New parameter all_type_symtabs.
2725         Watch for duplicate symtabs coming from type units.
2726         (compute_symtab_includes): Update call to
2727         recursively_compute_inclusions. Build vector of included symtabs
2728         instead of per_cus.
2729         * symtab.h (symtab_ptr): New typedef.
2730         (DEF_VEC_P (symtab_ptr)): New VEC type.
2731         * linespec.c (symtab_p): Delete.  All uses updated to use symtab_ptr
2732         instead.
2733
2734 2013-08-01  Andrew Burgess  <aburgess@broadcom.com>
2735
2736         * cli/cli-script.c (script_from_file): Remove use of
2737         error_pre_print.
2738         * main.c (captured_main): Remove use of error_pre_print and
2739         quit_pre_print.
2740         * utils.c (error_pre_print, quit_pre_print): Remove.
2741         * utils.h (error_pre_print, quit_pre_print): Likewise.
2742
2743 2013-08-01  Yao Qi  <yao@codesourcery.com>
2744
2745         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
2746         with mi_getopt.
2747         (mi_cmd_stack_list_variables): Likewise.
2748
2749 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
2750
2751         * exceptions.c (deprecated_throw_reason): Remove.
2752         * exceptions.h (deprecated_throw_reason): Remove.
2753
2754 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
2755
2756         * remote-mips.c (mips_error): Replace use of
2757         deprecated_throw_reason with throw_verror.  Use the error message
2758         passed to mips_error as the error message for throw_verror.
2759
2760 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
2761
2762         * monitor.c (monitor_interrupt_query): Replace use of
2763         deprecated_throw_reason with quit.
2764         * nto-procfs.c (interrupt_query): Likewise.
2765         * remote-fileio.c (remote_fileio_sig_exit): Likewise.
2766         * remote-mips.c (mips_kill): Likewise.
2767         * remote.c (interrupt_query): Likewise.
2768
2769 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
2770
2771         * utils.c (internal_verror): Replace use of deprecated_throw_reason
2772         with call to fatal.
2773
2774 2013-07-31  Pedro Alves  <pedro@codesourcery.com>
2775             Yao Qi  <yao@codesourcery.com>
2776
2777         * tracepoint.c (trace_dump_command): Select the current frame.
2778
2779 2013-07-30  Doug Evans  <dje@google.com>
2780
2781         * dwarf2read.c (process_queue): Add type signature to debug output.
2782
2783 2013-07-30  Andrew Burgess  <aburgess@broadcom.com>
2784
2785         * value.c (value_fetch_lazy): Mark optimized out values as such
2786         rather than raising an error.
2787
2788 2013-07-30  Andrew Burgess  <aburgess@broadcom.com>
2789
2790         * value.c (value_fetch_lazy): Ensure parent value is not lazy
2791         before checking which bits of the parent, not the child, value are
2792         valid.
2793
2794 2013-07-30  Muhammad Bilal  <mbilal@codesorcery.com>
2795
2796         PR gdb/15715
2797         * top.c: Include "filenames.h".
2798         (set_history_filename): New function.
2799         (init_main): Install it as set hook of the "set history filename"
2800         command.
2801
2802 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
2803
2804         * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
2805         attribute parameter.
2806         (dwarf2_const_value_data): Constify struct attribute parameter.
2807         (dwarf2_const_value): Constify struct attribute parameter.
2808         (dwarf2_const_value_attr): Constify struct attribute parameter.
2809         (lookup_die_type): Constify struct attribute parameter.
2810         (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
2811         (follow_die_ref_or_sig): Constify struct attribute parameter.
2812         (follow_die_ref): Constify struct attribute parameter.
2813         (follow_die_sig): Constify struct attribute parameter.
2814         (get_DW_AT_signature_type): Constify struct attribute parameter.
2815         (get_type_unit_group): Constify struct attribute parameter.
2816         (fill_in_loclist_baton): Constify struct attribute parameter.
2817         (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
2818         (type_unit_group): Constify struct attribute parameter.
2819
2820 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
2821
2822         * dwarf2read.c (attr_form_is_block): Make argument const.
2823         (attr_form_is_section_offset): Make argument const.
2824         (attr_form_is_constant): Make argument const.
2825         (attr_form_is_ref): Make argument const.
2826
2827 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
2828
2829         * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
2830         All uses updated.
2831         (attr_form_is_ref): Moved below attr_form_is_constant.
2832
2833 2013-07-29  Doug Evans  <dje@google.com>
2834
2835         * main.c (captured_command_loop): Tweak comment.
2836
2837         * target.c (target_async_permitted_1): Fix comment.
2838
2839         * symtab.c (iterate_over_some_symtabs): Add comment.
2840
2841         * symtab.c (iterate_over_some_symtabs): Fix indentation.
2842
2843 2013-07-27  Yao Qi  <yao@codesourcery.com>
2844
2845         * NEWS: Mention that GDBserver now supports hardware
2846         watchpoints on the MIPS GNU/Linux target.
2847
2848 2013-07-27  Yao Qi  <yao@codesourcery.com>
2849
2850         * Makefile.in (HFILES_NO_SRCDIR): Add
2851         common/mips-linux-watch.h.
2852         (mips-linux-watch.o): New rule.
2853         * common/mips-linux-watch.c: New.
2854         * common/mips-linux-watch.h: New.
2855         * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
2856         * mips-linux-nat.c: Include mips-linux-watch.h.
2857         (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
2858         to common/mips-linux-watch.h.
2859         (MAX_DEBUG_REGISTER): Likewise.
2860         (enum pt_watch_style): Likewise.
2861         (struct mips32_watch_regs): Likewise.
2862         (struct mips64_watch_regs): Likewise.
2863         (struct pt_watch_regs): Likewise.
2864         (struct mips_watchpoint): Likewise.
2865         (mips_linux_watch_get_irw_mask): Move to
2866         common/mips-linux-watch.c.
2867         (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
2868         (mips_linux_watch_get_watchlo): Likewise.
2869         (mips_linux_watch_set_watchlo): Likewise.
2870         (mips_linux_watch_get_watchhi): Likewise.
2871         (mips_linux_watch_set_watchhi): Likewise.
2872         (mips_linux_read_watch_registers): Likewise.
2873         (mips_linux_watch_type_to_irw): Likewise.
2874         (mips_linux_stopped_data_address, fill_mask): Likewise.
2875         (mips_linux_watch_try_one_watch): Likewise.
2876         (mips_linux_watch_populate_regs): Likewise.
2877
2878 2013-07-27  Yao Qi  <yao@codesourcery.com>
2879
2880         * mips-linux-nat.c (get_irw_mask): Rename to ...
2881         (mips_linux_watch_get_irw_mask): ... this.  Rename parameter
2882         'set' to 'n'.  Update function comment.  All callers changed.
2883         (get_reg_mask): Rename parameter 'set' to 'n'.  Update
2884         function comment.  All callers changed.
2885         (get_num_valid): Rename to ...
2886         (mips_linux_watch_get_num_valid): ... this.  Rename parameter
2887         'set' to 'n'.  Update function comment.  All callers changed.
2888         (get_watchlo): Rename to ...
2889         (mips_linux_watch_get_watchlo): ... this.  Rename parameter
2890         'set' to 'n'.  Update function comment.  All callers changed.
2891         (set_watchlo): Rename to ...
2892         (mips_linux_watch_set_watchlo): ... this.  Rename parameter
2893         'set' to 'n'.  Update function comment.  All callers changed.
2894         (get_watchhi): Rename to ...
2895         (mips_linux_watch_get_watchhi): ... this.  Update function
2896         comment.  All callers changed.
2897         (set_watchhi): Rename to ...
2898         (mips_linux_watch_set_watchhi): ... this.  Update function
2899         comment.  All callers changed.
2900         (mips_linux_read_watch_registers): Update function comment.
2901         Add new parameters 'lwpid', 'watch_readback', and
2902         'watch_readback_valid'.  Update.
2903         (type_to_irw): Rename to ...
2904         (mips_linux_watch_type_to_irw): ... this.  Update function
2905         comment.  All callers changed.
2906         (fill_mask): Update function comment.
2907         (try_one_watch): Rename to ...
2908         (mips_linux_watch_try_one_watch): ... this.  Change the type
2909         of parameter 'irw' from 'unsigned' to 'uint32_t'.
2910         (populate_regs_from_watches): Rename to ...
2911         (mips_linux_watch_populate_regs): ... this.  Add parameter
2912         'current_watches'.  All callers changed.
2913
2914 2013-07-27  Yao Qi  <yao@codesourcery.com>
2915
2916         * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
2917         the code.
2918         (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
2919         (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
2920         (struct pt_watch_regs): Likewise.
2921         [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
2922         [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
2923         [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
2924         [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
2925         [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
2926
2927 2013-07-27  Yao Qi  <yao@codesourcery.com>
2928
2929         * breakpoint.h: Include break-common.h.
2930         (enum target_hw_bp_type): Move to ...
2931         * common/break-common.h: ... here.  New.
2932
2933 2013-07-26  Cyril Nikolaev  <cyril@nichtverstehen.de>
2934
2935         * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
2936         process group regardless of having tty on stdin.
2937
2938 2013-07-25  Doug Evans  <dje@google.com>
2939
2940         * linux-fork.h (detach_fork): Delete.
2941
2942 2013-07-25  Tom Tromey  <tromey@redhat.com>
2943
2944         PR remote/15256, PR remote/15266:
2945         * bfd-target.c (target_bfd_reopen): Initialize to_magic.
2946         * monitor.c (monitor_detach): Use unpush_target.
2947         * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
2948         * remote-mips.c (mips_detach): Use unpush_target.  Don't
2949         call mips_close.
2950         * remote-sim.c (gdbsim_detach): Use unpush_target.
2951         * target.c (pop_target): Remove.
2952         (pop_all_targets_above): Don't call target_close.
2953         (target_close): Assert that the target is unpushed.
2954         * target.h (pop_target): Don't declare.
2955         * tracepoint.c (tfile_open): Use unpush_target.
2956
2957 2013-07-25  Tom Tromey  <tromey@redhat.com>
2958
2959         * linux-thread-db.c (init_thread_db_ops): Call
2960         complete_target_initialization.
2961         (_initialize_thread_db): Don't call add_target.
2962         * target.c (complete_target_initialization): New function.
2963         (add_target_with_completer): Call it.
2964         * target.h (complete_target_initialization): Declare.
2965
2966 2013-07-25  Mark Kettenis  <kettenis@gnu.org>
2967
2968         * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
2969         * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
2970         (HPPANBSD_SIZEOF_GREGS): New define.
2971         (hppaobsd_supply_gregset): Handle additional registers.
2972         * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
2973         we provide more registers now.
2974         (hppabsd_supply_gregset): Supply additional registers.
2975         (hppabsd_collect_gregset): Collect additional registers.
2976
2977 2013-07-25  Mark Kettenis  <kettenis@gnu.org>
2978
2979         * hppabsd-tdep.c: Include "dwarf2-frame.h".
2980         (hppabsd_dwarf2_frame_init_reg): New function.
2981         (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
2982
2983 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
2984
2985         * mi/mi-main.c (output_register): Make MI 'r' format use standard
2986         'z' format code.  Remove error for optimized out values, standard
2987         code will handle these fine.
2988
2989 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
2990
2991         * NEWS: Mention new 'z' formatter.
2992         * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
2993         (_initialize_printcmd): Mention 'z' formatter in help text of the
2994         'x' command.
2995
2996 2013-07-24  Maciej W. Rozycki  <macro@codesourcery.com>
2997
2998         * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
2999         formatting.
3000
3001 2013-07-24  Sergio Durigan Junior  <sergiodj@redhat.com>
3002
3003         * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
3004         interface can evaluate arguments.  Fallback to the old mode if it
3005         cannot.
3006         (create_exception_master_breakpoint): Likewise.
3007         * elfread.c (elf_can_evaluate_probe_arguments): New function.
3008         (struct sym_probe_fns elf_probe_fns): Export function above to the
3009         probe interface.
3010         * probe.c (can_evaluate_probe_arguments): New function.
3011         * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
3012         function pointer.
3013         (can_evaluate_probe_arguments): New function prototype.
3014         * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
3015         probe interface can evaluate arguments.  Fallback to the old mode
3016         if it cannot.
3017         * stap-probe.c (stap_get_probe_argument_count): Check if probe
3018         interface can evaluate arguments.  Warning the user if it cannot.
3019         (stap_can_evaluate_probe_arguments): New function.
3020         (struct probe_ops stap_probe_ops): Export function above to the
3021         probe interface.
3022         * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
3023         New function pointer.
3024
3025 2013-07-24  Luis Machado  <lgustavo@codesourcery.com>
3026
3027         * Makefile.in (SFILES): Add common/target-common.c.
3028         Add common/target-common.h to headers.
3029         (COMMON_OBS): Add target-common.o.
3030         (target-common.o): New target.
3031         * linux-nat.h (resume_kind): Move to common/target-common.h.
3032         * target.c (target_waitstatus_to_string): Move to
3033         common/target-common.c.
3034         * target.h: Include target-common.h.
3035         (target_waitkind): Move to common/target-common.h.
3036         (target_waitstatus): Likewise.
3037         (TARGET_WNOHANG): Likewise.
3038         * common/target-common.c: New file.
3039         * common/target-common.h: New file.
3040
3041 2013-07-24  Doug Evans  <dje@google.com>
3042
3043         * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
3044         a warning.
3045
3046 2013-07-23  Yao Qi  <yao@codesourcery.com>
3047
3048         * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
3049         parameter 'gdbarch'.
3050         (i386_stack_tramp_frame_sniffer): Caller update.
3051         * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
3052         parameter 'gdbarch' and 'target'.
3053         (i386_linux_core_read_description): Caller update.
3054         * amd64-linux-tdep.c (amd64_linux_core_read_description):
3055         Likewise.
3056         * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
3057         declaration.
3058
3059 2013-07-23  Tom Tromey  <tromey@redhat.com>
3060
3061         * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
3062         2013-07-22.
3063
3064 2013-07-22  Doug Evans  <dje@google.com>
3065
3066         * exec.h (remove_target_sections): Delete arg abfd.
3067         * exec.c (exec_close): Update call to remove_target_sections.
3068         (remove_target_sections): Delete arg abfd.
3069         * solib.c (update_solib_list): Ditto.
3070         (reload_shared_libraries_1): Ditto.
3071         (clear_solib): Ditto, and unconditionally call remove_target_sections.
3072         * target.h (struct target_section): Rename key to owner.
3073         All uses updated.
3074
3075 2013-07-22  Tom Tromey  <tromey@redhat.com>
3076
3077         * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
3078
3079 2013-07-22  Tom Tromey  <tromey@redhat.com>
3080
3081         * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
3082         Simplify cleanup handling.
3083
3084 2013-07-22  Tom Tromey  <tromey@redhat.com>
3085
3086         * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
3087         on all return paths.
3088
3089 2013-07-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
3090
3091         * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
3092         (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
3093         DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
3094
3095 2013-07-22  Phil Muldoon  <pmuldoon@redhat.com>
3096
3097         * top.c (print_gdb_version): Add help, apropos description and
3098         url to online documentation.
3099
3100 2013-07-19  Hui Zhu  <hui@codesourcery.com>
3101
3102         PR gdb/15692
3103         * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
3104
3105 2013-07-19  Yao Qi  <yao@codesourcery.com>
3106
3107         * target.c (update_current_target): Change the default action
3108         of 'to_traceframe_info' from tcomplain to return_zero.
3109         * target.h (struct target_ops) <to_traceframe_info>: Add more
3110         comments.
3111         * valops.c (read_value_memory): Call
3112         traceframe_available_memory unconditionally.
3113
3114 2013-07-18  Yao Qi  <yao@codesourcery.com>
3115
3116         * coffread.c (coff_symfile_read): Iterate over minimal symbols,
3117         if the name is prefixed by "__imp_" or "_imp_", look for minimal
3118         symbol without prefix.  If found, set its type to
3119         'mst_solib_trampoline'.
3120
3121 2013-07-17  Doug Evans  <dje@google.com>
3122
3123         * NEWS: Mention "set print raw frame-arguments".
3124         * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
3125         * stack.c (print_raw_frame_arguments): New static global.
3126         (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
3127         (_initialize_stack): New command "set/show print raw frame-arguments".
3128         * valprint.c (setprintrawlist, showprintrawlist): New globals.
3129         (set_print_raw, show_print_raw): New functions.
3130         (_initialize_valprint): New prefix command "set/show print raw".
3131         * valprint.h (value_print_options): Improve comments.
3132
3133         * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
3134         of all *list variables.
3135
3136         * gdbcmd.h (togglelist): Delete.
3137         * cli/cli-cmds.c (togglelist): Delete.
3138         (init_cmd_lists): Update.
3139         * cli/cli-cmds.h (togglelist): Delete.
3140
3141 2013-07-17  Tom Tromey  <tromey@redhat.com>
3142
3143         * dwarf2read.c (dwarf2_per_objfile_free): Clear
3144         dwarf2_per_objfile.
3145
3146 2013-07-16  Doug Evans  <dje@google.com>
3147
3148         * nto-tdep.c (nto_relocate_section_addresses): Update,
3149         target_section.bfd deleted.
3150         * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
3151         * s390-tdep.c (s390_load): Ditto.
3152         * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
3153
3154 2013-07-16  Andrew Burgess  <aburgess@broadcom.com>
3155
3156         * common/format.c (parse_format_string): Add checks for NULL
3157         character before calling strchr.
3158
3159 2013-07-16  Doug Evans  <dje@google.com>
3160
3161         * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
3162         temp_pathname argument.
3163         * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
3164         when opening the file fails.
3165
3166         * target.h (struct target_section): Delete member bfd.
3167         All users updated to use the_bfd_section->owner instead.
3168         * exec.c (add_to_section_table): Assert bfd is expected value.
3169         Remove initialization of target_section.bfd.
3170         (remove_target_sections): Update.
3171         (section_table_available_memory): Update.
3172         (section_table_xfer_memory_partial): Update.
3173         (print_section_info): Update.
3174         (exec_set_section_address): Update.
3175         * record-full.c (record_full_core_xfer_partial): Update.
3176         * solib-svr4.c (svr4_relocate_section_addresses): Update.
3177         * solib-target.c (solib_target_relocate_section_addresses): Update.
3178         * symfile.c (build_section_addr_info_from_section_table): Update.
3179         * target.c (memory_xfer_live_readonly_partial): Update.
3180         (memory_xfer_partial_1): Update.
3181
3182 2013-07-15  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
3183
3184         * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
3185         now available for embedded (BookE) and server (BookS) processors,
3186         correct mentions of 'booke' and adjust comments accordingly in order to
3187         avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
3188         (have_ptrace_booke_interface): Rename function and variable
3189         'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
3190         Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
3191         (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
3192         'hwdebug_point_cmp'. Update all uses.
3193         (booke_find_thread_points_by_tid): Rename function
3194         'booke_find_thread_points_by_tid' to
3195         'hwdebug_find_thread_points_by_tid'. Update all uses.
3196         (booke_insert_point): Rename function 'booke_insert_point' to
3197         'hwdebug_insert_point'. Update all uses.
3198         (booke_remove_point): Rename function 'booke_remove_point' to
3199         'hwdebug_remove_point'. Update all uses.
3200
3201 2013-07-15  Maciej W. Rozycki  <macro@codesourcery.com>
3202
3203         * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
3204         numbers with enum values.
3205
3206 2013-07-15  Ali Anwar  <ali_anwar@codesourcery.com>
3207
3208         PR threads/13217
3209         * thread.c (thread_apply_all_command): Check for valid threads
3210         and thread count.
3211         (thread_array_cleanup): New struct.
3212         (set_thread_refcount): New function.
3213
3214 2013-07-11  Andrew Burgess  <aburgess@broadcom.com>
3215
3216         * infcmd.c (default_print_one_register_info): Reuse function
3217         print_hex_chars.
3218
3219 2013-07-10  Tom Tromey  <tromey@redhat.com>
3220
3221         * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
3222         (ada-exp.o): New target.
3223
3224 2013-07-10  Sergio Durigan Junior  <sergiodj@redhat.com>
3225
3226         * mt-tdep.c (mt_registers_info): Call
3227         get_no_prettyformat_print_options instead of
3228         get_raw_print_options (regression by last patch from Doug
3229         Evans).
3230
3231 2013-07-09  Pedro Alves  <palves@redhat.com>
3232
3233         Checked in by Joel Brobecker  <brobecker@adacore.com>.
3234         * ada-lang.c (coerce_unspec_val_to_type): Use
3235         value_optimized_out_const.
3236         * value.c (value_optimized_out_const): New function.
3237         * value.h (value_optimized_out_const): New declaration.
3238
3239 2013-07-09  Doug Evans  <dje@google.com>
3240
3241         * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
3242         Enum values rename as well.  All uses updated.
3243         * valprint.h (value_print_options): Rename member pretty to
3244         pretty format.  Rename member prettyprint_arrays to
3245         prettyformat_arrays.  Rename member prettyprint_structs to
3246         prettyformat_structs.  All uses updated.
3247         (get_no_prettyformat_print_options): Renamed from
3248         get_raw_print_options.
3249         * valprint.c (get_no_prettyformat_print_options): Renamed from
3250         get_raw_print_options.  All callers updated.
3251         (show_prettyformat_structs): Renamed from show_prettyprint_structs.
3252         All callers updated.
3253         (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
3254         All callers updated.
3255         (_initialize_valprint): Improve help text for "set print pretty" and
3256         "set print arrays".
3257
3258 2013-07-09  Andrew Burgess  <aburgess@broadcom.com>
3259
3260         * value.c (value_bits_valid): Revert previous change, and change
3261         by Pedro on 2013-07-04, due to regressions in
3262         gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
3263
3264 2013-07-08  Andrew Burgess  <aburgess@broadcom.com>
3265             Pedro Alves  <palves@redhat.com>
3266
3267         * value.c (value_bits_valid): If the value is not lval_computed
3268         or has no check validity handler then the answer is the
3269         optimized_out flag, otherwise defer to the handler.
3270
3271 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
3272
3273         * top.c (print_gdb_configuration): Explain in output of
3274         --configuration what does "relocatable" mean.
3275
3276         * main.c (print_gdb_help): Regroup options in the --help text.
3277         See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
3278         the relevant discussions.
3279
3280 2013-07-06  Yao Qi  <yao@codesourcery.com>
3281
3282         * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
3283         Remove parameter 'lsal'.
3284         * breakpoint.c (create_breakpoint): Move local variable 'lsal'
3285         to inner block.  Caller update.
3286         (base_breakpoint_create_breakpoints_sal): Update.
3287         (bkpt_create_breakpoints_sal): Likewise.
3288         (tracepoint_create_breakpoints_sal): Likewise.
3289         (strace_marker_create_breakpoints_sal): Get 'lsal' from the
3290         element 0 of vector 'canonical->sals'.
3291
3292 2013-07-05  Luis Machado  <lgustavo@codesourcery.com>
3293
3294         * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
3295         register number instead of the pseudo register one.
3296         (rs6000_dwarf2_reg_to_regnum): Likewise.
3297
3298 2013-07-04  Pedro Alves  <palves@redhat.com>
3299
3300         * findvar.c (value_of_register): Use allocate_optimized_out_value
3301         if the register has been optimized out, instead of
3302         set_value_optimized_out.
3303         * frame-unwind.c (frame_unwind_got_optimized): Use
3304         allocate_optimized_out_value.
3305
3306 2013-07-04  Pedro Alves  <palves@redhat.com>
3307
3308         * value.c (value_bits_valid): If the value is not lval_computed,
3309         or doesn't have a check_validity hook, assume the value is entirely
3310         valid.
3311
3312 2013-07-04  Andrew Burgess  <aburgess@broadcom.com>
3313
3314         * stack.c (read_frame_arg): No longer fetch lazy values.
3315         * value.c (value_optimized_out): If the value is not already
3316         marked optimized out, and is lazy then fetch it.
3317         (value_primitive_field): Move optimized out check to later in the
3318         function, after we have loaded any lazy values.
3319         (value_fetch_lazy): Use optimized out flag directly rather than
3320         calling optimized_out method.
3321
3322 2013-07-04  Andrew Burgess  <aburgess@broadcom.com>
3323
3324         * valops.c: Don't include "user-regs.h".
3325         (value_fetch_lazy): Moved to value.c.
3326         * value.c: Include "user-regs.h".
3327         (value_fetch_lazy): Moved from valops.c.
3328
3329 2013-07-04  Yao Qi  <yao@codesourcery.com>
3330
3331         Revert:
3332         2013-06-27  Yao Qi  <yao@codesourcery.com>
3333
3334         * common/create-version.sh: Update comments.  Handle the case
3335         that TARGET_ALIAS is empty.
3336
3337 2013-07-03  Pedro Alves  <palves@redhat.com>
3338
3339         * Makefile.in (config.status): Depend on development.sh.
3340         (aclocal_m4_deps): Add libmcheck.m4.
3341         * acinclude.m4: Include libmcheck.m4.
3342         * configure.ac: Source development.sh instead of setting
3343         'development' here.  --enable-libmcheck/--disable-libmcheck code
3344         factored out to GDB_AC_LIBMCHECK.  Run it.
3345         * development.sh: New file.
3346         * libmcheck.m4: New file.
3347         * configure: Regenerate.
3348
3349 2013-07-02  Tom Tromey  <tromey@redhat.com>
3350
3351         * contrib/ari/update-web-ari.sh: Update for version.in change.
3352
3353 2013-07-02  Tom Tromey  <tromey@redhat.com>
3354
3355         * common/ptid.h: Comment fixes.
3356
3357 2013-07-01  Tom Tromey  <tromey@redhat.com>
3358
3359         * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
3360         .gnu_debugaltlink not found.  Use bfd_get_alt_debug_link_info.
3361         (dwarf2_read_index, create_all_comp_units): Update.
3362
3363 2013-07-01  Tom Tromey  <tromey@redhat.com>
3364
3365         * configure.ac (build_warnings): Add -Wold-style-definition.
3366         * configure: Rebuild.
3367         * machoread.c (_initialize_machoread): Use "(void)".
3368         * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
3369         use "(void)".
3370
3371 2013-07-01  Tom Tromey  <tromey@redhat.com>
3372
3373         * configure.ac (build_warnings): Add -Wold-style-declaration.
3374         * configure: Rebuild.
3375         * dsrec.c (make_srec): Use "static const", not "const static".
3376         * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
3377         not "const static".
3378         * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
3379         Use "static const", not "const static".
3380         * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
3381         not "const static".
3382         * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
3383         not "const static".
3384         * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
3385         not "const static".
3386         * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
3387         not "const static".
3388         (v850_dbtrap_breakpoint_from_pc): Likewise.
3389         * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
3390         not "const static".
3391
3392 2013-07-01  Tom Tromey  <tromey@redhat.com>
3393
3394         * configure.ac (build_warnings): Add -Wmissing-parameter-type.
3395         * configure: Rebuild.
3396
3397 2013-07-01  Pedro Alves  <palves@redhat.com>
3398
3399         * defs.h: Include "pathmax.h".
3400         * utils.c: Don't include sys/param.h.
3401         (gdb_realpath): Remove code that checks for MAXPATHLEN.
3402         * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
3403         instead of MAXPATHLEN.
3404         * solib-sunos.c: Don't include sys/param.h.
3405         * xcoffread.c: Don't include sys/param.h.
3406         * bsd-kvm.c: Don't include sys/param.h.
3407         * darwin-nat.c: Don't include sys/param.h.
3408         (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
3409         * darwin-nat-info.c: Don't include sys/param.h.
3410         * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
3411         MAXPATHLEN.
3412         * i386obsd-nat.c: Don't include sys/param.h.
3413         * inf-child.c: Don't include sys/param.h.
3414         (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
3415         * linux-fork.c: Don't include sys/param.h.
3416         (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
3417         * linux-nat.c: Don't include sys/param.h.
3418         (linux_child_pid_to_exec_file, linux_proc_pending_signals)
3419         (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
3420         * m68klinux-nat.c: Don't include sys/param.h.
3421         * nbsd-nat.c: Don't include sys/param.h.
3422         (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
3423         * ppc-linux-nat.c: Don't include sys/param.h.
3424         * rs6000-nat.c: Don't include sys/param.h.
3425         * spu-linux-nat.c. Don't include sys/param.h.
3426         * windows-nat.c: Don't include sys/param.h.
3427         * xtensa-linux-nat.c: Don't include sys/param.h.
3428         * config/i386/nm-fbsd.h: Don't include sys/param.h.
3429
3430 2013-07-01  Pedro Alves  <palves@redhat.com>
3431
3432         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
3433         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
3434         * gnulib/aclocal.m4: Regenerate.
3435         * gnulib/config.in: Regenerate.
3436         * gnulib/configure: Regenerate.
3437         * gnulib/import/pathmax.h: New file.
3438         * gnulib/import/Makefile.am: Regenerate.
3439         * gnulib/import/Makefile.in: Regenerate.
3440         * gnulib/import/m4/gnulib-cache.m4: Regenerate.
3441         * gnulib/import/m4/gnulib-comp.m4: Regenerate.
3442         * gnulib/import/m4/pathmax.m4: New file.
3443
3444 2013-07-01  Pedro Alves  <palves@redhat.com>
3445
3446         * configure.ac (GDBINIT): Define, depending on host.
3447         * go32-nat.c (init_go32_ops): Don't override gdbinit here.
3448         * top.c (PATH_MAX): Delete fallback definition.
3449         (GDBINIT_FILENAME): Delete.
3450         (gdbinit): Reimplement as const char array set to the GDBINIT
3451         string constant.
3452         * top.h (gdbinit): Make const.
3453         * configure, config.in: Regenerate.
3454
3455 2013-07-01  Pedro Alves  <palves@redhat.com>
3456
3457         * cli/cli-cmds.c (source_script): Make 'file' parameter const.
3458         * cli/cli-cmds.h (source_script): Likewise.
3459         * exceptions.c (catch_command_errors_const): New function.
3460         * exceptions.h (catch_command_errors_const): Declare.
3461         * main.c (get_init_files): Make parameters const, and adjust.
3462         (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
3463         'local_gdbinit' locals const.  Adjust to use
3464         catch_command_errors_const.
3465         (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
3466         'local_gdbinit' locals const.
3467
3468 2013-07-01  Pedro Alves  <palves@redhat.com>
3469
3470         * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
3471         (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
3472         * tracepoint.c: Don't check HAVE_UNISTD_H before including
3473         <unistd.h>.
3474
3475 2013-07-01  Pedro Alves  <palves@redhat.com>
3476
3477         Import the "unistd" gnulib module.
3478         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
3479         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
3480         import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
3481         import/m4/unistd_h.m4.
3482         * gnulib/aclocal.m4: Renenerate.
3483         * gnulib/config.in: Renenerate.
3484         * gnulib/configure: Renenerate.
3485         * gnulib/import/Makefile.am: Renenerate.
3486         * gnulib/import/Makefile.in: Renenerate.
3487         * gnulib/import/m4/gnulib-cache.m4: Renenerate.
3488         * gnulib/import/m4/gnulib-comp.m4: Renenerate.
3489         * gnulib/import/m4/off_t.m4: New file.
3490         * gnulib/import/m4/ssize_t.m4: New file.
3491         * gnulib/import/m4/sys_types_h.m4: New file.
3492         * gnulib/import/m4/unistd_h.m4: New file.
3493         * gnulib/import/sys_types.in.h: New file.
3494         * gnulib/import/unistd.c: New file.
3495         * gnulib/import/unistd.in.h: New file.
3496
3497 2013-07-01  Pedro Alves  <palves@redhat.com>
3498
3499         * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
3500         defined instead of checking HAVE_UNISTD_H.
3501
3502 2013-07-01  Pedro Alves  <palves@redhat.com>
3503
3504         Reimport gnulib from scratch.
3505         * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
3506         import/m4/onceonly.m4.
3507         * gnulib/aclocal.m4: Renegerate.
3508         * gnulib/config.in: Renegerate.
3509         * gnulib/configure: Renegerate.
3510         * gnulib/import/Makefile.in: Renegerate.
3511         * gnulib/import/extra/update-copyright: Renegerate.
3512         * gnulib/import/m4/onceonly.m4: Delete.
3513
3514 2013-07-01  Pedro Alves  <palves@redhat.com>
3515
3516         * tui/tui-regs.c (pagination_enabled): Delete declaration.
3517
3518 2013-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
3519
3520         Code cleanup.
3521         * remote.c (async_remote_interrupt_twice): Make it static.
3522         * remote.h (async_remote_interrupt_twice): Remove the declaration.
3523
3524 2013-06-29  Sergio Durigan Junior  <sergiodj@redhat.com>
3525
3526         * ia64-linux-tdep.c: Include <ctype.h>.
3527         (ia64_linux_stap_is_single_operand): New function.
3528         (ia64_linux_init_abi): Initialize SystemTap related attributes.
3529
3530 2013-06-28  Tom Tromey  <tromey@redhat.com>
3531
3532         * Makefile.in (version.c): Use version.in, not
3533         common/version.in.
3534         * common/create-version.sh: Likewise.
3535         * common/version.in: Move...
3536         * version.in: ...here.
3537
3538 2013-06-28  Pedro Alves  <palves@redhat.com>
3539
3540         * infrun.c (set_observer_mode): Don't declare pagination_enabled
3541         here.
3542         * utils.h (pagination_enabled): Declare.
3543
3544 2013-06-28  Pedro Alves  <palves@redhat.com>
3545
3546         * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
3547         Move higher up in file.
3548
3549 2013-06-28  Tom Tromey  <tromey@redhat.com>
3550
3551         * tracepoint.c (deprecated_readline_begin_hook)
3552         (deprecated_readline_hook, deprecated_readline_end_hook): Don't
3553         declare.
3554
3555 2013-06-28  Pedro Alves  <palves@redhat.com>
3556
3557         PR tui/14880
3558         * tui/tui-regs.c (tui_get_register): Fetch value contents before
3559         checking if they're available.
3560         * value.c (value_available_contents_eq): Change comment.
3561         * value.h (value_available_contents_eq): Expand comment.
3562
3563 2013-06-27  Tom Tromey  <tromey@redhat.com>
3564
3565         * target.c (find_run_target): Remove.
3566         * target.h (find_run_target): Remove.
3567
3568 2013-06-27  Tom Tromey  <tromey@redhat.com>
3569
3570         * corelow.c (core_gdbarch): Now static.
3571
3572 2013-06-27  Tom Tromey  <tromey@redhat.com>
3573
3574         * target.c (target_struct_index): Remove.
3575
3576 2013-06-27  Pedro Alves  <palves@redhat.com>
3577
3578         * infrun.c: Remove comment describing the 'stepping over runtime
3579         loader dynamic symbol resolution code' mechanism; moved to
3580         gdbint.texinfo.
3581
3582 2013-06-27  Pedro Alves  <palves@redhat.com>
3583
3584         * exceptions.c (catch_command_errors): Remove spurious space.
3585         * exceptions.h (catch_command_errors): Second parameter is "arg",
3586         not "command".
3587
3588 2013-06-27  Yao Qi  <yao@codesourcery.com>
3589
3590         * common/create-version.sh: Update comments.  Handle the case
3591         that TARGET_ALIAS is empty.
3592
3593 2013-06-26  Pedro Alves  <palves@redhat.com>
3594
3595         * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
3596         comment.
3597
3598 2013-06-26  Pedro Alves  <palves@redhat.com>
3599
3600         * infrun.c: Update comments on stepping over runtime loader
3601         dynamic symbol resolution code.
3602
3603 2013-06-26  Sergio Durigan Junior  <sergiodj@redhat.com>
3604
3605         * ax-gdb.h (union exp_element): Forward declare.
3606         * parser-defs.h: Include expression.h.
3607
3608 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
3609
3610         * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
3611
3612 2013-06-26  Dmitry Kozlov <ddk@codesourcery.com>
3613
3614         * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
3615
3616 2013-06-26  Dmitry Kozlov <ddk@codesourcery.com>
3617
3618         Fix trace-status to output proper start-time and stop-time.
3619         * tracepoint.c (trace_status_command): Fix type of printf arg to
3620         prevent improper type conversion.
3621         (trace_status_mi): Likewise.
3622
3623 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
3624
3625         * mips-tdep.c (mips_next_pc): Fix a typo.
3626
3627 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
3628
3629         * mips-tdep.c (micromips_scan_prologue): Fix a typo.
3630
3631 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
3632             Yao Qi  <yao@codesourcery.com>
3633
3634         * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
3635         * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
3636         * mi/mi-main.c (print_variable_or_computed): New function.
3637         (mi_cmd_trace_frame_collected): New function.
3638         * tracepoint.c (find_trace_state_variable_by_number): New.
3639         (struct traceframe_info): Move to tracepoint.h
3640         (struct collection_list): Likewise.
3641         (do_collect_symbol): Include locals and arguments in the
3642         collected variables list.
3643         (clear_collection_list): Clear wholly collected variables list
3644         and computed variables list.
3645         (append_exp): New function.
3646         (encode_actions_1): Include variables in the wholly
3647         collected variables list.  Include memory ranges and
3648         full-fledged expressions in the computed expressions list.
3649         (encode_actions): Move some code to ...
3650         Return the cleanup chain.
3651         (encode_actions_rsp): ... here.  New function.
3652         (get_traceframe_location, get_traceframe_info): Remove static.
3653         * tracepoint.h (struct memrange): Moved from tracepoint.c.
3654         (struct collection_list): Moved from tracepoint.c.  Add two
3655         new fields 'wholly_collected' and 'computed'.
3656         (find_trace_state_variable_by_number): Declare.
3657         (encode_actions): Adjust declaration.
3658         (encode_actions_rsp): Declare.
3659         (get_traceframe_info, get_traceframe_location): Declare.
3660
3661         * NEWS: Mention new MI command -trace-frame-collected.
3662
3663 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
3664             Yao Qi  <yao@codesourcery.com>
3665
3666         * ctf.c (ctf_traceframe_info): Push trace state variables
3667         present in the trace data into the traceframe info object.
3668         * breakpoint.c (DEF_VEC_I): Remove.
3669         * common/filestuff.c (DEF_VEC_I): Likewise.
3670         * dwarf2loc.c (DEF_VEC_I): Likewise.
3671         * mi/mi-main.c (DEF_VEC_I): Likewise.
3672         * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
3673         * features/traceframe-info.dtd: Add tvar element and its
3674         attributes.
3675         * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
3676         (build_traceframe_info): Push trace state variables present in
3677         the trace data into the traceframe info object.
3678         (traceframe_info_start_tvar): New function.
3679         (tvar_attributes): New.
3680         (traceframe_info_children): Add "tvar" element.
3681         * tracepoint.h (struct traceframe_info) <tvars>: New field.
3682
3683         * NEWS: Mention the change in GDB and GDBserver.
3684
3685 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
3686             Yao Qi  <yao@codesourcery.com>
3687
3688         * tracepoint.c (trace_dump_command): Move code to ...
3689         (get_traceframe_location): ... here.  New.
3690
3691 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
3692             Yao Qi  <yao@codesourcery.com>
3693
3694         * tracepoint.c (trace_dump_command): GDB emits an error
3695          instead of a warning when a traceframe is not selected.
3696
3697 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
3698             Yao Qi  <yao@codesourcery.com>
3699
3700         * tracepoint.c (tracepoint_list, stepping_list): Remove.
3701         (clear_collection_list): Free fields 'aexpre_list' and 'list'
3702         in collection_list.
3703         (do_clear_collection_list, init_collection_list): New.
3704         (encode_actions): Add local variables 'tracepoint_list' and
3705         'stepping_list'.  Call init_collection_list and make cleanup
3706         which calls do_clear_collection_list.  Don't call
3707         clear_collection_list.
3708         (_initialize_tracepoint): Delete references to
3709         'tracepoint_list' and 'stepping_list'.
3710
3711 2013-06-25  Tom Tromey  <tromey@redhat.com>
3712
3713         * common/create-version.sh (date): Use "$", not "$$" in sed
3714         expression.
3715
3716 2013-06-25  Kevin Buettner  <kevinb@redhat.com>
3717
3718         * NEWS (New targets): Add entry for TI MSP430.
3719
3720 2013-06-25  Yao Qi  <yao@codesourcery.com>
3721
3722         * remote.c (remote_start_remote): Move code to upload tsv
3723         earlier.
3724
3725 2013-06-25  Yao Qi  <yao@codesourcery.com>
3726             Hui Zhu  <hui@codesourcery.com>
3727             Pedro Alves  <palves@redhat.com>
3728
3729         PR breakpoints/15075
3730         PR breakpoints/15434
3731         * breakpoint.c (bpstat_stop_status): Call
3732         b->ops->after_condition_true.
3733         (update_dprintf_command_list): Don't append "continue" command
3734         to the command list of dprintf breakpoint.
3735         (base_breakpoint_after_condition_true): New function.
3736         (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
3737         (dprintf_after_condition_true): New function.
3738         (initialize_breakpoint_ops): Set dprintf_after_condition_true.
3739         * breakpoint.h (breakpoint_ops): Add after_condition_true.
3740
3741 2013-06-24  Kevin Buettner  <kevinb@redhat.com>
3742
3743         * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
3744         (ALLDEPFILES): Add msp430-tdep.c.
3745         * configure.tgt (msp430*-*-elf): New target.
3746         * msp430-tdep.c: New file.
3747
3748 2013-06-24  Maciej W. Rozycki  <macro@codesourcery.com>
3749
3750         * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
3751         microMIPS synthetic symbols.
3752
3753 2013-06-24  Maciej W. Rozycki  <macro@codesourcery.com>
3754
3755         * objfiles.h (pc_in_section): New prototype.
3756         (in_plt_section): Remove name argument, replace prototype with
3757         static inline function.
3758         * mips-tdep.h: Include "objfiles.h".
3759         (in_mips_stubs_section): New function.
3760         * hppa-tdep.h (gdbarch_tdep): Remove name argument of
3761         in_solib_call_trampoline member.
3762         (hppa_in_solib_call_trampoline): Remove name argument.
3763         * objfiles.c (pc_in_section): New function.
3764         (in_plt_section): Remove function.
3765         * mips-linux-tdep.c: Include "objfiles.h".
3766         (mips_linux_in_dynsym_stub): Call in_mips_stubs_section.  Remove
3767         name argument.  Return 1 rather than the low 16-bit halfword of
3768         any instruction examined.
3769         (mips_linux_in_dynsym_resolve_code): Update
3770         mips_linux_in_dynsym_stub call accordingly.
3771         * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
3772         rather than an equivalent hand-coded sequence.
3773         * hppa-hpux-tdep.c (in_opd_section): Remove function.
3774         (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
3775         (hppa64_hpux_in_solib_call_trampoline): Likewise.
3776         (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
3777         in_opd_section.
3778         * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
3779         on call to tdep->in_solib_call_trampoline.
3780         (hppa_in_solib_call_trampoline): Remove name argument, update
3781         according to in_plt_section change.
3782         (hppa_skip_trampoline_code): Update according to in_plt_section
3783         change.
3784         * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
3785         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
3786         Likewise.
3787         * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
3788         * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
3789         * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
3790         * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
3791         * nto-tdep.c (nto_relocate_section_addresses): Likewise.
3792         * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
3793         * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
3794         * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
3795         * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
3796         * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
3797         * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
3798         * sparc-tdep.c (sparc_analyze_prologue): Likewise.
3799         * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
3800
3801 2013-06-24  Joel Brobecker  <brobecker@adacore.com>
3802
3803         * common/create-version.sh: Fix expansion of $host_alias
3804         and $target_alias in generation of HOST_NAME and TARGET_NAME
3805         (resp.).
3806
3807 2013-06-24  Tom Tromey  <tromey@redhat.com>
3808
3809         * common/create-version.sh: New file.
3810         * Makefile.in (version.c): Use bfd/version.h, common/version.in,
3811         create-version.sh.
3812         (HFILES_NO_SRCDIR): Use common/version.h.
3813         * version.in: Move to ...
3814         * common/version.in: ... here.  Replace date with "DATE".
3815         * version.h: Move to ...
3816         * common/version.h: ... here.
3817
3818 2013-06-21  Joel Brobecker  <brobecker@adacore.com>
3819
3820         * gdb/gnulib/Makefile.in: Update date in copyright header.
3821         * gdb/gnulib/configure.ac: Ditto.
3822         * gdb/gnulib/update-gnulib.sh: Ditto.
3823
3824 2013-06-21  Joel Brobecker  <brobecker@adacore.com>
3825
3826         * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
3827         "gdb/gnulib/import".
3828
3829 2013-06-21  Will Newton  <will.newton@linaro.org>
3830
3831         * doublest.c (ldfrexp): Remove function.
3832         (convert_doublest_to_floatformat): Call frexpl instead of
3833         ldfrexp.
3834
3835 2013-06-21  Will Newton  <will.newton@linaro.org>
3836
3837         * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
3838         * gnulib/aclocal.m4: Regenerate.
3839         * gnulib/config.in: Regenerate.
3840         * gnulib/configure: Regenerate.
3841         * gnulib/import/Makefile.am: Update.
3842         * gnulib/import/Makefile.in: Update.
3843         * gnulib/import/m4/gnulib-cache.m4: Update.
3844         * gnulib/import/m4/gnulib-comp.m4: Update.
3845         * gnulib/import/float+.h: Import.
3846         * gnulib/import/float.c: Import.
3847         * gnulib/import/float.in.h: Import.
3848         * gnulib/import/fpucw.h: Import.
3849         * gnulib/import/frexp.c: Import.
3850         * gnulib/import/frexpl.c: Import.
3851         * gnulib/import/isnan.c: Import.
3852         * gnulib/import/isnand-nolibm.h: Import.
3853         * gnulib/import/isnand.c: Import.
3854         * gnulib/import/isnanl-nolibm.h: Import.
3855         * gnulib/import/isnanl.c: Import.
3856         * gnulib/import/itold.c: Import.
3857         * gnulib/import/m4/exponentd.m4: Import.
3858         * gnulib/import/m4/exponentl.m4: Import.
3859         * gnulib/import/m4/float_h.m4: Import.
3860         * gnulib/import/m4/fpieee.m4: Import.
3861         * gnulib/import/m4/frexp.m4: Import.
3862         * gnulib/import/m4/frexpl.m4: Import.
3863         * gnulib/import/m4/isnand.m4: Import.
3864         * gnulib/import/m4/isnanl.m4: Import.
3865         * gnulib/import/m4/math_h.m4: Import.
3866         * gnulib/import/math.c: Import.
3867         * gnulib/import/math.in.h: Import.
3868
3869 2013-06-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
3870
3871         * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
3872         replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
3873         signature_INTEL_edx comparisons.
3874
3875 2013-06-20  Doug Evans  <dje@google.com>
3876
3877         symtab/15652
3878         * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
3879         All callers updated.
3880         (open_dwp_file): If we can't find the dwp file, search the basename
3881         in debug-file-directory.
3882
3883         * dwarf2read.c (struct dwp_file): Fix comment.
3884         (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
3885
3886         * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
3887         better.
3888
3889 2013-06-20  Yao Qi  <yao@codesourcery.com>
3890
3891         * breakpoint.c (create_breakpoint): Fix code indentation.
3892
3893 2013-06-20  Yao Qi  <yao@codesourcery.com>
3894
3895         * breakpoint.c (create_breakpoints_sal_default): Remove
3896         parameter 'lsal'.  Update declaration.
3897         (bkpt_create_breakpoints_sal): Caller update.
3898         (tracepoint_create_breakpoints_sal): Likewise.
3899
3900 2013-06-20  Pedro Alves  <pedro@codesourcery.com>
3901             Yao Qi  <yao@codesourcery.com>
3902
3903         * NEWS: Mention the new option '--skip-unavailable' of command
3904         -data-list-register-values.
3905         * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
3906         --skip-unavailable option.  Adjust to use output_register.
3907         (output_register): Add new 'skip_unavailable' parameter.
3908         Handle it.
3909
3910 2013-06-19  Mike Frysinger  <vapier@gentoo.org>
3911
3912         * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
3913         common/i386-gcc-cpuid.h.
3914         * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
3915         * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
3916         Copy the latest version from upstream gcc.
3917         * common/linux-btrace.c: Include i386-cpuid.h.
3918         (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
3919         call to i386_cpuid.
3920         (cpu_supports_btrace): Likewise.
3921         * go32-nat.c: Include i386-cpuid.h.
3922         (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
3923
3924 2013-06-19  Doug Evans  <dje@google.com>
3925
3926         * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
3927         (get_section_index): Ditto.
3928
3929 2013-06-19  Tom Tromey  <tromey@redhat.com>
3930
3931         * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
3932         "dprintf" help.
3933
3934 2013-06-18  Doug Evans  <dje@google.com>
3935
3936         * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
3937         before using it.
3938         (dw2_expand_symtabs_matching): Fix symbol kind validity check.
3939         Move test of cu_index closer to use.  Print complaint if cu_index
3940         is bad.
3941
3942 2013-06-18  Joel Brobecker  <brobecker@adacore.com>
3943
3944         * machoread.c (oso_vector): Delete this global.
3945         (macho_register_oso): Add new parameter "oso_vector_ptr".
3946         Use it instead of the "oso_vector" global.
3947         (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
3948         (macho_symfile_read): Use a local oso_vector, to be free'ed
3949         at the end of this function, in place of the old "oso_vector"
3950         global.  Update various function calls accordingly.  Use one
3951         single cleanup chain for the entire function.
3952
3953 2013-06-18  Joel Brobecker  <brobecker@adacore.com>
3954
3955         * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
3956         DWARF2_PER_OBJFILE by uses of DATA instead.
3957
3958 2013-06-18  Tom Tromey  <tromey@redhat.com>
3959
3960         * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
3961         argument.
3962         * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
3963         Special case signals other than GDB_SIGNAL_TRAP.
3964         (explains_signal_watchpoint): New function.
3965         (base_breakpoint_explains_signal): Add 'sig' argument.
3966         (initialize_breakpoint_ops): Set 'explains_signal' method for
3967         watchpoints.
3968         * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
3969         signal argument.
3970         (bpstat_explains_signal): Likewise.
3971         * infrun.c (handle_syscall_event, handle_inferior_event): Update.
3972
3973 2013-06-18  Tom Tromey  <tromey@redhat.com>
3974
3975         * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
3976
3977 2013-06-18  Tom Tromey  <tromey@redhat.com>
3978
3979         * python/python.c (finish_python_initialization): Decref
3980         'pythondir' on failure path as well.
3981
3982 2013-06-18  Tom Tromey  <tromey@redhat.com>
3983
3984         PR symtab/15391:
3985         * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
3986         after taking bits_to_skip into account.  Sign extend byte_offset.
3987         * utils.h (gdb_sign_extend): Declare.
3988         * utils.c (gdb_sign_extend): New function.
3989
3990 2013-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
3991
3992         * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
3993
3994 2013-06-17  Pierre Muller  <muller@sourceware.org>
3995
3996         * corelow.c (core_open): Print GDB signal name instead of target
3997         signal number.
3998
3999 2013-06-17  Mike Frysinger  <vapier@gentoo.org>
4000
4001         * .gitignore: Add /gcore.
4002
4003 2013-06-13  Doug Evans  <dje@google.com>
4004
4005         * dwarf2read.c (try_open_dwop_file): Work around behaviour of
4006         OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
4007
4008 2013-06-12  Phil Muldoon  <pmuldoon@redhat.com>
4009
4010         * stack.c (backtrace_command_1): Fix indentation.
4011
4012 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
4013
4014         * window-nat.c (thread_rec): Add missing empty line after
4015         local variable declaration.
4016
4017 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
4018
4019         * windows-nat.c (thread_rec): Revert format used to print
4020         error code returned by SuspendThread from %d back to %u.
4021
4022 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
4023
4024         * windows-nat.c (windows_continue): Add "0x" prefix for thread
4025         ID in debug trace.
4026         (get_windows_debug_event): Likewise, for all debug traces.
4027
4028 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
4029
4030         * window-nat.c (thread_rec): Add thread ID in SuspendThread
4031         warning message.
4032
4033 2013-06-08  Pedro Alves  <pedro@codesourcery.com>
4034             Yao Qi  <yao@codesourcery.com>
4035
4036         * mi/mi-main.c (get_register): Remove declaration.
4037         (output_register): Declare.
4038         (mi_cmd_data_list_register_values): Remove local variable
4039         'tuple_cleanup'.  Move some code into output_register.
4040         (get_register): Renamed to ...
4041         (output_register): ... this.  Output the register's
4042         "number" ui_out tuple here.
4043
4044 2013-06-07  Pedro Alves  <palves@redhat.com>
4045
4046         * darwin-nat.c: Fix formating in copyright header.
4047         * darwin-nat.h: Likewise.
4048         * gnu-nat.c: Likewise.
4049         * machoread.c: Likewise.
4050
4051 2013-06-07  Pedro Alves  <palves@redhat.com>
4052
4053         PR server/14823
4054         * regformats/regdat.sh: Output #include tdesc.h.  Make globals
4055         static.  Output a global target description pointer.
4056         (init_registers_${name}): Adjust to initialize a
4057         target description structure.
4058
4059 2013-06-07  Will Newton  <will.newton@linaro.org>
4060
4061         * printcmd.c (build_address_symbolic): Call
4062         gdbarch_addr_bits_remove for text minimal symbols.
4063
4064 2013-06-07  Will Newton  <will.newton@linaro.org>
4065
4066         * MAINTAINERS: Add myself to Write After Approval.
4067
4068 2013-06-07  Yao Qi  <yao@codesourcery.com>
4069
4070         * tracepoint.c (start_tracing): Move code to ...
4071         (trace_reset_local_state): ... here.  New.
4072         (disconnect_tracing): Don't call set_current_traceframe,
4073         set_tracepoint_num, and set_traceframe_context. Call
4074         trace_reset_local_state instead.
4075         (tfile_close): Call trace_reset_local_state.
4076         * ctf.c (ctf_close): Likewise.
4077         * remote.c (remote_close): Likewise.
4078         * tracepoint.h (trace_reset_local_state): Declare.
4079
4080 2013-06-06  Doug Evans  <dje@google.com>
4081
4082         * dwarf2read.c: Whitespace fixes for DWP file format documentation,
4083         and fix header docs.
4084
4085 2013-06-05  Doug Evans  <dje@google.com>
4086             Keith Seitz  <keiths@redhat.com>
4087
4088         PR 15519
4089         * cp-namespace.c (find_symbol_in_baseclass): Call
4090         cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
4091         Check result of call to lookup_symbol_static.
4092         Call lookup_static_symbol_aux unconditionally.
4093         Call check_typedef on base types before accessing them.
4094         (cp_lookup_nested_symbol): Fix comment.
4095
4096 2013-06-05  Luis Machado  <lgustavo@codesourcery.com>
4097
4098         * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
4099         minimal symbols pointing to function descriptors.
4100
4101 2013-06-05  Tom Tromey  <tromey@redhat.com>
4102
4103         * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
4104
4105 2013-06-04  Sergio Durigan Junior  <sergiodj@redhat.com>
4106             Pedro Alves  <palves@redhat.com>
4107
4108         * remote.c (remote_wait_as): Restore signal handler before returning
4109         when GDB gets a notification.
4110
4111 2013-06-04  Gary Benson  <gbenson@redhat.com>
4112
4113         PR 2328
4114         * breakpoint.h (handle_solib_event): Moved function declaration
4115         to solib.h.
4116         * breakpoint.c (handle_solib_event): Moved function to solib.c.
4117         (bpstat_stop_status): Pass new argument to handle_solib_event.
4118         * solib.h (update_solib_breakpoints): New function declaration.
4119         (handle_solib_event): Moved function declaration from
4120         breakpoint.h.
4121         * solib.c (update_solib_breakpoints): New function.
4122         (handle_solib_event): Moved function from breakpoint.c.
4123         Updated to call solib_ops->handle_event if not NULL.
4124         * solist.h (target_so_ops): New fields "update_breakpoints" and
4125         "handle_event".
4126         * infrun.c (set_stop_on_solib_events): New function.
4127         (_initialize_infrun): Use the above for "set
4128         stop-on-solib-events".
4129         (handle_inferior_event): Pass new argument to handle_solib_event.
4130         * solib-svr4.c (probe.h): New include.
4131         (svr4_free_library_list): New forward declaration.
4132         (probe_action): New enum.
4133         (probe_info): New struct.
4134         (probe_info): New static variable.
4135         (NUM_PROBES): New definition.
4136         (svr4_info): New fields "using_xfer", "probes_table" and
4137         "solib_list".
4138         (free_probes_table): New function.
4139         (free_solib_list): New function.
4140         (svr4_pspace_data_cleanup): Free probes table and solib list.
4141         (svr4_copy_library_list): New function.
4142         (svr4_current_sos_via_xfer_libraries): New parameter "annex".
4143         (svr4_read_so_list): New parameter "prev_lm".
4144         (svr4_current_sos_direct): Renamed from "svr4_current_sos".
4145         (svr4_current_sos): New function.
4146         (probe_and_action): New struct.
4147         (hash_probe_and_action): New function.
4148         (equal_probe_and_action): Likewise.
4149         (register_solib_event_probe): Likewise.
4150         (solib_event_probe_at): Likewise.
4151         (solib_event_probe_action): Likewise.
4152         (solist_update_full): Likewise.
4153         (solist_update_incremental): Likewise.
4154         (disable_probes_interface_cleanup): Likewise.
4155         (svr4_handle_solib_event): Likewise.
4156         (svr4_update_solib_event_breakpoint): Likewise.
4157         (svr4_update_solib_event_breakpoints): Likewise.
4158         (svr4_create_solib_event_breakpoints): Likewise.
4159         (enable_break): Free probes table before creating breakpoints.
4160         Use svr4_create_solib_event_breakpoints to create breakpoints.
4161         (svr4_solib_create_inferior_hook): Free the solib list.
4162         (_initialize_svr4_solib): Initialise
4163         svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
4164
4165 2013-06-04  Gary Benson  <gbenson@redhat.com>
4166
4167         * target.h (target_ops): New field
4168         "to_augmented_libraries_svr4_read".
4169         (target_augmented_libraries_svr4_read): New macro.
4170         * target.c (update_current_target): Handle
4171         to_augmented_libraries_svr4_read.
4172         * remote.c (remote_state): New field
4173         "augmented_libraries_svr4_read".
4174         (remote_augmented_libraries_svr4_read_feature): New function.
4175         (remote_protocol_features): Add entry for
4176         "augmented-libraries-svr4-read".
4177         (remote_augmented_libraries_svr4_read): New function.
4178         (init_remote_ops): Initialize
4179         remote_ops.to_augmented_libraries_svr4_read.
4180
4181 2013-06-04  Gary Benson  <gbenson@redhat.com>
4182
4183         * NEWS: Update.
4184
4185 2013-06-04  Gary Benson  <gbenson@redhat.com>
4186
4187         * objfiles.h (inhibit_section_map_updates): New function
4188         declaration.
4189         (resume_section_map_updates): Likewise.
4190         (resume_section_map_updates_cleanup): Likewise.
4191         * objfiles.c (objfile_pspace_info): Removed field
4192         "objfiles_changed_p".  New fields "new_objfiles_available",
4193         "section_map_dirty" and "inhibit_updates".
4194         (allocate_objfile): Set new_objfiles_available.
4195         (free_objfile): Set section_map_dirty.
4196         (objfile_relocate1): Likewise.
4197         (in_plt_section): Likewise.
4198         (find_pc_section): Update the conditions under which the
4199         section map will be updated.
4200         (inhibit_section_map_updates): New function.
4201         (resume_section_map_updates): Likewise.
4202         (resume_section_map_updates_cleanup): Likewise.
4203
4204 2013-06-04  Gary Benson  <gbenson@redhat.com>
4205
4206         * probe.h (get_probe_argument_count): New declaration.
4207         (evaluate_probe_argument): Likewise.
4208         * probe.c (get_probe_argument_count): New function.
4209         (evaluate_probe_argument): Likewise.
4210         (probe_safe_evaluate_at_pc): Use the above new functions.
4211
4212 2013-06-04  Alan Modra  <amodra@gmail.com>
4213
4214         * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
4215         * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
4216         (ppc_insns_match_pattern): Add frame param.  Avoid multiple
4217         target mem reads on optional insns.
4218         * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
4219         ppc_insns_match_pattern calls.
4220         * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
4221         Add match for power7 thread safety insns, and new order of
4222         std 2,40(1) insn.  Correct code shown for _dl_runtime_resolve
4223         invocation in comment, and update rest of comment.
4224         (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
4225         PPC64_STANDARD_LINKAGE3_LEN): Delete.
4226         (ppc64_standard_linkage2_target): Update insn offsets.
4227         (ppc64_skip_trampoline_code): Use a single insn buffer.  Match newer
4228         stubs first.  Update calls.
4229
4230 2013-06-04  Yao Qi  <yao@codesourcery.com>
4231
4232         * solib.c (solib_find): Don't need dir separator if path has
4233         drive spec.
4234
4235 2013-06-03  Joel Brobecker  <brobecker@adacore.com>
4236
4237         Revert (indirectly causes a SIGSEGV):
4238         * machoread.c (macho_symfile_read): Assign first cleanup to
4239         'back_to'.
4240
4241 2013-06-03  Yao Qi  <yao@codesourcery.com>
4242
4243         * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
4244         mi-parse.c.  Make them static.
4245         (mi_all_values): Likewise.
4246         (mi_parse_values_option): Move to mi-parse.c.  Rename it to
4247         mi_parse_print_values.  Make it external.
4248         * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
4249         Remove the declarations.
4250         * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
4251         * mi/mi-parse.h (mi_parse_print_values): Declare.
4252         * mi/mi-cmd-stack.c: Include mi-parse.h.
4253         (parse_print_values): Remove
4254         (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
4255         of parse_print_values.
4256         (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
4257
4258 2013-05-31  Pedro Alves  <pedro@codesourcery.com>
4259             Yao Qi  <yao@codesourcery.com>
4260
4261         * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
4262         (encode_actions): Move code to ...
4263         (all_tracepoint_actions_and_cleanup): ... here.  New.
4264         (trace_dump_command): Likewise.
4265
4266 2013-05-30  Tom Tromey  <tromey@redhat.com>
4267
4268         * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
4269
4270 2013-05-30  Tom Tromey  <tromey@redhat.com>
4271
4272         * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
4273         gdb_xml_create_parser_and_cleanup_1.  Return a cleanup.  Remove
4274         'old_chain' argument.  Add 'parser_result' argument.
4275         (gdb_xml_create_parser_and_cleanup): Remove old version.
4276         (gdb_xml_parse_quick): Update.
4277         (xml_process_xincludes): Update.
4278         * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
4279         declare.
4280
4281 2013-05-30  Tom Tromey  <tromey@redhat.com>
4282
4283         * probe.c (collect_probes): Check arguments for NULL before
4284         calling compile_rx_or_error.
4285         * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
4286         Remove NULL return.
4287
4288 2013-05-30  Tom Tromey  <tromey@redhat.com>
4289
4290         * infrun.c (adjust_pc_after_break): Introduce an outer null
4291         cleanup.
4292
4293 2013-05-30  Tom Tromey  <tromey@redhat.com>
4294
4295         * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
4296
4297 2013-05-30  Tom Tromey  <tromey@redhat.com>
4298
4299         * cli/cli-script.c (read_command_lines_1): Use a null cleanup
4300         for 'old_chain'.  Do not check 'head' before processing
4301         cleanups.
4302
4303 2013-05-30  Tom Tromey  <tromey@redhat.com>
4304
4305         * mi/mi-cmd-stack.c (list_arg_or_local): Remove
4306         "cleanup_tuple".
4307
4308 2013-05-30  Tom Tromey  <tromey@redhat.com>
4309
4310         * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
4311         inner scope.  Unconditionally call do_cleanups.
4312
4313 2013-05-30  Tom Tromey  <tromey@redhat.com>
4314
4315         * source.c (find_and_open_source): Call do_cleanups.
4316
4317 2013-05-30  Tom Tromey  <tromey@redhat.com>
4318
4319         * linux-thread-db.c (thread_db_load_search): Unconditionally
4320         call do_cleanups.
4321
4322 2013-05-30  Tom Tromey  <tromey@redhat.com>
4323
4324         * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
4325         for 'cleanup'; instead use a later one.
4326
4327 2013-05-30  Tom Tromey  <tromey@redhat.com>
4328
4329         * python/py-breakpoint.c (bppy_get_commands): Use
4330         explicit, unconditional return.
4331         * python/py-frame.c (frapy_read_var): Likewise.
4332         * python/python.c (gdbpy_decode_line): Likewise.
4333
4334 2013-05-30  Tom Tromey  <tromey@redhat.com>
4335
4336         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
4337         do_cleanups on all return paths.
4338
4339 2013-05-30  Tom Tromey  <tromey@redhat.com>
4340
4341         * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
4342
4343 2013-05-30  Tom Tromey  <tromey@redhat.com>
4344
4345         * stabsread.c (read_struct_type): Call do_cleanups along
4346         all return paths.
4347
4348 2013-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
4349
4350         * mips-linux-tdep.c: Adjust formatting throughout.
4351
4352 2013-05-30  Tom Tromey  <tromey@redhat.com>
4353
4354         * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
4355         along all return paths.
4356
4357 2013-05-30  Tom Tromey  <tromey@redhat.com>
4358
4359         * symfile.c (find_separate_debug_file): Call do_cleanups
4360         along all return paths.
4361
4362 2013-05-30  Tom Tromey  <tromey@redhat.com>
4363
4364         * symtab.c (search_symbols): Introduce a null cleanup for
4365         'retval_chain'.
4366
4367 2013-05-30  Tom Tromey  <tromey@redhat.com>
4368
4369         * python/py-value.c (valpy_binop): Call do_cleanups before
4370         exiting loop.
4371
4372 2013-05-30  Tom Tromey  <tromey@redhat.com>
4373
4374         * python/py-prettyprint.c (print_children): Remove extra
4375         do_cleanups call.
4376
4377 2013-05-30  Tom Tromey  <tromey@redhat.com>
4378
4379         * python/py-frame.c (frapy_read_var): Call do_cleanups along
4380         all return paths.
4381
4382 2013-05-30  Tom Tromey  <tromey@redhat.com>
4383
4384         * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
4385         along all return paths.
4386
4387 2013-05-30  Tom Tromey  <tromey@redhat.com>
4388
4389         * cli/cli-logging.c (set_logging_redirect): Unconditionally
4390         call do_cleanups.
4391
4392 2013-05-30  Tom Tromey  <tromey@redhat.com>
4393
4394         * varobj.c (c_value_of_root): Call do_cleanups along all
4395         return paths.
4396
4397 2013-05-30  Tom Tromey  <tromey@redhat.com>
4398
4399         * tracepoint.c (trace_dump_command): Unconditionally call
4400         do_cleanups.
4401
4402 2013-05-30  Tom Tromey  <tromey@redhat.com>
4403
4404         * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
4405         do_cleanups earlier.
4406
4407 2013-05-30  Tom Tromey  <tromey@redhat.com>
4408
4409         * machoread.c (macho_symfile_read): Assign first cleanup to
4410         'back_to'.
4411
4412 2013-05-30  Tom Tromey  <tromey@redhat.com>
4413
4414         * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
4415
4416 2013-05-30  Tom Tromey  <tromey@redhat.com>
4417
4418         * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
4419
4420 2013-05-30  Tom Tromey  <tromey@redhat.com>
4421
4422         * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
4423         call discard_cleanups.
4424         (inf_ptrace_attach): Likewise.
4425
4426 2013-05-30  Tom Tromey  <tromey@redhat.com>
4427
4428         * remote-mips.c (mips_exit_debug): Call do_cleanups on all
4429         return paths.
4430         (mips_initialize): Likewise.
4431         (common_open): Call do_cleanups.
4432
4433 2013-05-30  Tom Tromey  <tromey@redhat.com>
4434
4435         * utils.c (internal_vproblem): Call do_cleanups.
4436
4437 2013-05-30  Tom Tromey  <tromey@redhat.com>
4438
4439         * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
4440
4441 2013-05-30  Tom Tromey  <tromey@redhat.com>
4442
4443         * cli/cli-script.c (setup_user_args): Don't return after error.
4444
4445 2013-05-30  Tom Tromey  <tromey@redhat.com>
4446
4447         * somread.c (som_symtab_read): Call do_cleanups.
4448
4449 2013-05-30  Tom Tromey  <tromey@redhat.com>
4450
4451         * printcmd.c (print_command_1): Unconditionally call do_cleanups.
4452
4453 2013-05-30  Tom Tromey  <tromey@redhat.com>
4454
4455         * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
4456         * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
4457         * interps.c (interpreter_exec_cmd): Call do_cleanups.
4458         * source.c (show_substitute_path_command): Call do_cleanups.
4459         (unset_substitute_path_command, set_substitute_path_command):
4460         Likewise.
4461         * symfile.c (load_command): Call do_cleanups.
4462
4463 2013-05-30  Tom Tromey  <tromey@redhat.com>
4464
4465         * contrib/cleanup_check.py: New file.
4466         * contrib/gcc-with-excheck: Add option parsing.
4467
4468 2013-05-30  Joel Brobecker  <brobecker@adacore.com>
4469
4470         * windows-nat.c (windows_delete_thread): Add missing space
4471         in cast expression.
4472
4473 2013-05-30  Hafiz Abid Qadeer  <abidh@codesourcery.com>
4474
4475         * inferior.c (top level): Include tilde.h.
4476         (add_inferior_command): Call tilde_expand on the value of 'exec'
4477         argument.
4478
4479 2013-05-30  Pedro Alves  <pedro@codesourcery.com>
4480             Yao Qi  <yao@codesourcery.com>
4481
4482         * tracepoint.c (encode_actions_1): Remove parameter 't'.
4483         Caller update.
4484         (encode_actions): Likewise.
4485         * remote.c (remote_download_tracepoint): Caller update.
4486         * tracepoint.h (encode_actions): Update declaration.
4487
4488 2013-05-30  Pedro Alves  <palves@redhat.com>
4489
4490         * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
4491         pointer.
4492
4493 2013-05-30  Yao Qi  <yao@codesourcery.com>
4494
4495         * remote.c (remote_check_symbols): Remove unused parameter
4496         'objfile'.
4497         Declaration update.
4498         (remote_start_remote, remote_new_objfile): Caller update.
4499
4500 2013-05-30  Yao Qi  <yao@codesourcery.com>
4501
4502         * mi/mi-cmds.c (mi_cmds): Define MI command
4503         '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
4504         DEF_MI_CMD_CLI.
4505
4506 2013-05-29  Pedro Alves  <palves@redhat.com>
4507
4508         * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
4509         (remote_insert_watchpoint, remote_remove_watchpoint)
4510         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
4511         (remote_verify_memory, compare_sections_command)
4512         (remote_search_memory): Set the general process/thread on the
4513         remote side.
4514
4515 2013-05-29  Pedro Alves  <palves@redhat.com>
4516
4517         * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
4518         (_initialize_aarch64_tdep): Don't call
4519         initialize_tdesc_aarch64_without_fpu.
4520         * features/Makefile (WHICH): Remove reference to
4521         aarch64-without-fpu.
4522         * features/aarch64-without-fpu.c: Delete file.
4523         * regformats/aarch64-without-fpu.dat: Delete file.
4524
4525 2013-05-28  Yao Qi  <yao@codesourcery.com>
4526
4527         * tracepoint.c (stringify_collection_list): Remove parameter
4528         'string'.
4529         (encode_actions): Caller update.  Remove local variables.
4530
4531 2013-05-24  Yao Qi  <yao@codesourcery.com>
4532
4533         * tracepoint.c (TFILE_PID): Remove.
4534         (tfile_open): Don't add thread and inferior.
4535         (tfile_close): Don't set 'inferior_ptid'.  Don't call
4536         exit_inferior_silent.
4537         (tfile_thread_alive): Remove.
4538         (init_tfile_ops): Don't set field 'to_thread_alive' of
4539         tfile_ops.
4540
4541 2013-05-23  Doug Evans  <dje@google.com>
4542
4543         * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
4544
4545 2013-05-23  Pedro Alves  <palves@redhat.com>
4546
4547         * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
4548         [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
4549         (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
4550         Only define if HAVE_SOCKETS is defined.
4551         * configure.ac: Check for sys/socket.h.
4552         * config.in, configure: Regenerate.
4553
4554 2013-05-23  Pedro Alves  <palves@redhat.com>
4555
4556         * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
4557         (open_and_init_dwp_file): Use %s/pulongest instead of %u for
4558         printing uint32_t variables.
4559
4560 2013-05-23  Pedro Alves  <palves@redhat.com>
4561
4562         * NEWS: Mention GDBserver range stepping support.
4563
4564 2013-05-23  Yao Qi  <yao@codesourcery.com>
4565             Pedro Alves  <palves@redhat.com>
4566
4567         * gdbthread.h (struct thread_control_state) <may_range_step>: New
4568         field.
4569         * infcmd.c (step_once, until_next_command): Enable range stepping.
4570         * infrun.c (displaced_step_prepare): Disable range stepping.
4571         (resume): Disable range stepping if stepping over a breakpoint or
4572         we have software watchpoints.  If range stepping is enabled,
4573         assert the thread is in the stepping range.
4574         (clear_proceed_status_thread): Clear may_range_step.
4575         (handle_inferior_event): Disable range stepping as soon as we know
4576         the thread that hit the event.  Re-enable it whenever we're going
4577         to step with a step range.
4578         * remote.c (struct vCont_action_support) <r>: New field.
4579         (use_range_stepping): New global.
4580         (remote_vcont_probe): Handle 'r' action.
4581         (append_resumption): Append an 'r' action if the thread may range
4582         step.
4583         (show_range_stepping): New function.
4584         (set_range_stepping): New function.
4585         (_initialize_remote): Call add_setshow_boolean_cmd to register the
4586         'set range-stepping' and 'show range-stepping' commands.
4587         * NEWS: Mention range stepping, the new vCont;r action, and the
4588         new "set/show range-stepping" commands.
4589
4590 2013-05-23  Yao Qi  <yao@codesourcery.com>
4591             Pedro Alves  <palves@redhat.com>
4592
4593         * remote.c (struct vCont_action_support): New struct.
4594         (struct remote_state) <support_vCont_t>: Remove field.
4595         <vCont_actions_support>: New field.
4596         (remote_vcont_probe, remote_stop_ns): Update.
4597
4598 2013-05-23  Yao Qi  <yao@codesourcery.com>
4599             Pedro Alves  <palves@redhat.com>
4600
4601         * gdbthread.h (pc_in_thread_step_range): New declaration.
4602         * thread.c (pc_in_thread_step_range): New function.
4603         * infrun.c (handle_inferior_event): Use it.
4604
4605 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
4606
4607         * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
4608         of sprintf.
4609
4610 2013-05-22  Keith Seitz  <keiths@redhat.com>
4611
4612         * ada-lang.c (is_known_support_routine): Add explicit free of
4613         'func_name' from find_frame_funname.
4614         (ada_unhandled_exception_name_addr_from_raise): Add cleanups
4615         for func_name from find_frame_funname.
4616         * python/py-frame.c (frapy_name): Add explicit free of
4617         'name' from find_frame_funname.
4618         * stack.c (find_frame_funname): Add comment explaining that
4619         funcp must be freed by the caller.
4620         Return copy of symbol names instead of pointers.
4621         (print_frame): Add a cleanup for 'funname' from
4622         find_frame_funname.
4623         * stack.h (find_frame_funname): Remove "const" from
4624         'funname' parameter.
4625
4626 2013-05-22  Tom Tromey  <tromey@redhat.com>
4627
4628         PR c++/15401:
4629         * c-valprint.c (c_value_print): Use value_addr for
4630         references.  Convert back to reference type with value_ref.
4631
4632 2013-05-22  Eli Zaretskii  <eliz@gnu.org>
4633
4634         * windows-nat.c (handle_unload_dll): Don't call solib_add for the
4635         unloaded DLL, it will be done by handle_solib_event.  See
4636         http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
4637         details.
4638
4639 2013-05-22  Phil Muldoon  <pmuldoon@redhat.com>
4640
4641         * ui-out.c: Create typedef ui_out_level_p and define vector
4642         operations for that type.
4643         (struct ui_out): Use a vector instead of an array.
4644         (current_level): Return level from a vector.
4645         (push_level): Create a level in a vector.
4646         (pop_level): Delete a level in a vector.
4647         (ui_out_new): Create initial level zero level, and store in a
4648         vector.
4649         (ui_out_destroy): Add vector cleanup.
4650
4651 2013-05-22  Pedro Alves  <palves@redhat.com>
4652
4653         * python/python-internal.h (gdb_Py_DECREF): Tag with
4654         "ARI: editCase function".
4655
4656 2013-05-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
4657
4658         * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
4659
4660 2013-05-21  Pedro Alves  <palves@redhat.com>
4661
4662         * python/py-prettyprint.c (apply_val_pretty_printer): Check
4663         whether PRINTER is NULL before installing a Py_DECREF cleanup.
4664         * python/py-utils.c (py_decref): Don't check for NULL before
4665         calling Py_DECREF.
4666
4667 2013-05-21  Pedro Alves  <palves@redhat.com>
4668
4669         * python/py-utils.c (py_decref): Remove extra braces.
4670         (gdb_pymodule_addobject): Remove extra braces.
4671         * python-internal.h (gdb_Py_DECREF): New static inline function.
4672         (Py_DECREF): Redefine as calling gdb_Py_DECREF.
4673
4674 2013-05-21  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
4675
4676         * breakpoints.c (detach_breakpoints): Do not
4677         detach breakpoints locations with loc_type bp_loc_other.
4678
4679 2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
4680
4681         Workaround Python 2.6.
4682         * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
4683         a block.
4684
4685 2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
4686
4687         Code cleanup: constification.
4688         * solib.c (solib_ops): Make return type and ops variable type const.
4689         (set_solib_ops): Make the new_ops parameter and ops variable const.
4690         (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
4691         (solib_add, solib_keep_data_in_core, clear_solib)
4692         (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
4693         (reload_shared_libraries, solib_global_lookup): Make the ops variable
4694         const.
4695         * solib.h (set_solib_ops): Make the new_ops parameter const.
4696
4697 2013-05-21  Joel Brobecker  <brobecker@adacore.com>
4698
4699         * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
4700         variable.
4701         (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
4702         (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
4703         (SYSTEM_GDBINIT_FILES): New variables.
4704         (all): Add stamp-system-gdbinit.
4705         (stamp-system-gdbinit): New rule.
4706         (clean-system-gdbinit, install-system-gdbinit)
4707         (uninstall-system-gdbinit): New rules.  Make them .PHONY.
4708         (install-only): Add dependency on install-system-gdbinit.
4709         (uninstall): Add dependency on uninstall-system-gdbinit.
4710         (clean): Add dependency on clean-system-gdbinit.
4711         * system-gdbinit/elinos.py: New file.
4712         * system-gdbinit/wrs-linux.py: New file.
4713
4714 2013-05-21  Joel Brobecker  <brobecker@adacore.com>
4715
4716         * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
4717
4718 2013-05-21  Hui Zhu  <hui@codesourcery.com>
4719
4720         * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
4721         * breakpoint.h (dprintf_breakpoint_ops): Add extern.
4722         * mi/mi-cmd-break.c (ctype.h): New include.
4723         (gdb_obstack.h): New include.
4724         (mi_argv_to_format, mi_cmd_break_insert_1): New.
4725         (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
4726         (mi_cmd_dprintf_insert): New.
4727         * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
4728         * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
4729
4730 2013-05-20  Tom Tromey  <tromey@redhat.com>
4731
4732         * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
4733
4734 2013-05-20  Tom Tromey  <tromey@redhat.com>
4735
4736         * python/py-value.c (valpy_get_dynamic_type): Simplify
4737         dynamic_type assignment.  Use Py_XINCREF.
4738
4739 2013-05-20  Tom Tromey  <tromey@redhat.com>
4740
4741         * python/py-type.c (typy_fields): Unconditionally decref 'r'.
4742
4743 2013-05-20  Tom Tromey  <tromey@redhat.com>
4744
4745         * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
4746         (gdbpy_selected_frame): Move object-construction code
4747         out of TRY_CATCH.
4748
4749 2013-05-20  Tom Tromey  <tromey@redhat.com>
4750
4751         * python/py-arch.c (gdbpy_initialize_arch): Use
4752         gdb_pymodule_addobject.
4753         * python/py-block.c (gdbpy_initialize_blocks): Use
4754         gdb_pymodule_addobject.
4755         * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
4756         gdb_pymodule_addobject.
4757         * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
4758         gdb_pymodule_addobject.
4759         * python/py-event.c (gdbpy_initialize_event_generic): Use
4760         gdb_pymodule_addobject.
4761         * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
4762         gdb_pymodule_addobject.
4763         * python/py-evts.c (add_new_registry): Use
4764         gdb_pymodule_addobject.
4765         (gdbpy_initialize_py_events): Likewise.
4766         * python/py-finishbreakpoint.c
4767         (gdbpy_initialize_finishbreakpoints): Use
4768         gdb_pymodule_addobject.
4769         * python/py-frame.c (gdbpy_initialize_frames): Use
4770         gdb_pymodule_addobject.
4771         * python/py-function.c (gdbpy_initialize_functions): Use
4772         gdb_pymodule_addobject.
4773         * python/py-inferior.c (gdbpy_initialize_inferior): Use
4774         gdb_pymodule_addobject.
4775         * python/py-infthread.c (gdbpy_initialize_thread): Use
4776         gdb_pymodule_addobject.
4777         * python/py-objfile.c (gdbpy_initialize_objfile): Use
4778         gdb_pymodule_addobject.
4779         * python/py-param.c (gdbpy_initialize_parameters): Use
4780         gdb_pymodule_addobject.
4781         * python/py-progspace.c (gdbpy_initialize_pspace): Use
4782         gdb_pymodule_addobject.
4783         * python/py-symbol.c (gdbpy_initialize_symbols): Use
4784         gdb_pymodule_addobject.
4785         * python/py-symtab.c (gdbpy_initialize_symtabs): Use
4786         gdb_pymodule_addobject.
4787         * python/py-type.c (gdbpy_initialize_types): Use
4788         gdb_pymodule_addobject.
4789         * python/py-utils.c (gdb_pymodule_addobject): New function.
4790         * python/py-value.c (gdbpy_initialize_values): Use
4791         gdb_pymodule_addobject.
4792         * python/python-internal.h (gdb_pymodule_addobject): Declare.
4793         * python/python.c (_initialize_python): Use
4794         gdb_pymodule_addobject.
4795
4796 2013-05-20  Tom Tromey  <tromey@redhat.com>
4797
4798         * python/py-cmd.c (cmdpy_completer): Use explicit decref.
4799         * python/py-param.c (get_set_value, get_show_value): Use
4800         explicit decrefs.
4801         * python/python.c (start_type_printers, apply_type_printers):
4802         Use explicit decrefs.
4803
4804 2013-05-20  Tom Tromey  <tromey@redhat.com>
4805
4806         * python/py-evts.c (gdbpy_initialize_py_events): Don't
4807         incref the module.
4808
4809 2013-05-20  Tom Tromey  <tromey@redhat.com>
4810
4811         * python/python.c (gdbpy_run_events): Decref the result
4812         of PyObject_CallObject.
4813
4814 2013-05-20  Tom Tromey  <tromey@redhat.com>
4815
4816         * python/py-symtab.c (set_sal): Use
4817         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.  Return -1 on error.
4818         (symtab_and_line_to_sal_object): Update.
4819
4820 2013-05-20  Tom Tromey  <tromey@redhat.com>
4821
4822         * python/py-param.c (compute_enum_values): Decref 'item'.
4823
4824 2013-05-20  Tom Tromey  <tromey@redhat.com>
4825
4826         * mi/mi-main.c: Include python-internal.h.
4827         (mi_cmd_list_features): Check gdb_python_initialized.
4828         * python/py-inferior.c (python_on_normal_stop, python_on_resume)
4829         (python_inferior_exit, python_new_objfile, add_thread_object)
4830         (delete_thread_object, py_free_inferior): Check
4831         gdb_python_initialized.
4832         * python/py-prettyprint.c (apply_val_pretty_printer): Check
4833         gdb_python_initialized.
4834         * python/py-type.c (save_objfile_types): Check
4835         gdb_python_initialized.
4836         * python/python-internal.h (gdb_python_initialized): Declare.
4837         * python/python.c (ensure_python_env): Throw exception if
4838         Python not initialized.
4839         (before_prompt_hook, source_python_script_for_objfile)
4840         (start_type_printers, apply_type_printers,
4841         free_type_printers): Check gdb_python_initialized.
4842         * varobj.c (varobj_get_display_hint)
4843         (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
4844         (install_new_value_visualizer, varobj_set_visualizer)
4845         (value_get_print_value): Check gdb_python_initialized.
4846
4847 2013-05-20  Tom Tromey  <tromey@redhat.com>
4848
4849         * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
4850         Check errors.
4851         * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
4852         * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
4853         Check errors.
4854         * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
4855         Check errors.
4856         * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
4857         Check errors.
4858         * python/py-event.c (gdbpy_initialize_event): Return 'int'.
4859         Check errors.
4860         * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
4861         init function to return 'int'.
4862         * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
4863         Return 'int'.  Check errors.
4864         * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
4865         Check errors.
4866         * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
4867         Return 'int'.  Check errors.
4868         * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
4869         Check errors.
4870         * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
4871         Check errors.
4872         * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
4873         Check errors.
4874         * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
4875         Check errors.
4876         * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
4877         Check errors.
4878         * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
4879         Check errors.
4880         * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
4881         Check errors.
4882         * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
4883         Check errors.
4884         * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
4885         Check errors.
4886         * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
4887         Check errors.
4888         * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
4889         Check errors.
4890         * python/py-type.c (gdbpy_initialize_types): Return 'int'.
4891         Check errors.
4892         * python/py-value.c (gdbpy_initialize_values): Return 'int'.
4893         Check errors.
4894         * python/python-internal.h (gdbpy_initialize_auto_load,
4895         gdbpy_initialize_values, gdbpy_initialize_frames,
4896         gdbpy_initialize_symtabs, gdbpy_initialize_commands,
4897         gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
4898         gdbpy_initialize_blocks, gdbpy_initialize_types,
4899         gdbpy_initialize_functions, gdbpy_initialize_pspace,
4900         gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
4901         gdbpy_initialize_finishbreakpoints,
4902         gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
4903         gdbpy_initialize_thread, gdbpy_initialize_inferior,
4904         gdbpy_initialize_eventregistry, gdbpy_initialize_event,
4905         gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
4906         gdbpy_initialize_signal_event,
4907         gdbpy_initialize_breakpoint_event,
4908         gdbpy_initialize_continue_event,
4909         gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
4910         gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
4911         Update.  Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
4912         * python/python.c (gdb_python_initialized): New global.
4913         (gdbpy_initialize_events): Return 'int'.  Check errors.
4914         (_initialize_python): Check errors.  Set
4915         gdb_python_initialized.
4916
4917 2013-05-20  Tom Tromey  <tromey@redhat.com>
4918
4919         * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
4920         Decref the reslut of PyObject_CallMethod.
4921
4922 2013-05-20  Tom Tromey  <tromey@redhat.com>
4923
4924         * python/py-event.c (gdbpy_initialize_event_generic): Return
4925         early if PyType_Ready fails.
4926
4927 2013-05-20  Tom Tromey  <tromey@redhat.com>
4928
4929         * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
4930         as 'default' in the switch.
4931
4932 2013-05-20  Tom Tromey  <tromey@redhat.com>
4933
4934         * python/py-inferior.c (gdbpy_inferiors): Update.  Hoist
4935         get_addr_from_python calls out of TRY_CATCH.
4936         (infpy_write_memory, infpy_search_memory): Likewise.
4937         * python/py-utils.c (get_addr_from_python): Return negative
4938         value on error.  Use TRY_CATCH.
4939         * python/python-internal.h (get_addr_from_python): Use
4940         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
4941
4942 2013-05-20  Tom Tromey  <tromey@redhat.com>
4943
4944         * python/py-event.c (evpy_emit_event): Decref the
4945         result of PyObject_CallFunctionObjArgs.
4946
4947 2013-05-20  Tom Tromey  <tromey@redhat.com>
4948
4949         * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
4950         Correctly decref.
4951
4952 2013-05-20  Tom Tromey  <tromey@redhat.com>
4953
4954         * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
4955
4956 2013-05-20  Tom Tromey  <tromey@redhat.com>
4957
4958         * python/py-event.h (gdbpy_initialize_event_generic): Use
4959         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
4960         * python/py-evts.c (add_new_registry): Use
4961         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
4962         * python/python-internal.h
4963         (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
4964
4965 2013-05-20  Tom Tromey  <tromey@redhat.com>
4966
4967         * python/py-arch.c (archpy_disassemble): Update.
4968         * python/py-type.c (typy_get_composite, typy_lookup_typename)
4969         (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
4970         * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
4971         * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
4972         macro.
4973         (GDB_PY_HANDLE_EXCEPTION): Update.
4974         (gdbpy_convert_exception): Update.  Use CPYCHECKER_SETS_EXCEPTION.
4975
4976 2013-05-20  Tom Tromey  <tromey@redhat.com>
4977
4978         * python/python-internal.h (events_object_type): Remove.
4979
4980 2013-05-20  Tom Tromey  <tromey@redhat.com>
4981
4982         * python/py-event.h (evpy_emit_event): Use
4983         CPYCHECKER_STEALS_REFERENCE_TO_ARG.
4984         * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
4985         New macro.
4986
4987 2013-05-20  Tom Tromey  <tromey@redhat.com>
4988
4989         * py-evtregistry.c (create_event_object): Decref
4990         eventregistry_object if PyList_New fails.
4991
4992 2013-05-20  Tom Tromey  <tromey@redhat.com>
4993
4994         * py-cmd.c (gdbpy_string_to_argv): Check result of
4995         PyList_New.
4996
4997 2013-05-20  Tom Tromey  <tromey@redhat.com>
4998
4999         * python/python.c (before_prompt_hook): Add cleanup to
5000         decref 'hook'.
5001
5002 2013-05-20  Tom Tromey  <tromey@redhat.com>
5003
5004         * python/py-function.c (fnpy_init): Decref result of
5005         PyObject_GetAttrString.
5006
5007 2013-05-20  Tom Tromey  <tromey@redhat.com>
5008
5009         * python/py-threadevent.c (get_event_thread): Use
5010         CPYCHECKER_RETURNS_BORROWED_REF.
5011         * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
5012         New define.
5013         (pspace_to_pspace_object, objfile_to_objfile_object)
5014         (find_thread_object): Use it.
5015
5016 2013-05-20  Tom Tromey  <tromey@redhat.com>
5017
5018         * python/py-arch.c (arch_object_type): Use
5019         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5020         * python/py-block.c (block_syms_iterator_object_type):
5021         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5022         * python/py-bpevent.c (breakpoint_event_object_type):
5023         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5024         * python/py-cmd.c (cmdpy_object_type): Use
5025         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5026         * python/py-continueevent.c (continue_event_object_type):
5027         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5028         * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
5029         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5030         * python/py-events.h (thread_event_object_type):
5031         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5032         * python/py-evtregistry.c (eventregistry_object_type): Use
5033         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5034         * python/py-exitedevent.c (exited_event_object_type):
5035         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5036         * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
5037         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5038         * python/py-function.c (fnpy_object_type): Use
5039         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5040         * python/py-inferior.c (inferior_object_type, membuf_object_type):
5041         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5042         * python/py-infthread.c (thread_object_type): Use
5043         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5044         * python/py-lazy-string.c (lazy_string_object_type):
5045         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5046         * python/py-newobjfileevent.c (new_objfile_event_object_type):
5047         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5048         * python/py-objfile.c (objfile_object_type): Use
5049         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5050         * python/py-param.c (parmpy_object_type):
5051         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5052         * python/py-progspace.c (pspace_object_type):
5053         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5054         * python/py-signalevent.c (signal_event_object_type):
5055         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5056         * python/py-symtab.c (symtab_object_type, sal_object_type): Use
5057         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5058         * python/py-type.c (type_object_type, field_object_type)
5059         (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5060         * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
5061         define.
5062         (value_object_type, block_object_type, symbol_object_type)
5063         (event_object_type, stop_event_object_type, breakpoint_object_type)
5064         (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5065
5066 2013-05-20  Andreas Tobler  <andreas@fgznet.ch>
5067
5068         * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
5069         (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
5070
5071 2013-05-20  Doug Evans  <dje@google.com>
5072
5073         When reading CU, stay in DWO.  Be more tolerent of bad debug info.
5074         For Fission.
5075         * dwarf2read.c (struct dwarf2_per_cu_data): New member
5076         reading_dwo_directly.
5077         (struct signatured_type): New member dwo_unit.
5078         (struct die_reader_specs): New member comp_dir.
5079         (create_signatured_type_table_from_index): Use malloc for
5080         all_type_units instead of objfile's obstack.
5081         (create_all_type_units): Ditto.
5082         (fill_in_sig_entry_from_dwo_entry): New function.
5083         (add_type_unit): New function.
5084         (lookup_dwo_signatured_type): New function.
5085         (lookup_dwp_signatured_type): New function.
5086         (lookup_signatured_type): New arg cu.  All callers updated.
5087         (init_cu_die_reader): Initialize comp_dir.
5088         (read_cutu_die_from_dwo): New arg stub_comp_dir.  All callers updated.
5089         Change assert of matching type signatures to call error on mismatch.
5090         (lookup_dwo_unit): Add assert.
5091         (init_tu_and_read_dwo_dies): New function.
5092         (init_cutu_and_read_dies): Call it.
5093         (build_type_unit_groups): Handle case of no type unit groups created.
5094         (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
5095         (lookup_dwo_cutu): Tweak complaint.
5096         (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
5097         (dwarf2_per_objfile_free): Free all_type_units.
5098
5099 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
5100
5101         * windows-nat.c (handle_unload_dll): Add missing empty line.
5102
5103 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
5104
5105         * dwarf2read.c (prototyped_function_p): New function.
5106         (read_subroutine_type): Use it.
5107
5108 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
5109
5110         * rs6000-aix-tdep.c: De-indent some example code provided
5111         as a comment.
5112
5113 2013-05-17  Edjunior Machado  <emachado@linux.vnet.ibm.com>
5114
5115         * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
5116         region is ok for a hardware watchpoint using the new ptrace interface
5117         on Power servers.
5118
5119 2013-05-17  Doug Evans  <dje@google.com>
5120
5121         * NEWS: Mention new maintenance commands check-symtabs, and
5122         expand-symtabs, and renamed check-psymtabs.
5123         * psymtab.c (maintenance_check_psymtabs): Renamed from
5124         maintenance_check_symtabs.  Only process already-expanded symbol
5125         tables.
5126         (_initialize_psymtab): Update.
5127         * symmisc.c (maintenance_check_symtabs): New function.
5128         (maintenance_expand_name_matcher): New function
5129         (maintenance_expand_file_matcher): New function
5130         (maintenance_expand_symtabs): New function.
5131         (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
5132         commands.
5133
5134 2013-05-17  Tom Tromey  <tromey@redhat.com>
5135
5136         * python/py-inferior.c (infpy_read_memory): Don't call
5137         PyErr_SetString if PyObject_New fails.
5138         * python/py-frame.c (frame_info_to_frame_object): Don't call
5139         PyErr_SetString if PyObject_New fails.
5140
5141 2013-05-17  Pavel Chupin  <pavel.v.chupin@intel.com>
5142
5143         * acinclude.m4: Add check for dlopen in libdl.
5144         * configure.ac: Ditto.
5145         * configure: Regenerate.
5146
5147 2013-05-17  Phil Muldoon  <pmuldoon@redhat.com>
5148
5149         * frame.c (frame_stash): Convert to htab.
5150         (frame_addr_hash): New function.
5151         (frame_addr_hash_eq): New function.
5152         (frame_stash_create): Convert function to create
5153         a hash table.
5154         (frame_stash_add): Convert function to add an entry to a hash
5155         table.
5156         (frame_stash_find): Convert function to search the hash table.
5157         (frame_stash_invalidate): Convert function to empty the hash
5158         table.
5159         (get_frame_id): Only add to stash if a frame_id is created.
5160         (_initialize_frame): Call frame_stash_create.
5161
5162 2013-05-16  Yue Lu  <hacklu.newborn@gmail.com>  (tiny change)
5163
5164         * configure.ac: Ensure MIG is available when building for GNU Hurd
5165         hosts.
5166         * configure: Regenerate.
5167
5168 2013-05-16  Joel Brobecker  <brobecker@adacore.com>
5169
5170         * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
5171
5172 2013-05-16  Joel Brobecker  <brobecker@adacore.com>
5173
5174         * ada-lang.c (ada_make_symbol_completion_list): Make sure
5175         all cleanups are done before returning from this function.
5176
5177 2013-05-15  Joel Brobecker  <brobecker@adacore.com>
5178
5179         * utils.h: #include "exceptions.h".
5180         (enum errors): Remove partial declaration.
5181
5182 2013-05-15  Joel Brobecker  <brobecker@adacore.com>
5183
5184         * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
5185         * gdbarch.h, gdbarch.c: Regenerate.
5186         * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
5187         handling.
5188
5189         * rs6000-aix-tdep.h: New file.
5190         * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
5191         * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
5192         "xml-utils.h".
5193         (struct field_info, struct ld_info_desc): New types.
5194         (ld_info32_desc, ld_info64_desc): New static constants.
5195         (struct ld_info): New type.
5196         (rs6000_aix_extract_ld_info): New function.
5197         (rs6000_aix_shared_library_to_xml): Likewise.
5198         (rs6000_aix_ld_info_to_xml): Likewise.
5199         (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
5200         (rs6000_aix_init_osabi): Add call to
5201         set_gdbarch_core_xfer_shared_libraries_aix.
5202         * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
5203         Remove "xml-utils.h" include.
5204         (LdInfo): Delete typedef.
5205         (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
5206         Delete macros.
5207         (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
5208         Adjust code accordingly.
5209         (rs6000_core_ldinfo): Delete, folded into
5210         rs6000_aix_core_xfer_shared_libraries_aix.
5211         (rs6000_xfer_shared_library): Delete.
5212         (rs6000_xfer_shared_libraries): Reimplement.
5213
5214 2013-05-15  Markus Metzger  <markus.t.metzger@intel.com>
5215
5216         * record.c (record_goto_cmdlist): New.
5217         (cmd_record_goto): Split into this ...
5218         (cmd_record_goto_begin): ... this
5219         (cmd_record_goto_end): ... and this.
5220         (_initialize_record): Change "record goto" to prefix command.
5221         Add commands for "record goto begin" and "record goto end".
5222         Add an alias for "record goto start" to "record goto begin".
5223
5224 2013-05-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
5225
5226         * linespec.c (convert_linespec_to_sals): New comment for
5227         SOURCE_FILENAME assignment.
5228
5229 2013-05-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
5230
5231         * cleanups.c (restore_my_cleanups): Replace gdb_assert by
5232         internal_warning.
5233
5234 2013-05-14  Tom Tromey  <tromey@redhat.com>
5235
5236         * eval.c (parse_and_eval_long): Make 'exp' const.
5237         * value.h (parse_and_eval_long): Update.
5238
5239 2013-05-14  Tom Tromey  <tromey@redhat.com>
5240
5241         * ui-file.c (gdb_fopen): Make arguments const.
5242         * ui-file.h (gdb_fopen): Make arguments const.
5243
5244 2013-05-14  Tom Tromey  <tromey@redhat.com>
5245
5246         * remote.c (remote_set_trace_notes): Make arguments const.
5247         * target.c (update_current_target): Update cast.
5248         * target.h (to_set_trace_notes): Make arguments const.
5249
5250 2013-05-14  Tom Tromey  <tromey@redhat.com>
5251
5252         * go32-nat.c (go32_terminal_info): Make 'args' const.
5253         * inferior.h (child_terminal_info): Update.
5254         * inflow.c (child_terminal_info): Make 'args' const.
5255         * target.c (default_terminal_info): Make 'args' const.
5256         (debug_to_terminal_save_ours): Likewise.
5257         * target.h (struct target_ops) <to_terminal_info>: Make argument
5258         const.
5259
5260 2013-05-13  Tom Tromey  <tromey@redhat.com>
5261
5262         * gcore.c (create_gcore_bfd): Make 'filename' const.
5263         * gcore.h (create_gcore_bfd): Make 'filename' const.
5264         * record-full.c (record_full_save): Make 'recfilename' const.
5265         * target.c (target_save_record): Make 'filename' const.
5266         * target.h (struct target_ops) <to_save_record>: Make 'filename'
5267         const.
5268         (target_save_record): Likewise.
5269
5270 2013-05-13  Tom Tromey  <tromey@redhat.com>
5271
5272         PR gdb/15338:
5273         * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
5274         ranges section has been read.
5275
5276 2013-05-13  Tom Tromey  <tromey@redhat.com>
5277
5278         PR exp/15364:
5279         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
5280         STRUCTOP_PTR>: Return a not_lval value for
5281         EVAL_AVOID_SIDE_EFFECTS.
5282         * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
5283         for EVAL_AVOID_SIDE_EFFECTS.
5284
5285 2013-05-13  Joel Brobecker  <brobecker@adacore.com>
5286
5287         * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
5288         floating point registers to register type before storing
5289         value.
5290         * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
5291         Likewise.
5292
5293 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
5294             Tom Tromey  <tromey@redhat.com>
5295
5296         * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
5297         New functions.
5298         * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
5299         Declare.
5300         * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
5301         (darwin_ptrace_him): Use unmark_fd_no_cloexec.
5302         * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
5303         (inf_ttrace_prepare): Use mark_fd_no_cloexec.
5304
5305 2013-05-10  Freddie Chopin  <freddie_chopin@op.pl>
5306             Tom Tromey  <tromey@redhat.com>
5307
5308         PR build/15414:
5309         * configure: Rebuild.
5310         * configure.ac (build_warnings): Do not use -Wformat-nonliteral
5311         with -Wno-format.
5312
5313 2013-05-10  Pedro Alves  <palves@redhat.com>
5314
5315         * remote.c (_initialize_remote): Fix spelling of
5316         qXfer:traceframe-info:read packet in packet config command.
5317
5318 2013-05-10  David Taylor  <dtaylor@emc.com>
5319
5320         PR remote/15455
5321
5322         * remote.c (remote_trace_set_readonly_regions): Do not overwrite
5323         "QTro" at start of packet.
5324
5325 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
5326
5327         * solib-aix.c (solib_aix_relocate_section_addresses):
5328         For the .bss section action, apply the same offset as
5329         the .data section.
5330
5331 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
5332
5333         * solib-aix.c (solib_aix_relocate_section_addresses):
5334         Remove FIXME comment.
5335
5336 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
5337
5338         PR tdep/15420:
5339         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
5340         New functions, directly copied from sparc-sol-thread.c.
5341         * sparc-sol-thread.c: Delete.
5342         * configure.ac: Remove code handling sparc-solaris-thread.c.
5343         * configure: Regenerate.
5344
5345 2013-05-10  Phil Muldoon  <pmuldoon@redhat.com>
5346
5347         * stack.c (backtrace_command_1): Add "no-filters", and Python frame
5348         filter logic.
5349         (backtrace_command): Add "no-filters" option parsing.
5350         (_initialize_stack): Alter help to reflect "no-filters" option.
5351         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
5352         (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
5353         (py-frame.o): Add target
5354         * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
5355         filter files.
5356         * python/python.h: Add new frame filter constants, and flag enum.
5357         (apply_frame_filter): Add definition.
5358         * python/python.c (apply_frame_filter): New non-Python
5359         enabled function.
5360         * python/py-utils.c (py_xdecref): New function.
5361         (make_cleanup_py_xdecref): Ditto.
5362         * python/py-objfile.c: Declare frame_filters dictionary.
5363         (objfpy_dealloc): Add frame_filters dealloc.
5364         (objfpy_new): Initialize frame_filters attribute.
5365         (objfile_to_objfile_object): Ditto.
5366         (objfpy_get_frame_filters): New function.
5367         (objfpy_set_frame_filters): New function.
5368         * python/py-progspace.c: Declare frame_filters dictionary.
5369         (pspy_dealloc): Add frame_filters dealloc.
5370         (pspy_new): Initialize frame_filters attribute.
5371         (pspacee_to_pspace_object): Ditto.
5372         (pspy_get_frame_filters): New function.
5373         (pspy_set_frame_filters): New function.
5374         * python/py-framefilter.c: New file.
5375         * python/lib/gdb/command/frame_filters.py: New file.
5376         * python/lib/gdb/frames.py: New file.
5377         * python/lib/gdb/__init__.py: Initialize global frame_filters
5378         dictionary
5379         * python/lib/gdb/FrameDecorator.py: New file.
5380         * python/lib/gdb/FrameIterator.py: New file.
5381         * mi/mi-cmds.c (mi_cmds): Add frame filters command.
5382         * mi/mi-cmds.h: Declare.
5383         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
5384         --no-frame-filter logic, and Python frame filter logic.
5385         (stack_enable_frame_filters): New function.
5386         (parse_no_frame_option): Ditto.
5387         (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
5388         filter logic.
5389         (mi_cmd_stack_list_locals): Ditto.
5390         (mi_cmd_stack_list_args): Ditto.
5391         (mi_cmd_stack_list_variables): Ditto.
5392         * NEWS: Add frame filter note.
5393
5394 2013-05-09  Doug Evans  <dje@google.com>
5395
5396         * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
5397         All callers updated.
5398         (syms_from_objfile): Ditto.  Make static.
5399         (symbol_file_add_with_addrs): Renamed from
5400         symbol_file_add_with_addrs_or_offsets.  Delete args offsets,
5401         num_offsets.  All callers updated.
5402         * symfile.h (syms_from_objfile): Delete.
5403
5404         * symfile.c (decrement_reading_symtab): Add assert.
5405         (increment_reading_symtab): Ditto.
5406
5407 2013-05-09  Joel Brobecker  <brobecker@adacore.com>
5408
5409         * source.c (forward_search_command): Replace call to getc
5410         by call to fgetc.
5411         (reverse_search_command): Likewise.
5412
5413 2013-05-08  Doug Evans  <dje@google.com>
5414
5415         * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
5416         matching test.
5417
5418 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
5419
5420         * sol-thread.c (info_cb): Factorize the code a little.
5421
5422 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
5423
5424         * sol-thread.c (info_cb): Rework the output of the "maintenance
5425         info sol-threads" command a bit.
5426
5427 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
5428
5429         * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
5430         Replace ti.ti_startfunc by ti.ti_pc.
5431
5432 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
5433
5434         * solib-aix.c (solib_aix_free_library_list): New function
5435         for the case where HAVE_LIBEXPAT is not defined.
5436
5437 2013-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
5438
5439         PR breakpoints/15413:
5440         * breakpoint.c (condition_completer): Simplify the code to
5441         disconsider multiple locations of breakpoints when completing the
5442         "condition" command.
5443
5444 2013-05-07  Pierre Muller  <muller@sourceware.org>
5445
5446         * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
5447         instead of <sys/wait.h>.
5448
5449 2013-05-07  Pierre Muller  <muller@sourceware.org>
5450
5451         * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
5452         trailing new line from warning message.
5453
5454 2013-05-07  Pierre Muller  <muller@sourceware.org>
5455
5456         * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
5457         (PC_SOLIB): Change type from ari_deprecate to ari_regression.
5458
5459 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
5460
5461         * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
5462         error message (ARI fix).
5463
5464 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
5465
5466         * features/library-list-aix.dtd: Replace library-list by
5467         library-list-aix.
5468         * rs6000-nat.c: Replace library-list by library-list-aix
5469         throughout.
5470         * solib-aix.c: Likewise.
5471
5472 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
5473
5474         * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
5475         Renames TARGET_OBJECT_AIX_LIBRARIES.
5476         * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
5477         TARGET_OBJECT_LIBRARIES_AIX throughout.
5478         * solib-aix.c: Likwise.
5479
5480 2013-05-07  Yao Qi  <yao@codesourcery.com>
5481
5482         * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
5483         (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
5484
5485 2013-05-07  Yao Qi  <yao@codesourcery.com>
5486
5487         * solib-dsbt.c (enable_break): Declare.
5488         (dsbt_current_sos): Remove call to enable_break2.
5489         (enable_break2): Rename to enable_break.  Set solib breakpoint
5490         on '_dl_debug_state'.
5491         (enable_break): Remove.
5492
5493 2013-05-07  Luis Machado  <lgustavo@codesourcery.com>
5494
5495         * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
5496         debug state prior to replicating existing hardware watchpoints or
5497         breakpoints.
5498
5499 2013-05-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
5500
5501         * gcore.c (gcore_create_callback): Ignore sections with
5502         separate_debug_objfile_backlink != NULL.
5503
5504 2013-05-06  Sandra Loosemore  <sandra@codesourcery.com>
5505             Andrew Jenner  <andrew@codesourcery.com>
5506             Chung-Lin Tang  <cltang@codesourcery.com>
5507             Julian Brown  <julian@codesourcery.com>
5508
5509         Based on the nios2-elf port from Altera Corporation.
5510
5511         * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
5512         nios2-linux-tdep.o.
5513         (HFILES_NO_SRCDIR): Add nios2-tdep.h.
5514         (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
5515         * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
5516         * nios2-tdep.h: New.
5517         * nios2-tdep.c: New.
5518         * nios2-linux-tdep.c: New.
5519         * features/Makefile (WHICH): Add nios2-linux.
5520         (nios2-linux-expedite): Set.
5521         * features/nios2-cpu.xml: New.
5522         * features/nios2.xml: New.
5523         * features/nios2-linux.xml: New.
5524         * features/nios2.c: New (autogenerated).
5525         * features/nios2-linux.c: New (autogenerated).
5526         * regformats/nios2-linux.dat: New (autogenerated).
5527         * NEWS (Changes since GDB 7.6): Add new Nios II targets
5528         and commands.
5529
5530 2013-05-06  Doug Evans  <dje@google.com>
5531
5532         * symfile.c: Whitespace cleanup.
5533
5534         * solist.h (struct target_so_ops): New member clear_so.
5535         * solib-svr4.c (svr4_clear_so): New function.
5536         (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
5537         * solib.c (clear_so): Renamed from free_so_symbols.
5538         All callers updated.  Call target clear_so if it exists.
5539
5540 2013-05-06  Tom Tromey  <tromey@redhat.com>
5541
5542         * ada-lang.c (ada_value_primitive_packed_val): Don't
5543         call value_incref.
5544         * value.c (set_value_parent): Incref the new parent and decref
5545         the old parent.
5546         (value_copy, value_primitive_field): Use set_value_parent.
5547
5548 2013-05-06  Tom Tromey  <tromey@redhat.com>
5549
5550         * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
5551         (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
5552         if needed.
5553         * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
5554         * dwarf2read.c (write_constant_as_bytes)
5555         (dwarf2_fetch_constant_bytes): New functions.
5556
5557 2013-05-06  Tom Tromey  <tromey@redhat.com>
5558
5559         * dwarf2read.c (dwarf2_const_value_data): Remove unused
5560         parameters.
5561         (dwarf2_const_value_attr): Update.
5562
5563 2013-05-06  Tom Tromey  <tromey@redhat.com>
5564
5565         * somread.c (som_symfile_offsets): Add 'const' to addrs.
5566         * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
5567         * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
5568         Remove declaration.
5569
5570 2013-05-06  Tom Tromey  <tromey@redhat.com>
5571
5572         * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
5573         objfile's obstack.
5574
5575 2013-05-06  Doug Evans  <dje@google.com>
5576
5577         * dbxread.c (process_one_symbol): Constify section_offsets parameter.
5578         * stabsread.h (process_one_symbol): Update declaration.
5579         * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
5580         * elfread.c (elf_symfile_relocate_probe): Ditto.
5581         * psymtab.c (relocate_psymtabs): Ditto.
5582         * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
5583         (objfile_relocate): Ditto.
5584         * objfiles.h (objfile_relocate): Update declaration.
5585         * symfile.c (relative_addr_info_to_section_offsets): Constify
5586         addrs parameter.
5587         (default_symfile_offsets): Ditto.
5588         (syms_from_objfile_1): Constify offsets parameter.
5589         (syms_from_objfile): Ditto.
5590         (symbol_file_add_with_addrs_or_offsets): Ditto.
5591         (symfile_map_offsets_to_segments): Constify data parameter.
5592         * symfile.h (struct quick_symbol_functions): Constify new_offsets,
5593         delta parameters of member relocate.
5594         (struct sym_probe_fns): Constify new_offsets,
5595         delta parameters of member sym_relocate_probe.
5596         (struct sym_fns): Constify section_addr_info parameter of member
5597         sym_offsets.
5598         (relative_addr_info_to_section_offsets): Update declaration.
5599         (default_symfile_offsets): Ditto.
5600         (syms_from_objfile): Ditto.
5601         (symfile_map_offsets_to_segments): Ditto.
5602
5603         * symfile.c (syms_from_objfile_1): Use correct section count when
5604         objfile->sf == NULL.
5605
5606 2013-05-06  Mike Frysinger  <vapier@gentoo.org>
5607
5608         * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
5609
5610 2013-05-06  Doug Evans  <dje@google.com>
5611
5612         * psympriv.h (struct partial_symtab): Augment comment for member
5613         section_offsets.
5614
5615 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
5616
5617         Reimplement shared library support on ppc-aix...
5618         * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
5619         * features/library-list-aix.dtd: New file.
5620         * solib-aix.h, solib-aix.c: New file.
5621         * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
5622         (rs6000_find_toc_address_hook): Delete.
5623         (rs6000_push_dummy_call): Rewrite code setting the TOC value.
5624         (rs6000_aix_init_osabi): Register solib_aix_so_ops.
5625         * rs6000-nat.c: Remove "xcoffsolib.h" include.  Include
5626         "xml-utils.h".
5627         (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
5628         (vmap_symtab, fixup_breakpoints): Delete.
5629         (rs6000_xfer_shared_libraries): New function.
5630         (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
5631         (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
5632         (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
5633         (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
5634         (rs6000_xfer_shared_library): New function.
5635         (find_toc_address): Delete.
5636         (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
5637         * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
5638         * xcoffread.c (record_minimal_symbol): Reloate symbol address
5639         before creating minimal symbol.  Adjust function description
5640         accordingly.
5641         (scan_xcoff_symtab): Replace call to
5642         prim_record_minimal_symbol_and_info by call to
5643         record_minimal_symbol.
5644         (xcoff_symfile_offsets): Reimplement mostly as a wrapper
5645         around default_symfile_offsets.
5646         * configure.tgt: Add solib-aix.o to gdb_target_obs for
5647         powerpc-aix targets.
5648         * config/rs6000/nm-rs6000.h: Delete.
5649         * config/powerpc/aix.mh (NAT_FILE): Delete.
5650         (NATDEPFILES): Remove xcoffsolib.o.
5651         * Makefile.in (XMLFILES): Add library-list-aix.dtd.
5652         (ALL_TARGET_OBS): Add solib-aix.o.
5653         (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
5654         config/rs6000/nm-rs6000.h.  Add solib-aix.h.
5655         (ALLDEPFILES): Add solib-aix.c.  Remove xcoffsolib.c.
5656         * xcoffsolib.h, xcoffsolib.c: Delete.
5657
5658         * solib.c (reload_shared_libraries): Remove reference to
5659         SOLIB_CREATE_INFERIOR_HOOK.
5660         * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
5661         (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
5662         (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
5663         comment.
5664         * corelow.c (deprecated_core_resize_section_table): Delete.
5665         * exec.c: Remove include of xcoffsolib.h".
5666         (map_vmap, vmap): Delete.
5667         (exec_close_1): Remove references to vmap.
5668         (exec_file_attach): Remove vmap handling code, and reference
5669         to DEPRECATED_IBM6000_TARGET.
5670         (bfdsec_to_vmap): Delete.
5671         (exec_files_info): Remove block of code handling VMAP.
5672         * infcmd.c (post_create_inferior): Remove reference to
5673         SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
5674         * infrun.c (follow_exec): Remove reference to
5675         SOLIB_CREATE_INFERIOR_HOOK.
5676         * stack.c (print_frame): Remove reference to PC_SOLIB.
5677         * solib-dsbt.c (dsbt_current_sos): Adjust comment.
5678         (dsbt_relocate_main_executable): Likewise.
5679         * solib-frv.c (frv_current_sos): Likewise.
5680
5681 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
5682
5683         * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
5684         to target_write_memory and target_read_memory.
5685
5686 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
5687
5688         * darwin-nat.c (darwin_setup_fake_stop_event): New function.
5689         (darwin_attach): Adjust using darwin_setup_fake_stop_event.
5690
5691 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
5692
5693         * darwin-nat.c: Replace all "%x" instances in format strings
5694         into "0x%x" throughout.
5695
5696 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
5697
5698         * darwin-nat.c (darwin_mourn_inferior): Replace call to
5699         gdb_assert by call to MACH_CHECK_ERROR.
5700         (darwin_attach_pid): Raise an error rather than a failed
5701         assertion when various system calls failed.  Report a warning
5702         instead of raising a failed assertion when PREV_NOT is not NULL
5703         after call to mach_port_request_notification.
5704         (darwin_ptrace_me): Raise an error rather than a failed
5705         assertion when read returns nonzero.
5706
5707 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
5708
5709         * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
5710
5711 2013-05-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
5712
5713         * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
5714
5715 2013-05-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
5716
5717         * event-top.c (display_gdb_prompt): Call missing do_cleanups.
5718         * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
5719         * symfile.c (symfile_bfd_open): New variable back_to.  Do not leave
5720         a stale cleanup.  Fix double free of NAME.
5721
5722 2013-05-04  Eli Zaretskii  <eliz@gnu.org>
5723
5724         * windows-nat.c (windows_delete_thread): Accept an additional
5725         argument, the thread's exit code, and announce thread death when
5726         print_thread_events is non-zero and we are deleting a thread that
5727         is not the main thread.
5728         (get_windows_debug_event): Pass thread exit code to
5729         windows_delete_thread.
5730
5731 2013-05-03  Kevin Buettner  <kevinb@redhat.com>
5732
5733         * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
5734         (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
5735         (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
5736         (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
5737         (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
5738         (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
5739         (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
5740         (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
5741         (gdbarch_tdep): New struct.
5742         (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
5743         E_NUM_REGS.
5744         (v850e3v5_register_name): New function.
5745         (v850_register_type): v850e3v5 vector registers are 64-bits wide.
5746         (v850_use_struct_convention): Add `gdbarch' parameter.  Add new
5747         code handling the struct return conventions for the RH850 ABI.
5748         Update all callers.
5749         (v850_eight_byte_align_p): New function.
5750         (v850_push_call_dummy): Push structs by value, not by reference
5751         for the RH850 ABI.  Add support for eight byte alignment.
5752         (v850_dbtrap_breakpoint_from_pc): New function.
5753         (v850_gdbarch_init): Add ABI detection code.  Register
5754         v850e3v5_register_name for the v850e3v5 architecture.  Set the
5755         number of registers for v850e3v5.  Register
5756         v850_dbtrap_breakpoint_from_pc as appropriate.
5757         (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
5758
5759 2013-05-03  Doug Evans  <dje@google.com>
5760
5761         * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
5762         of bfd_count_sections.
5763         * solib-target.c (solib_target_relocate_section_addresses): Ditto.
5764         * symfile.c (default_symfile_offsets): Ditto.
5765         (syms_from_objfile_1): Ditto.  Make dummy addrs list an array of
5766         one entry, not bfd_count_sections entries.
5767
5768 2013-05-03  Kevin Buettner  <kevinb@redhat.com>
5769
5770         * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
5771         `save' and `restore' register groups.  Don't include SPL
5772         or SPH in these groups.
5773         (rl78_dwarf_reg_to_regnum):  Adjust mapping for
5774         RL78_PC_REGNUM.  Add mappings for RL78_PSW_REGNUM,
5775         RL78_ES_REGNUM, and RL78_CS_REGNUM.
5776         (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4.  Invoke
5777         dwarf2_append_unwinders().
5778
5779 2013-05-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
5780
5781         * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
5782         ignore SIGINT and SIGTRAP in case these internal signals are
5783         caught explicitely.
5784
5785 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
5786
5787         * darwin-nat.c (darwin_read_write_inferior): Change types
5788         of parameters rdaddr and wraddr to "gdb_byte *". Change type
5789         of copy_count to "mach_msg_type_number_t".
5790         (darwin_read_dyld_info): Change type of parameter
5791         rdaddr to "gdb_byte *".
5792
5793 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
5794
5795         * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
5796         of &info->load_map from "char *" to "gdb_byte *".
5797
5798 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
5799
5800         * ia64-tdep.c (ia64_access_fpreg): Change cast of val
5801         from "char *" to "gdb_byte *".
5802         (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
5803
5804 2013-04-30  Doug Evans  <dje@google.com>
5805
5806         * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
5807         (init_cutu_and_read_dies): Flag a complaint, not error, for bad
5808         DWO stub.  If DWO isn't found, just use stub.
5809         (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
5810
5811         * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
5812         calling init_cutu_and_read_dies.
5813
5814 2013-03-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
5815
5816         * target-descriptions.c (maint_print_c_tdesc_cmd):
5817         Add case to parse structures as register types and
5818         bitfields.
5819
5820 2013-04-30  Walfred Tedeschi  <walfred.tedeschi@intel.com>
5821
5822         * MAINTAINERS (Write After Approval): Add myself to the list.
5823
5824 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
5825
5826         * sol-thread.c (rw_common): Change type of parameter "buf"
5827         to "gdb_byte *".
5828         (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
5829         rw_common to "gdb_byte *" instead of "char *".
5830
5831 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
5832
5833         * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
5834         of local variable msym to const struct bound_minimal_symbol.
5835         Adjust use accordingly.
5836         [ti.ti_state == TD_THR_SLEEP]: Likewise.
5837
5838 2013-04-30  Samuel Thibault  <samuel.thibault@gnu.org>
5839
5840         * i386gnu-nat.c (CREG_OFFSET): New macro.
5841         (creg_offset): New array.
5842         (CREG_ADDR): Use creg_offset instead of reg_offset.
5843
5844 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
5845
5846         * mep-tdep.c (mep_write_pc): Delete.
5847         (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
5848         Add call to set_gdbarch_pc_regnum.
5849
5850 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
5851
5852         * common/filestuff.c: Replace #include <dirent.h> by
5853         #include "gdb_dirent.h".
5854
5855 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
5856
5857         * common/filestuff.c: Replace #include <sys/stat.h> by
5858         #include "gdb_stat.h".
5859
5860 2013-04-29  Pierre Muller  <muller@sourceware.org>
5861
5862         * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
5863         editCase function rule.
5864         (get_DW_AT_signature_type): Likewise.
5865
5866 2013-04-29  Joel Brobecker  <brobecker@adacore.com>
5867
5868         * m32r-tdep.c (m32r_write_pc): Delete.
5869         (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
5870         Add call to set_gdbarch_pc_regnum.
5871
5872 2013-04-29  Pierre Muller  <muller@sourceware.org>
5873
5874         * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
5875
5876 2013-04-29  Joel Brobecker  <brobecker@adacore.com>
5877
5878         * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
5879
5880 2013-04-28  Yao Qi  <yao@codesourcery.com>
5881
5882         * solib-dsbt.c (fetch_loadmap): Re-indent.
5883         (displacement_from_map, enable_break2): Likewise.
5884         (dsbt_relocate_section_addresses): Likewise.
5885
5886 2013-04-26  Joel Brobecker  <brobecker@adacore.com>
5887
5888         GDB 7.6 released.
5889
5890 2013-04-25  Andreas Kaufmann  <Andreas.Kaufmann@synopsys.com>
5891
5892         PR corefiles/14983:
5893         * dwarf2read.c (process_full_comp_unit): Always create a static
5894         block.
5895
5896 2013-04-25  Hui Zhu  <hui@codesourcery.com>
5897
5898         * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
5899         to loc->cmd_bytecode.
5900
5901 2013-04-24  Doug Evans  <dje@google.com>
5902
5903         * dwarf2read.c (setup_type_unit_groups): Fix comment.
5904
5905 2013-04-22  Keith Seitz  <keiths@redhat.com>
5906
5907         * tracepoint.c (trace_save):  Call the writer's start method.
5908
5909 2013-04-24  Muhammad Bilal  <mbilal@codesourcery.com>
5910
5911         PR gdb/10462
5912         * cli/cli-decode.c (lookup_command): Show an error if there is no space
5913         before argument.
5914
5915 2013-04-23  Tom Tromey  <tromey@redhat.com>
5916
5917         * common/filestuff.c: Check USE_WIN32API before including
5918         sys/socket.h.
5919         (HAVE_F_GETFD): New define.
5920         (mark_cloexec): Check HAVE_F_GETFD.
5921         (gdb_open_cloexec): Change 'mode' to unsigned long.
5922         (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
5923         (gdb_pipe_cloexec): Check HAVE_PIPE.
5924         * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
5925         long.
5926
5927 2013-04-23  Hui Zhu  <hui@codesourcery.com>
5928
5929         PR gdb/15293
5930         * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
5931
5932 2013-04-23  Hui Zhu  <hui@codesourcery.com>
5933
5934         PR gdb/15165
5935         * breakpoint.c (dprintf_print_recreate): New.
5936         (save_breakpoints): Let it not save dprintf commands.
5937         (initialize_breakpoint_ops): Set dprintf_print_recreate.
5938
5939 2013-04-22  Tom Tromey  <tromey@redhat.com>
5940
5941         PR gdb/7912:
5942         * Makefile.in (SFILES): Add filestuff.c
5943         (COMMON_OBS): Add filestuff.o.
5944         (filestuff.o): New target.
5945         * auto-load.c (auto_load_objfile_script_1): Use
5946         gdb_fopen_cloexec.
5947         * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
5948         * cli/cli-cmds.c (shell_escape): Call close_most_fds.
5949         * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
5950         * common/agent.c (gdb_connect_sync_socket): Use
5951         gdb_socket_cloexec.
5952         * common/filestuff.c: New file.
5953         * common/filestuff.h: New file.
5954         * common/linux-osdata.c (linux_common_core_of_thread)
5955         (command_from_pid, commandline_from_pid, print_source_lines)
5956         (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
5957         (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
5958         gdb_fopen_cloexec.
5959         * common/linux-procfs.c (linux_proc_get_int)
5960         (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
5961         * config.in, configure: Rebuild.
5962         * configure.ac: Don't check for sys/socket.h.  Check for
5963         fdwalk, pipe2.
5964         * corelow.c (core_open): Use gdb_open_cloexec.
5965         * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
5966         * fork-child.c (fork_inferior): Call close_most_fds.
5967         * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
5968         * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
5969         * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
5970         Use gdb_fopen_cloexec.
5971         (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
5972         gdb_open_cloexec.
5973         (linux_async_pipe): Use gdb_pipe_cloexec.
5974         * remote-fileio.c (remote_fileio_func_open): Use
5975         gdb_open_cloexec.
5976         * remote.c (remote_file_put, remote_file_get): Use
5977         gdb_fopen_cloexec.
5978         * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
5979         close_most_fds.
5980         * ser-tcp.c (net_open): Use gdb_socket_cloexec.
5981         * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
5982         * solib.c (solib_find): Use gdb_open_cloexec.
5983         * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
5984         * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
5985         (tfile_open): Use gdb_open_cloexec.
5986         * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
5987         * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
5988         * xml-support.c (xml_fetch_content_from_file): Use
5989         gdb_fopen_cloexec.
5990         * main.c (captured_main): Call notice_open_fds.
5991
5992 2013-04-22  Edjunior Machado  <emachado@linux.vnet.ibm.com>
5993
5994         * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
5995         'char *' to 'gdb_byte *'.
5996         (gdbsim_store_register): Change the type of 'tmp' from 'char' to
5997         'gdb_byte'.
5998
5999 2013-04-22  Yao Qi  <yao@codesourcery.com>
6000
6001         * infrun.c: Fix typo in comment.
6002
6003 2013-04-22  Andrew Haley  <aph@redhat.com>
6004
6005         * arm-tdep.c (BranchDest): Cast result as "unsigned long",
6006         instead of "long".
6007
6008 2013-04-20  Yao Qi  <yao@codesourcery.com>
6009
6010         * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
6011         'char *' to 'gdb_byte *'.  Cast the return value of
6012         'bt_ctf_get_char_array' to 'gdb_byte *'.
6013
6014 2013-04-19  Pedro Alves  <palves@redhat.com>
6015
6016         * configure.ac (build_warnings): Replace -Wno-pointer-sign with
6017         -Wpointer-sign.
6018         * configure: Regenerate.
6019
6020 2013-04-19  Pedro Alves  <palves@redhat.com>
6021
6022         * ser-tcp.c (net_read_prim): Cast second argument to recv to
6023         'void *'.
6024
6025 2013-04-19  Pedro Alves  <palves@redhat.com>
6026
6027         * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
6028         Change type of 'myaddr' parameter to gdb_byte pointer.
6029         (monitor_write_memory_longlongs): Likewise.  Cast 'myaddr' pointer
6030         to 'long long' pointer instead of to 'unsigned long long'.
6031         (monitor_write_memory_block, monitor_read_memory_single)
6032         (monitor_read_memory): Change type of 'myaddr' parameter to
6033         gdb_byte pointer.
6034
6035 2013-04-19  Pedro Alves  <palves@redhat.com>
6036
6037         * record.c (validate_history_size): Make parameter 'setting'
6038         unsigned.
6039
6040 2013-04-19  Pedro Alves  <palves@redhat.com>
6041
6042         * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
6043         to 'gdb_byte *'.
6044
6045 2013-04-19  Pedro Alves  <palves@redhat.com>
6046
6047         * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
6048         local to int.
6049
6050 2013-04-19  Pedro Alves  <palves@redhat.com>
6051
6052         * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
6053         * ada-tasks.c (read_fat_string_value): Likewise.
6054
6055 2013-04-19  Pedro Alves  <palves@redhat.com>
6056
6057         * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
6058         unsigned.  Pass 'tmp' to safe_read_uleb128 instead of the signed
6059         'offset', and adjust.
6060
6061 2013-04-19  Pedro Alves  <palves@redhat.com>
6062
6063         * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
6064         (read_index_from_section): Add cast to 'char *'.
6065
6066 2013-04-19  Pedro Alves  <palves@redhat.com>
6067
6068         * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
6069
6070 2013-04-19  Pedro Alves  <palves@redhat.com>
6071
6072         * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
6073
6074 2013-04-19  Pedro Alves  <palves@redhat.com>
6075
6076         * record-full.c (record_full_get_bookmark): Change local 'ret'
6077         type to char * and add cast to gdb_byte *.
6078         (record_full_goto_bookmark): Handle 'bookmark' argument as a
6079         string.
6080         * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
6081
6082 2013-04-19  Pedro Alves  <palves@redhat.com>
6083
6084         * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
6085         * python/py-prettyprint.c (print_string_repr): Change type of
6086         'output' local to char *.  Add cast to gdb_byte * in
6087         LA_PRINT_STRING call.
6088         (print_children): Change type of 'output' local to char *.
6089         * python/py-value.c (valpy_string): Add cast to const char * in
6090         PyUnicode_Decode call.
6091
6092 2013-04-19  Pedro Alves  <palves@redhat.com>
6093
6094         * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
6095         and change its type to 'const char *'.  Adjust.
6096         (mips_send_packet): Add cast to 'char *', and remove cast to
6097         'unsigned char *'.
6098         (mips_receive_packet): Remove cast to 'unsigned char *'.
6099         (mips_load_srec): Use bfd_byte.
6100         (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
6101         (pmon_checkset): Make 'value' parameter unsigned.
6102
6103 2013-04-19  Pedro Alves  <palves@redhat.com>
6104
6105         * common/agent.c (agent_run_command): Add cast to gdb_byte *.
6106
6107 2013-04-19  Pedro Alves  <palves@redhat.com>
6108
6109         * remote.c (remote_write_bytes_aux, compare_sections_command)
6110         (remote_read_qxfer)
6111         (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
6112         (remote_hostio_readlink, remote_bfd_iovec_pread)
6113         (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
6114         binary buffer, and char when buffer is used as string.
6115         * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
6116         (trace_save, tfile_open, traceframe_walk_blocks)
6117         (tfile_fetch_registers): Likewise.
6118
6119 2013-04-19  Pedro Alves  <palves@redhat.com>
6120
6121         * ser-base.c (ser_base_write): Change prototype -- take 'void *'
6122         buffer and size_t size.  Adjust.
6123         * ser-base.h (ser_base_write): Adjust.
6124         * ser-go32.c (cnts): Change type to size_t.
6125         (dos_write): Change prototype -- take 'void *'
6126         buffer and size_t size.  Adjust.
6127         (dos_info): Print elements of 'cnts' as unsigned long.
6128         * serial.c (serial_write): Likewise.
6129         * serial.h (serial_write): Adjust.
6130         (struct serial_ops) <write>: Change prototype -- take 'void *'
6131         buffer and size_t size.  Adjust.
6132
6133 2013-04-19  Pedro Alves  <palves@redhat.com>
6134
6135         * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
6136         gdb_byte *.
6137         * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
6138
6139 2013-04-19  Pedro Alves  <palves@redhat.com>
6140
6141         * alpha-tdep.c (alpha_extract_return_value): Use
6142         regcache_cooked_read_unsigned to read 'v0'.
6143
6144 2013-04-19  Pedro Alves  <palves@redhat.com>
6145
6146         * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
6147         parameters 'at', 'as' and 'offset' to uint32_t.
6148
6149 2013-04-19  Pedro Alves  <palves@redhat.com>
6150
6151         * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
6152         'is64' to signed 'int'.
6153
6154 2013-04-19  Pedro Alves  <palves@redhat.com>
6155
6156         * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
6157         parameter to int *.
6158
6159 2013-04-19  Pedro Alves  <palves@redhat.com>
6160
6161         * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
6162         'insnbuf' buffer type to unsigned int[].
6163
6164 2013-04-19  Pedro Alves  <palves@redhat.com>
6165
6166         * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
6167
6168 2013-04-19  Pedro Alves  <palves@redhat.com>
6169
6170         * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
6171         unsigned long *.
6172
6173 2013-04-19  Pedro Alves  <palves@redhat.com>
6174
6175         * alpha-tdep.c (heuristic_fence_post): Change type to int.
6176         (alpha_heuristic_proc_start): Adjust to check -1 instead of
6177         UINT_MAX.
6178         * mips-tdep.c (heuristic_fence_post): Change type to int.
6179         (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
6180
6181 2013-04-19  Pedro Alves  <palves@redhat.com>
6182
6183         * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
6184         (struct gdbarch_tdep) <cris_version>: Make unsigned.
6185         (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
6186
6187 2013-04-19  Pedro Alves  <palves@redhat.com>
6188
6189         * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'.  Use
6190         it to get a string view of the byte buffer.
6191         * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
6192         type to gdb_byte *.  Adjust.
6193         * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
6194         Change local to char *.
6195         * solib-darwin.c (find_program_interpreter): Change return type to
6196         char *.  Adjust.
6197         (darwin_solib_get_all_image_info_addr_at_init): Adjust.
6198         * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
6199         * solib-frv.c (enable_break2): Change local 'buf' to char *.
6200         * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
6201         * solib-svr4.c (find_program_interpreter): Change return type to
6202         char *.  Adjust.
6203         (enable_break): Change local 'interp_name' to char *.
6204         * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
6205         * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
6206         (spu_pseudo_register_write_spu): Use char for string buffer.
6207         Adjust.
6208         (info_spu_event_command, info_spu_signal_command): Add casts to
6209         'char *'.
6210
6211 2013-04-19  Pedro Alves  <palves@redhat.com>
6212
6213         * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
6214         gdb_byte[].
6215         (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
6216         * ada-lang.c (ada_value_assign): Use gdb_byte.
6217         * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
6218         (alphanbsd_sigtramp_offset): Use gdb_byte.
6219         * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
6220         (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
6221         (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
6222         (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
6223         (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
6224         * arm-tdep.c (arm_stub_unwind_sniffer)
6225         (arm_displaced_init_closure): Use gdb_byte.
6226         (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
6227         (arm_default_thumb_le_breakpoint)
6228         (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
6229         * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
6230         thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
6231         * arm-wince-tdep.c (arm_wince_le_breakpoint)
6232         (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
6233         * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
6234         (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
6235         (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
6236         * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
6237         (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
6238         * cris-tdep.c (push_stack_item, cris_push_dummy_call)
6239         (cris_store_return_value, cris_extract_return_value): Use
6240         gdb_byte.
6241         (constraint): Change type of parameter to char * from signed
6242         char*.  Use gdb_byte.
6243         * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
6244         of local buffer to gdb_byte *.
6245         * dwarf2read.c (read_index_from_section): Use gdb_byte.
6246         (create_dwp_hash_table): Change type of locals to gdb_byte *.
6247         (add_address_entry): Change type of local buffer to gdb_byte[].
6248         * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
6249         (frv_push_dummy_call): Use gdb_byte.
6250         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
6251         (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
6252         (hppa_hpux_supply_save_state): Use gdb_byte.
6253         * hppa-tdep.c (hppa32_push_dummy_call)
6254         (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
6255         * ia64-tdep.c (extract_bit_field, replace_bit_field)
6256         (slotN_contents, replace_slotN_contents): Change type of parameter
6257         to gdb_byte *.
6258         (fetch_instruction, ia64_pseudo_register_write)
6259         (ia64_register_to_value, ia64_value_to_register)
6260         (ia64_extract_return_value, ia64_store_return_value)
6261         (ia64_push_dummy_call): Use gdb_byte.
6262         * m32c-tdep.c (m32c_return_value): Remove cast.
6263         * m68hc11-tdep.c (m68hc11_pseudo_register_write)
6264         (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
6265         gdb_byte.
6266         * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
6267         * mn10300-tdep.c (mn10300_store_return_value)
6268         (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
6269         gdb_byte.
6270         * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
6271         (moxie_process_record): Remove casts.
6272         * ppc-ravenscar-thread.c (supply_register_at_address)
6273         (ppc_ravenscar_generic_store_registers): Use gdb_byte.
6274         * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
6275         * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
6276         * remote-mips.c (mips_xfer_memory): Use gdb_byte.
6277         * remote.c (compare_sections_command): Use gdb_byte.
6278         * score-tdep.c (score7_free_memblock): Change type of parameter to
6279         gdb_byte *.
6280         * sh-tdep.c (sh_justify_value_in_reg): Change return type to
6281         gdb_byte *.  Use gdb_byte.
6282         (sh_push_dummy_call_fpu): Use gdb_byte.
6283         (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
6284         (sh_store_return_value_nofpu, sh_store_return_value_fpu)
6285         (sh_register_convert_to_virtual, sh_register_convert_to_raw):
6286         Change parameter type to 'gdb_byte *'.  Use gdb_byte.
6287         (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
6288         * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
6289         (sh64_store_return_value, sh64_register_convert_to_virtual):
6290         Change parameter type to 'gdb_byte *'.  Use gdb_byte.
6291         (sh64_pseudo_register_write): Use gdb_byte.
6292         * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
6293         * solib-irix.c (fetch_lm_info): Likewise.  Use gdb_byte for byte
6294         buffer.
6295         (irix_current_sos): Use gdb_byte.
6296         * solib-som.c (som_current_sos): Use gdb_byte.
6297         * sparc-ravenscar-thread.c (supply_register_at_address)
6298         (sparc_ravenscar_generic_store_registers): Use gdb_byte.
6299         * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
6300         * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
6301         * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
6302         'gdb_byte *'.
6303         * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
6304         'gdb_byte *'.
6305         * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
6306         * xstormy16-tdep.c (xstormy16_extract_return_value)
6307         (xstormy16_store_return_value): Change parameter type to
6308         'gdb_byte *'.  Adjust.
6309         (xstormy16_push_dummy_call): Use gdb_byte.
6310         * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
6311         (call0_analyze_prologue, execute_code): Use gdb_byte.
6312
6313 2013-04-19  Vladimir Kargov <kargov@gmail.com>
6314             Pedro Alves  <palves@redhat.com>
6315
6316         * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
6317         value contents.
6318
6319 2013-04-17  Doug Evans  <dje@google.com>
6320
6321         * dwarf2read.c (struct signatured_type): New member type.
6322         (struct attribute): Replace member signatured_type with signature.
6323         (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
6324         (read_call_site_scope): Call follow_die_ref instead of
6325         follow_die_ref_or_sig.
6326         (read_structure_type): Rewrite handling of signatured types.
6327         (read_enumeration_type): Ditto.
6328         (read_attribute_value): Update.
6329         (build_error_marker_type): New function.
6330         (lookup_die_type): Add assert.  Rewrite handling of signatured types.
6331         Don't call error for bad types, just build an error marker type.
6332         (dump_die_shallow): Update.
6333         (follow_die_sig_1): Renamed from follow_die_sig.
6334         Don't call error for bad types, instead return NULL.
6335         (follow_die_sig): New function.
6336         (get_signatured_type, get_DW_AT_signature_type): New functions.
6337
6338 2013-04-17  Yufeng Zhang  <yufeng.zhang@arm.com>
6339
6340         * aarch64-tdep.c (aarch64_write_pc): Removed.
6341         (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
6342         function.
6343
6344 2013-04-17  Yao Qi  <yao@codesourcery.com>
6345
6346         * top.c (print_gdb_configuration): Print configure-time
6347         parameter on using libbabeltrace or not.
6348
6349 2013-04-16  Pedro Alves  <palves@redhat.com>
6350
6351         * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
6352
6353 2013-04-16  Pedro Alves  <palves@redhat.com>
6354
6355         * common/glibc_thread_db.h: Update from upstream glibc
6356         (git 568035b7874a099087b77f7bba3e36a1173787b0).
6357
6358 2013-04-16  Pedro Alves  <palves@redhat.com>
6359
6360         * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
6361         * common/glibc_thread_db.h: ... this new file ...
6362         * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
6363
6364 2013-04-16  Will Newton  <will.newton@gmail.com>
6365             Pedro Alves  <palves@redhat.com>
6366
6367         PR build/11881
6368
6369         * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
6370         (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
6371         HAVE_THREAD_DB_H.
6372
6373 2013-04-16  Pedro Alves  <palves@redhat.com>
6374             Eli Zaretskii  <eliz@gnu.org>
6375
6376         * NEWS: Mention "set foo unlimited".
6377
6378 2013-04-15  Doug Evans  <dje@google.com>
6379
6380         * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
6381         (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
6382         (create_dwo_cu_reader): Renamed from
6383         create_dwo_debug_info_hash_table_reader.
6384         (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
6385         Remove support for multiple CUs in a DWO file.
6386         (open_and_init_dwo_file, lookup_dwo_cutu): Update.
6387
6388         * dwarf2read.c (create_debug_types_hash_table): Use hex_string
6389         instead of phex.
6390         (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
6391         (create_dwo_in_dwp): Ditto.
6392
6393 2013-04-15  Tom Tromey  <tromey@redhat.com>
6394
6395         * NEWS: Move recent entries into "since 7.6" section.
6396
6397 2013-04-15  Tom Tromey  <tromey@redhat.com>
6398
6399         PR c++/13588:
6400         * NEWS: Update.
6401         * break-catch-throw.c (struct exception_catchpoint)
6402         <exception_rx, pattern>: New fields.
6403         (fetch_probe_arguments, dtor_exception_catchpoint)
6404         (check_status_exception_catchpoint)
6405         (print_one_detail_exception_catchpoint): New functions.
6406         (handle_gnu_v3_exceptions): Add "except_rx" argument.
6407         Compile regular expression if needed.
6408         (extract_exception_regexp): New function.
6409         (catch_exception_command_1): Use extract_exception_regexp.
6410         (compute_exception): Use fetch_probe_arguments.
6411         (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
6412         and check_status fields.
6413         * cp-abi.c (cplus_typename_from_type_info): New function.
6414         * cp-abi.h (cplus_typename_from_type_info): Declare.
6415         (struct cp_abi_ops) <get_typename_from_type_info>: New field.
6416         * gdb_regex.h (compile_rx_or_error): Declare.
6417         * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
6418         comment.
6419         (init_gnuv3_ops): Set get_type_from_type_info field.
6420         * probe.c (compile_rx_or_error): Move...
6421         * utils.c (compile_rx_or_error): ... here.
6422
6423 2013-04-15  Tom Tromey  <tromey@redhat.com>
6424
6425         PR c++/15176:
6426         * NEWS: Update.
6427         * break-catch-throw.c (compute_exception): New function.
6428         (exception_funcs): New global.
6429         (_initialize_break_catch_throw): Create $_exception.
6430         * cp-abi.c (cplus_type_from_type_info): New function.
6431         * cp-abi.h (cplus_type_from_type_info): Declare.
6432         (struct cp_abi_ops) <get_type_from_type_info>: New field.
6433         * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
6434         (gnuv3_get_type_from_type_info): New functions.
6435         (init_gnuv3_ops): Set get_type_from_type_info ABI field.
6436
6437 2013-04-15  Tom Tromey  <tromey@redhat.com>
6438
6439         * break-catch-throw.c (struct exception_names): New.
6440         (exception_functions): Change type.
6441         (re_set_exception_catchpoint): Look for SDT probes.
6442
6443 2013-04-15  Tom Tromey  <tromey@redhat.com>
6444
6445         PR c++/10119:
6446         * break-catch-throw.c (exception_functions): New global.
6447         (gnu_v3_exception_catchpoint_ops): Move earlier.
6448         (struct exception_catchpoint): New.
6449         (classify_exception_breakpoint): Rewrite.
6450         (re_set_exception_catchpoint): New function.
6451         (handle_gnu_v3_exceptions): Return void.  Use init_catchpoint.
6452         Allocate a struct exception_catchpoint.
6453         (catch_exception_command_1): Update.
6454         (initialize_throw_catchpoint_ops): Set 're_set' method.
6455
6456 2013-04-15  Tom Tromey  <tromey@redhat.com>
6457
6458         * Makefile.in (SFILES): Add break-catch-throw.c
6459         (COMMON_OBS): Add break-catch-throw.o.
6460         * break-catch-throw.c: New file.
6461         * breakpoint.c: Move exception-catching code to new file.
6462         (ep_parse_optional_if_clause): No longer static.
6463         * breakpoint.h (ep_parse_optional_if_clause): Declare.
6464
6465 2013-04-15  Tom Tromey  <tromey@redhat.com>
6466
6467         PR c++/9065:
6468         * NEWS: Update.
6469         * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
6470         * c-exp.y (TYPEID): New token.
6471         (exp): Add new TYPEID productions.
6472         (ident_tokens): Add "typeid".
6473         * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
6474         * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
6475         (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
6476         * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
6477         * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
6478         case.
6479         * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
6480         (build_std_type_info_type, gnuv3_get_typeid_type)
6481         (gnuv3_get_typeid): New functions.
6482         (init_gnuv3_ops): Initialize std_type_info_gdbarch_data.  Set
6483         new fields on ABI object.
6484         * parse.c (operator_length_standard) <OP_TYPEID>: New case.
6485         * std-operator.def (OP_TYPEID): New.
6486
6487 2013-04-15  Tom Tromey  <tromey@redhat.com>
6488
6489         * elfread.c (elf_symtab_read): Install versioned symbol under
6490         unversioned name as well.
6491
6492 2013-04-15  Tom Tromey  <tromey@redhat.com>
6493
6494         PR c++/11990:
6495         * c-lang.c (cplus_language_defn): Use gdb_demangle.
6496         * c-typeprint.c (c_type_print_base): Use gdb_demangle.
6497         * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
6498         (gdb_demangle): New function.
6499         * cp-support.h (gdb_demangle): Declare.
6500         * dwarf2read.c (dwarf2_physname, fixup_partial_die)
6501         (dwarf2_name): Use gdb_demangle.
6502         * gdbtypes.c (check_stub_method): Use gdb_demangle.
6503         * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
6504         suffixes from name.
6505         (gnuv3_print_method_ptr): Use gdb_demangle.
6506         * jv-lang.c (java_demangle): Use gdb_demangle.
6507         * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
6508         * language.c (unk_lang_demangle): Use gdb_demangle.
6509         * symtab.c (symbol_find_demangled_name)
6510         (demangle_for_lookup): Use gdb_demangle.
6511
6512 2013-04-15  Tom Tromey  <tromey@redhat.com>
6513
6514         PR c++/12824:
6515         * NEWS: Update.
6516         * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
6517         New constant.
6518         (classify_exception_breakpoint): New function.
6519         (print_it_exception_catchpoint, print_one_exception_catchpoint)
6520         (print_mention_exception_catchpoint)
6521         (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
6522         (catch_exception_command_1): Handle "rethrow" catchpoint.
6523         (catch_rethrow_command): New function.
6524         (_initialize_breakpoint): Add "catch rethrow" command.
6525
6526 2013-04-15  Pierre Muller  <muller@sourceware.org>
6527
6528         * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
6529         set_gdbarch_write_pc as deprecated anymore.
6530
6531 2013-04-15  Joel Brobecker  <brobecker@adacore.com>
6532
6533         * spu-tdep.c (spu_write_pc): Add empty line after local variable
6534         declarations.
6535
6536 2013-04-13  Yao Qi  <yao@codesourcery.com>
6537
6538         * ctf.c (_initialize_ctf): Include "completer.h".
6539         Call add_target_with_completer instead of add_target.
6540
6541 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
6542
6543         Fix GDB regression related to PR binutils/14813.
6544         * jit.c (mem_bfd_iovec_close): Return 0 for success.
6545         * minidebug.c (lzma_close): Add return value comment.
6546         * remote.c (remote_bfd_iovec_close): Return 0 for success.
6547         * solib-spu.c (spu_bfd_iovec_close): Likewise.
6548         * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
6549
6550 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
6551
6552         * config.in: Regenerate.
6553
6554 2013-04-12  Tom Tromey  <tromey@redhat.com>
6555
6556         * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
6557         const.
6558         * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
6559         (struct die_reader_specs) <buffer>: Likewise.
6560         (die_reader_func_ftype): Make 'info_ptr' const.
6561         (struct line_header) <include_dirs, statement_program_start,
6562         statement_program_end>: Now const.
6563         (struct file_entry) <name>: Likewise.
6564         (struct partial_die_info) <sibling>: Likewise.
6565         (struct dwarf_block) <data>: Likewise.
6566         (dwarf2_read_section): Remove cast.
6567         (dwarf2_get_section_info): Make 'bufp' const.
6568         (read_index_from_section): Constify.
6569         (dw2_get_file_names_reader): Make 'info_ptr' const.
6570         (dw2_get_primary_filename_reader): Likewise.
6571         (read_comp_unit_head): Make 'info_ptr' and return type const.
6572         (read_and_check_comp_unit_head, read_and_check_type_unit_head):
6573         Likewise.
6574         (read_abbrev_offset): Constify.
6575         (dwarf2_create_include_psymtab): Make 'name' const.
6576         (create_debug_types_hash_table): Update.
6577         (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
6578         (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
6579         Constify.
6580         (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
6581         (load_partial_comp_unit_reader): Make 'info_ptr' const.
6582         (read_comp_units_from_section): Constify.
6583         (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
6584         (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
6585         const.
6586         (dwarf2_compute_name, setup_type_unit_groups): Constify.
6587         (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
6588         (create_dwp_hash_table, dwarf2_ranges_read)
6589         (dwarf2_record_block_ranges): Constify.
6590         (read_die_and_children, read_die_and_siblings_1)
6591         (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
6592         const.
6593         (read_full_die_1, read_full_die): Make 'info_ptr' const.
6594         (abbrev_table_read_table): Constify.
6595         (load_partial_dies): Make 'info_ptr' const.
6596         (read_partial_die, read_attribute_value, read_attribute): Make
6597         'info_ptr' and return type const.
6598         (read_address, read_initial_length)
6599         (read_checked_initial_length_and_offset, read_offset)
6600         (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
6601         const.
6602         (read_direct_string): Make 'buf' and return type const.
6603         (read_indirect_string_at_offset, read_indirect_string_from_dwz)
6604         (read_indirect_string): Make return type const.
6605         (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
6606         (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
6607         'info_ptr' const.
6608         (read_str_index): Make return type const.
6609         (add_include_dir): Make 'include_dir' const.
6610         (add_file_name): Make 'name' const.
6611         (dwarf_decode_line_header): Constify.
6612         (psymtab_include_file_name): Make return type const.
6613         (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
6614         (dwarf2_start_subfile): Make 'filename' const.
6615         (dwarf2_const_value_attr): Make 'bytes' const.
6616         (read_signatured_type_reader): Make 'info_ptr' const.
6617         (decode_locdesc): Constify.
6618         (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
6619         const.
6620         (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
6621         'mac_end', and return type const.
6622         (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
6623         (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
6624         type const.
6625         (per_cu_header_read_in): Constify.
6626         * symfile.h (dwarf2_get_section_info): Update.
6627
6628 2013-04-12  Tom Tromey  <tromey@redhat.com>
6629
6630         * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
6631
6632 2013-04-12  Eli Zaretskii  <eliz@gnu.org>
6633
6634         * NEWS: Mention "show configuration", --configuration.
6635         * top.c (print_gdb_configuration): New function, displays the
6636         details about GDB configure-time parameters.
6637         (print_gdb_version): Mention "show configuration".
6638         * cli/cli-cmds.c (show_configuration): New function.
6639         (_initialize_cli_cmds): Add the "show configuration" command.
6640         * main.c (captured_main) <print_configuration>: New static var.
6641         <long_options>: Use it.
6642         If --configuration was given, call print_gdb_configuration.
6643
6644 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6645             Pedro Alves  <palves@redhat.com>
6646
6647         * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
6648         (generated_files): Add gcore.
6649         (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
6650         HAVE_NATIVE_GCORE_HOST.
6651         (gcore): New.
6652         * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
6653         * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
6654         config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
6655         config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
6656         config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
6657         Add HAVE_NATIVE_GCORE_HOST.
6658         * configure: Regenerate.
6659         * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
6660         New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME.  New
6661         AC_CONFIG_FILES for gcore.
6662         * configure.tgt: Add gdb_have_gcore to the initial comment.  Set
6663         gdb_have_gcore.
6664         * gdb_gcore.sh: Rename to ...
6665         * gcore.in: ... here.  Remove gcore.sh comment.  Use GDB_TRANSFORM_NAME
6666         and GCORE_TRANSFORM_NAME substitutions.
6667
6668         Fix parsing tabs in ${gdb_target_obs}.
6669         * configure.tgt (gdb_have_gcore): Replace case with for and if.
6670
6671 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6672
6673         * remote.c (unpush_and_perror): Add output message final dot.
6674
6675 2013-04-11  Yao Qi  <yao@codesourcery.com>
6676
6677         * tracepoint.c (tfile_interp_line): Fit parameters line and
6678         utpp in one line.
6679
6680 2013-04-10  Joel Brobecker  <brobecker@adacore.com>
6681
6682         * solib.c (solib_map_sections): Remove code overwriting
6683         SO->SO_NAME with the bfd's filename.
6684
6685 2013-04-10  Pedro Alves  <palves@redhat.com>
6686
6687         * cli/cli-decode.c (integer_unlimited_completer): New function.
6688         (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
6689         (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
6690         completer.
6691         * cli/cli-setshow.c: Include "cli/cli-utils.h".
6692         (is_unlimited_literal): New function.
6693         (do_set_command): Handle literal "unlimited" arguments.
6694         * frame.c (_initialize_frame) <set backtrace limit>: Document
6695         "unlimited".
6696         * printcmd.c (_initialize_printcmd) <set print
6697         max-symbolic-offset>: Add help text.
6698         * record-full.c (_initialize_record_full) <set record full
6699         insn-number-max>: Likewise.
6700         * record.c (_initialize_record) <set record
6701         instruction-history-size, set record function-call-history-size>:
6702         Add help text.
6703         * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
6704         help text.
6705         * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
6706         Likewise.
6707         * source.c (_initialize_source) <set listsize>: Add help text.
6708         * utils.c (initialize_utils) <set height, set width>: Likewise.
6709         <set pagination>: Mention "set height unlimited".
6710         * valprint.c (_initialize_valprint) <set print elements, set print
6711         repeats>: Document "unlimited".
6712
6713 2013-04-10  Pedro Alves  <palves@redhat.com>
6714
6715         * cli/cli-cmds.c (quit_command): Call query_if_trace_running
6716         instead of disconnect_tracing.
6717         * infcmd.c (detach_command, disconnect_command): Call
6718         query_if_trace_running.  Adjust.
6719         * top.c: Include "tracepoint.h".
6720         (quit_target): Delete.  Contents moved ...
6721         (quit_force): ... here.  Wrap each stage of teardown in
6722         TRY_CATCH.  Call disconnect_tracing before detaching.
6723
6724 2013-04-10  Hui Zhu  <hui@codesourcery.com>
6725             Yao Qi  <yao@codesourcery.com>
6726
6727         * configure.ac: Check libbabeltrace is installed.
6728         * config.in: Regenerate.
6729         * configure: Regenerate.
6730         * Makefile.in (LIBBABELTRACE): New.
6731         (CLIBS): Add LIBBABELTRACE.
6732         * ctf.c: Include "exec.h".
6733         (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
6734         (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
6735         (ctf_save_metadata_header): Define new type aliases in
6736         metadata.
6737         (ctf_write_header): Define event type "tsv_def" and "tp_def"
6738         in metadata.  Start a new faked packet for trace status.
6739         (ctf_write_status): Write trace status to CTF.
6740         (ctf_write_uploaded_tsv): Write TSV to CTF.
6741         (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
6742         (ctf_write_definition_end): End the faked packet.
6743
6744         (ctx, ctf_iter, trace_dirname): New.
6745         (start_pos): New variable.
6746         (ctf_destroy, ctf_open_dir, ctf_open): New.
6747         (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
6748         macros.
6749         (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
6750         (ctf_fetch_registers, ctf_xfer_partial): New.
6751         (ctf_get_trace_state_variable_value): New.
6752         (ctf_get_tpnum_from_frame_event): New.
6753         (ctf_get_traceframe_address): New.
6754         (ctf_trace_find, ctf_has_stack): New.
6755         (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
6756         (ctf_get_trace_status, ctf_read_status): New.
6757         (_initialize_ctf): New.
6758         * tracepoint.c (get_tracepoint_number): New
6759         (get_uploaded_tsv): Remove 'static'.
6760         (struct traceframe_info, trace_regblock_size): Move it to ...
6761         * tracepoint.h: ... here.
6762         (get_tracepoint_number): Declare it.
6763         (get_uploaded_tsv): Declare it.
6764
6765         * NEWS: Mention new configure option.
6766
6767 2013-04-10  Pedro Alves  <palves@redhat.com>
6768             Hui Zhu  <hui@codesourcery.com>
6769
6770         * breakpoint.c (dprintf_re_set): New.
6771         (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
6772         to dprintf_re_set.
6773
6774 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
6775
6776         * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
6777         Remove solib-svr4.o from the list.
6778
6779 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
6780
6781         * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
6782         Use gdb_assert_not_reached instead of invalid boolean expression.
6783
6784 2013-04-09  Pedro Alves  <palves@redhat.com>
6785
6786         * remote.c (unpush_and_perror): New function.
6787         (readchar, remote_serial_write): Use it.
6788
6789 2013-04-09  Markus Metzger  <markus.t.metzger@intel.com>
6790
6791         * NEWS: Mention new btrace RSP packets.
6792
6793 2013-04-08  Tom Tromey  <tromey@redhat.com>
6794
6795         * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
6796         long.
6797
6798 2013-04-08  Tom Tromey  <tromey@redhat.com>
6799
6800         * maint.c (print_bfd_section_info): Print the section index.
6801         * symmisc.c (dump_msymbols): Print the section index.
6802
6803 2013-04-08  Tom Tromey  <tromey@redhat.com>
6804
6805         PR symtab/8424:
6806         * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
6807         SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
6808         * breakpoint.c (resolve_sal_pc): Update.
6809         * elfread.c (elf_gnu_ifunc_record_cache): Update.
6810         * findvar.c (struct minsym_lookup_data) <objfile>: New field.
6811         (minsym_lookup_iterator_cb): Use it.
6812         (default_read_var_value): Update.
6813         * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
6814         Update.
6815         * infcmd.c (jump_command): Update.
6816         * linespec.c (minsym_found): Update.
6817         * maint.c (maintenance_translate_address): Update.
6818         * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
6819         (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
6820         * parse.c (write_exp_msymbol): Update.
6821         * printcmd.c (address_info): Update.
6822         * psymtab.c (find_pc_sect_psymbol): Update.
6823         (fixup_psymbol_section): Check SYMBOL_SECTION, not
6824         SYMBOL_OBJ_SECTION.
6825         (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
6826         Don't initialize SYMBOL_OBJ_SECTION.
6827         * spu-tdep.c (spu_catch_start): Update.
6828         * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
6829         * symmisc.c (dump_msymbols, print_symbol): Update.
6830         * symtab.c (fixup_section): Don't set 'obj_section'.  Change
6831         how fallback section is computed.
6832         (fixup_symbol_section): Update.
6833         (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
6834         Update.
6835         (allocate_symbol, initialize_symbol, allocate_template_symbol):
6836         Initialize SYMBOL_SECTION.
6837         * symtab.h (struct general_symbol_info) <section>: Update comment.
6838         <obj_section>: Remove.
6839         (SYMBOL_OBJ_SECTION): Add 'objfile' argument.  Rewrite.
6840         (SYMBOL_OBJFILE): New macro.
6841
6842 2013-04-08  Tom Tromey  <tromey@redhat.com>
6843
6844         * coffread.c (record_minimal_symbol): Update.
6845         * dbxread.c (record_minimal_symbol): Update.
6846         * elfread.c (record_minimal_symbol): Update.
6847         * machoread.c (macho_symtab_add_minsym): Update.
6848         * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
6849         Update.
6850         * minsyms.c (prim_record_minimal_symbol): Update.
6851         (prim_record_minimal_symbol_full): Remove 'bfd_section'
6852         argument.
6853         (prim_record_minimal_symbol_and_info): Likewise.
6854         * minsyms.h (prim_record_minimal_symbol_full)
6855         (prim_record_minimal_symbol_and_info): Update.
6856         * symtab.c (allocate_symbol, initialize_symbol)
6857         (allocate_template_symbol): Initialize SYMBOL_SECTION.
6858         * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
6859         Update.
6860
6861 2013-04-08  Tom Tromey  <tromey@redhat.com>
6862
6863         PR symtab/8423:
6864         * solib-som.c (som_solib_section_offsets): Use BFD section
6865         indices.  Set offsets for all sections.
6866         * somread.c (som_symtab_read): Compute BFD section for
6867         symbol.  Use prim_record_minimal_symbol_and_info.
6868         (som_symfile_read): Fix comment.
6869         (struct find_section_offset_arg): New.
6870         (find_section_offset, set_section_index): New functions.
6871         (som_symfile_offsets): Use set_section_index to compute
6872         section indices.
6873
6874 2013-04-08  Tom Tromey  <tromey@redhat.com>
6875
6876         * coffread.c (cs_to_section): Use gdb_bfd_section_index.
6877         * elfread.c (record_minimal_symbol, elf_symtab_read): Use
6878         gdb_bfd_section_index.
6879         * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
6880         New functions.
6881         * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
6882         Declare.
6883         * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
6884         Update.
6885         * objfiles.c (add_to_objfile_sections_full): New function.
6886         (add_to_objfile_sections): Use it.
6887         (build_section_table): Rewrite.
6888         (objfile_relocate1): Use gdb_bfd_section_index.  Update.
6889         * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
6890         (struct objfile) <sections>: Update comment.
6891         (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
6892         is NULL.
6893         (ALL_OBJSECTIONS): Use it.
6894         * solib-dsbt.c (dsbt_relocate_main_executable): Update.
6895         * solib-frv.c (frv_relocate_main_executable): Update.
6896         * solib-target.c (solib_target_relocate_section_addresses):
6897         Use gdb_bfd_section_index.
6898         * symfile.c (build_section_addr_info_from_section_table):
6899         Use gdb_bfd_section_index.
6900         (build_section_addr_info_from_bfd, place_section): Likewise.
6901         * symtab.c (fixup_section): Update.
6902         * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
6903
6904 2013-04-08  Tom Tromey  <tromey@redhat.com>
6905
6906         * minsyms.h (struct bound_minimal_symbol): New.
6907         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
6908         Remove objfile argument.
6909         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
6910         Return bound_minimal_symbol.
6911         * minsyms.c (lookup_minimal_symbol_by_pc_1)
6912         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
6913         Return bound_minimal_symbol.
6914         (in_gnu_ifunc_stub): Update.
6915         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
6916         Remove 'objfile_p' argument.
6917         (lookup_solib_trampoline_symbol_by_pc): Update.
6918         * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
6919         arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
6920         c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
6921         glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
6922         i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
6923         linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
6924         mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
6925         ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
6926         stack.c, symtab.c, tui/tui-disasm.c: Update.
6927
6928 2013-04-08  Tom Tromey  <tromey@redhat.com>
6929
6930         * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
6931         Use symbol's obstack, not an objfile.
6932         * coffread.c (process_coff_symbol): Update.
6933         * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
6934         * jv-lang.c (add_class_symbol): Update.
6935         * mdebugread.c (new_symbol): Update.
6936         * minsyms.c (prim_record_minimal_symbol_full)
6937         (terminate_minimal_symbol_table): Update.
6938         * psymtab.c (add_psymbol_to_bcache): Clear entire symbol.  Update.
6939         * stabsread.c (define_symbol, read_enum_type): Update.
6940         * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
6941         Handle Ada specially.
6942         (symbol_set_language): Add 'obstack' argument.
6943         (symbol_set_names): Update.
6944         (symbol_natural_name, symbol_demangled_name): Always use
6945         ada_decode_symbol.
6946         * symtab.h (struct general_symbol_info)
6947         <language_specific::obstack>: New field.
6948         <ada_mangled>: New field.
6949         (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
6950         (symbol_set_language): Update.
6951
6952 2013-04-08  Tom Tromey  <tromey@redhat.com>
6953
6954         * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
6955         Take an obstack, not an objfile.
6956         (symbol_set_names): Update.
6957         * symtab.h (symbol_set_demangled_name): Update.
6958
6959 2013-04-08  Tom Tromey  <tromey@redhat.com>
6960
6961         * coffread.c (process_coff_symbol, coff_read_enum_type): Call
6962         allocate_symbol.
6963         * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
6964         (read_func_scope): Call allocate_template_symbol.
6965         (new_symbol_full): Call allocate_symbol.
6966         * jit.c (finalize_symtab): Call allocate_symbol.
6967         * jv-lang.c (add_class_symbol): Call allocate_symbol.
6968         * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
6969         * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
6970         (common_block_end): Call allocate_symbol.
6971         * symtab.c (allocate_symbol, initialize_symbol)
6972         (allocate_template_symbol): New functions.
6973         * symtab.c (allocate_symbol, initialize_symbol)
6974         (allocate_template_symbol): Declare.
6975         * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
6976
6977 2013-04-08  Pedro Alves  <palves@redhat.com>
6978             Keith Seitz  <keiths@redhat.com>
6979
6980         * breakpoint.c (create_breakpoint): Rename
6981         "parse_condition_and_thread" parameter to "parse_arg".  Update
6982         describing comment.  If !PARSE_ARG, then error out if ARG is not
6983         the empty string after extracting the location.
6984         * breakpoint.h (create_breakpoint): Rename
6985         "parse_condition_and_thread" parameter to "parse_arg".
6986
6987 2013-04-08  Aleksandar Ristovski  <aristovski@qnx.com
6988
6989         * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
6990
6991 2013-04-07  Yao Qi  <yao@codesourcery.com>
6992
6993         * remote.c (remote_trace_find): Change type of parameters 'addr1'
6994         and 'addr2' to CORE_ADDR.
6995         * target.c (update_current_target): Update.
6996         * target.h (struct target_ops) <to_trace_find>: Change parameter
6997         type to CORE_ADDR.
6998         * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
6999         'addr2' to CORE_ADDR.
7000         (tfile_trace_find): Likewise.
7001         (tfile_get_traceframe_address): Change return type to CORE_ADDR.
7002         Change local variable 'addr' to type CORE_ADDR.
7003         * tracepoint.h (tfind_1): Update declaration.
7004
7005 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
7006
7007         * windows-nat.c (windows_get_absolute_argv0): Move from here...
7008         * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
7009         Include main.h.
7010
7011         * windows-nat.h (windows_get_absolute_argv0): Move prototype from
7012         here...
7013         * main.h (windows_get_absolute_argv0): ...to here.
7014
7015 2013-04-05  Doug Evans  <dje@google.com>
7016
7017         * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
7018         (read_cutu_die_from_dwo): Add comments.
7019         (read_structure_type): Update comment.
7020         (read_enumeration_type, read_namespace_type): Update comment.
7021         (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
7022
7023 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7024
7025         Convert man pages to texinfo, new gdbinit.5 texinfo page.
7026         * Makefile.in (gdb.z): Remove.
7027         (install-only): Remove $(man1dir) and gdb.1 installation.
7028         * gdb.1: Remove.
7029
7030 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7031
7032         Fix compatibility with Linux kernel 3.8.3.
7033         * linux-tdep.c (linux_find_memory_regions_full): Move variable number
7034         to more inner block.  Remove parsing of NUMBER from outer block.
7035         Parse NUMBER only if KEYWORD has been identified.
7036
7037 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7038
7039         Fix variable name shadowing.
7040         * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
7041         filename to mapsfilename and update its uses.
7042
7043 2013-04-05  Eli Zaretskii  <eliz@gnu.org>
7044
7045         * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
7046         empty.  See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
7047         and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
7048         details of the problem.
7049
7050 2013-04-04  Pedro Alves  <palves@redhat.com>
7051             Hui Zhu  <hui@codesourcery.com>
7052
7053         * breakpoint.c (validate_commands_for_breakpoint): If validating a
7054         tracepoint, reset its STEP_COUNT and call validate_actionline.
7055
7056 2013-04-03  Doug Evans  <dje@google.com>
7057
7058         * dwarf2read.c (read_die_and_siblings_1): Renamed from
7059         read_die_and_siblings.
7060         (read_die_and_siblings): New function.
7061         (read_cutu_die_from_dwo): Dump die if requested.
7062         (read_die_and_children): Call read_full_die_1 and
7063         read_die_and_siblings_1.
7064         (read_full_die): Dump die if requested.
7065
7066         * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
7067
7068         * dwarf2read.c (struct dwo_file): New member comp_dir.
7069         Rename member name to dwo_name.  All uses updated.
7070         (hash_dwo_file): Include comp_dir in computation.
7071         (eq_dwo_file): Ditto.
7072         (lookup_dwo_file_slot): New arg comp_dir.  All callers updated.
7073         (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
7074
7075         * psymtab.c (read_psymtabs_with_fullname): Don't call
7076         psymtab_to_fullname if the basenames are different.
7077
7078 2013-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7079
7080         * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
7081         New entry about "fullname" presence.
7082
7083 2013-04-03  Pedro Alves  <palves@redhat.com>
7084
7085         * NEWS: Mention x86_64/Cygwin as new native configuration.
7086
7087 2013-04-02  Doug Evans  <dje@google.com>
7088
7089         * dwarf2read.c (read_structure_type): Fix typo in comment.
7090
7091 2013-04-02  Pedro Alves  <palves@redhat.com>
7092
7093         * NEWS: Mention "set/show debug aarch64", "set/show debug
7094         coff-pe-read" and "set/show debug mach-o".
7095
7096 2013-04-02  Pedro Alves  <palves@redhat.com>
7097
7098         * NEWS: Mention "set/show remote trace-buffer-size-packet".
7099
7100 2013-04-02  Eli Zaretskii  <eliz@gnu.org>
7101
7102         * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
7103         gdb_string.h is now in common/.
7104
7105 2013-04-02  Pedro Alves  <palves@redhat.com>
7106
7107         * NEWS: Move "set debug notification" and "set trace-buffer-size"
7108         under "New options".
7109
7110 2013-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7111
7112         Revert this patch:
7113         PR gdb/15275
7114         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
7115
7116 2013-04-02  Pedro Alves  <palves@redhat.com>
7117
7118         PR gdb/15275
7119
7120         * remote.c (send_interrupt_sequence): Use remote_serial_write.
7121         (remote_serial_write): New function.
7122         (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
7123
7124 2013-04-01  Jiong Wang  <jiwang@tilera.com>
7125
7126         * NEWS: Mention TILE-Gx in "New native configurations" and
7127         "New targets" sections.
7128
7129 2013-04-01  Doug Evans  <dje@google.com>
7130
7131         * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
7132         (process_enumeration_scope): Simplify.
7133
7134         * dwarf2read.c (struct dwarf2_per_cu_data): Move member
7135         type_unit_group ...
7136         (struct signatured_type): ... to here.
7137         (sig_type_ptr): New typedef.
7138         (type_unit_group): Delete member 't.first_cu'.  Move member 'tus'
7139         out of union 't'.  All uses updated.
7140         (dw2_get_file_names_reader): Assert not called for a type unit.
7141         (dw2_get_file_names): Assert not called for a type unit or type
7142         unit group.
7143         (build_type_psymtabs_reader): Assert called for a type unit.
7144         (build_type_psymtab_dependencies): Assert called for a type unit group.
7145
7146         * dwarf2read.c (free_dwo_file): Add comment.
7147         (dwarf2_per_objfile_free): Unref dwp bfd.
7148
7149 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
7150
7151         * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
7152         (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
7153         (read_pe_exported_syms): Remove unused 'exportix'.
7154         (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
7155         'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
7156         'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
7157
7158 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
7159
7160         * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
7161         (print_it_watchpoint): Remove unused 'bl'.
7162         (say_where): Remove unused 'uiout'.
7163         (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
7164         (bkpt_breakpoint_hit): Remove unused 'b'.
7165         (internal_bkpt_print_it): Remove unused 'uiout'.
7166         * buildsym.c (augment_type_symtab): Remove unused 'i'.
7167
7168 2013-03-31  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
7169
7170         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
7171         (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
7172
7173 2013-03-29  Doug Evans  <dje@google.com>
7174
7175         * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
7176         Delete arg is_dwp.  All callers updated.
7177         (open_dwp_file): New function.
7178         (open_and_init_dwp_file): Call it.
7179         (get_dwp_file): New function.
7180         (lookup_dwo_cutu): Call it.
7181
7182         * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
7183         unnecessary, cleanup.
7184
7185         * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
7186
7187         * dwarf2read.c (read_cutu_die_from_dwo): New function.
7188         (lookup_dwo_unit): New function.
7189         (init_cutu_and_read_dies): Move DWO handling to new functions.
7190
7191         * dwarf2read.c (struct signatured_type): Tweak comment.
7192         (struct dwo_unit): Tweak comment.
7193         (create_debug_types_hash_table): Tweak comment.  Reformat long line.
7194         (create_dwo_debug_info_hash_table): Tweak comment.
7195         (dwarf2_per_cu_offset_and_type): Tweak comment.
7196
7197         * dwarf2read.c (lookup_signatured_type): Remove complaint about
7198         missing .debug_types section.
7199
7200 2013-03-29  Yao Qi  <yao@codesourcery.com>
7201
7202         * corelow.c: Include "completer.h".
7203         (_initialize_corelow): Call add_target_with_completer with
7204         argument 'filename_completer'.
7205         * tracepoint.c: Likewise.
7206         * exec.c (_initialize_exec): Likewise.
7207         * target.c (add_target): Rename to ...
7208         (add_target_with_completer): ... this.  Call set_cmd_completer
7209         if parameter completer is not NULL.
7210         (add_target): New.
7211         * target.h: Include "command.h".
7212         (add_target_with_completer): Declare it.
7213
7214 2013-03-28  Joel Brobecker  <brobecker@adacore.com>
7215
7216         * coffread.c (is_import_fixup_symbol): New function.
7217         (record_minimal_symbol): Use is_import_fixup_symbol to
7218         detect import fixup symbols, and discard them.
7219
7220 2013-03-28  Doug Evans  <dje@google.com>
7221
7222         * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
7223         types hash table until we know we need it.
7224
7225         * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
7226         index numbers.
7227
7228         * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
7229         All callers updated.
7230         (dw2_print_stats): Print #read CUs too.
7231         (dump_die_shallow): Print signatured types better.
7232
7233         * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
7234         info_or_types_section to section.  All uses updated.
7235         (struct dwo_unit): Ditto.
7236
7237 2013-03-28  Pedro Alves  <palves@redhat.com>
7238
7239         * NEWS (New options): New section.
7240         (New options): Mention set/show remote trace-status-packet.
7241         * remote.c (PACKET_qTStatus): New enumeration value.
7242         (remote_get_trace_status): Skip sending qTStatus if the packet is
7243         disabled.  Use packet_ok.
7244         (_initialize_remote): Register a configuration command for
7245         qTStatus packet.
7246
7247 2013-03-28  Doug Evans  <dje@google.com>
7248
7249         * symfile.c (find_separate_debug_file): Add comment.
7250         (terminate_after_last_dir_separator): Tweak comment.
7251
7252         * dwarf2read.c (create_partial_symtab): Add forward decl.
7253         (create_partial_symtab): Move to be closer to other psymtab functions.
7254         (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
7255
7256         * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
7257         (compute_symtab_includes): Remove unnecessary forward declaration.
7258         (die_needs_namespace): Add comment marking group of functions for
7259         dwarf2 name computation.
7260
7261         * typeprint.c (_initialize_typeprint): Improve type help text.
7262
7263         * python/python.c (finish_python_initialization): Provide suggestion
7264         for how to tell gdb to find its python files.
7265
7266 2013-03-28  Pedro Alves  <palves@redhat.com>
7267
7268         PR gdb/15294
7269
7270         * source.c (_initialize_source): Change back "set listsize" to an
7271         integer command.
7272
7273 2013-03-27  Gareth McMullin  <gareth@blacksphere.co.nz>
7274
7275         PR gdb/15275
7276         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
7277
7278 2013-03-27  Pedro Alves  <palves@redhat.com>
7279
7280         * top.c (history_size): Rename to ...
7281         (history_size_setshow_var): ... this.  Add comment.
7282         (show_commands): Use readline's 'history_length' instead of
7283         computing the history length by calling history_get in a loop.
7284         (set_history_size_command): Error out for sizes over INT_MAX.
7285         Restore previous history size on invalid size.
7286         (init_history): If HISTSIZE is negative, leave the history size as
7287         zero.  Add comments.
7288         (init_main): Adjust.
7289
7290 2013-03-27  Pedro Alves  <palves@redhat.com>
7291
7292         * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
7293         coff_pe_read" command to "set debug coff-pe-read".
7294
7295 2013-03-27  Markus Metzger  <markus.t.metzger@intel.com>
7296
7297         * record.c (command_size_to_target_size): Fix size comparison.
7298         Change parameter type from pointer to integer to integer.
7299         Update all users.
7300
7301 2013-03-27  Pierre Muller  <muller@sourceware.org>
7302
7303         * windows-nat.c (handle_output_debug_string): Avoid typecast
7304         from integer of different size warning.
7305
7306 2013-03-26  Joel Brobecker  <brobecker@adacore.com>
7307
7308         * windows-nat.c (handle_output_debug_string): Add empty line
7309         after local block variable definition.
7310
7311 2013-03-26  Pedro Alves  <palves@redhat.com>
7312
7313         * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
7314         (net_open): Make 'polls' local unsigned.
7315
7316 2013-03-26  Pedro Alves  <palves@redhat.com>
7317
7318         * remote.c (_initialize_remote): Make "set remoteaddresssize"
7319         a zuinteger command instead of uinteger.
7320
7321 2013-03-26  Pedro Alves  <palves@redhat.com>
7322
7323         * record-full.c (record_full_insn_num): Make it unsigned.
7324         (record_full_check_insn_num, record_full_message)
7325         (record_full_registers_change, record_full_xfer_partial): Remove
7326         record_full_insn_max_num check (it's always != 0).
7327         (record_full_info, record_full_restore): Use %u as format string.
7328         (): Use %u as format string.
7329         (set_record_full_insn_max_num): Remove record_full_insn_max_num
7330         check (it's always != 0).
7331
7332 2013-03-26  Pedro Alves  <palves@redhat.com>
7333
7334         * dcache.c (_initialize_dcache): Make the "set dcache line-size"
7335         and "set dcache size" commands zuinteger instead of uinteger.
7336
7337 2013-03-26  Pedro Alves  <palves@redhat.com>
7338
7339         * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
7340         command zuinteger instead of uinteger.
7341
7342 2013-03-26  Pedro Alves  <palves@redhat.com>
7343
7344         * coff-pe-read.c (_initialize_coff_pe_read): Make the command
7345         zuinteger instead of uinteger.
7346
7347 2013-03-26  Pedro Alves  <palves@redhat.com>
7348
7349         * record.c (record_insn_history_size_setshow_var)
7350         (record_call_history_size_setshow_var): New globals.
7351         (command_size_to_target_size): New function.
7352         (cmd_record_insn_history, cmd_record_call_history): Use
7353         command_size_to_target_size instead of cast.
7354         (validate_history_size, set_record_insn_history_size)
7355         (set_record_call_history_size): New functions.
7356         (_initialize_record): Install set_record_insn_history_size and
7357         set_record_call_history_size as "set" hooks of "set record
7358         instruction-history-size" and "set record
7359         function-call-history-size".
7360
7361 2013-03-26  Pedro Alves  <palves@redhat.com>
7362
7363         * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
7364         use with history_max_entries use.  Remove FIXME note.
7365
7366 2013-03-26  Markus Metzger  <markus.t.metzger@intel.com>
7367
7368         * record-btrace.c (record_btrace_close): Call
7369         record_btrace_auto_disable.
7370
7371 2013-03-25  Joel Brobecker  <brobecker@adacore.com>
7372
7373         * rs6000-nat.c (fixup_breakpoints): Delete declaration.
7374
7375 2013-03-25  Doug Evans  <dje@google.com>
7376
7377         * contrib/cc-with-tweaks.sh: Check exit code of dwp.
7378
7379 2013-03-25  Tom Tromey  <tromey@redhat.com>
7380
7381         PR symtab/11462:
7382         * c-exp.y (exp): Add new productions for destructors after '.' and
7383         '->'.
7384         (write_destructor_name): New function.
7385
7386 2013-03-25  Tom Tromey  <tromey@redhat.com>
7387
7388         PR c++/9197:
7389         * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
7390         value_struct_elt, not lookup_struct_elt_type.
7391         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
7392         STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
7393         * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
7394
7395 2013-03-25  Yao Qi  <yao@codesourcery.com>
7396
7397         * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
7398         instead of '_mkdir'.
7399
7400 2013-03-23  Eli Zaretskii  <eliz@gnu.org>
7401
7402         * windows-nat.c (windows_get_absolute_argv0): New function.
7403         * windows-nat.h: Add its prototype.
7404
7405         * main.c (get_init_files): Use filename_ncmp instead of strncmp.
7406         Use IS_DIR_SEPARATOR instead of looking for a character inside
7407         SLASH_STRING.  Include filenames.h.
7408         (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
7409         relocate_gdb_directory works when passed gdb_program_name.
7410         Include windows-nat.h.
7411
7412 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
7413
7414         * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
7415         * remote.c (trace_error): Remove the special handling of '2'.
7416         (readchar) <SERIAL_EOF>
7417         (readchar) <SERIAL_ERROR>
7418         (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
7419         (remote_get_trace_status): Call throw_exception if EX is
7420         TARGET_CLOSE_ERROR.
7421         * utils.c (perror_with_name): Rename to ...
7422         (throw_perror_with_name): ... here.  New parameter errcode, describe it
7423         in the function comment.
7424         (perror_with_name): New function wrapper.
7425         * utils.h (enum errors): New stub declaration.
7426         (throw_perror_with_name): New declaration.
7427
7428 2013-03-22  Pedro Alves  <palves@redhat.com>
7429             Yao Qi  <yao@codesourcery.com>
7430             Mark Kettenis  <kettenis@gnu.org>
7431
7432         * cli/cli-setshow.c (do_set_command) <var_uinteger>:
7433         Don't let the user set the value to UINT_MAX directly.
7434         <var_integer>: Don't let the user set the value to INT_MAX
7435         directly.
7436
7437 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
7438
7439         * remote.c (remote_unpush_target): New function.
7440         (remote_open_1): Remove two pop_target calls, update one comment, add
7441         comment to target_preopen call.  Replace pop_target call by
7442         remote_unpush_target call.
7443         (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
7444         pop_target calls by remote_unpush_target calls.
7445
7446 2013-03-22  Pedro Alves  <palves@redhat.com>
7447
7448         * linux-nat.c (linux_child_follow_fork): Don't call
7449         linux_enable_event_reporting.
7450         (linux_handle_extended_wait): Don't call
7451         linux_enable_event_reporting.
7452
7453 2013-03-22  Pedro Alves  <palves@redhat.com>
7454
7455         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
7456         use it to rewrite the trampoline buffers with type gdb_byte[], and
7457         undefine the macro.  Remove char* cast.
7458
7459 2013-03-21  Doug Evans  <dje@google.com>
7460
7461         New commands "mt set per-command {space,time,symtab} {on,off}".
7462         * NEWS: Add entry.
7463         * event-top.c: #include "maint.h".
7464         * main.c: #include "maint.h".
7465         * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
7466         timeval-utils.h, maint.h, cli/cli-setshow.h.
7467         (per_command_time, per_command_space): New static globals.
7468         (per_command_symtab): New static global.
7469         (per_command_setlist, per_command_showlist): New static globals.
7470         (struct cmd_stats): Move here from utils.c.
7471         (set_per_command_time): Renamed from set_display_time in utils.c
7472         and moved here.  All callers updated.
7473         (set_per_command_space): Renamed from set_display_space in utils.c
7474         and moved here.  All callers updated.
7475         (count_symtabs_and_blocks): New function.
7476         (report_command_stats): Moved here from utils.c.  Add support for
7477         printing symtab stats.  Only print data if enabled before command
7478         executed.
7479         (make_command_stats_cleanup): Ditto.
7480         (sert_per_command_cmd, show_per_command_cmd): New functions.
7481         (_initialize_maint_cmds): Add new commands
7482         mt set per-command {space,time,symtab} {on,off}.
7483         * maint.h: New file.
7484         * top.c: #include "maint.h".
7485         * utils.c (reset_prompt_for_continue_wait_time): New function.
7486         (get_prompt_for_continue_wait_time): New function.
7487         * utils.h (reset_prompt_for_continue_wait_time): Declare
7488         (get_prompt_for_continue_wait_time): Declare.
7489         (make_command_stats_cleanup): Moved to maint.h.
7490         (set_display_time, set_display_space): Moved to maint.h and renamed
7491         to set_per_command_time, set_per_command_space.
7492         * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
7493         parse_binary_operation and made non-static.  Don't call error,
7494         just return an error marker.  All callers updated.
7495         * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
7496
7497 2013-03-21  Tom Tromey  <tromey@redhat.com>
7498
7499         * symfile.c (alloc_section_addr_info): Update header.  Don't set
7500         'num_sections' field.
7501         (build_section_addr_info_from_section_table): Set 'num_sections'.
7502         (build_section_addr_info_from_bfd): Likewise.
7503         (build_section_addr_info_from_objfile): Remove dead loop
7504         condition.
7505         (free_section_addr_info): Unconditionally call xfree.
7506         (relative_addr_info_to_section_offsets, addrs_section_sort)
7507         (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
7508         condition.
7509         (syms_from_objfile_1): Remove dead 'if' condition.  Check
7510         'num_sections'.
7511         (add_symbol_file_command): Set 'num_sections'.
7512         * symfile-mem.c (symbol_file_add_from_memory): Set
7513         'num_sections'.
7514         * somread.c (som_symfile_offsets): Remove dead loop condition.
7515         * machoread.c (macho_symfile_offsets): Remove dead 'if'.
7516         * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
7517
7518 2013-03-21  Tom Tromey  <tromey@redhat.com>
7519
7520         * tracepoint.h (decode_agent_options): Add 'trace_string'
7521         argument.
7522         * tracepoint.c (decode_agent_options): Add 'trace_string'
7523         argument.
7524         (validate_actionline): Update.
7525         (collect_symbol): Add 'trace_string' argument.
7526         (struct add_local_symbols_data) <trace_string>: New field.
7527         (do_collect_symbol): Update.
7528         (add_local_symbols): Add 'trace_string' argument.
7529         (encode_actions_1): Update.
7530         (trace_dump_actions): Update.
7531         * dwarf2loc.c (access_memory): Update.
7532         * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
7533         * ax-general.c (new_agent_expr): Update.
7534         * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
7535         (gen_trace_for_return_address): Add argument.
7536         (trace_kludge, trace_string_kludge): Remove.
7537         * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
7538         (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
7539         (gen_trace_for_var): Add 'trace_string' argument.
7540         (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
7541         (gen_printf, agent_eval_command_one): Update.
7542
7543 2013-03-21  Tom Tromey  <tromey@redhat.com>
7544
7545         PR exp/15109:
7546         * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
7547         Handle FILENAME token.
7548
7549 2013-03-21  Tom Tromey  <tromey@redhat.com>
7550
7551         * c-exp.y (YYPRINT): Define.
7552         (c_print_token): New function.
7553
7554 2013-03-21  Tom Tromey  <tromey@redhat.com>
7555
7556         * c-exp.y (%union) <sym, ivar, ivec>: Remove.
7557
7558 2013-03-21  Yao Qi  <yao@codesourcery.com>
7559
7560         * ctf.c: Include "gdb_stat.h".
7561         [USE_WIN32API]: New macro 'mkdir'.
7562         (ctf_start): Use permission bits macros if they are defined.
7563
7564 2013-03-20  Keith Seitz  <keiths@redhat.com>
7565
7566         * breakpoint.h (struct breakpoint): Add comment to
7567         extra_string indicating that this member is mallod'd.
7568         * breakpoint.c (base_breakpoint_dtor): Free extra_string.
7569
7570 2013-03-20  Pedro Alves  <palves@redhat.com>
7571
7572         PR gdb/15289
7573
7574         * cli/cli-setshow.c (do_set_command)
7575         <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
7576         the result of parsing the command argument.  Throw error if the
7577         value is greater than UINT_MAX.  Print the invalid value with
7578         plongest.
7579         <var_integer, var_zinteger>: Use LONGEST for variable holding the
7580         result of parsing the command argument.  Throw error if the value
7581         is greater than INT_MAX, not greater or equal.  Also throw error
7582         if the value is less than INT_MIN.  Print the invalid value with
7583         plongest.
7584         <var_zuinteger_unlimited>: Throw error if the value is greater
7585         than INT_MAX, not greater or equal.
7586         (do_show_command) <var_integer, var_zinteger,
7587         var_zuinteger_unlimited>: Use %d for printing int, not %u.
7588
7589 2013-03-20  Tom Tromey  <tromey@redhat.com>
7590
7591         * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
7592         if possible.
7593         * dwarf2read.c (read_func_scope): Remove old FIXME.
7594         * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
7595         not LOC_COMPUTED.
7596         * findvar.c (symbol_read_needs_frame, default_read_var_value):
7597         Unconditionally call via computed ops, if possible.
7598         * printcmd.c (address_info): Unconditionally call via computed ops,
7599         if possible.
7600         * stack.c (read_frame_arg): Unconditionally call via computed ops,
7601         if possible.
7602         * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
7603         * tracepoint.c (scope_info): Unconditionally call via computed ops,
7604         if possible.
7605
7606 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7607             Tom Tromey  <tromey@redhat.com>
7608
7609         PR symtab/8421:
7610         * coffread.c (coff_register_index): New global.
7611         (process_coff_symbol, coff_read_enum_type): Set
7612         SYMBOL_ACLASS_INDEX.
7613         (_initialize_coffread): Initialize new global.
7614         * dwarf2loc.c (locexpr_find_frame_base_location)
7615         (dwarf2_block_frame_base_locexpr_funcs)
7616         (loclist_find_frame_base_location)
7617         (dwarf2_block_frame_base_loclist_funcs): New.
7618         (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
7619         (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
7620         * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
7621         (dwarf2_block_frame_base_loclist_funcs): New.
7622         * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
7623         (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
7624         globals.
7625         (read_func_scope): Update.
7626         (fixup_go_packaging, mark_common_block_symbol_computed)
7627         (var_decode_location, new_symbol_full, dwarf2_const_value):
7628         Set SYMBOL_ACLASS_INDEX.
7629         (dwarf2_symbol_mark_computed): Likewise.  Add 'is_block' argument.
7630         (_initialize_dwarf2_read): Initialize new globals.
7631         * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
7632         * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
7633         * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
7634         globals.
7635         (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
7636         (_initialize_mdebugread): Initialize new globals.
7637         * psympriv.h (struct partial_symbol) <aclass>: Update comment.
7638         * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
7639         (stab_register_index, stab_regparm_index): New globals.
7640         (define_symbol, read_enum_type, common_block_end): Set
7641         SYMBOL_ACLASS_INDEX.
7642         (_initialize_stabsread): Initialize new globals.
7643         * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
7644         globals.
7645         (MAX_SYMBOL_IMPLS): New define.
7646         (register_symbol_computed_impl, register_symbol_block_impl)
7647         (register_symbol_register_impl)
7648         (initialize_ordinary_address_classes): New functions.
7649         (_initialize_symtab): Call initialize_ordinary_address_classes.
7650         * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
7651         (struct symbol_impl): New.
7652         (SYMBOL_ACLASS_BITS): New define.
7653         (struct symbol) <aclass, ops>: Remove fields.
7654         <aclass_index>: New field.
7655         (symbol_impls): Declare.
7656         (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
7657         (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
7658         (register_symbol_computed_impl, register_symbol_block_impl)
7659         (register_symbol_register_impl): Declare.
7660         (struct symbol_computed_ops): Add location_has_loclist.
7661         (struct symbol_block_ops): New.
7662         (SYMBOL_BLOCK_OPS): New.
7663         * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
7664
7665 2013-03-20  Tom Tromey  <tromey@redhat.com>
7666
7667         * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
7668         (print_partial_symbols, recursively_search_psymtabs): Use
7669         PSYMBOL_CLASS.
7670
7671 2013-03-20  Pierre Muller  <muller@sourceware.org>
7672
7673         * contrib/ari/gdb_ari.sh (OP eol rule): Also check
7674         addtion, subtraction, multiplication and division binary operator.
7675
7676 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7677
7678         Code cleanup.
7679         * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
7680         * bsd-kvm.c (bsd_kvm_close): Likewise.
7681         * bsd-uthread.c (bsd_uthread_close): Likewise.
7682         * corelow.c (core_close): Likewise.
7683         (core_close_cleanup): Remove parameter quitting from a caller.
7684         * event-top.c (async_disconnect): Likewise.
7685         * exec.c (exec_close_1): Remove parameter quitting.
7686         * go32-nat.c (go32_close): Likewise.
7687         * linux-nat.c (linux_nat_close): Remove parameter quitting.  Remove
7688         parameter quitting from a caller.
7689         * mips-linux-nat.c (super_close): Remove parameter quitting from the
7690         variable.
7691         (mips_linux_close): Remove parameter quitting.  Remove parameter
7692         quitting from a caller.
7693         * monitor.c (monitor_close): Remove parameter quitting.
7694         * monitor.h (monitor_close): Likewise.
7695         * record-btrace.c (record_btrace_close): Likewise.
7696         * record-full.c (record_full_close): Likewise.
7697         * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
7698         it also from fprintf_unfiltered.
7699         * remote-mips.c (mips_close): Remove parameter quitting.
7700         (mips_detach): Remove parameter quitting from a caller.
7701         * remote-sim.c (gdbsim_close): Remove parameter quitting.
7702         (gdbsim_close): Remove duplicate function comment.  Remove parameter
7703         quitting and remove it also from printf_filtered.
7704         * remote.c (remote_close): Remove parameter quitting.
7705         * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
7706         * target.c (update_current_target): Remove parameter int from to_close
7707         de_fault.
7708         (push_target, unpush_target, pop_target): Remove parameter quitting from
7709         a caller.
7710         (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
7711         Remove parameter quitting from a caller.
7712         (target_preopen): Remove parameter quitting from a caller.
7713         (target_close): Remove parameter quitting.  Remove parameter quitting
7714         from a caller two times.  Remove parameter quitting also from
7715         fprintf_unfiltered.
7716         * target.h (struct target_ops): Remove parameter quitting and as int
7717         from fields to_xclose and to_close.
7718         (extern struct target_ops current_target):
7719         (target_close, pop_all_targets): Remove parameter quitting.  Update the
7720         comment.
7721         (pop_all_targets_above): Remove parameter quitting.
7722         * top.c (quit_target): Remove parameter quitting from a caller.
7723         * tracepoint.c (tfile_close): Remove parameter quitting.
7724         * windows-nat.c (windows_close): Remove parameter quitting.
7725
7726 2013-03-20  Corinna Vinschen  <vinschen@redhat.com>
7727
7728         * windows-nat.c (handle_output_debug_string): Replace call
7729         to string_to_core_addr with call to strtoull.
7730
7731 2013-03-20  Yao Qi  <yao@codesourcery.com>
7732
7733         * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
7734         and write it to CTF metadata.
7735
7736 2013-03-19  Corinna Vinschen  <vinschen@redhat.com>
7737
7738         * windows-nat.c (handle_output_debug_string): Change type of n to
7739         SIZE_T to avoid crash on 64 bit systems.
7740
7741 2013-03-17  Eli Zaretskii  <eliz@gnu.org>
7742
7743         * python/python-internal.h (HAVE_SNPRINTF)
7744         [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
7745         about redefinition of snprintf by pyerrors.h.
7746
7747 2013-03-15  Steve Ellcey  <sellcey@mips.com>
7748
7749         * remote-sim.c (sim_command_completer): Make char arguments const.
7750
7751 2013-03-15  Tom Tromey  <tromey@redhat.com>
7752
7753         PR c++/15116:
7754         * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
7755
7756 2013-03-14  Tom Tromey  <tromey@redhat.com>
7757
7758         * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
7759         New fields.
7760         (get_file_crc): Move from symfile.c.
7761         (gdb_bfd_crc): New function.
7762         * gdb_bfd.h (gdb_bfd_crc): Declare.
7763         * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
7764         * symfile.c (get_file_crc): Move to gdb_bfd.c.
7765         (separate_debug_file_exists): Use gdb_bfd_crc.
7766
7767 2013-03-14  Tom Tromey  <tromey@redhat.com>
7768
7769         * symfile.c (get_debug_link_info): Remove.
7770         (find_separate_debug_file_by_debuglink): Use
7771         bfd_get_debug_link_info.
7772
7773 2013-03-14  Tom Tromey  <tromey@redhat.com>
7774
7775         * symtab.c (error_in_psymtab_expansion): New function.
7776         (lookup_symbol_aux_quick)
7777         (basic_lookup_transparent_type_quick): Remove "last resort"
7778         code.  Use error_in_psymtab_expansion.
7779
7780 2013-03-14  Doug Evans  <dje@google.com>
7781             Jan Kratochvil  <jan.kratochvil@redhat.com>
7782
7783         * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
7784         any successful compare_filenames_for_search or FILENAME_CMP.
7785         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
7786         * symtab.c (iterate_over_some_symtabs): Likewise.
7787
7788 2013-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7789
7790         * source.c (print_source_lines_base): Make a local copy of
7791         symtab_to_fullname.
7792
7793 2013-03-14  Hui Zhu  <hui_zhu@mentor.com>
7794             Jan Kratochvil  <jan.kratochvil@redhat.com>
7795
7796         * source.c (print_source_lines_base): Suppress "file" for TUI.
7797
7798 2013-03-14  Keith Seitz  <keiths@redhat.com>
7799             Alan Matsuoka  <alanm@redhat.com>
7800
7801         PR c++/15203
7802         PR c++/15210
7803         * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
7804         TYPE_CODE_METHOD.
7805         * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
7806         symbols.
7807
7808 2013-03-14  Yao Qi  <yao@codesourcery.com>
7809
7810         * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
7811         status to tfile if trace is stopped by command 'tstop'.
7812
7813 2013-03-14  Yao Qi  <yao@codesourcery.com>
7814
7815         * tracepoint.c (tfile_write_status): Write trace notes and user
7816         name into tfile if they are not NULL.
7817
7818 2013-03-14  Hui Zhu  <hui@codesourcery.com>
7819             Yao Qi  <yao@codesourcery.com>
7820
7821         * Makefile.in (REMOTE_OBS): Add ctf.o.
7822         (SFILES): Add ctf.c.
7823         (HFILES_NO_SRCDIR): Add ctf.h.
7824         * ctf.c, ctf.h: New files.
7825         * tracepoint.c: Include 'ctf.h'.
7826         (collect_pseudocommand): Remove static.
7827         (trace_save_command): Parse option "-ctf".
7828         Produce different trace file writers per option.
7829         Adjust output message.
7830         (trace_save_tfile, trace_save_ctf): New.
7831         * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
7832         * mi/mi-main.c: Include 'ctf.h'.
7833         (mi_cmd_trace_save): Handle option '-ctf'.  Call either
7834         trace_save_tfile or trace_save_ctf.
7835         * NEWS: Mention these changes.
7836
7837 2013-03-14  Yao Qi  <yao@codesourcery.com>
7838
7839         * tracepoint.c (trace_file_writer_xfree): New.
7840         (struct tfile_writer_data): New.
7841         (tfile_dtor, tfile_can_target_save, tfile_start): New.
7842         (tfile_write_header, tfile_write_regblock_type): New.
7843         (tfile_write_status, tfile_write_uploaded_tsv): New.
7844         (tfile_write_uploaded_tp, tfile_write_definition_end): New.
7845         (tfile_write_raw_data, (tfile_end): New.
7846         (tfile_write_ops): New global variable.
7847         (TRACE_WRITE_R_BLOCK): New macro.
7848         (TRACE_WRITE_M_BLOCK_HEADER): New macro.
7849         (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
7850         (TRACE_WRITE_V_BLOCK): New macro.
7851         (trace_save): Add extra one parameter WRITER.  Make it static.
7852         Use WRITER to writer trace.
7853         (tfile_trace_file_writer_new): New.
7854         (trace_save_command): Caller update.
7855         (trace_save_tfile): Write trace data in TFILE format.
7856         * tracepoint.h (struct trace_frame_write_ops): New.
7857         (struct trace_file_write_ops): New.
7858         (struct trace_file_writer): New.
7859         (trace_save): Remove its declaration.
7860         (trace_save_tfile): Declare it.
7861         * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
7862         instead of trace_save.
7863
7864 2013-03-13  Pedro Alves  <palves@redhat.com>
7865
7866         * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
7867
7868 2013-03-13  Pedro Alves  <palves@redhat.com>
7869
7870         * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
7871         commented out code.
7872         * demangle.c (current_demangling_style_string): Make it const.
7873         (set_demangling_command): Assert the demangling style is known.
7874         Remove all handling of unknown styles.  Set
7875         'current_demangling_style_string' to an element of the
7876         demangling_style_names array.
7877         (set_demangling_style): Delete.
7878         (_initialize_demangler): Set current_demangling_style_string to the
7879         element of the demangling_style_names array that corresponds to
7880         the default demangling style.  Remove FIXME note.  Don't call
7881         set_demangling_style.
7882         * gdb-demangle.h (set_demangling_style): Remove declaration.
7883
7884 2013-03-13  Pedro Alves  <palves@redhat.com>
7885
7886         * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
7887         fields const.
7888         (ada_make_symbol_completion_list): Make "text0" parameter const.
7889         * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
7890         * breakpoint.c (condition_completer): Make "text" and "word"
7891         parameters const.  Adjust.
7892         (check_tracepoint_command): Adjust to validate_actionline
7893         prototype change.
7894         (catch_syscall_completer): Make "text" and "word" parameters
7895         const.
7896         * cli/cli-cmds.c (show_user): Make "comname" local const.
7897         (valid_command_p): Make "command" parameter const.
7898         (alias_command): Make "alias_prefix" and "command_prefix" locals
7899         const.
7900         * cli/cli-decode.c (add_cmd): Make "name" parameter const.
7901         (add_alias_cmd): Make "name" and "oldname" parameters const.
7902         Adjust.  No longer make copy of OLDNAME.
7903         (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
7904         (add_setshow_cmd_full, add_setshow_enum_cmd)
7905         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
7906         (add_setshow_filename_cmd, add_setshow_string_cmd)
7907         (add_setshow_string_noescape_cmd)
7908         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
7909         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
7910         (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
7911         (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
7912         Make "name" parameter const.
7913         (help_cmd): Rename "command" parameter to "arg".  New const local
7914         "command".
7915         (find_cmd): Make "command" parameter const.
7916         (lookup_cmd_1): Make "text" parameter pointer to const.  Adjust to
7917         deprecated_cmd_warning prototype change.
7918         (undef_cmd_error): Make "cmdtype" parameter const.
7919         (lookup_cmd): Make "line" parameter const.
7920         (deprecated_cmd_warning): Change type of "text" parameter to
7921         pointer to const char, from pointer to pointer to char.  Adjust.
7922         (lookup_cmd_composition): Make "text" parameter const.
7923         (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
7924         parameters const.
7925         * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
7926         const.
7927         * cli/cli-script.c (validate_comname): Make "tem" local const.
7928         (define_command): New const local "tem_c".  Use it in calls to
7929         lookup_cmd.
7930         (document_command): Make "tem" and "comfull" locals const.
7931         (show_user_1): Make "prefix" and "name" parameters const.
7932         * cli-script.h (show_user_1): Make "prefix" and "name" parameters
7933         const.
7934         * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
7935         (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
7936         (deprecated_cmd_warning, lookup_cmd_composition, add_com)
7937         (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
7938         (complete_on_enum, add_setshow_enum_cmd)
7939         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
7940         (add_setshow_filename_cmd, add_setshow_string_cmd)
7941         (add_setshow_string_noescape_cmd)
7942         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
7943         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
7944         (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
7945         Change prototypes, constifying strings.
7946         * completer.c (noop_completer, filename_completer): Make "text"
7947         and "prefix" parameters const.
7948         (location_completer, expression_completer)
7949         (complete_line_internal): Make "text" and "prefix" parameters
7950         const and adjust.
7951         (command_completer, signal_completer): Make "text" and "prefix"
7952         parameters const.
7953         * completer.h (noop_completer, filename_completer)
7954         (expression_completer, location_completer, command_completer)
7955         (signal_completer): Change prototypes.
7956         * corefile.c (complete_set_gnutarget): Make "text" and "word"
7957         parameters const.
7958         * cp-abi.c (cp_abi_completer): Likewise.
7959         * expression.h (parse_expression_for_completion): Change
7960         prototype.
7961         * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
7962         parameters const.
7963         * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
7964         * infrun.c (handle_completer): Make "text" and "word" parameters
7965         const.
7966         * interps.c (interpreter_completer): Make "text" and "word"
7967         parameters const.
7968         * language.h (struct language_defn)
7969         <la_make_symbol_completion_list>: Make "text" and "word"
7970         parameters const.
7971         * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
7972         (parse_exp_in_context): Rename to ...
7973         (parse_exp_in_context_1): ... this.
7974         (parse_exp_in_context): Reimplement, with const hack from
7975         parse_exp_1.
7976         (parse_expression_for_completion): Make "string" parameter const.
7977         * printcmd.c (decode_format): Make "string_ptr" parameter pointer
7978         to pointer to const char.  Adjust.
7979         (print_command_1): Make "exp" parameter const.
7980         (output_command): Rename to ...
7981         (output_command_const): ... this.  Make "exp" parameter const.
7982         (output_command): Reimplement.
7983         (x_command): Adjust.
7984         (display_command): Rename "exp" parameter to "arg".  New "exp"
7985         local, const version of "arg".
7986         * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
7987         "cmd_name" local const.
7988         * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
7989         call.
7990         (cmdpy_completer): Make "text" and "word" parameters const.
7991         (gdbpy_parse_command_name): Make "prefix_text2" local const.
7992         * python/py-param.c (add_setshow_generic): Make "tmp_name" local
7993         const.
7994         * remote.c (_initialize_remote): Make "cmd_name" local const.
7995         * symtab.c (language_search_unquoted_string): Make "text" and "p"
7996         parameters const.  Adjust.
7997         (completion_list_add_fields): Make "sym_text", "text" and "word"
7998         parameters const.
7999         (struct add_name_data) <sym_text, text, word>: Make fields const.
8000         (default_make_symbol_completion_list_break_on): Make "text" and
8001         "word" parameters const.  Adjust locals.
8002         (default_make_symbol_completion_list)
8003         (make_symbol_completion_list, make_symbol_completion_type)
8004         (make_symbol_completion_list_fn): Make "text" and "word"
8005         parameters const.
8006         (make_file_symbol_completion_list): Make "text", "word" and
8007         "srcfile" parameters const.  Adjust locals.
8008         (add_filename_to_list): Make "text" and "word" parameters const.
8009         (struct add_partial_filename_data) <text, word>: Make fields
8010         const.
8011         (make_source_files_completion_list): Make "text" and "word"
8012         parameters const.
8013         * symtab.h (default_make_symbol_completion_list_break_on)
8014         (default_make_symbol_completion_list, make_symbol_completion_list)
8015         (make_symbol_completion_type enum type_code)
8016         (make_symbol_completion_list_fn make_file_symbol_completion_list)
8017         (make_source_files_completion_list): Change prototype.
8018         * top.c (execute_command): Adjust to pass pointer to pointer to
8019         const char to lookup_cmd, and to deprecated_cmd_warning prototype
8020         change.
8021         (set_verbose): Make "cmdname" local const.
8022         * tracepoint.c (decode_agent_options): Make "exp" parameter const,
8023         and adjust.
8024         (validate_actionline): Make "line" parameter a pointer to const
8025         char, and adjust.
8026         (encode_actions_1): Make "action_exp" local const, and adjust.
8027         (encode_actions): Adjust.
8028         (replace_comma): Delete.
8029         (trace_dump_actions): Make "action_exp" and "next_comma" locals
8030         const, and adjust.  Don't frob the action string while splitting
8031         it at commas.  Instead, make a copy of each split substring in
8032         turn.
8033         (trace_dump_command): Adjust to validate_actionline prototype
8034         change.
8035         * tracepoint.h (decode_agent_options, decode_agent_options)
8036         (encode_actions, validate_actionline): Change prototypes.
8037         * valprint.h (output_command): Delete declaration.
8038         (output_command_const): Declare.
8039         * value.c (function_destroyer): Cast const away in xfree call.
8040
8041 2013-03-13  Pedro Alves  <palves@redhat.com>
8042
8043         * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
8044         rather than casting 'const char * const *' to 'const char **'.
8045         * ada-lex.l (processInt): Make "trailer" local const.  Remove
8046         'const char **' cast.
8047         * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
8048         locals, and use those as strtol output pointer, instead than doing
8049         invalid casts to from 'const char **' to 'char **'.
8050         (_initialize_demangle): Remove cast.
8051         * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
8052         locals, and use those as strtol output pointer, instead than doing
8053         invalid casts to from 'const char **' to 'char **'.
8054         * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
8055         casts.
8056         * stap-probe.c (stap_parse_register_operand)
8057         (stap_parse_single_operand): Likewise.
8058
8059 2013-03-13  Yao Qi  <yao@codesourcery.com>
8060
8061         * tracepoint.c (tfile_get_trace_state_variable_value): Look for
8062         the last matched 'V' blcok in trace frame.
8063
8064 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
8065
8066         * NEWS: Create a new section for the next release branch.
8067         Rename the section of the current branch, now that it has
8068         been cut.
8069
8070 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
8071
8072         GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
8073         * version.in: Bump version to 7.6.50.20130312-cvs.
8074
8075 2013-03-12  Keith Seitz  <keiths@redhat.com>
8076
8077         * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
8078         * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
8079         Remove temporary copy of input string.
8080         (mi_execute_command_wrapper): Make "cmd" const.
8081         * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
8082         * mi/mi-parse.c (mi_parse_argv): Make "args" const.
8083         Use const strings.
8084         (mi_parse): Make "cmd" const.
8085         Use const strings.
8086         * mi/mi-parse.h (mi_parse): Make "cmd" const.
8087
8088 2013-03-12  Keith Seitz  <keiths@redhat.com>
8089
8090         * ada-lang.c (ada_read_renaming_var_value): Pass const
8091         pointer to expression string to parse_exp_1.
8092         (create_excep_cond_exprs): Likewise.
8093         * ax-gdb.c (agent_eval_command_one): Likewise.
8094         (maint_agent_printf_command): Likewise.
8095         Constify much of the string handling/parsing.
8096         * breakpoint.c (set_breakpoint_condition): Pass const
8097         pointer to expression string to parse_exp_1.
8098         (update_watchpoint): Likewise.
8099         (parse_cmd_to_aexpr): Constify string handling.
8100         Pass const pointer to parse_exp_1.
8101         (init_breakpoint_sal): Pass const pointer to parse_exp_1.
8102         (find_condition_and_thread): Likewise.
8103         Make TOK const.
8104         (watch_command_1): Make "arg" const.
8105         Constify string handling.
8106         Copy the expression string instead of changing the input
8107         string.
8108         (update_breakpoint_location): Pass const pointer to
8109         parse_exp_1.
8110         * eval.c (parse_and_eval_address): Make "exp" const.
8111         (parse_to_comma_and_eval): Make "expp" const.
8112         (parse_and_eval): Make "exp" const.
8113         * expression.h (parse_expression): Make argument const.
8114         (parse_exp_1): Make first argument const.
8115         * findcmd.c (parse_find_args): Treat "args" as const.
8116         * linespec.c (parse_linespec): Pass const pointer to
8117         linespec_expression_to_pc.
8118         (linespec_expression_to_pc): Make "exp_ptr" const.
8119         * parse.c (parse_exp_1): Make "stringptr" const.
8120         Make a copy of the expression to pass to parse_exp_in_context until
8121         this whole interface can be constified.
8122         (parse_expression): Make "string" const.
8123         * printcmd.c (ui_printf): Treat "arg" as const.
8124         Handle const strings.
8125         * tracepoint.c (validate_actionline): Pass const pointer to
8126         all calls to parse_exp_1.
8127         (encode_actions_1): Likewise.
8128         * value.h (parse_to_comma_and_eval): Make argument const.
8129         (parse_and_eval_address): Likewise.
8130         (parse_and_eval): Likewise.
8131         * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
8132         (varobj_set_value): Likewise.
8133         * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
8134         constify string handling.
8135         Pass const pointers to parse_and_eval_address and
8136         parse_to_comman_and_eval.
8137         * cli/cli-utils.c (skip_to_space): Rename to ...
8138         (skip_to_space_const): ... this. Handle const strings.
8139         * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
8140         skip_to_space_const.
8141         (skip_to_space_const): Declare.
8142         * common/format.c (parse_format_string): Make "arg" const.
8143         Handle const strings.
8144         * common/format.h (parse_format_string): Make "arg" const.
8145         * gdbserver/ax.c (ax_printf): Make "format" const.
8146         * python/python.c (gdbpy_parse_and_eval): Do not make a copy
8147         of the expression string.
8148
8149 2013-03-12  Hui Zhu  <hui@codesourcery.com>
8150
8151         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
8152
8153 2013-03-12  Yao Qi  <yao@codesourcery.com>
8154             Hui Zhu  <hui@codesourcery.com>
8155
8156         * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
8157         (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
8158         DW_OP_deref_size.
8159
8160 2013-03-12  Paul Hilfinger  <hilfingr@adacore.com>
8161
8162         * ada-lex.l (rules): Only recognize 'thread' as a
8163         delimiter when followed by numerals, as for c-exp.y.
8164         Use new rewind_to_char function to rewind the input for
8165         expression-delimiting tokens.
8166         (rewind_to_char): New function.
8167
8168 2013-03-11  Pedro Alves  <palves@redhat.com>
8169             Jan Kratochvil  <jan.kratochvil@redhat.com>
8170
8171         * configure: Regenerate.
8172         * configure.ac (check dynamic export flag): Link python test with
8173         $PYTHON_LIBS.
8174
8175 2013-03-11  Doug Evans  <dje@google.com>
8176             Keith Seitz  <keiths@redhat.com>
8177
8178         * linespec.c (find_linespec_symbols): Call find_function_symbols
8179         first, and then call lookup_prefix_sym/find_method.
8180
8181 2013-03-11  Pedro Alves  <palves@redhat.com>
8182
8183         * charset.c (convert_between_encodings): Don't cast between
8184         different pointer to pointer types.  Instead, make the 'inp' local
8185         be of the type iconv expects.
8186         (wchar_iterate): Don't cast between different pointer to pointer
8187         types.  Instead, use new pointer local of the type iconv expects.
8188         * target.c (target_read_stralloc, target_fileio_read_stralloc):
8189         Add new local of type char pointer, and use it to get a
8190         char/string view of the byte buffer, instead of casting between
8191         pointer to pointer types.
8192
8193 2013-03-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
8194
8195         * remote.c (remote_set_trace_buffer_size): Move != operator
8196         to the start of next line to fix an ARI warning.
8197
8198 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8199
8200         * NEWS: Add record changes.
8201
8202 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8203
8204         * record-btrace.c (btrace_insn_history): Omit the pc prefix in
8205         the instruction history disassembly.
8206         * disasm.c (dump_insns): Omit the pc prefix, if requested.
8207         * disasm.h (DISASSEMBLY_OMIT_PC): New.
8208
8209 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8210
8211         * Makefile.in (SFILES): Add record-btrace.c
8212         (COMMON_OBS): Add record-btrace.o
8213         * record-btrace.c: New.
8214         * objfiles.c: Include btrace.h.
8215         (free_objfile): call btrace_free_objfile.
8216
8217 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8218
8219         * target.c (target_call_history, target_call_history_from,
8220         target_call_history_range): New.
8221         * target.h (target_ops) <to_call_history, to_call_history_from,
8222         to_call_history_range>: New fields.
8223         (target_call_history, target_call_history_from,
8224         target_call_history_range): New declaration.
8225         * record.c (get_call_history_modifiers, cmd_record_call_history,
8226         record_call_history_size): New.
8227         (_initialize_record): Add the "record function-call-history" command.
8228         Add "set/show record function-call-history-size" commands.
8229         * record.h (record_print_flag): New.
8230
8231 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8232
8233         * target.h (target_ops) <to_insn_history, to_insn_history_from,
8234         to_insn_history_range>: New fields.
8235         (target_insn_history): New.
8236         (target_insn_history_from): New.
8237         (target_insn_history_range): New.
8238         * target.c (target_insn_history): New.
8239         (target_insn_history_from): New.
8240         (target_insn_history_range): New.
8241         * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
8242         (record_insn_history_size): New.
8243         (get_insn_number): New.
8244         (get_context_size): New.
8245         (no_chunk): New.
8246         (get_insn_history_modifiers): New.
8247         (cmd_record_insn_history): New.
8248         (_initialize_record): Add "set/show record instruction-history-size"
8249         command. Add "record instruction-history" command.
8250
8251 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8252
8253         * record.h (record_disconnect): New.
8254         (record_detach): New.
8255         (record_mourn_inferior): New.
8256         (record_kill): New.
8257         * record-full.c (record_disconnect, record_detach,
8258         record_mourn_inferior, record_kill): Move to...
8259         * record.c: ...here.
8260         (DEBUG): New.
8261         (record_stop): New.
8262         (record_unpush): New.
8263         (cmd_record_stop): Call record_stop. Replace unpush_target
8264         call with record_unpush call.
8265         (record_disconnect, record_detach): Assert that the target
8266         is of record stratum. Call record_unpush, record_stop, and
8267         DEBUG.
8268         (record_mourn_inferior, record_kill): Assert that the target
8269         is of record stratum. Call record_unpush and DEBUG.
8270
8271 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8272
8273         * record-full.h, record-full.c (record_memory_query): Rename
8274         to ...
8275         (record_full_memory_query): ...this. Update all users.
8276         (record_arch_list_add_reg): Rename to ...
8277         (record_full_arch_list_add_reg): ...this. Update all users.
8278         (record_arch_list_add_mem): Rename to ...
8279         (record_full_arch_list_add_mem): ...this. Update all users.
8280         (record_arch_list_add_end): Rename to ...
8281         (record_full_arch_list_add_end): ...this. Update all users.
8282         (record_gdb_operation_disable_set): Rename to ...
8283         (record_full_gdb_operation_disable_set): ...this.
8284         Update all users.
8285
8286 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8287
8288         * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
8289         (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
8290         (RECORD_IS_REPLAY): Renamed to ...
8291         (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
8292         (RECORD_FILE_MAGIC): Renamed to ...
8293         (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
8294         (record_mem_entry): Renamed to ...
8295         (record_full_mem_entry): ... this. Updated all users.
8296         (record_reg_entry): Renamed to ...
8297         (record_full_reg_entry): ... this. Updated all users.
8298         (record_end_entry): Renamed to ...
8299         (record_full_end_entry): ... this. Updated all users.
8300         (record_type) <record_end, record_reg, record_mem>: Renamed
8301         to ...
8302         (record_full_type) <record_full_end, record_full_reg,
8303         record_full_mem>: ... this. Updated all users.
8304         (record_entry): Renamed to ...
8305         (record_full_entry): ... this. Updated all users.
8306         (record_core_buf_entry): Renamed to ...
8307         (record_full_core_buf_entry): ... this. Updated all users.
8308         (record_core_regbuf): Renamed to ...
8309         (record_full_core_regbuf): ... this. Updated all users.
8310         (record_core_start): Renamed to ...
8311         (record_full_core_start): ... this. Updated all users.
8312         (record_core_end): Renamed to ...
8313         (record_full_core_end): ... this. Updated all users.
8314         (record_core_buf_list): Renamed to ...
8315         (record_full_core_buf_list): ... this. Updated all users.
8316         (record_first): Renamed to ...
8317         (record_full_first): ... this. Updated all users.
8318         (record_list): Renamed to ...
8319         (record_full_list): ... this. Updated all users.
8320         (record_arch_list_head): Renamed to ...
8321         (record_full_arch_list_head): ... this. Updated all users.
8322         (record_arch_list_tail): Renamed to ...
8323         (record_full_arch_list_tail): ... this. Updated all users.
8324         (record_stop_at_limit): Renamed to ...
8325         (record_full_stop_at_limit): ... this. Updated all users.
8326         (record_insn_max_num): Renamed to ...
8327         (record_full_insn_max_num): ... this. Updated all users.
8328         (record_insn_num): Renamed to ...
8329         (record_full_insn_num): ... this. Updated all users.
8330         (record_insn_count): Renamed to ...
8331         (record_full_insn_count): ... this. Updated all users.
8332         (record_ops): Renamed to ...
8333         (record_full_ops): ... this. Updated all users.
8334         (record_core_ops): Renamed to ...
8335         (record_full_core_ops): ... this. Updated all users.
8336         (set_record_cmdlist): Renamed to ...
8337         (set_record_full_cmdlist): ... this. Updated all users.
8338         (show_record_cmdlist): Renamed to ...
8339         (show_record_full_cmdlist): ... this. Updated all users.
8340         (record_cmdlist): Renamed to ...
8341         (record_full_cmdlist): ... this. Updated all users.
8342         (record_beneath_to_resume_ops): Renamed to ...
8343         (record_full_beneath_to_resume_ops): ... this. Updated all users.
8344         (record_beneath_to_resume): Renamed to ...
8345         (record_full_beneath_to_resume): ... this. Updated all users.
8346         (record_beneath_to_wait_ops): Renamed to ...
8347         (record_full_beneath_to_wait_ops): ... this. Updated all users.
8348         (record_beneath_to_wait): Renamed to ...
8349         (record_full_beneath_to_wait): ... this. Updated all users.
8350         (record_beneath_to_store_registers_ops): Renamed to ...
8351         (record_full_beneath_to_store_registers_ops): ... this.
8352         Updated all users.
8353         (record_beneath_to_store_registers): Renamed to ...
8354         (record_full_beneath_to_store_registers): ... this.
8355         Updated all users.
8356         (record_beneath_to_xfer_partial_ops): Renamed to ...
8357         (record_full_beneath_to_xfer_partial_ops): ... this.
8358         Updated all users.
8359         (record_beneath_to_xfer_partial): Renamed to ...
8360         (record_full_beneath_to_xfer_partial): ... this.
8361         Updated all users.
8362         (record_beneath_to_insert_breakpoint): Renamed to ...
8363         (record_full_beneath_to_insert_breakpoint): ... this.
8364         Updated all users.
8365         (record_beneath_to_stopped_by_watchpoint): Renamed to ...
8366         (record_full_beneath_to_stopped_by_watchpoint): ... this.
8367         Updated all users.
8368         (record_beneath_to_stopped_data_address): Renamed to ...
8369         (record_full_beneath_to_stopped_data_address): ... this.
8370         Updated all users.
8371         (record_beneath_to_async): Renamed to ...
8372         (record_full_beneath_to_async): ... this. Updated all users.
8373         (record_goto_insn): Renamed to ...
8374         (record_full_goto_insn): ... this. Updated all users.
8375         (record_save): Renamed to ...
8376         (record_full_save): ... this. Updated all users.
8377         (record_reg_alloc): Renamed to ...
8378         (record_full_reg_alloc): ... this. Updated all users.
8379         (record_reg_release): Renamed to ...
8380         (record_full_reg_release): ... this. Updated all users.
8381         (record_mem_alloc): Renamed to ...
8382         (record_full_mem_alloc): ... this. Updated all users.
8383         (record_mem_release): Renamed to ...
8384         (record_full_mem_release): ... this. Updated all users.
8385         (record_end_alloc): Renamed to ...
8386         (record_full_end_alloc): ... this. Updated all users.
8387         (record_end_release): Renamed to ...
8388         (record_full_end_release): ... this. Updated all users.
8389         (record_entry_release): Renamed to ...
8390         (record_full_entry_release): ... this. Updated all users.
8391         (record_list_release): Renamed to ...
8392         (record_full_list_release): ... this. Updated all users.
8393         (record_list_release_following): Renamed to ...
8394         (record_full_list_release_following): ... this.
8395         Updated all users.
8396         (record_list_release_first): Renamed to ...
8397         (record_full_list_release_first): ... this. Updated all users.
8398         (record_arch_list_add): Renamed to ...
8399         (record_full_arch_list_add): ... this. Updated all users.
8400         (record_get_loc): Renamed to ...
8401         (record_full_get_loc): ... this. Updated all users.
8402         (record_check_insn_num): Renamed to ...
8403         (record_full_check_insn_num): ... this. Updated all users.
8404         (record_arch_list_cleanups): Renamed to ...
8405         (record_full_arch_list_cleanups): ... this. Updated all users.
8406         (record_message): Renamed to ...
8407         (record_full_message): ... this. Updated all users.
8408         (record_message_wrapper): Renamed to ...
8409         (record_full_message_wrapper): ... this. Updated all users.
8410         (record_message_wrapper_safe): Renamed to ...
8411         (record_full_message_wrapper_safe): ... this. Updated all users.
8412         (record_gdb_operation_disable): Renamed to ...
8413         (record_full_gdb_operation_disable): ... this. Updated all users.
8414         (record_hw_watchpoint): Renamed to ...
8415         (record_full_hw_watchpoint): ... this. Updated all users.
8416         (record_exec_insn): Renamed to ...
8417         (record_full_exec_insn): ... this. Updated all users.
8418         (record_restore): Renamed to ...
8419         (record_full_restore): ... this. Updated all users.
8420         (record_async_inferior_event_token): Renamed to ...
8421         (record_full_async_inferior_event_token): ... this.
8422         Updated all users.
8423         (record_async_inferior_event_handler): Renamed to ...
8424         (record_full_async_inferior_event_handler): ... this.
8425         Updated all users.
8426         (record_core_open_1): Renamed to ...
8427         (record_full_core_open_1): ... this. Updated all users.
8428         (record_open_1): Renamed to ...
8429         (record_full_open_1): ... this. Updated all users.
8430         (record_open): Renamed to ...
8431         (record_full_open): ... this. Updated all users.
8432         (record_close): Renamed to ...
8433         (record_full_close): ... this. Updated all users.
8434         (record_resume_step): Renamed to ...
8435         (record_full_resume_step): ... this. Updated all users.
8436         (record_resumed): Renamed to ...
8437         (record_full_resumed): ... this. Updated all users.
8438         (record_execution_dir): Renamed to ...
8439         (record_full_execution_dir): ... this. Updated all users.
8440         (record_resume): Renamed to ...
8441         (record_full_resume): ... this. Updated all users.
8442         (record_get_sig): Renamed to ...
8443         (record_full_get_sig): ... this. Updated all users.
8444         (record_sig_handler): Renamed to ...
8445         (record_full_sig_handler): ... this. Updated all users.
8446         (record_wait_cleanups): Renamed to ...
8447         (record_full_wait_cleanups): ... this. Updated all users.
8448         (record_wait_1): Renamed to ...
8449         (record_full_wait_1): ... this. Updated all users.
8450         (record_wait): Renamed to ...
8451         (record_full_wait): ... this. Updated all users.
8452         (record_stopped_by_watchpoint): Renamed to ...
8453         (record_full_stopped_by_watchpoint): ... this. Updated all users.
8454         (record_disconnect): Renamed to ...
8455         (record_full_disconnect): ... this. Updated all users.
8456         (record_detach): Renamed to ...
8457         (record_full_detach): ... this. Updated all users.
8458         (record_mourn_inferior): Renamed to ...
8459         (record_full_mourn_inferior): ... this. Updated all users.
8460         (record_kill): Renamed to ...
8461         (record_full_kill): ... this. Updated all users.
8462         (record_stopped_data_address): Renamed to ...
8463         (record_full_stopped_data_address): ... this. Updated all users.
8464         (record_registers_change): Renamed to ...
8465         (record_full_registers_change): ... this. Updated all users.
8466         (record_store_registers): Renamed to ...
8467         (record_full_store_registers): ... this. Updated all users.
8468         (record_xfer_partial): Renamed to ...
8469         (record_full_xfer_partial): ... this. Updated all users.
8470         (record_breakpoint): Renamed to ...
8471         (record_full_breakpoint): ... this. Updated all users.
8472         (record_breakpoint_p): Renamed to ...
8473         (record_full_breakpoint_p): ... this. Updated all users.
8474         (record_breakpoints): Renamed to ...
8475         (record_full_breakpoints): ... this. Updated all users.
8476         (record_sync_record_breakpoints): Renamed to ...
8477         (record_full_sync_record_breakpoints): ... this.
8478         Updated all users.
8479         (record_init_record_breakpoints): Renamed to ...
8480         (record_full_init_record_breakpoints): ... this.
8481         Updated all users.
8482         (record_insert_breakpoint): Renamed to ...
8483         (record_full_insert_breakpoint): ... this. Updated all users.
8484         (record_remove_breakpoint): Renamed to ...
8485         (record_full_remove_breakpoint): ... this. Updated all users.
8486         (record_can_execute_reverse): Renamed to ...
8487         (record_full_can_execute_reverse): ... this. Updated all users.
8488         (record_get_bookmark): Renamed to ...
8489         (record_full_get_bookmark): ... this. Updated all users.
8490         (record_goto_bookmark): Renamed to ...
8491         (record_full_goto_bookmark): ... this. Updated all users.
8492         (record_async): Renamed to ...
8493         (record_full_async): ... this. Updated all users.
8494         (record_can_async_p): Renamed to ...
8495         (record_full_can_async_p): ... this. Updated all users.
8496         (record_is_async_p): Renamed to ...
8497         (record_full_is_async_p): ... this. Updated all users.
8498         (record_execution_direction): Renamed to ...
8499         (record_full_execution_direction): ... this. Updated all users.
8500         (record_info): Renamed to ...
8501         (record_full_info): ... this. Updated all users.
8502         (record_delete): Renamed to ...
8503         (record_full_delete): ... this. Updated all users.
8504         (record_is_replaying): Renamed to ...
8505         (record_full_is_replaying): ... this. Updated all users.
8506         (record_goto_entry): Renamed to ...
8507         (record_full_goto_entry): ... this. Updated all users.
8508         (record_goto_begin): Renamed to ...
8509         (record_full_goto_begin): ... this. Updated all users.
8510         (record_goto_end): Renamed to ...
8511         (record_full_goto_end): ... this. Updated all users.
8512         (record_goto): Renamed to ...
8513         (record_full_goto): ... this. Updated all users.
8514         (init_record_ops): Renamed to ...
8515         (init_record_full_ops): ... this. Updated all users.
8516         (record_core_resume): Renamed to ...
8517         (record_full_core_resume): ... this. Updated all users.
8518         (record_core_kill): Renamed to ...
8519         (record_full_core_kill): ... this. Updated all users.
8520         (record_core_fetch_registers): Renamed to ...
8521         (record_full_core_fetch_registers): ... this. Updated all users.
8522         (record_core_prepare_to_store): Renamed to ...
8523         (record_full_core_prepare_to_store): ... this. Updated all users.
8524         (record_core_store_registers): Renamed to ...
8525         (record_full_core_store_registers): ... this. Updated all users.
8526         (record_core_xfer_partial): Renamed to ...
8527         (record_full_core_xfer_partial): ... this. Updated all users.
8528         (record_core_insert_breakpoint): Renamed to ...
8529         (record_full_core_insert_breakpoint): ... this. Updated all users.
8530         (record_core_remove_breakpoint): Renamed to ...
8531         (record_full_core_remove_breakpoint): ... this. Updated all users.
8532         (record_core_has_execution): Renamed to ...
8533         (record_full_core_has_execution): ... this. Updated all users.
8534         (init_record_core_ops): Renamed to ...
8535         (init_record_full_core_ops): ... this. Updated all users.
8536         (cmd_record_restore): Renamed to ...
8537         (cmd_record_full_restore): ... this. Updated all users.
8538         (record_save_cleanups): Renamed to ...
8539         (record_full_save_cleanups): ... this. Updated all users.
8540         (cmd_record_start): Renamed to ...
8541         (cmd_record_full_start): ... this. Updated all users.
8542         (set_record_insn_max_num): Renamed to ...
8543         (set_record_full_insn_max_num): ... this. Updated all users.
8544         (set_record_command): Renamed to ...
8545         (set_record_full_command): ... this. Updated all users.
8546         (show_record_command): Renamed to ...
8547         (show_record_full_command): ... this. Updated all users.
8548         (_initialize_record): Renamed to ...
8549         (_initialize_record_full): ... this. Updated all users.
8550
8551 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8552
8553         * record.h: Split into this and ...
8554         * record-full.h: ... this.
8555         * record.c: Split into this and ...
8556         * record-full.c: ... this.
8557         * target.h (target_ops): Add new fields to_info_record,
8558         to_save_record, to_delete_record, to_record_is_replaying,
8559         to_goto_record_begin, to_goto_record_end, to_goto_record.
8560         (target_info_record): New.
8561         (target_save_record): New.
8562         (target_supports_delete_record): New.
8563         (target_delete_record): New.
8564         (target_record_is_replaying): New.
8565         (target_goto_record_begin): New.
8566         (target_goto_record_end): New.
8567         (target_goto_record): New.
8568         * target.c (target_info_record): New.
8569         (target_save_record): New.
8570         (target_supports_delete_record): New.
8571         (target_delete_record): New.
8572         (target_record_is_replaying): New.
8573         (target_goto_record_begin): New.
8574         (target_goto_record_end): New.
8575         (target_goto_record): New.
8576         * record.h: Declare struct cmd_list_element.
8577         (record_cmdlist): New declaration.
8578         (set_record_cmdlist): New declaration.
8579         (show_record_cmdlist): New declaration.
8580         (info_record_cmdlist): New declaration.
8581         (cmd_record_goto): New declaration.
8582         * record.c: Remove unnecessary includes.
8583         Include inferior.h.
8584         (cmd_record_goto): Remove declaration.
8585         (record_cmdlist): Now extern. Initialize.
8586         (set_record_cmdlist): Now extern. Initialize.
8587         (show_record_cmdlist): Now extern. Initialize.
8588         (info_record_cmdlist): Now extern. Initialize.
8589         (find_record_target): New.
8590         (require_record_target): New.
8591         (cmd_record_start): Update.
8592         (cmd_record_delete): Remove target-specific code.
8593         Call target_delete_record.
8594         (cmd_record_stop): Unpush any record target.
8595         (set_record_insn_max_num): Move to record-full.c
8596         (set_record_command): Add comment.
8597         (show_record_command): Add comment.
8598         (info_record_command): Update comment.
8599         Remove target-specific code.
8600         Call the record target's to_info_record.
8601         (cmd_record_start): New.
8602         (cmd_record_goto): Now extern.
8603         Remove target-specific code.
8604         Call target_goto_begin,  target_goto_end, or target_goto.
8605         (_initialize_record): Move record target ops initialization to
8606         record-full.c.
8607         Change "record" command help text.
8608         Move "record restore", "record set", and "record show" commands to
8609         record-full.c.
8610         * Makefile.in (SFILES): Add record-full.c.
8611         (HFILES_NO_SRCDIR): Add record-full.h.
8612         (COMMON_OBS): Add record-full.o.
8613         * amd64-linux-tdep.c: Include record-full.h instead of record.h.
8614         * arm-tdep.c: Include record-full.h.
8615         * i386-linux-tdep.c: Include record-full.h instead of record.h.
8616         * i386-tdep.c: Include record-full.h.
8617         * infrun.c: Include record-full.h.
8618         * linux-record.c: Include record-full.h.
8619         * moxie-tdep.c: Include record-full.h.
8620         * record-full.c: Include record-full.h.
8621         Change module comment.
8622         (set_record_full_cmdlist): New.
8623         (show_record_full_cmdlist): New.
8624         (record_full_cmdlist): New.
8625         (record_goto_insn): New declaration.
8626         (record_save): New declaration.
8627         (record_check_insn_num): Change query string.
8628         (record_info): New.
8629         (record_delete): New.
8630         (record_is_replaying): New.
8631         (record_goto_entry): New.
8632         (record_goto_begin): New.
8633         (record_goto_end): New.
8634         (record_goto): New.
8635         (init_record_ops): Update.
8636         (init_record_core_ops): Update.
8637         (cmd_record_save): Rename to record_save. Remove target and arg checks.
8638         (cmd_record_start): New.
8639         (set_record_insn_max_num): Moved from record.c
8640         (set_record_full_command): New.
8641         (show_record_full_command): New.
8642         (_initialize_record_full): New.
8643
8644 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8645
8646         * target.h (add_deprecated_target_alias): New.
8647         * target.c (add_deprecated_target_alias): New.
8648
8649 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8650
8651         * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
8652         and signal.h.
8653         (linux_supports_btrace): Add kernel and
8654         cpuid check.
8655         (kernel_supports_btrace): New function.
8656         (cpu_supports_btrace): New function.
8657         (intel_supports_btrace): New function.
8658
8659 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8660
8661         * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
8662         * remote.c: Include btrace.h.
8663         (struct btrace_target_info): New struct.
8664         (remote_supports_btrace): New function.
8665         (send_Qbtrace): New function.
8666         (remote_enable_btrace): New function.
8667         (remote_disable_btrace): New function.
8668         (remote_teardown_btrace): New function.
8669         (remote_read_btrace): New function.
8670         (init_remote_ops): Add btrace ops.
8671         (enum <unnamed>): Add btrace packets.
8672         (struct protocol_feature remote_protocol_features[]): Add btrace packets.
8673         (_initialize_remote): Add packet configuration for branch tracing.
8674
8675 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8676
8677         * features/btrace.dtd: New file.
8678         * Makefile.in (XMLFILES): Add btrace.dtd.
8679         * btrace.h (parse_xml_btrace): New declaration.
8680         * btrace.c: Include xml-support.h.
8681         (parse_xml_btrace): New function.
8682         (parse_xml_btrace_block): New function.
8683         (block_attributes): New struct.
8684         (btrace_attributes): New struct.
8685         (btrace_children): New struct.
8686         (btrace_elements): New struct.
8687
8688 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8689
8690         * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
8691         (amd64_linux_enable_btrace): New.
8692         (amd64_linux_disable_btrace): New.
8693         (amd64_linux_teardown_btrace): New.
8694         (_initialize_amd64_linux_nat): Initialize btrace ops.
8695         * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
8696         (i386_linux_enable_btrace): New.
8697         (i386_linux_disable_btrace): New.
8698         (i386_linux_teardown_btrace): New.
8699         (_initialize_i386_linux_nat): Initialize btrace ops.
8700         * config/i386/linux.mh: Add linux-btrace.o.
8701         * config/i386/linux64.mh: Add linux-btrace.o.
8702
8703 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8704
8705         * common/linux_btrace.h: New file.
8706         * common/linux_btrace.c: New file.
8707         * Makefile.in (SFILES): Add btrace.c.
8708         (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
8709         (COMMON_OBS): Add btrace.o.
8710         (linux-btrace.o): New rule.
8711
8712 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8713
8714         * target.h: Include btrace.h.
8715         (struct target_ops) <to_supports_btrace, to_enable_btrace,
8716         to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
8717         * target.c (target_supports_btrace): New function.
8718         (target_enable_btrace): New function.
8719         (target_disable_btrace): New function.
8720         (target_teardown_btrace): New function.
8721         (target_read_btrace): New function.
8722         * btrace.h: New file.
8723         * btrace.c: New file.
8724         * Makefile.in: Add btrace.c.
8725         * gdbthread.h: Include btrace.h.
8726         (struct thread_info): Add btrace field.
8727         * thread.c: Include btrace.h.
8728         (clear_thread_inferior_resources): Call target_teardown_btrace.
8729         * common/btrace-common.h: New file.
8730
8731 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8732
8733         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
8734         for CHILD, ignore PTRACE_KILL errors, move the inner block variable
8735         kill_status to outer block.
8736
8737 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8738
8739         Fix entry-values if the callee called a noreturn function.
8740         * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
8741         get_frame_address_in_block.  Add new comment.
8742
8743 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8744
8745         Fix entry-values in C++ across CUs.
8746         * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
8747         lookup_minimal_symbol.  Add a comment.
8748         * dwarf2read.c
8749         (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
8750         DW_AT_linkage_name.
8751
8752 2013-03-08  Yao Qi  <yao@codesourcery.com>
8753
8754         * tracepoint.c (_initialize_tracepoint): Indent the code.
8755
8756 2013-03-08  Pedro Alves  <palves@redhat.com>
8757
8758         * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
8759         (parse_find_args, find_command): Change type of pattern buffer
8760         locals to 'gdb_byte *'.
8761
8762 2013-03-08  Stan Shebs  <stan@codesourcery.com>
8763             Hafiz Abid Qadeer  <abidh@codesourcery.com>
8764
8765         * NEWS: Mention set and show trace-buffer-size commands.
8766         Mention new packet.
8767         * target.h (struct target_ops): New method
8768         to_set_trace_buffer_size.
8769         (target_set_trace_buffer_size): New macro.
8770         * target.c (update_current_target): Set up new method.
8771         * tracepoint.c (trace_buffer_size): New global.
8772         (start_tracing): Send it to the target.
8773         (set_trace_buffer_size): New function.
8774         (_initialize_tracepoint): Add new setshow for trace-buffer-size.
8775         * remote.c (remote_set_trace_buffer_size): New function.
8776         (_initialize_remote): Use it.
8777         (QTBuffer:size) New remote command.
8778         (PACKET_QTBuffer_size): New enum.
8779         (remote_protocol_features): Add an entry for
8780         PACKET_QTBuffer_size.
8781
8782 2013-03-08  Tom Tromey  <tromey@redhat.com>
8783
8784         * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
8785         variable.
8786
8787 2013-03-07  Pedro Alves  <palves@redhat.com>
8788
8789         * target.c (target_read_stralloc, target_fileio_read_alloc):
8790         *Cast pointer to 'gdb_byte *' in target call.
8791
8792 2013-03-07  Pedro Alves  <palves@redhat.com>
8793
8794         * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
8795         call.
8796
8797 2013-03-07  Keith Seitz  <keiths@redhat.com>
8798
8799         * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
8800         (trace_pass_command): Likewise.
8801         * cli/cli-cmds.c: Include cli/cli-utils.h.
8802         (source_command): Use skip-spaces.
8803         (disassemble_command): Likewise.
8804         * findcmd.c: Include cli/cli-utils.h.
8805         (parse_find_args): Use skip_spaces.
8806         * go32-nat.c: Include cli/cli-utils.h.
8807         (go32_sldt): Use skip_spaces.
8808         (go32_sgdt): Likewise.
8809         (go32_sidt): Likewise.
8810         (go32_pde): Likewise.
8811         (go32_pte): Likewise.
8812         (go32_pte_for_address): Likewise.
8813         * infcmd.c: Include cli/cli-utils.h.
8814         (registers_info): Use skip_spaces.
8815         * linux-tdep.c (read_mapping): Use skip_spaces_const.
8816         (linux_info_proc): Likewise.
8817         * linux-thread-db.c: Include cli/cli-utils.h.
8818         (info_auto_load_libthread_db): Use skip_spaces_const.
8819         * m32r-rom.c: Include cli/cli-utils.h.
8820         (m32r_upload_command): Use skip_spaces.
8821         * maint.c: Include cli/cli-utils.h.
8822         (maintenance_translate_address): Use skip_spaces.
8823         * mi/mi-parse.c: Include cli/cli-utils.h.
8824         (mi_parse_argv): Use skip_spaces.
8825         (mi_parse): Likewise.
8826         * minsyms.c: Include cli/cli-utils.h.
8827         (msymbol_hash_iw): Use skip_spaces_const.
8828         * objc-lang.c: Include cli/cli-utils.h.
8829         (parse_selector): Use skip_spaces.
8830         (parse_method): Likewise.
8831         * python/python.c: Include cli/cli-utils.h.
8832         (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
8833         (python_command)[HAVE_PYTHON]: Likewise.
8834         (python_interactive_command)[!HAVE_PYTHON]: Likewise.
8835         * remote-m32r-sdi.c: Include cli/cli-utils.h.
8836         (m32r_load): Use skip_spaces.
8837         * serial.c: Include cli/cli-utils.h.
8838         (serial_open): Use skip_spaces_const.
8839         * stack.c: Include cli/cli-utils.h.
8840         (parse_frame_specification_1): Use skip_spaces_const.
8841         * symfile.c: Include cli/cli-utils.h.
8842         (set_ext_lang_command): Use skip_spaces.
8843         * symtab.c: Include cli/cli-utils.h.
8844         (rbreak_command): Use skip_spaces.
8845         * thread.c (thread_name_command): Use skip_spaces.
8846         * tracepoint.c (validate_actionline): Use skip_spaces.
8847         (encode_actions_1): Likewise.
8848         (trace_find_range_command): Likewise.
8849         (trace_find_outside_command): Likewise.
8850         (trace_dump_actions): Likewise.
8851
8852 2013-03-07  Pedro Alves  <palves@redhat.com>
8853
8854         * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
8855         * expprint.c (print_subexp_standard): Likewise.
8856         * utils.c (host_char_to_target): Likewise.
8857         * valprint.c (generic_emit_char, generic_printstr): Likewise.
8858         * varobj.c (value_get_print_value): Change type of local to char*.
8859         Cast it gdb_byte * in call to language printer.
8860
8861 2013-03-07  Pedro Alves  <palves@redhat.com>
8862
8863         * charset.c (struct wchar_iterator) <input>: Change type to 'const
8864         gdb_byte *'.
8865         (make_wchar_iterator): Remove cast to char*.
8866         (wchar_iterate): Change type of local.
8867
8868 2013-03-07  Pedro Alves  <palves@redhat.com>
8869
8870         * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
8871         for 'regcache->register_status'.
8872
8873 2013-03-07  Pedro Alves  <palves@redhat.com>
8874
8875         * breakpoint.c (breakpoint_xfer_memory): Change type of local to
8876         int.
8877
8878 2013-03-07  Pedro Alves  <palves@redhat.com>
8879
8880         * stap-probe.c (handle_stap_probe): Add cast to char*.
8881
8882 2013-03-07  Pedro Alves  <palves@redhat.com>
8883
8884         * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
8885         RECORD_MSGRCV>: Pass a signed variable to
8886         regcache_raw_read_signed, instead of an unsigned one.
8887
8888 2013-03-07  Pedro Alves  <palves@redhat.com>
8889
8890         * remote-notif.c (notif_debug): Change type to int.
8891         * remote-notif.h (notif_debug): Likewise.
8892
8893 2013-03-07  Pedro Alves  <palves@redhat.com>
8894
8895         * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
8896
8897 2013-03-07  Pedro Alves  <palves@redhat.com>
8898
8899         * remote.c (hex2bin, bin2hex): Move extern declarations to ...
8900         * remote.h (hex2bin, bin2hex): ... here.
8901         * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
8902
8903 2013-03-07  Eli Zaretskii  <eliz@gnu.org>
8904
8905         * utils.c (initialize_utils): Improve doc strings of "set/show
8906         width", "set/show height", and "set/show pagination".
8907
8908 2013-03-06  Keith Seitz  <keiths@redhat.com>
8909
8910         * ax-gdb.c (gen_printf): Make FORMAT const.
8911         * ax-gdb.h (gen_printf): Likewise.
8912         * ax-general.c (ax_string): Make STR const.
8913         * ax.h (ax_string): Likewise.
8914
8915 2013-03-06  Doug Evans  <dje@google.com>
8916
8917         * elfread.c (elf_symfile_read): Move debugging printf to more
8918         logical location.
8919
8920 2013-03-06  Pedro Alves  <palves@redhat.com>
8921
8922         * python/py-utils.c (target_string_to_unicode): Delete function.
8923         * python/python-internal.h (target_string_to_unicode): Delete
8924         declaration.
8925
8926 2013-03-06  Pierre Muller  <muller@sourceware.org>
8927
8928         * linespec.c (get_current_search_block): ARI fix, use (void)
8929         for empty parameter list.
8930
8931 2013-03-05  Doug Evans  <dje@google.com>
8932
8933         * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
8934         of old ada_lookup_symbol_list.  In !full_search case, don't
8935         search superblocks.
8936         (ada_lookup_symbol_list): Delete arg full_search, all callers
8937         updated.  Call ada_lookup_symbol_list_worker.
8938         (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
8939         * ada-lang.h (ada_lookup_symbol_list): Update.
8940         * language.h (language_defn): Update comment for
8941         la_iterate_over_symbols.
8942         * linespec.c (iterate_over_file_blocks): New function.
8943         (iterate_over_all_matching_symtabs): Call it.
8944         (lookup_prefix_sym): Ditto.
8945         (get_current_search_block): New function.
8946         (get_search_block): Delete.
8947         (find_label_symbols): Call get_current_search_block.
8948         (add_matching_symbols_to_info): Call iterate_over_file_blocks.
8949         * symtab.c (iterate_over_symbols): Don't search superblocks.
8950
8951 2013-03-05  Yao Qi  <yao@codesourcery.com>
8952
8953         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
8954         parameter VAR's type from "unsigned int" to "int".
8955         * command.h (var_zuinteger_unlimited): Update its comments.
8956         (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
8957
8958 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
8959
8960         * NEWS: Mention new target x86_64-*-cygwin*.
8961
8962 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
8963
8964         * configure.host: Add x86_64-*-cygwin* as host.
8965         * configure.tgt: Add x86_64-*-cygwin* as target.
8966         * config/i386/cygwin64.mh: New file.
8967
8968 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
8969
8970         * linespec.c (decode_line_2): Fix duplicate request off by two message.
8971
8972 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
8973
8974         * linespec.c (struct linespec_canonical_name): New.
8975         (struct linespec_state): Change canonical_names type to it.
8976         (add_sal_to_sals): Change variable canonical_name to canonical.  Change
8977         xrealloc element size.  Initialize the different CANONICAL fields.
8978         (canonical_to_fullform): New.
8979         (filter_results): Use it.  Add variables canonical, fullform and
8980         cleanup.
8981         (struct decode_line_2_item, decode_line_2_compare_items): New.
8982         (decode_line_2): Remove variables iter and item_names, add variables
8983         items and items_count.  Modify the code for these new variables.
8984
8985 2013-03-04  Corinna Vinschen  <vinschen@redhat.com>
8986
8987         * coff-pe-read.c (read_pe_exported_syms): Don't return without
8988         calling do_cleanup.
8989
8990 2013-03-04  Luis Machado  <lgustavo@codesourcery.com>
8991
8992         * tracepoint.c (build_traceframe_info): Add code for byte order.
8993
8994 2013-03-02  Kevin Buettner  <kevinb@redhat.com>
8995
8996         * v850-tdep.c: (v850e2_register_name): Revise system register
8997         names to match current V850E2M architecture specifications.
8998         Update register number enum comments too.
8999
9000 2013-03-01  Jiong Wang  <jiwang@tilera.com>
9001             Pedro Alves  <palves@redhat.com>
9002
9003         * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
9004         to END_ADDR.
9005         (tilegx_skip_prologue): Limit prologue analysis to section end.
9006
9007 2013-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9008
9009         * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
9010         use it.
9011
9012 2013-03-01  Pedro Alves  <palves@redhat.com>
9013
9014         Use gdb_byte for bytes from the program being debugged.
9015
9016         * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
9017         Change type of local 'buf' to gdb_byte.
9018         * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
9019         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
9020         * cris-tdep.c (cris_sigcontext_addr)
9021         (cris_sigtramp_frame_unwind_cache): Likewise.
9022         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
9023         (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
9024         Likewise.
9025         * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
9026         * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
9027         (hppa32_hpux_search_dummy_call_sequence)
9028         (hppa_hpux_supply_save_state): Likewise.
9029         * hppa-linux-tdep.c (insns_match_pattern)
9030         (hppa_linux_find_global_pointer): Likewise.
9031         * hppa-tdep.c (hppa_in_function_epilogue_p)
9032         (skip_prologue_hard_way, hppa_frame_cache): Likewise.
9033         * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
9034         * i386fbsd-tdep.c (i386fbsd_supply_uthread)
9035         (i386fbsd_collect_uthread): Likewise.
9036         * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
9037         * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
9038         * ia64-tdep.c (examine_prologue, ia64_frame_cache)
9039         (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
9040         (ia64_sigtramp_frame_prev_register, ia64_access_reg)
9041         (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
9042         (ia64_libunwind_frame_prev_register)
9043         (ia64_libunwind_sigtramp_frame_this_id)
9044         (ia64_find_global_pointer_from_dynamic_section)
9045         (find_extant_func_descr, find_func_descr, ia64_dummy_id)
9046         (ia64_unwind_pc): Likewise.
9047         * iq2000-tdep.c (iq2000_store_return_value): Likewise.
9048         * m68hc11-tdep.c (m68hc11_push_dummy_call)
9049         (m68hc11_extract_return_value): Likewise.
9050         * m68klinux-nat.c (fetch_register, store_register): Likewise.
9051         * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
9052         (mep_get_insn, mep_push_dummy_call): Likewise.
9053         * mips-linux-tdep.c (mips_linux_get_longjmp_target)
9054         (mips_linux_in_dynsym_stub): Likewise.
9055         * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
9056         * ppc-linux-nat.c (fetch_register, store_register): Likewise.
9057         * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
9058         to gdb_byte.
9059         * remote-mips.c (mips_set_register): Likewise.
9060         * remote-sim.c (gdbsim_fetch_register): Likewise.
9061         * score-tdep.c (score7_fetch_inst): Change type of parameter
9062         'memblock' and local 'buf' to gdb_byte.
9063         (score7_malloc_and_get_memblock): Change return type to gdb_byte.
9064         Change type of local 'buf' to gdb_byte.  Adjust.
9065         (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
9066         to gdb_byte**.
9067         (score7_analyze_prologue): Change type of 'memblock' and
9068         'memblock_ptr' locals to gdb_byte*.
9069         * sh64-tdep.c (sh64_extract_return_value)
9070         (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
9071         * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
9072         * solib-pa64.c (pa64_solib_create_inferior_hook)
9073         (pa64_open_symbol_file_object): Remove local 'buf'.
9074         * solib-som.c (som_solib_create_inferior_hook, link_map_start)
9075         (som_open_symbol_file_object): Likewise.
9076         * solib-spu.c (spu_current_sos): Likewise.
9077         * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
9078         * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
9079         (spu_store_registers): Likewise.
9080         * target.c (debug_print_register): Likewise.
9081         * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
9082         * xstormy16-tdep.c (xstormy16_store_return_value)
9083         (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
9084         (xstormy16_find_jmp_table_entry): Likewise.
9085
9086 2013-03-01  Jiong Wang  <jiwang@tilera.com>
9087
9088         * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
9089         (tilegx_gdbarch_init): Install it.
9090
9091 2013-02-28  Tom Tromey  <tromey@redhat.com>
9092
9093         * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
9094         PyLong_Check.
9095
9096 2013-02-28  Doug Evans  <dje@google.com>
9097
9098         * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
9099         * python/python.c (gdbpy_find_pc_line): Ditto.
9100
9101 2013-02-28  Tom Tromey  <tromey@redhat.com>
9102
9103         * contrib/excheck.py: New file.
9104         * contrib/exsummary.py: New file.
9105         * contrib/gcc-with-excheck: New file.
9106
9107 2013-02-28  Tom Tromey  <tromey@redhat.com>
9108
9109         * python/python.c (gdbpy_print_stack): Call begin_line and
9110         fprintf_filtered inside TRY_CATCH.
9111
9112 2013-02-28  Tom Tromey  <tromey@redhat.com>
9113
9114         * python/python.c (gdbpy_find_pc_line): Call find_pc_line
9115         inside TRY_CATCH.
9116
9117 2013-02-28  Tom Tromey  <tromey@redhat.com>
9118
9119         * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
9120         frame_object_to_frame_info inside TRY_CATCH.
9121
9122 2013-02-28  Tom Tromey  <tromey@redhat.com>
9123
9124         * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
9125         TRY_CATCH.
9126
9127 2013-02-28  Tom Tromey  <tromey@redhat.com>
9128
9129         * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
9130
9131 2013-02-27  Corinna Vinschen  <vinschen@redhat.com>
9132
9133         * windows-nat.c: Throughout, fix format strings and casts of
9134         printf-like functions to avoid type related warnings on all
9135         platforms.
9136         (handle_output_debug_string): Fetch context information address
9137         from debug string using string_to_core_addr.
9138
9139 2013-02-27  Jiong Wang  <jiwang@tilera.com>
9140
9141         * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
9142         * regformats/reg-tilegx32.dat: New.
9143
9144 2013-02-27  Jiong Wang  <jiwang@tilera.com>
9145
9146         * configure.tgt (tilegx-*-linux*): Enable gdbserver.
9147
9148 2013-02-27  Jiong Wang  <jiwang@tilera.com>
9149
9150         * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
9151
9152 2013-02-27  Yao Qi  <yao@codesourcery.com>
9153             Pedro Alves  <palves@redhat.com>
9154
9155         * tracepoint.c (tfile_trace_find): For tfind
9156         pc/tp/range/outside, look for the next trace frame instead of
9157         always starting from frame 0.
9158
9159 2013-02-26  Anthony Green  <green@moxielogic.com>
9160
9161         * configure.tgt: Add support for moxie-*-rtems* target.
9162
9163 2013-02-25  Pedro Alves  <palves@redhat.com>
9164
9165         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
9166         warning text.
9167
9168 2013-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
9169
9170         * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
9171         if $fp is used as the virtual frame pointer.
9172
9173 2013-02-23  Alan Modra  <amodra@gmail.com>
9174
9175         * elfread.c (elf_symtab_read): Do not use udata.p here to find
9176         symbol size.
9177         * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
9178         * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
9179         * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
9180         * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
9181
9182 2013-02-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
9183
9184         Code cleanup.
9185         * elfread.c (build_id_bfd_get): Make the return type const.
9186         (build_id_verify): Make the check parameter const.
9187         (build_id_to_debug_filename): Make the build_id parameter and variable
9188         data const.
9189         (find_separate_debug_file_by_buildid): Make the variable build_id const.
9190
9191 2013-02-21  Alan Modra  <amodra@gmail.com>
9192
9193         * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
9194
9195 2013-02-20  Siva Chandra Reddy  <sivachandra@google.com>
9196
9197         Add a new method 'disassemble' to gdb.Architecture class.
9198         * python/py-arch.c (archpy_disassmble): Implementation of the
9199         new method gdb.Architecture.disassemble.
9200         (arch_object_methods): Add entry for the new method.
9201
9202 2013-02-20  Jiong Wang  <jiwang@tilera.com>
9203
9204         * MAINTAINERS (Write After Approval): Add myself to the list.
9205
9206 2013-02-19  Pedro Alves  <palves@redhat.com>
9207
9208         Garbage collect 'struct monitor_ops'::load_routine.
9209
9210         * monitor.h (struct monitor_ops) <load_routine>: Remove field.
9211         * monitor.c (monitor_load): No longer call
9212         current_monitor->load_routine.
9213         * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
9214         * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
9215         * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
9216
9217 2013-02-19  Pedro Alves  <palves@redhat.com>
9218
9219         PR gdb/15161
9220
9221         Harmonize with generic_load.
9222
9223         * monitor.c: Include "readline/readline.h".
9224         (monitor_load): Rename parameter 'file' to 'args'.  Use build_argv
9225         instead of sscanf.  Use CORE_ADDR/strtoulst instead of unsigned
9226         long/strtol for the 'load_offset' local.  Error out if no argument
9227         is given or if too many arguments are given.  Tilde expand the
9228         passed in file name.
9229
9230 2013-02-19  Kai Tietz  <ktietz@redhat.com>
9231
9232         PR gdb/15161
9233         * symfile.c (load_section_data): Change type of load_offset
9234         to CORE_ADDR.
9235         (generic_load): User strtoulst instead of strtoul for conversion
9236         of load_offset.
9237
9238 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9239
9240         * tilegx-tdep.c (tilegx_analyze_prologue): add check for
9241          for return address, "lr" register, saved on stack.
9242         * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
9243         after we invoke tilegx_analyze_prologue.
9244
9245 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9246
9247         * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
9248
9249 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9250
9251         * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
9252
9253 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9254
9255         * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
9256         (tilegx_write_pc): New function.
9257         (tilegx_cannot_reference_register): Return zero if REGNO
9258         is TILEGX_FAULTNUM_REGNUM.
9259         (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
9260         (tilegx_register_name): Add handling of "faultnum" register.
9261         * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
9262         * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
9263         handling of TILEGX_FAULTNUM_REGNUM.
9264         * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
9265
9266 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9267
9268         * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
9269         should be aligned to 64bit.
9270
9271 2013-02-19  Kai Tietz  <ktietz@redhat.com>
9272
9273         * windows-nat.c (windows_xfer_memory): Fix debug-output
9274         for LLP64.
9275
9276 2013-02-19  Lei Liu  <lei.liu2@windriver.com>
9277
9278         * mips-linux-nat.c (mips64_linux_regsets_store_registers):
9279         Don't check DSP register number if HAVE_DSP is not set.
9280
9281 2013-02-19  Alan Modra  <amodra@gmail.com>
9282
9283         * elfread.c (struct build_id): Delete.  Use struct elf_build_id
9284         throughout file instead.
9285         (build_id_bfd_get): Update to use new elf_tdata build_id field.
9286         Don't xmalloc return value.
9287         (build_id_verify): Similarly.  Don't xfree.
9288         (build_id_to_debug_filename): Update.
9289         (find_separate_debug_file_by_buildid): Update, don't xfree.
9290
9291 2013-02-18  Tom Tromey  <tromey@redhat.com>
9292
9293         PR gdb/15102:
9294         * dwarf2read.c (read_subrange_type): Use result of
9295         'check_typedef'.
9296
9297 2013-02-16  Yuanhui Zhang  <asmwarrior@gmail.com>
9298
9299         * frame.c: Remove one extra white space after #include
9300         directive.
9301
9302 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9303
9304         * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
9305
9306 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9307
9308         * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
9309         and dir commands into an if block.
9310
9311 2013-02-15  Sanimir Agovic  <sanimir.agovic@intel.com>
9312
9313         * python/py-breakpoint (struct pybp_code):  Use int instead of
9314         enum type_code.
9315
9316 2013-02-15  Pedro Alves  <pedro@codesourcery.com>
9317             Hafiz Abid Qadeer  <abidh@codesourcery.com>
9318
9319         * NEWS: Mention new field "trace-file".
9320         * tracepoint.c (trace_status_mi): Output "trace-file" field.
9321         (tfile_open): Record the trace file's filename in the trace
9322         status.
9323         (tfile_files_info): Mention the name of the trace file.
9324         Check the "filename" field explicitely.
9325         (trace_status_command): Explicitely check "filename" field.
9326         (trace_find_command): Ditto.
9327         (trace_find_pc_command): Ditto.
9328         (trace_find_tracepoint_command): Ditto.
9329         (trace_find_line_command): Ditto.
9330         (trace_find_range_command): Ditto.
9331         (trace_find_outside_command): Ditto.
9332         * tracepoint.h (struct trace_status) <from_file>: Rename it
9333         to "filename" and make it hold the trace file's filename
9334         instead of a boolean.
9335         * remote.c (remote_get_trace_status): Initialize "filename"
9336         field with NULL instead of 0.
9337
9338 2013-02-15  Yao Qi  <yao@codesourcery.com>
9339
9340         * remote.c: Fix a typo.
9341
9342 2013-02-14  Pierre Muller  <muller@sourceware.org>
9343
9344         * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
9345
9346 2013-02-14  Pedro Alves  <palves@redhat.com>
9347
9348         * utils.c (savestring): Don't #undef it.  Move function to
9349         common/common-utils.c.
9350         * common/common-utils.c: Include gdb_string.h.
9351         (savestring): Move here from utils.c.
9352         * common/common-utils.h (savestring): Declare.
9353
9354 2013-02-14  Pedro Alves  <palves@redhat.com>
9355
9356         * utils.c (savestring): Rename parameter 'size' to 'len'.
9357
9358 2013-02-14  Pedro Alves  <palves@redhat.com>
9359             Yufeng Zhang  <yufeng.zhang@arm.com>
9360
9361         * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
9362         (aarch64_inferior_data, struct aarch64_inferior_data):
9363         Delete.
9364         (struct aarch64_process_info): New.
9365         (aarch64_process_list): New global.
9366         (aarch64_find_process_pid, aarch64_add_process)
9367         (aarch64_process_info_get): New functions.
9368         (aarch64_inferior_data_get): Delete.
9369         (aarch64_process_info_get): New function.
9370         (aarch64_forget_process): New function.
9371         (aarch64_get_debug_reg_state): New parameter 'pid'.  Reimplement.
9372         (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
9373         aarch64_get_debug_reg_state.
9374         (aarch64_notify_debug_reg_change): Use iterate_over_lwps
9375         instead of linux_nat_iterate_watchpoint_lwps.
9376         (aarch64_linux_new_fork): New function.
9377         (aarch64_linux_child_post_startup_inferior): Use
9378         aarch64_forget_process instead of aarch64_init_debug_reg_state.
9379         (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
9380         (aarch64_linux_remove_hw_breakpoint)
9381         (aarch64_handle_aligned_watchpoint)
9382         (aarch64_handle_unaligned_watchpoint)
9383         (aarch64_linux_insert_watchpoint)
9384         (aarch64_linux_remove_watchpoint)
9385         (aarch64_linux_stopped_data_address): Adjust to pass the current
9386         process id to aarch64_debug_reg_state.
9387         (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
9388         linux_nat_new_fork hook, and aarch64_forget_process as
9389         linux_nat_forget_process hook; remove the call to
9390         register_inferior_data_with_cleanup.
9391
9392 2013-02-14  Pedro Alves  <palves@redhat.com>
9393
9394         * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
9395         EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
9396         lval_memory.
9397
9398 2013-02-14  Pedro Alves  <pedro@codesourcery.com>
9399             Hafiz Abid Qadeer  <abidh@codesourcery.com>
9400
9401         * tracepoint.h (validate_trace_state_variable_name): Declare.
9402         * tracepoint.c (validate_trace_state_variable_name): New.
9403         (trace_variable_command): Parse the trace state variable's name
9404         without using parse_expression.  Do several validations.
9405         * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
9406         trace state variable's name with parse_expression.  Validate it.
9407
9408 2013-02-14  Yao Qi  <yao@codesourcery.com>
9409
9410         * infcmd.c (breakpoint_proceeded): Remove it.
9411
9412 2013-02-14  Yao Qi  <yao@codesourcery.com>
9413
9414         * tracepoint.c (end_actions_pseudocommand): Make it static.
9415         (while_stepping_pseudocommand): Likewise.
9416         * tracepoint.h (end_actions_pseudocommand): Remove the
9417         declaration.
9418         (while_stepping_pseudocommand): Likewise.
9419
9420 2013-02-14  Yao Qi  <yao@codesourcery.com>
9421
9422         * cli/cli-decode.c (help_cmd): Remove the declaration of
9423         "cmdlist".
9424         (help_all): Likewise.
9425
9426 2013-02-13  Pedro Alves  <palves@redhat.com>
9427
9428         * amd64-linux-nat.c (update_debug_registers_callback):
9429         Update comment.
9430         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
9431         iterate_over_lwps.
9432         (amd64_linux_prepare_to_resume): Pass the lwp's pid to
9433         i386_debug_reg_state.
9434         (amd64_linux_new_fork): New function.
9435         (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
9436         linux_nat_new_fork hook, and i386_forget_process as
9437         linux_nat_forget_process hook.
9438         * i386-linux-nat.c (update_debug_registers_callback):
9439         Update comment.
9440         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
9441         iterate_over_lwps.
9442         (i386_linux_prepare_to_resume): Pass the lwp's pid to
9443         i386_debug_reg_state.
9444         (i386_linux_new_fork): New function.
9445         (_initialize_i386_linux_nat): Install i386_linux_new_fork as
9446         linux_nat_new_fork hook, and i386_forget_process as
9447         linux_nat_forget_process hook.
9448         * i386-nat.c (i386_init_dregs): Delete.
9449         (i386_inferior_data, struct i386_inferior_data):
9450         Delete.
9451         (struct i386_process_info): New.
9452         (i386_process_list): New global.
9453         (i386_find_process_pid, i386_add_process, i386_process_info_get):
9454         New functions.
9455         (i386_inferior_data_get): Delete.
9456         (i386_process_info_get): New function.
9457         (i386_debug_reg_state): New parameter 'pid'.  Reimplement.
9458         (i386_forget_process): New function.
9459         (i386_cleanup_dregs): Rewrite.
9460         (i386_update_inferior_debug_regs, i386_insert_watchpoint)
9461         (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
9462         (i386_stopped_data_address, i386_insert_hw_breakpoint)
9463         (i386_remove_hw_breakpoint): Adjust to pass the current process id
9464         to i386_debug_reg_state.
9465         (i386_use_watchpoints): Don't register inferior data.
9466         * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
9467         adjust comment.
9468         (i386_forget_process): Declare.
9469         * linux-fork.c (delete_fork): Call linux_nat_forget_process.
9470         * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
9471         New static globals.
9472         (linux_child_follow_fork): Don't call linux_nat_new_thread here.
9473         (add_initial_lwp): New, factored out from ...
9474         (add_lwp): ... this.  Don't check the number of lwps before
9475         calling linux_nat_new_thread.
9476         (linux_nat_iterate_watchpoint_lwps): Delete.
9477         (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
9478         (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
9479         forks and vforks.
9480         (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
9481         initial lwp.
9482         (linux_nat_kill, linux_nat_mourn_inferior): Call
9483         linux_nat_forget_process.
9484         (linux_nat_set_new_fork, linux_nat_set_forget_process)
9485         (linux_nat_forget_process): New functions.
9486         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
9487         type.
9488         (linux_nat_iterate_watchpoint_lwps): Delete declaration.
9489         (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
9490         types.
9491         (linux_nat_set_new_fork, linux_nat_set_forget_process)
9492         (linux_nat_forget_process): New declarations.
9493
9494         * amd64fbsd-nat.c (super_mourn_inferior): New global.
9495         (amd64fbsd_mourn_inferior): New function.
9496         (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
9497         * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
9498
9499 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9500
9501         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
9502         Adding _().
9503
9504 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9505
9506         * aarch64-linux-nat.c (debug_reg_change_callback)
9507         (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
9508         %s and phex().
9509
9510 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9511
9512         * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
9513         with LONGEST.
9514
9515 2013-02-13  Pedro Alves  <palves@redhat.com>
9516             Hafiz Abid Qadeer  <abidh@codesourcery.com>
9517
9518         * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
9519
9520 2013-02-12  Tom Tromey  <tromey@redhat.com>
9521
9522         PR symtab/11464:
9523         * c-exp.y (lex_one_token): Initialize other fields of yylval on
9524         NAME return.
9525         (classify_inner_name): Remove 'first_name' argument, add
9526         'context'.  Remove unused variable.
9527         (yylex): Explicitly maintain the context type.  Exit loop earlier
9528         if NAME result is seen.
9529
9530 2013-02-12  Pedro Alves  <palves@redhat.com>
9531
9532         * amd64-darwin-tdep.c: Add (C) after Copyright.
9533         * cli/cli-cmds.h: Ditto.
9534         * cli/cli-decode.c: Ditto.
9535         * cli/cli-decode.h: Ditto.
9536         * cli/cli-dump.c: Ditto.
9537         * cli/cli-dump.h: Ditto.
9538         * cli/cli-interp.c: Ditto.
9539         * cli/cli-logging.c: Ditto.
9540         * cli/cli-script.c: Ditto.
9541         * cli/cli-script.h: Ditto.
9542         * cli/cli-setshow.c: Ditto.
9543         * cli/cli-setshow.h: Ditto.
9544         * cli/cli-utils.c: Ditto.
9545         * cli/cli-utils.h: Ditto.
9546         * config/alpha/nm-osf3.h: Ditto.
9547         * config/djgpp/djconfig.sh: Ditto.
9548         * config/i386/nm-fbsd.h: Ditto.
9549         * config/i386/nm-i386gnu.h: Ditto.
9550         * config/nm-linux.h: Ditto.
9551         * config/nm-nto.h: Ditto.
9552         * config/rs6000/nm-rs6000.h: Ditto.
9553         * config/sparc/nm-sol2.h: Ditto.
9554         * darwin-nat-info.c: Ditto.
9555         * dfp.c: Ditto.
9556         * dfp.h: Ditto.
9557         * gdb-demangle.h: Ditto.
9558         * i386-darwin-nat.c: Ditto.
9559         * i386-darwin-tdep.c: Ditto.
9560         * linux-fork.h: Ditto.
9561         * m32c-tdep.c: Ditto.
9562         * microblaze-linux-tdep.c: Ditto.
9563         * microblaze-rom.c: Ditto.
9564         * microblaze-tdep.c: Ditto.
9565         * microblaze-tdep.h: Ditto.
9566         * mips-linux-tdep.h: Ditto.
9567         * ppc-ravenscar-thread.c: Ditto.
9568         * ppc-ravenscar-thread.h: Ditto.
9569         * prologue-value.c: Ditto.
9570         * prologue-value.h: Ditto.
9571         * ravenscar-thread.c: Ditto.
9572         * ravenscar-thread.h: Ditto.
9573         * sparc-ravenscar-thread.c: Ditto.
9574         * sparc-ravenscar-thread.h: Ditto.
9575         * tilegx-linux-tdep.c: Ditto.
9576         * unwind_stop_reasons.def: Ditto.
9577         * windows-nat.h: Ditto.
9578         * xtensa-linux-tdep.c: Ditto.
9579         * xtensa-xtregs.c: Ditto.
9580         * regformats/regdat.sh: Ditto.
9581         * regformats/regdef.h: Ditto.
9582
9583 2013-02-12  Pedro Alves  <palves@redhat.com>
9584
9585         * break-catch-sig.c: Update copyright years.
9586
9587 2013-02-11  Siva Chandra Reddy  <sivachandra@google.com>
9588
9589         Add support for a destructor for ui_out data and use it to
9590         provide a ui_out destructor.
9591         * ui-out.h: Declare the new ui_out destructor.
9592         (ui_out_impl): Add a field for data destructor in ui_out_impl.
9593         * ui-out.c (default_data_destroy): Add a default data destructor
9594         which does nothing.
9595         (default_ui_out_impl): Set the new data_destroy field to
9596         default_data_destroy
9597         (uo_data_destroy): Local function which invokes the data
9598         destructor if present.
9599         (clear_table): Local function which clears the table data of a
9600         ui_out object.
9601         (ui_out_destroy): Public function which frees a ui_out object.
9602         (ui_out_table_end): Use the new clear_table function.
9603         * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
9604         NULL.
9605         * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
9606         to NULL.
9607
9608 2013-02-11  Doug Evans  <dje@google.com>
9609
9610         * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
9611         (printf_decfloat): New function.  Broken out from ui_printf.
9612         Remove unnecessary code to shift the entire format string down.
9613         (printf_pointer): New function.
9614         (ui_printf): Code to print C strings, wide C strings, decfloats,
9615         and pointers moved to separate functions.
9616
9617 2013-02-11  Sergio Durigan Junior  <sergiodj@redhat.com>
9618
9619         * valops.c (value_assign): Handling bitfield offset in
9620         `lval_internalvar_component' case.
9621
9622 2013-02-08  Doug Evans  <dje@google.com>
9623
9624         * common/format.c (parse_format_string): Fix whitespace.
9625
9626 2013-02-08  Matthew Gretton-Dann  <matthew.gretton-dann@linaro.org>
9627
9628         * stack.c (return_command): Work around uninitialized variable
9629         warning.
9630
9631 2013-02-08  Yufeng Zhang  <yufeng.zhang@arm.com>
9632
9633         * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
9634         number of the registers from 36 to 34.
9635
9636 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9637
9638         * NEWS: Mention new AArch64 native and target support.
9639
9640 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9641
9642         * MAINTAINERS (Write After Approval): Add myself.
9643
9644 2013-02-08  Jim MacArthur  <jim.macarthur@arm.com>
9645             Marcus Shawcroft  <marcus.shawcroft@arm.com>
9646             Nigel Stephens  <nigel.stephens@arm.com>
9647             Yufeng Zhang  <yufeng.zhang@arm.com>
9648
9649         * aarch64-linux-nat.c: New file.
9650         * config/aarch64/linux.mh: New file.
9651         * configure.host: Add AArch64.
9652         * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
9653
9654 2013-02-07  Doug Evans  <dje@google.com>
9655
9656         * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
9657         disassemble command.
9658
9659 2013-02-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9660
9661         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
9662         set_gdbarch_fetch_tls_load_module_address.
9663
9664 2013-02-06  David S. Miller  <davem@davemloft.net>
9665
9666         * sparc-tdep.c (sparc32_return_value): Handle writing return value when
9667         using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
9668         * value.c (struct_return_convention): New function.
9669         (using_struct_return): Implement in terms of struct_return_convention.
9670         * value.h (struct_return_convention): Declare.
9671         * stack.c (return_command): Allow successful overriding of the return
9672         value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
9673
9674 2013-02-06  Tom Tromey  <tromey@redhat.com>
9675
9676         * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
9677         outside of TRY_CATCH.
9678
9679 2013-02-06  Yao Qi  <yao@codesourcery.com>
9680
9681         * mi/mi-interp.c: Include "tracepoint.h".
9682         (mi_tsv_modified): Declare.
9683         (mi_tsv_created, mi_tsv_deleted): Update declaration.
9684         (mi_interpreter_init): Call observer_attach_tsv_modified.
9685         (mi_tsv_modified): New.
9686         (mi_tsv_created, mi_tsv_deleted): Update.
9687         * tracepoint.c (trace_variable_command): Call
9688         observer_notify_tsv_modified if the initial value of tsv is
9689         changed.
9690         (delete_trace_state_variable): Call
9691         observer_notify_tsv_deleted earlier.
9692         (trace_variable_command): Caller update.
9693         (create_tsv_from_upload): Likewise.
9694         * observer.sh: Declare "struct trace_state_variable".
9695
9696         * NEWS: Mention the new MI notification "=tsv-modified".
9697
9698 2013-02-05  Doug Evans  <dje@google.com>
9699
9700         * completer.c (location_completer): Fix typo in comment.
9701
9702 2013-02-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
9703
9704         * breakpoint.c (add_location_to_breakpoint): Insert the location with
9705         ADDRESS sorted.
9706
9707 2013-02-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9708
9709         * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
9710         Refactor if statement to avoid trailing || operator.
9711
9712 2013-02-05  Andreas Tobler  <andreast@fgznet.ch>
9713
9714         * NEWS: Add PowerPC FreeBSD as a new native configuration.
9715
9716 2013-02-04  Andreas Tobler  <andreast@fgznet.ch>
9717
9718         * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
9719         * configure.host: Add powerpc*-*-freebsd* target.
9720         * configure.tgt: Add target info for powerpc*-*-freebsd*.
9721         * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
9722         * config/powerpc/fbsd.mh: New file.
9723
9724 2013-02-04  Sergio Durigan Junior  <sergiodj@redhat.com>
9725             Denys Vlasenko  <dvlasenk@redhat.com>
9726             Pedro Alves  <palves@redhat.com>
9727
9728         * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
9729         (struct elf_internal_linux_prpsinfo): Forward declare.
9730         * gdbarch.h, gdbarch.c: Regenerate.
9731         * linux-tdep.c: Include `cli/cli-utils.h'.
9732         (linux_fill_prpsinfo): New function.
9733         (linux_make_corefile_notes): Use linux_fill_prpsinfo.  If there's
9734         an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
9735         elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
9736         depending on gdbarch pointer bitness.
9737         * ppc-linux-tdep.c: Include elf-bfd.h.
9738         (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
9739         on 32-bit.
9740
9741 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
9742             Marcus Shawcroft  <marcus.shawcroft@arm.com>
9743             Nigel Stephens  <nigel.stephens@arm.com>
9744             Yufeng Zhang  <yufeng.zhang@arm.com>
9745
9746         * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
9747
9748 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
9749             Marcus Shawcroft  <marcus.shawcroft@arm.com>
9750             Nigel Stephens  <nigel.stephens@arm.com>
9751             Yufeng Zhang  <yufeng.zhang@arm.com>
9752
9753         * aarch64-newlib-tdep.c: New file.
9754         * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
9755         aarch64*-*-elf.
9756         * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
9757         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
9758         (ALLDEPFILES): Add aarch64-newlib-tdep.c.
9759         * osabi.c (gdb_osabi_names): Add "Newlib".
9760
9761 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
9762             Marcus Shawcroft  <marcus.shawcroft@arm.com>
9763             Nigel Stephens  <nigel.stephens@arm.com>
9764             Yufeng Zhang  <yufeng.zhang@arm.com>
9765
9766         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
9767         (ALLDEPFILES): Add aarch64-linux-tdep.c.
9768         * aarch64-linux-tdep.c: New file.
9769         * aarch64-linux-tdep.h: New file.
9770         * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
9771         * configure.tgt: Add aarch64-none-linux-gnu.
9772
9773 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
9774             Marcus Shawcroft  <marcus.shawcroft@arm.com>
9775             Nigel Stephens  <nigel.stephens@arm.com>
9776             Yufeng Zhang  <yufeng.zhang@arm.com>
9777
9778         * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
9779         (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
9780         (ALLDEPFILES): Add aarch64-tdep.c.
9781         * aarch64-tdep.c: New file.
9782         * aarch64-tdep.h: New file.
9783         * configure.tgt: Add AArch64.
9784         * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
9785         (aarch64-expedite): New definition.
9786         * features/aarch64-core.xml: New file.
9787         * features/aarch64-fpu.xml: New file.
9788         * features/aarch64-without-fpu.c: New file (generated).
9789         * features/aarch64-without-fpu.xml: New file.
9790         * features/aarch64.c: New file (generated).
9791         * features/aarch64.xml: New file.
9792         * regformats/aarch64-without-fpu.dat: New file (generated).
9793         * regformats/aarch64.dat: New file (generated).
9794
9795 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9796
9797         * contrib/expect-read1.c: New file.
9798         * contrib/expect-read1.sh: New file.
9799
9800 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9801
9802         * dwarf2read.c (file_file_name): New function with code from
9803         file_full_name.
9804         (file_full_name): Move most of the code to file_file_name.
9805         (macro_start_file): Rename variable full_name to file_name and use
9806         file_file_name for it.  Add comp_dir parameter to new_macro_table.
9807         * macrocmd.c (show_pp_source_pos): New variable fullname.  Replace any
9808         macro_source_file->filename access by macro_source_fullname call.
9809         * macroscope.c (_initialize_macroscope): Update the new_macro_table
9810         caller.
9811         * macrotab.c (struct macro_table): New field comp_dir.
9812         (macro_include): New variables link_fullname and source_fullname.
9813         Replace any macro_source_file->filename access by macro_source_fullname
9814         call.
9815         (macro_lookup_inclusion): Remove the partial filenames checking code.
9816         (check_for_redefinition): New variables source_fullname and
9817         found_key_fullname.  Replace any macro_source_file->filename access by
9818         macro_source_fullname call.
9819         (macro_undef): New variables source_fullname and key_fullname.  Replace
9820         any macro_source_file->filename access by macro_source_fullname call.
9821         (macro_lookup_definition): New variables retval and source_fullname.
9822         Replace any macro_source_file->filename access by macro_source_fullname
9823         call.
9824         (foreach_macro): New variable key_fullname.  Replace any
9825         macro_source_file->filename access by macro_source_fullname call.
9826         (foreach_macro_in_scope): New variable datum_fullname.  Replace any
9827         macro_source_file->filename access by macro_source_fullname call.
9828         (new_macro_table): Add parameter comp_dir.  Initialize T with it.
9829         (macro_source_fullname): New function.
9830         * macrotab.h (struct macro_source_file): Extent the filename field
9831         comment.
9832         (new_macro_table): New parameter comp_dir, add a comment for it.
9833         (macro_source_fullname): new declaration.
9834
9835 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9836
9837         * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
9838         this_real_name to outer block.  Use it also for
9839         compare_filenames_for_search.
9840         (dw2_expand_symtabs_matching): New variable this_real_name.  Use it
9841         with dw2_get_real_path for file_matcher, considering also
9842         BASENAMES_MAY_DIFFER.
9843         (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
9844
9845 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9846
9847         * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
9848         to the file_matcher parameter.  Pass 0 to it.
9849         (dwarf2_create_include_psymtab): Copy also DIRNAME.
9850         * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
9851         NULL psymtab_to_fullname result.
9852         (psymtab_to_fullname): Remove variable r.  Never return NULL, assemble
9853         an expected filename instead.
9854         (expand_symtabs_matching_via_partial): Add basenames parameter to the
9855         file_matcher parameter.  Call also psymtab_to_fullname, after newly
9856         considering BASENAMES_MAY_DIFFER.
9857         * source.c (rewrite_source_path): Remove static.
9858         * source.h (rewrite_source_path): New declaration.
9859         * symfile.h (struct quick_symbol_functions): Add basenames parameter to
9860         the expand_symtabs_matching field.  Comment it.
9861         * symtab.c (file_matches): New function comment.  Add parameter
9862         basenames, implement it.
9863         (search_symbols_file_matches): Add basenames parameter.  Update the
9864         file_matches caller.
9865         (search_symbols): Match FILES also against symtab_to_fullname.
9866         Optimize it for BASENAMES_MAY_DIFFER.
9867
9868 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9869
9870         * source.c (print_source_lines_base): Print for TUI also "fullname".
9871         * tui/tui-data.c (init_content_element): Change tui_locator_element
9872         field to full_name.
9873         * tui/tui-data.h (struct tui_locator_element): Likewise.
9874         * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
9875         tui_update_locator_filename calls to tui_update_locator_fullname.
9876         Replace symtab->filename refererence by symtab_to_fullname call.
9877         * tui/tui-out.c (tui_field_string): Check for "fullname" now.
9878         * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
9879         field to full_name.  Replace symtab->filename refererence by
9880         symtab_to_fullname call.
9881         (tui_show_symtab_source): Rename parameter to fullname.  Change
9882         tui_locator_element field to full_name.
9883         * tui/tui-stack.c: Include source.h.
9884         (tui_set_locator_filename): Rename the declaration to ...
9885         (tui_set_locator_fullname): ... here.  Rename its parameter to
9886         fullname, updates its comment.
9887         (tui_set_locator_info): Rename its parameter to fullname.
9888         (tui_set_locator_filename): Rename the definition to ...
9889         (tui_set_locator_fullname): ... here.  Rename its parameter to
9890         fullname, updates its comment.  Change tui_locator_element field to
9891         full_name.
9892         (tui_set_locator_info): Rename its parameter to fullname.
9893         (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
9894         (tui_update_locator_filename): Rename to ...
9895         (tui_update_locator_fullname): ... here. Rename callee to
9896         tui_set_locator_fullname.
9897         (tui_show_frame_info): Replace symtab->filename refererence by
9898         symtab_to_fullname call.
9899         * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
9900         (tui_update_locator_fullname): ... here.
9901         * tui/tui-winsource.c (tui_display_main): Rename the callee to
9902         tui_update_locator_fullname.  Replace symtab->filename refererence by
9903         symtab_to_fullname call.
9904         * tui/tui.c (tui_show_source): Rename its parameter to fullname.
9905         Rename the callee to tui_update_locator_fullname.
9906         * tui/tui.h (tui_show_source): Rename its parameter to fullname.
9907
9908 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9909
9910         * ada-lang.c (user_select_syms): Replace symtab->filename refererences
9911         by symtab_to_filename_for_display calls.
9912         * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
9913         (clear_command): New variable sal_fullname, initialize it.  Replace
9914         compare_filenames_for_search by filename_cmp with sal_fullname.
9915         (say_where, update_static_tracepoint): Replace symtab->filename
9916         refererences by symtab_to_filename_for_display calls.
9917         * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
9918         Likewise.
9919         * dwarf2read.c: Include source.h.
9920         (fixup_go_packaging): Replace symtab->filename refererences by
9921         symtab_to_filename_for_display calls.
9922         * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
9923         Replace symtab->filename refererences by symtab_to_filename_for_display
9924         calls.
9925         (create_sals_line_offset, convert_linespec_to_sals): New variable
9926         fullname, initialize it, replace symtab->filename reference by the
9927         variable.
9928         * linux-fork.c: Include source.h.
9929         (info_checkpoints_command): Replace symtab->filename refererences by
9930         symtab_to_filename_for_display calls.
9931         * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
9932         by symtab_to_filename_for_display calls.
9933         * mdebugread.c: Include source.h.
9934         (psymtab_to_symtab_1): Replace symtab->filename refererences by
9935         symtab_to_filename_for_display calls.
9936         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
9937         (mi_cmd_file_list_exec_source_files): Likewise.
9938         * printcmd.c: Include source.h.
9939         (build_address_symbolic): Replace symtab->filename refererences by
9940         symtab_to_filename_for_display calls.
9941         * psymtab.c (partial_map_symtabs_matching_filename)
9942         (read_psymtabs_with_fullname): Call compare_filenames_for_search also
9943         with psymtab_to_fullname.
9944         * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
9945         by symtab_to_filename_for_display calls.
9946         (stpy_get_filename): New variable filename, initialize it, use instead
9947         of symtab->filename refererences.
9948         (salpy_str): Make variable filename const char *.  Replace
9949         symtab->filename refererences by symtab_to_filename_for_display calls.
9950         * skip.c: Include source.h and filenames.h.
9951         (skip_file_command): Remove const from the symtab variable.  Replace
9952         symtab->filename refererences by symtab_to_fullname call.
9953         (function_name_is_marked_for_skip): New variables searched_for_fullname
9954         and fullname.  Use them to search also with symtab's fullname.
9955         * source.c (find_source_lines): Replace symtab->filename refererences
9956         by symtab_to_filename_for_display calls.
9957         (print_source_lines_base): New variable filename, use it instead of
9958         symtab->filename.  Replace symtab->filename refererences by
9959         symtab_to_filename_for_display calls.
9960         (line_info, forward_search_command): Replace symtab->filename
9961         refererences by symtab_to_filename_for_display calls.
9962         (reverse_search_command): Replace symtab->filename refererences by
9963         symtab_to_filename_for_display calls.  New variable filename for it.
9964         * stack.c (frame_info): Likewise.
9965         * symmisc.c: Include source.h.
9966         (dump_objfile, dump_symtab_1, maintenance_print_symbols)
9967         (maintenance_info_symtabs): Replace symtab->filename refererences by
9968         symtab_to_filename_for_display calls.
9969         * symtab.c (iterate_over_some_symtabs): Call
9970         compare_filenames_for_search also with symtab_to_fullname.
9971         (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
9972         symtab->filename refererences by symtab_to_filename_for_display calls.
9973         (find_line_symtab): Replace symtab->filename refererences by
9974         symtab_to_filename_for_display calls.
9975         (file_matches): Replace filename_cmp by compare_filenames_for_search.
9976         (print_symbol_info): Make the last parameter const char *.  New
9977         variable s_filename.  Use it in the function.
9978         (symtab_symbol_info): Make the last_filename variable const char *.
9979         Replace symtab->filename refererences by symtab_to_filename_for_display
9980         calls.
9981         (rbreak_command): New variable fullname.  Use it.  Replace
9982         symtab->filename refererence by symtab_to_filename_for_display call.
9983         * tracepoint.c (set_traceframe_context, trace_find_line_command)
9984         (print_one_static_tracepoint_marker): Replace symtab->filename
9985         refererences by symtab_to_filename_for_display calls.
9986         * tui/tui-source.c (tui_set_source_content): New variables filename and
9987         s_filename.  Replace symtab->filename refererences by this variable.
9988         Replace other symtab->filename refererences by
9989         symtab_to_filename_for_display calls.
9990
9991 2013-02-03  Eldar Gaynetdinov <hal9000ed2k@gmail.com>
9992             Jan Kratochvil  <jan.kratochvil@redhat.com>
9993
9994         Add a new variable that controls a way in which filenames are
9995         displayed.
9996         * NEWS (set filename-display): New entry.
9997         * source.c (filename_display_basename, filename_display_relative)
9998         (filename_display_absolute, filename_display_kind_names)
9999         (filename_display_string, show_filename_display_string)
10000         (symtab_to_filename_for_display): New.
10001         (_initialize_source): Added initialization of 'filename-display'
10002         variable.
10003         * source.h (symtab_to_filename_for_display): Added declaration.
10004         * stack.c (print_frame): Added new variable and calling of a new
10005         function and condition with this variable. Changed third argument of
10006         calling of a function.
10007
10008 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10009
10010         * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
10011         Rename field reference filename to fullname.
10012         * tui/tui-data.h (struct tui_source_info): Rename field filename to
10013         fullname.  New comment for it.
10014         * tui/tui-source.c (tui_set_source_content): Rename field reference
10015         filename to fullname.  Initialize field by symtab_to_fullname now.
10016         * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
10017         reference filename to fullname.  Use symtab_to_fullname during
10018         comparison.
10019
10020 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10021
10022         Code cleanup.
10023         * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
10024         (dw2_expand_symtabs_with_fullname): ... here.  Rename parameter
10025         filename to fullname.  Rename variable this_name to this_fullname.
10026         Lowercase FILENAME_CMP call.
10027         (dw2_find_symbol_file): New comment for the returned string.
10028         (dwarf2_gdb_index_functions): Rename the function to
10029         dw2_expand_symtabs_with_fullname.
10030         * psymtab.c (read_psymtabs_with_filename): Rename to ...
10031         (read_psymtabs_with_fullname): ... here.  Rename parameter filename to
10032         fullname.
10033         (psym_functions): Rename the function to read_psymtabs_with_fullname.
10034         * symfile.h (struct quick_symbol_functions): Rename field
10035         expand_symtabs_with_filename to expand_symtabs_with_fullname and its
10036         parameter filename to fullname.  Document returned string meaning for
10037         find_symbol_file.
10038         * symtab.c (find_line_symtab): Rename the called function to
10039         expand_symtabs_with_fullname.
10040
10041 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10042
10043         Code cleanup.
10044         * breakpoint.c (clear_command): Remove variable is_abs, unify the
10045         call of filename_cmp with compare_filenames_for_search.
10046         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
10047         is_abs, unify the call of FILENAME_CMP with
10048         compare_filenames_for_search.  New gdb_asserts for real_path and name.
10049         Unify the call of compare_filenames_for_search with FILENAME_CMP.
10050         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
10051         * symfile.h (struct quick_symbol_functions): Extend the comment for
10052         map_symtabs_matching_filename.
10053         * symtab.c (compare_filenames_for_search): Remove the function comment
10054         relative path requirement.  Handle absolute filenames, with a comment.
10055         (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
10056         FILENAME_CMP with compare_filenames_for_search.  New gdb_asserts for
10057         real_path and name.  Unify the call of compare_filenames_for_search
10058         with FILENAME_CMP.
10059         (iterate_over_symtabs): New gdb_assert on REAL_PATH.
10060
10061 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10062
10063         Code cleanup.
10064         * breakpoint.c (print_breakpoint_location): Replace bp_location field
10065         source_file references by symtab field references.  Remove variables
10066         sal and fullname.
10067         (momentary_breakpoint_from_master, add_location_to_breakpoint):
10068         (clear_command, say_where): Replace bp_location field source_file
10069         references by symtab field references.
10070         (bp_location_dtor): Remove the source_file reference.
10071         (update_static_tracepoint): Replace bp_location field source_file
10072         references by symtab field references.
10073         (breakpoint_free_objfile): New function.
10074         * breakpoint.h (struct bp_location): Extend the comment for line_number.
10075         Replace the field source_file by field symtab, extend its comment.
10076         (breakpoint_free_objfile): New declaration.
10077         * objfiles.c (free_objfile): Call breakpoint_free_objfile.
10078         * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
10079         field source_file references by symtab field references.
10080
10081 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10082
10083         Replace xfullpath calls by gdb_realpath calls.
10084         * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
10085         function comment.
10086         * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
10087         Remove it from the iterate_over_some_symtabs call.
10088         (dw2_map_symtabs_matching_filename): Remove parameter full_path.
10089         Remove it from the dw2_map_expand_apply calls, remove a block handling
10090         it.
10091         * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
10092         Remove it from the iterate_over_some_symtabs call.
10093         (partial_map_symtabs_matching_filename): Remove parameter full_path.
10094         Remove it from the partial_map_expand_apply calls, remove a block
10095         handling it.  Drop gdb_realpath call and cleanups from the real_path
10096         handling.
10097         * source.c (openp): Drop the comment part about xfullpath.  Replace
10098         xfullpath calls by gdb_realpath calls.
10099         (find_and_open_source): Replace xfullpath call by gdb_realpath call.
10100         * symfile.h (struct quick_symbol_functions): Remove parameter full_path
10101         from method map_symtabs_matching_filename and its comment.
10102         * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
10103         gdb_realpath call.
10104         * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
10105         remove it also from the function comment, remove a block handling it.
10106         Drop gdb_realpath call and cleanups from the real_path handling.
10107         (iterate_over_symtabs): Drop variable full_path and its use.
10108         * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
10109         * utils.c (xfullpath): Remove.
10110         * utils.h (xfullpath): Remove.
10111
10112 2013-02-01  Andreas Tobler  <andreast@fgznet.ch>
10113
10114         * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
10115         (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
10116         (ALLDEPFILES): Add ppc64-tdep.c.
10117         * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
10118         ppc64-tdep.o to gdb_target_obs.
10119         * ppc64-tdep.h: New file.
10120         * ppc64-tdep.c: New file.
10121         (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
10122         ppc-linux-tdep.c to here.
10123         (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
10124         (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
10125         (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
10126         (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
10127         from ppc-linux-tdep.c to here.
10128         (ppc64_convert_from_func_ptr_addr): Rename from
10129         ppc64_linux_convert_from_func_ptr_addr to
10130         ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
10131         here.
10132         * rs6000-tdep.c:
10133         (read_insn): Move from ppc-linux-tdep.c to here.
10134         (insns_match_pattern, insn_d_field, insn_ds_field): Move
10135         from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
10136         * ppc-linux-tdep.c: Include ppc64-tdep.h.
10137         Removed above functions.
10138         (ppc_linux_init_abi): Adjust.
10139
10140 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
10141
10142         * ada-valprint.c (ada_print_floating): Remove unused 'len'.
10143
10144 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
10145
10146         * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
10147
10148 2013-02-01  Pedro Alves  <palves@redhat.com>
10149
10150         * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
10151         * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
10152
10153 2013-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10154
10155         * elfread.c (elf_symfile_read): Limit separate debug info additions to
10156         files with no separate debug info.
10157         * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
10158         * symfile.c (read_symbols): Call find_separate_debug_file_in_section
10159         only for files with no separate debug info.
10160
10161 2013-01-31  Tom Tromey  <tromey@redhat.com>
10162
10163         * jit.c (jit_program_space_data): Rename from jit_inferior_data;
10164         change type.
10165         (struct jit_program_space_data): Rename from jit_inferior_data.
10166         Update comments.
10167         (get_jit_program_space_data): Rename from get_jit_inferior_data.
10168         Change return type.  Attach data to program space.
10169         (jit_program_space_data_cleanup): Rename from
10170         jit_inferior_data_cleanup; change argument type.
10171         (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
10172         change type.
10173         (jit_register_code): Update.
10174         (jit_update_inferior_cache): Remove.
10175         (jit_breakpoint_deleted): Get jit data from the location's program
10176         space.
10177         (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
10178         'ps_data', change type.
10179         (jit_inferior_init, jit_breakpoint_re_set_internal)
10180         (jit_event_handler): Update.
10181         (free_objfile_data): Get data from objfile's program space.
10182         (_initialize_jit): Update.
10183
10184 2013-01-31  Tom Tromey  <tromey@redhat.com>
10185
10186         PR gdb/13987:
10187         * jit.c (struct jit_inferior_data) <cached_code_address,
10188         jit_breakpoint>: New fields.
10189         (jit_breakpoint_re_set_internal): Fix logging.  Only create
10190         breakpoint if cached address has changed.
10191         (jit_update_inferior_cache, jit_breakpoint_deleted): New
10192         functions.
10193         (_initialize_jit): Register breakpoint deleted observer.
10194
10195 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10196
10197         * infrun.c (handle_syscall_event): Remove unused gdbarch.
10198         (save_infcall_suspend_state): Ifdef out unused inf.
10199         (restore_infcall_suspend_state): Ifdef out unused inf.
10200         * jit.c (jit_register_code): Remove unused i, b, inf_data.
10201         (jit_frame_sniffer): Remove unused inf_data.
10202
10203 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10204
10205         * c-exp.y (classify_inner_name): Remove unused type.
10206         * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
10207         in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
10208         need_escape.
10209         (c_get_string): Remove unused kind.
10210         * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
10211
10212 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10213
10214         * charset.c (intermediate_encoding): Remove unused i.
10215         * completer.c (signal_completer): Remove unused i.
10216         * continuations.c (discard_my_continuations_1): Remove unused
10217         continuation_ptr.
10218         * corelow.c (core_close): Remove unuseD name.
10219         (get_core_siginfo): Remove unused pid.
10220         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
10221         i, cps.
10222         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
10223         (loclist_describe_location): Remove unused first.
10224         * event-top.c (command_line_handler): Remove unused got_eof.
10225         * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
10226         (resize_section_table): Remove unused old_value.
10227         * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
10228         * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
10229         * i386-tdep.c (i386_process_record): Remove unused rex.
10230         * infcmd.c (get_return_value): Remove unused uiout.
10231         * jv-lang.c (type_from_class): Remove unused is_array.
10232         * jv-valprint.c (java_val_print): Remove unused i.
10233         * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
10234         * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
10235         * m2-typeprint.c (m2_print_type): Remove unused code.
10236         * macroexp.c (get_character_constant): Remove unused body_start.
10237         (macro_stringify): Remove unused result.
10238         * objc-lang.c (find_methods): Remove unused gdbarch.
10239         * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
10240         * regcache.c (regcache_cooked_read): Remove unused gdbarch.
10241         * stack.c (print_frame_args): Remove unused summary.
10242         * thread.c (thread_apply_command): Remove unused p.
10243         * valarith.c (value_x_unop): Remove unused mangle_ptr.
10244         * valops.c (search_struct_method): Remove unused skip.
10245         * valprint.c (generic_val_print): Remove unused byte_order.
10246         * varobj.c (varobj_update): Remove unused changed.
10247         * cli/cli-cmds.c (complete_command): Remove unused next_item.
10248         (alias_command): Remove unused c.
10249         * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
10250         * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
10251         format.
10252         (mi_cmd_data_write_memory): Remove unused word_format.
10253         (mi_cmd_data_write_memory_bytes): Remove unused r.
10254         * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
10255         p_start, p_end.
10256         * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
10257         * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
10258         line_width.
10259
10260 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10261
10262         * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
10263         * symtab.c (iterate_over_symtabs): Remove unused s.
10264         (find_pc_sect_symtab): Remove unused pspAce.
10265         (find_pc_sect_line): Remove unused alt_symtab.
10266         (find_pcs_for_symtab_line): Remove unused ix, previous_function.
10267         (completion_list_add_name): Remove unused newsize.
10268
10269 2013-01-31  Tom Tromey  <tromey@redhat.com>
10270
10271         PR c++/14998:
10272         * dwarf2read.c (read_tag_ptr_to_member_type): Handle
10273         TYPE_CODE_FUNC.
10274
10275 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10276
10277         * target.c (target_read_string): Remove unused origlen.
10278
10279 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10280
10281         * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
10282         * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
10283         * ax-general.c (ax_print): Remove unused is_float.
10284         * blockframe.c (block_innermost_frame): Remove unused start, end.
10285         * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
10286
10287 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10288
10289         * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
10290         (svr4_read_so_list): Remove unused lmo.
10291         * solib-target.c (solib_target_relocate_section_addresses): Remove
10292         unused flags.
10293
10294 2013-01-30  Tom Tromey  <tromey@redhat.com>
10295
10296         * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
10297
10298 2013-01-30  Tom Tromey  <tromey@redhat.com>
10299
10300         * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
10301         * utils.c (gnu_debuglink_crc32): Remove.
10302         * utils.h (gnu_debuglink_crc32): Don't declare.
10303
10304 2013-01-30  Tom Tromey  <tromey@redhat.com>
10305
10306         * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
10307         (read_structure_type, read_enumeration_type): Remove cast.
10308
10309 2013-01-30  Tom Tromey  <tromey@redhat.com>
10310
10311         * dwarf2read.c (read_namespace_type): Remove cast.
10312         (read_typedef): Likewise.
10313
10314 2013-01-29  Tom Tromey  <tromey@redhat.com>
10315
10316         * dwarf2read.c (free_dwo_file): Remove assert.
10317
10318 2013-01-29  Tom Tromey  <tromey@redhat.com>
10319
10320         * value.c (deprecated_set_value_modifiable): Remove.
10321         * value.h (deprecated_set_value_modifiable): Remove.
10322
10323 2013-01-28  Doug Evans  <dje@google.com>
10324
10325         * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
10326         to addresses from dwo files.
10327
10328 2013-01-25  Siva Chandra Reddy  <sivachandra@google.com>
10329
10330         * valops.c (find_overload_match): Remove unused argument 'lax'.
10331         * value.h: Remove unused argument 'lax' from the declaration of
10332         find_overload_match.
10333         * eval.c (value_subexp_standard): Do not pass a 'lax' argument
10334         to find_overload_match.
10335         * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
10336         argument to find_overload_match.
10337
10338 2013-01-25  Tom Tromey  <tromey@redhat.com>
10339
10340         * dwarf2read.c (processing_has_namespace_info): Remove.
10341         (struct dwarf2_cu) <processing_has_namespace_info>: New field.
10342         (process_die, read_func_scope, dwarf2_start_symtab)
10343         (new_symbol_full): Update.
10344
10345 2013-01-25  Tom Tromey  <tromey@redhat.com>
10346
10347         * cp-namespace.c (cp_set_block_scope): Remove.
10348         * cp-support.h (cp_set_block_scope): Remove.
10349         * dbxread.c: Include block.h.
10350         (cp_set_block_scope): New function.
10351         (process_one_symbol): Update.
10352         * dwarf2read.c (read_func_scope): Use block_set_scope.
10353
10354 2013-01-25  Pedro Alves  <palves@redhat.com>
10355
10356         * remote.c (add_current_inferior_and_thread): Tweak comment.
10357
10358 2013-01-25  Tom Tromey  <tromey@redhat.com>
10359
10360         * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
10361         (cp_add_using_directive): Add 'copy_names' argument.
10362         * cp-support.h (cp_add_using_directive): Update.
10363         (struct using_direct) <import_src, import_dest, alias,
10364         declaration>: Now const.
10365         * dwarf2read.c (read_import_statement): Use obconcat.
10366         Don't copy names passed to cp_add_using_directive.
10367
10368 2013-01-25  Tom Tromey  <tromey@redhat.com>
10369
10370         * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
10371
10372 2013-01-25  Pedro Alves  <palves@redhat.com>
10373
10374         * remote.c (stop_reply_extract_thread): New.
10375         (add_current_inferior_and_thread): New parameter 'wait_status'.
10376         Handle it.
10377         (remote_start_remote): Pass wait status to
10378         add_current_inferior_and_thread.
10379         (extended_remote_run): Update comment.
10380         (extended_remote_create_inferior_1): Pass wait status to
10381         add_current_inferior_and_thread.
10382
10383 2013-01-25  Andrew Burgess  <aburgess@broadcom.com>
10384             Ulrich Weigand  <uweigand@de.ibm.com>
10385
10386         * valarith.c (value_vector_widen): New function for replicating a
10387         scalar into a vector.
10388         (value_binop): Use value_vector_widen to widen scalar to vector
10389         rather than casting, this better matches gcc C behaviour.
10390         * valops.c (value_casst): Update logic for casting between vector
10391         types, and for casting from scalar to vector, try to match gcc C
10392         behaviour.
10393         * value.h (value_vector_widen): Declare.
10394         * opencl-lang.c (opencl_value_cast): New opencl specific casting
10395         function, handle special case for casting scalar to vector.
10396         (opencl_relop): Use opencl_value_cast.
10397         (evaluate_subexp_opencl): Use opencl_value_cast instead of
10398         value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
10399         in order to use opencl_value_cast.
10400
10401 2013-01-25  Yao Qi  <yao@codesourcery.com>
10402
10403         * event-loop.c: Include "queue.h".
10404         (gdb_event_p): New typedef.
10405         (DECLARE_QUEUE_P): Use.
10406         (DEFINE_QUEUE_P): Use.
10407         (async_queue_event): Remove.
10408         (gdb_event_xfree): New.
10409         (initialize_event_loop): New.
10410         (process_event): Use QUEUE macros.
10411         (event_queue): Remove.
10412         (gdb_wait_for_event): Caller update.
10413         (check_async_event_handlers): Likewise.
10414         (poll_timers): Likewise.
10415         * event-loop.h (initialize_event_loop): Declare.
10416         * event-loop.c (gdb_event_xfree): New.
10417         * top.c (gdb_init): Call initialize_event_loop.
10418
10419 2013-01-25  Yao Qi  <yao@codesourcery.com>
10420
10421         * event-loop.c (async_queue_event): Remove one parameter
10422         'position'.  Remove code handling 'position' == TAIL.
10423         (gdb_wait_for_event): Caller update.
10424         (check_async_event_handlers): Caller update.
10425         (poll_timers): Caller update.
10426         * event-loop.h (enum queue_position): Remove.
10427
10428 2013-01-25  Maxim Kuvyrkov  <maxim@kugelworks.com>
10429
10430         * MAINTAINERS: Update my email.
10431
10432 2013-01-25  Yao Qi  <yao@codesourcery.com>
10433
10434         * main.c (print_gdb_help): Remove "--epoch" from the help
10435         message.
10436
10437 2013-01-24  Ulrich Weigand  <uweigand@de.ibm.com>
10438
10439         * symtab.c (skip_prologue_using_sal): Consider a file
10440         change the same as an increased line number
10441
10442 2013-01-24  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
10443
10444         * MAINTAINERS (Write After Approval): Add myself to the list.
10445
10446 2013-01-24  Tom Tromey  <tromey@redhat.com>
10447
10448         * ada-lang.h (ada_decode_symbol): Make return type const.
10449         * ada-lang.c (ada_decode_symbol): Likewise.
10450
10451 2013-01-23  Doug Evans  <dje@google.com>
10452
10453         * linespec.c (find_linespec_symbols): Make static.
10454
10455 2013-01-23  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
10456
10457         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
10458         type on float conversion for complex type.
10459
10460 2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
10461
10462         Add a new class gdb.Architecture which exposes GDB's
10463         internal representation of architecture via GDB Python API.
10464         * Makefile.in: Add entries corresponding to the new file
10465         python/py-arch.c.
10466         * NEWS (Python Scripting): Add entries for the new class
10467         gdb.Architecture and the new method gdb.Frame.architecture.
10468         * python/py-arch.c: Implement gdb.Architecture class.
10469         * python/py-frame.c (frapy_arch): Implement the method
10470         gdb.Frame.architecture().
10471         (frame_object_methods): Add 'architecture' to the method table.
10472         * python/python-internal.h: Add declarations of new utility
10473         functions.
10474         * python/python.c (_initialize_python): Initialize
10475         gdb.Architecture class.
10476
10477 2013-01-23  Doug Evans  <dje@google.com>
10478
10479         Work around binutils/15021.
10480         * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
10481         type_unit_group out of union s.  All uses updated.
10482         (read_index_from_section): Watch for index version 8.
10483         (follow_die_sig): If using .gdb_index version <= 7, record the TU as
10484         an imported symtab.
10485         (write_psymtabs_to_index): Increment version number to 8.
10486
10487 2013-01-22  Pedro Alves  <palves@redhat.com>
10488
10489         * annotate.c (breakpoint_changed): Skip if breakpoint is not
10490         user-visible.
10491
10492 2013-01-22  Pedro Alves  <palves@redhat.com>
10493
10494         * annotate.c (annotate_breakpoints_changed): Rename to ...
10495         (annotate_breakpoints_invalid): ... this.  Make static.
10496         (breakpoint_changed): Adjust.
10497         (_initialize_annotate): Always install the observers.  Install a
10498         "breakpoint_created" observer.
10499         * annotate.h (annotate_breakpoints_changed): Delete declaration.
10500         * breakpoint.c (set_breakpoint_condition)
10501         (breakpoint_set_commands, do_map_commands_command)
10502         (init_raw_breakpoint, clear_command, set_ignore_count)
10503         (enable_breakpoint_disp): No longer call
10504         annotate_breakpoints_changed.
10505
10506 2013-01-22  Pedro Alves  <palves@redhat.com>
10507
10508         * annotate.c: Include "inferior.h".
10509         (frames_invalid_emitted)
10510         (breakpoints_invalid_emitted): New globals.
10511         (async_background_execution_p): New function.
10512         (annotate_breakpoints_changed, annotate_frames_invalid): Skip
10513         emitting the annotation if it has already been emitted.
10514         (annotate_display_prompt): New function.
10515         * annotate.h (annotate_display_prompt): New declaration.
10516         * event-top.c: Include annotate.h.
10517         (display_gdb_prompt): Call annotate_display_prompt.
10518
10519 2013-01-22  Pedro Alves  <palves@redhat.com>
10520
10521         * annotate.c (ignore_count_changed): Delete.
10522         (annotate_breakpoints_changed): Don't clear ignore_count_changed.
10523         (annotate_ignore_count_change): Delete.
10524         (annotate_stopped): Don't emit a delayed breakpoints-changed
10525         annotation.
10526         * annotate.h (annotate_ignore_count_change): Delete.
10527         * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
10528         annotate_ignore_count_change.
10529
10530 2013-01-22  Tom Tromey  <tromey@redhat.com>
10531
10532         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
10533         require_rvalue for a register location.
10534
10535 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
10536
10537         * breakpoint.c (print_one_breakpoint_location): Add MI
10538         field 'thread-groups' when printing a breakpoint.
10539         (output_thread_groups): New function.
10540
10541 2013-01-21  Siva Chandra Reddy  <sivachandra@google.com>
10542
10543         * python/lib/gdb/commands/explore.py
10544         (CompoundExplorer.explore_expr): Correct the name of a method
10545         being invoked.
10546         (ExploreTypeCommand.invoke): Add a missing 'return'.
10547
10548 2013-01-21  Tom Tromey  <tromey@redhat.com>
10549
10550         * gdb_obstack.h (obconcat): Move declaration here, from...
10551         * symfile.h (obconcat): ... here.
10552         * gdb_obstack.c: New file.
10553         (obconcat): Move from...
10554         * symfile.c (obconcat): ... here.
10555         * Makefile.in (SFILES): Add gdb_obstack.c.
10556         (COMMON_OBS): Add gdb_obstack.o.
10557
10558 2013-01-21  Tom Tromey  <tromey@redhat.com>
10559
10560         * symfile.h (obsavestring): Don't declare.
10561         * symfile.c (obsavestring): Remove.
10562         * ada-exp.y: Use obstack_copy0, not obsavestring.
10563         * ada-lang.c: Use obstack_copy0, not obsavestring.
10564         * coffread.c: Use obstack_copy0, not obsavestring.
10565         * cp-namespace.c: Use obstack_copy0, not obsavestring.
10566         * dbxread.c: Use obstack_copy0, not obsavestring.
10567         * dwarf2read.c: Use obstack_copy0, not obsavestring.
10568         * jit.c: Use obstack_copy0, not obsavestring.
10569         * mdebugread.c: Use obstack_copy0, not obsavestring.
10570         * psymtab.c: Use obstack_copy0, not obsavestring.
10571         * stabsread.c: Use obstack_copy0, not obsavestring.
10572         * xcoffread.c: Use obstack_copy0, not obsavestring.
10573
10574 2013-01-21  Tom Tromey  <tromey@redhat.com>
10575
10576         * dwarf2read.c (fixup_go_packaging): Save package name
10577         on objfile obstack.
10578         * gdbtypes.c (init_type): Don't copy name.
10579
10580 2013-01-21  Tom Tromey  <tromey@redhat.com>
10581
10582         * dwarf2read.c (struct partial_die_info) <name, scope>: Now
10583         const.
10584         (struct attribute) <u.str>: Now const.
10585         (struct fnfieldlist) <name>: Now const.
10586         (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
10587         (partial_die_parent_scope): Make return type const.
10588         (partial_die_full_name, add_partial_symbol): Update.
10589         (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
10590         'name' const.
10591         (find_file_and_directory): Make 'name' and 'comp_dir' const.
10592         (read_file_scope, read_func_scope, dwarf2_add_field)
10593         (dwarf2_add_member_fn, read_structure_type)
10594         (process_enumeration_scope, read_array_type, read_module_type)
10595         (read_base_type, read_subrange_type): Update.
10596         (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
10597         (new_symbol_full, guess_full_die_structure_name): Update.
10598         (dwarf2_canonicalize_name): Return const type.  Make 'name' const.
10599         (dwarf2_name): Return const type.
10600         (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
10601         const.
10602
10603 2013-01-21  Tom Tromey  <tromey@redhat.com>
10604
10605         * gdbtypes.c (init_type): Make 'name' const.
10606         * gdbtypes.h (init_type): Update.
10607
10608 2013-01-21  Tom Tromey  <tromey@redhat.com>
10609
10610         * buildsym.c (patch_subfile_names): Use set_last_source_file.
10611         (start_symtab): Make 'name' and 'dirname' const.  Use
10612         set_last_source_file.
10613         (restart_symtab, reset_symtab_globals): Use set_last_source_file.
10614         (last_source_file): Define.  Now static.
10615         (set_last_source_file, get_last_source_file): New functions.
10616         * buildsym.h (last_source_file): Don't declare.
10617         (start_symtab): Update.
10618         (set_last_source_file, get_last_source_file): Declare.
10619         * coffread.c (complete_symtab): Use set_last_source_file.
10620         (coff_end_symtab): Likewise.
10621         (coff_symtab_read): Use set_last_source_file, get_last_source_file.
10622         * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
10623         set_last_source_file.
10624         (process_one_symbol): Use get_last_source_file.
10625         * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
10626         (psymtab_to_symtab_1): Use get_last_source_file.
10627         * xcoffread.c (process_linenos): Use get_last_source_file.
10628         (complete_symtab): Use set_last_source_file.
10629         (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
10630         (scan_xcoff_symtab): Use set_last_source_file.
10631
10632 2013-01-21  Tom Tromey  <tromey@redhat.com>
10633
10634         * symtab.c (struct demangled_name_entry) <mangled>: Now const.
10635         (symbol_set_names): Remove casts.  Handle field const-ness.
10636
10637 2013-01-21  Tom Tromey  <tromey@redhat.com>
10638
10639         * dwarf2read.c (new_symbol_full): Remove cast.
10640         * symtab.c (symbol_set_demangled_name): Make 'name' const.
10641         * symtab.h (symbol_set_demangled_name): Update.
10642
10643 2013-01-21  Tom Tromey  <tromey@redhat.com>
10644
10645         * main.c (captured_main): Call bfd_init.
10646
10647 2013-01-21  Tom Tromey  <tromey@redhat.com>
10648
10649         * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
10650         * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
10651         * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
10652         * NEWS: Update.
10653
10654 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
10655
10656         * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
10657
10658 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
10659
10660         Fix gdb.fortran/common-block.exp crash in PIE mode.
10661         * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
10662         LOC_COMMON_BLOCK.
10663         * f-valprint.c (info_common_command_for_block): Expect
10664         LOC_COMMON_BLOCK in gdb_assert.
10665         * symtab.h (struct general_symbol_info): Update comment for the
10666         common_block member.
10667         (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
10668         (enum address_class): New member LOC_COMMON_BLOCK.
10669
10670 2013-01-18  David Blaikie  <dblaikie@gmail.com>
10671
10672         * MAINTAINERS (Write After Approval): Add "David Blaikie".
10673
10674 2013-01-18  Tom Tromey  <tromey@redhat.com>
10675
10676         PR c++/14999:
10677         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
10678         Call require_rvalue.
10679
10680 2013-01-18  Yao Qi  <yao@codesourcery.com>
10681
10682         * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
10683         (dbx_read_symtab): New declaration.
10684         (dbx_psymtab_to_symtab): Delete.
10685         (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
10686         Rename parameter PST to SELF.  Exchanged two parameters.
10687         (start_psymtab): Caller update.
10688         * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
10689         (dwarf2_read_symtab): New declaration.
10690         (dwarf2_psymtab_to_symtab): Delete.
10691         (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
10692         Rename parameter PST to SELF.  Exchanged two parameters.
10693         (create_partial_symtab): Caller update.
10694         * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
10695         (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
10696         Rename parameter PST to SELF.  Exchanged two parameters.
10697         (parse_partial_symbols, new_psymtab): Caller update.
10698         * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
10699         two parameters.
10700         * psymtab.c (psymtab_to_symtab): Caller update.
10701         * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
10702         (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
10703         Rename parameter PST to SELF.  Exchanged two parameters.
10704         (xcoff_start_psymtab): Caller update.
10705
10706 2013-01-18  Yao Qi  <yao@codesourcery.com>
10707
10708         * infrun.c (proceed): Rename local variable 'oneproc' to
10709         'force_step'.
10710
10711 2013-01-17  Doug Evans  <dje@google.com>
10712
10713         * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
10714         (dw2_build_type_unit_groups): Delete.  All uses updated.
10715
10716         * symtab.h (struct symbol_search): Add comment.
10717
10718 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
10719
10720         * symtab.c (compare_filenames_for_search): New comment for
10721         HAS_DRIVE_SPEC.
10722
10723 2013-01-17  Tom Tromey  <tromey@redhat.com>
10724
10725         * cp-abi.c (cp_abi_completer): Fix typo in assignment.
10726
10727 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
10728
10729         * symtab.c (iterate_over_some_symtabs): New variable cleanups,
10730         initialize it by existing make_cleanup.  Call new do_cleanups.
10731
10732 2013-01-17  Tom Tromey  <tromey@redhat.com>
10733
10734         * cp-abi.c (cp_abi_completer): New function.
10735         (_initialize_cp_abi): Set completer for "set cp-abi".
10736
10737 2013-01-17  Tom Tromey  <tromey@redhat.com>
10738
10739         * mem-break.c: Remove obsolete comment.
10740         * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
10741
10742 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
10743
10744         * jit.c (jit_reader_load_command): Interpret the jit reader name
10745         as an absolute path if it begins with a forward slash.
10746
10747 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
10748
10749         PR gdb/14550
10750
10751         * jit.c (finalize_symtab): Ensure that only the global block has a
10752         NULL superblock.
10753
10754 2013-01-17  Pedro Alves  <palves@redhat.com>
10755
10756         * acinclude.m4: Include ../config/plugins.m4,
10757         ../config/largefile.m4 and ../config/lead-dot.m4.  Add comments.
10758         * Makefile.in (aclocal_m4_deps): Update.
10759         * aclocal.m4: Renegerate.
10760
10761 2013-01-16  Doug Evans  <dje@google.com>
10762
10763         * contrib/cc-with-tweaks.sh: Add references to Fission docs.
10764
10765 2013-01-16  Pedro Alves  <palves@redhat.com>
10766             Tom Tromey  <tromey@redhat.com>
10767
10768         PR cli/7221:
10769         * NEWS: Add "catch signal".
10770         * breakpoint.c (base_breakpoint_ops): No longer static.
10771         (bpstat_explains_signal): New function.
10772         (init_catchpoint): No longer static.
10773         (base_breakpoint_explains_signal): New function.
10774         (base_breakpoint_ops): Initialize new field.
10775         * breakpoint.h (enum bpstat_signal_value): New.
10776         (struct breakpoint_ops) <explains_signal>: New field.
10777         (bpstat_explains_signal): Remove macro, declare as function.
10778         (base_breakpoint_ops, init_catchpoint): Declare.
10779         * break-catch-sig.c: New file.
10780         * inferior.h (signal_catch_update): Declare.
10781         * infrun.c (signal_catch): New global.
10782         (handle_syscall_event): Update for change to
10783         bpstat_explains_signal.
10784         (handle_inferior_event): Likewise.  Always handle random signals
10785         via bpstats.
10786         (signal_cache_update): Check signal_catch.
10787         (signal_catch_update): New function.
10788         (_initialize_infrun): Initialize signal_catch.
10789         * Makefile.in (SFILES): Add break-catch-sig.c.
10790         (COMMON_OBS): Add break-catch-sig.o.
10791
10792 2013-01-16  Tom Tromey  <tromey@redhat.com>
10793
10794         * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
10795         (print_one_catch_solib, print_one_catch_syscall)
10796         (print_one_catch_exec, print_one_exception_catchpoint): Emit
10797         "catch-type".
10798
10799 2013-01-16  Yao Qi  <yao@codesourcery.com>
10800
10801         * printcmd.c (current_display_number): Make it static.
10802
10803 2013-01-16  Yao Qi  <yao@codesourcery.com>
10804
10805         * infcmd.c (step_once): Don't check '!single_inst' as it was
10806         checked before.
10807
10808 2013-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10809
10810         * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
10811
10812 2013-01-14  Tom Tromey  <tromey@redhat.com>
10813
10814         * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
10815         set command.
10816         * command.h (add_setshow_string_noescape_cmd): Update.
10817         * corefile.c (set_gnutarget_command): Remove trailing whitespace.
10818         (complete_set_gnutarget): New function.
10819         (_initialize_core): Set the "set gnutarget" completer.
10820
10821 2013-01-14  Tom Tromey  <tromey@redhat.com>
10822
10823         PR symtab/14442:
10824         * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
10825         (c_type_print_modifier): Likewise.
10826         * dwarf2read.c (read_tag_restrict_type): New function.
10827         (read_type_die_1): Handle DW_TAG_restrict_type.
10828         * gdbtypes.c (make_restrict_type): New function.
10829         (recursive_dump_type): Handle TYPE_RESTRICT.
10830         * gdbtypes.h (enum type_flag_values): Renumber.
10831         (enum type_instance_flag_value): Add
10832         TYPE_INSTANCE_FLAG_RESTRICT.
10833         (TYPE_RESTRICT): New macro.
10834         (make_restrict_type): Declare.
10835
10836 2013-01-14  Tom Tromey  <tromey@redhat.com>
10837
10838         PR symtab/14931:
10839         * psymtab.c (struct psymtab_state): New.
10840         (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
10841         functions.
10842         * psympriv.h (make_cleanup_discard_psymtabs): Declare.
10843         * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
10844
10845 2013-01-14  Richard Sharman  <richard_sharman@mitel.com>
10846             Pedro Alves  <palves@redhat.com>
10847
10848         PR remote/14786
10849
10850         * remote.c (remote_threads_info): Make a copy of the reply from
10851         qfThreadInfo and use that instead of rs->buf.
10852
10853 2013-01-14  Yao Qi  <yao@codesourcery.com>
10854
10855         * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
10856         (dbx_psymtab_to_symtab): Likewise.
10857         * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
10858         * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
10859         * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
10860
10861 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
10862
10863         * parse.c (parse_exp_in_context): New variable inner_chain.  Call
10864         make_cleanup_restore_current_language.  Call set_language.  Move
10865         OLD_CHAIN and INNER_CHAIN cleanups.
10866         * utils.c (do_restore_current_language)
10867         (make_cleanup_restore_current_language): New functions.
10868         * utils.h (make_cleanup_restore_current_language): New declaration.
10869
10870 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
10871
10872         * source.c (symtab_to_fullname): Apply rewrite_source_path also for
10873         non-existing files.
10874
10875         * source.c (symtab_to_fullname): Do not prepend DIRNAME for
10876         non-existing files if FILENAME is already absolute.
10877
10878 2013-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10879
10880         * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
10881         fputs_filtered.  Append trailing newline.
10882
10883 2013-01-11  Yao Qi  <yao@codesourcery.com>
10884             Stan Shebs  <stan@codesourcery.com>
10885
10886         * psymtab.c (init_psymbol_list): Clarify the comment.
10887
10888 2013-01-11  Yao Qi  <yao@codesourcery.com>
10889
10890         * breakpoint.c (print_one_breakpoint_location): Remove dead code.
10891         (update_dprintf_command_list): Assert that 'printf_line' is
10892         non-null.  Remove condition check.
10893
10894 2013-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10895
10896         Code cleanup.
10897         * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
10898         type const char *.
10899         * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
10900         const char *.
10901         * tui/tui-source.h (tui_source_is_displayed): Likewise.
10902
10903 2013-01-09  Anthony Green  <green@moxielogic.com>
10904
10905         * cp-abi.c (cplus_print_vtable): Don't return value from void
10906         function.
10907         * ada-lang.c (re_set_catch_assert): Ditto.
10908
10909 2013-01-09  Doug Evans  <dje@google.com>
10910
10911         * symfile.h (quick_symbol_functions): Delete member
10912         pre_expand_symtabs_matching.  All uses removed.
10913         * dwarf2read.c (dw2_lookup_symbol): Implement.
10914         (dw2_do_expand_symtabs_matching): Delete.
10915         (dw2_pre_expand_symtabs_matching): Delete.
10916         (struct dw2_symtab_iterator): New type.
10917         (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
10918         (dw2_expand_symtabs_for_function): Rewrite.
10919         (dwarf2_gdb_index_functions): Update.
10920         * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
10921         (psym_functions): Update.
10922
10923 2013-01-09  Tom Tromey  <tromey@redhat.com>
10924
10925         * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
10926         * configure: Rebuild.
10927         * configure.ac: Add somread.o to the build if BFD has SOM
10928         support.
10929         * somread.c: Include som/aout.h, not syms.h.
10930         (som_symtab_read): Use som_external_symbol_dictionary_record.
10931         Unpack records manually.
10932         (_initialize_somread): Declare.
10933
10934 2012-01-08  Mike Frysinger  <vapier@gentoo.org>
10935
10936         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
10937         Cast return_address to 64bits.
10938
10939 2013-01-08  Hui Zhu  <hui_zhu@mentor.com>
10940
10941         * printcmd.c: Remove define of function output_command.
10942         * tracepoint.c: Remove extern of function output_command.
10943         * valprint.h: (output_command): New extern.
10944
10945 2013-01-07  Tom Tromey  <tromey@redhat.com>
10946
10947         * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
10948         Remove.
10949         (objc_language_defn): Use c_printchar, c_printstr,
10950         c_emit_char.
10951
10952 2013-01-07  Tom Tromey  <tromey@redhat.com>
10953
10954         PR cli/7719:
10955         * NEWS: Update.
10956         * ada-valprint.c (printstr, print_field_values): Remove
10957         "inspect_it" code.
10958         * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
10959         code.
10960         * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
10961         code.
10962         * m2-lang.c (m2_printstr): Remove "inspect_it" code.
10963         * main.c (captured_main): Remove "epoch" argument.
10964         * objc-lang.c (objc_printstr): Remove "inspect_it" code.
10965         * p-lang.c (pascal_printstr): Remove "inspect_it" code.
10966         * p-valprint.c (pascal_object_print_value_fields): Remove
10967         "inspect_it" code.
10968         * printcmd.c (print_command_1): Remove 'inspect' argument.
10969         (print_command, call_command): Update.
10970         (inspect_command): Remove.
10971         (_initialize_printcmd): Make "inspect" an alias for "print".
10972         * top.c (epoch_interface): Remove.
10973         * top.h (epoch_interface): Remove.
10974         * valprint.c (user_print_options): Update.
10975         (print_converted_chars_to_obstack): Remove "inspect_it" code.
10976         * valprint.h (struct value_print_options) <inspect_it>: Remove
10977         field.
10978
10979 2013-01-04  Tom Tromey  <tromey@redhat.com>
10980
10981         * valprint.h (read_string): Add 'extern'.
10982
10983 2013-01-07  Joel Brobecker  <brobecker@adacore.com>
10984
10985         * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
10986         used to decide whether to define darwin_read_dyld_info or not.
10987
10988 2013-01-03  Pierre Muller  <muller@sourceware.org>
10989
10990         * main.c (relocate_gdb_directory): Avoid calling stat function
10991         if DIR is empty.
10992
10993 2013-01-03  Yao Qi  <yao@codesourcery.com>
10994
10995         * psymtab.c (fixup_psymbol_section): Update declaration.
10996         (fixup_psymbol_section): Remove code returning value.
10997
10998 2013-01-03  Yao Qi  <yao@codesourcery.com>
10999
11000         * symtab.h: Remove some out of date comments.
11001          (enum exception_event_kind): Move it ...
11002         * breakpoint.c: ... here.
11003
11004 2013-01-02  Iain Sandoe  <developer@sandoe-acoustics.co.uk>
11005
11006         PR gdb/14405
11007         * darwin-nat.c (darwin_read_dyld_info): Only build if
11008         TASK_DYLD_INFO_COUNT is defined.
11009         (darwin_xfer_partial): Call darwin_read_dyld_info only if
11010         TASK_DYLD_INFO_COUNT is defined.
11011
11012 2013-01-02  Tom Tromey  <tromey@redhat.com>
11013
11014         * symfile.h (struct ecoff_debug_hack): Remove.
11015         * objfiles.c: Don't include mdebugread.h.
11016
11017 2013-01-02  Tom Tromey  <tromey@redhat.com>
11018
11019         * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
11020         * configure.ac: Check for Mach-O support in BFD.  Update
11021         CONFIG_OBS.
11022         * configure: Rebuild.
11023
11024 2013-01-02  Tom Tromey  <tromey@redhat.com>
11025
11026         * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
11027         * configure.ac: Use GDB_AC_CHECK_BFD.
11028         * configure: Rebuild.
11029
11030 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
11031
11032         * MAINTAINERS: Update my email.
11033
11034 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
11035
11036         * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
11037
11038 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
11039
11040         * rs6000-nat.c (bss_data_overlap): New function.
11041         (vmap_symtab): Use it to adjust the .bss section's offset.
11042
11043 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
11044
11045         Update year range in copyright notice of all files.
11046
11047 2013-01-01, 13  Joel Brobecker  <brobecker@adacore.com>
11048
11049         * top.c (print_gdb_version): Update copyright year.
11050
11051 For older changes see ChangeLog-2012.
11052 \f
11053 Local Variables:
11054 mode: change-log
11055 left-margin: 8
11056 fill-column: 74
11057 version-control: never
11058 coding: utf-8
11059 End: