[gdb/16062] stepi sometimes doesn't make progress
[external/binutils.git] / gdb / ChangeLog
1 2013-10-18  Pedro Alves  <palves@redhat.com>
2
3         PR gdb/16062
4         * infrun.c (handle_inferior_event): Keep going if we got a random
5         signal we should not stop for, instead of falling through to the
6         step tests.
7
8 2013-10-18  Yao Qi  <yao@codesourcery.com>
9
10         * c-varobj.c (cplus_number_of_children): Fix indentation.
11
12 2013-10-17  Tom Tromey  <tromey@redhat.com>
13
14         PR gdb/15995:
15         * printcmd.c (printcmd): Call gdb_flush.
16
17 2013-10-17  Tom Tromey  <tromey@redhat.com>
18
19         * elfread.c (struct elfinfo) <stabindexsect>: Remove.
20         (elf_locate_sections): Update.
21
22 2013-10-17  Yao Qi  <yao@codesourcery.com>
23
24         * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
25         * ada-varobj.c: Remove the include of ada-varobj.h.
26         (ada_varobj_get_number_of_children): Declare.
27         (ada_varobj_get_name_of_child): Make it static.
28         (ada_varobj_get_path_expr_of_child): Likewise.
29         (ada_varobj_get_value_of_child): Likewise.
30         (ada_varobj_get_type_of_child): Likewise.
31         (ada_varobj_get_value_of_array_variable): Likewise.
32         * ada-varobj.h: Remove.
33
34 2013-10-17  Yao Qi  <yao@codesourcery.com>
35
36         * Makefile.in (SFILES): Add c-varobj.c and jv-varobj.c.
37         (COMMON_OBS): Add c-varobj.o and jv-varobj.o.
38         * ada-varobj.c: Include "varobj.h".
39         (ada_number_of_children): New.  Moved from varobj.c.
40         (ada_name_of_variable, ada_name_of_child): Likewise.
41         (ada_path_expr_of_child, ada_value_of_child): Likewise.
42         (ada_type_of_child, ada_value_of_variable): Likewise.
43         (ada_value_is_changeable_p, ada_value_has_mutated): Likewise.
44         (ada_varobj_ops): New.
45         * c-varobj.c, jv-varobj.c: New file.  Moved from varobj.c.
46         * gdbtypes.c (get_target_type): New.  Moved from varobj.c.
47         * gdbtypes.h (get_target_type): Declare.
48         * varobj.c: Remove the inclusion of "ada-varobj.h" and
49         "ada-lang.h".
50         (ANONYMOUS_STRUCT_NAME): Move it to c-varobj.c.
51         (ANONYMOUS_UNION_NAME): Likewise.
52         (get_type, get_value_type, get_target_type): Remove declarations.
53         (value_get_print_value, varobj_value_get_print_value): Likewise.
54         (c_number_of_children, c_name_of_variable): Likewise.
55         (c_name_of_child, c_path_expr_of_child): Likewise.
56         (c_value_of_child, c_type_of_child): Likewise.
57         (c_value_of_variable, cplus_number_of_children): Likewise.
58         (cplus_class_num_children, cplus_name_of_variable): Likewise.
59         (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
60         (cplus_value_of_child, cplus_type_of_child): Likewise.
61         (cplus_value_of_variable, java_number_of_children): Likewise.
62         (java_name_of_variable, java_name_of_child): Likewise.
63         (java_path_expr_of_child, java_value_of_child): Likewise.
64         (java_type_of_child, java_value_of_variable): Likewise.
65         (ada_number_of_children, ada_name_of_variable): Likewise.
66         (ada_name_of_child, ada_path_expr_of_child): Likewise.
67         (ada_value_of_child, ada_type_of_child): Likewise.
68         (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
69         (ada_value_has_mutated): Likewise.
70         (struct language_specific): Move it to varobj.h.
71         (CPLUS_FAKE_CHILD): Move it to varobj.h.
72         (restrict_range): Rename it varobj_restrict_range.  Make it extern.
73         Callers update.
74         (get_path_expr_parent): Rename it to varobj_get_path_expr_parent.
75         Make it extern.
76         (is_anonymous_child): Move it to c-varobj.c and rename to
77         varobj_is_anonymous_child.  Caller update.
78         (get_type): Move it to c-varobj.c.
79         (get_value_type): Rename it varobj_get_value_type.  Make it
80         extern.
81         (get_target_type): Move it gdbtypes.c.
82         (varobj_formatted_print_options): New function.
83         (value_get_print_value): Rename it to
84         varobj_value_get_print_value and make it extern.
85         (varobj_value_is_changeable_p): Make it extern.
86         (adjust_value_for_child_access): Move it to c-varobj.c.
87         (default_value_is_changeable_p): Rename it to
88         varobj_default_value_is_changeable_p.  Make it extern.
89         (c_number_of_children, c_name_of_variable): Move it to c-varobj.c
90         (c_name_of_child, c_path_expr_of_child): Likewise.
91         (c_value_of_child, c_type_of_child): Likewise.
92         (c_value_of_variable, cplus_number_of_children): Likewise.
93         (cplus_class_num_children, cplus_name_of_variable): Likewise.
94         (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
95         (cplus_value_of_child, cplus_type_of_child): Likewise.
96         (cplus_value_of_variable): Likewise.
97         (java_number_of_children, java_name_of_variable): Move it to jv-varobj.c.
98         (java_name_of_child, java_path_expr_of_child): Likewise.
99         (java_value_of_child, java_type_of_child): Likewise.
100         (java_value_of_variable): Likewise.
101         (ada_number_of_children, ada_name_of_variable): Move it to ada-varobj.c.
102         (ada_name_of_child, ada_path_expr_of_child): Likewise.
103         (ada_value_of_child, ada_type_of_child): Likewise.
104         (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
105         (ada_value_has_mutated): Likewise.
106         * varobj.h (CPLUS_FAKE_CHILD): New macro, moved from varobj.c.
107         (struct lang_varobj_ops): New.  Renamed by 'struct language_specific'.
108         (c_varobj_ops, cplus_varobj_ops): Declare.
109         (java_varobj_ops, ada_varobj_ops): Declare.
110         (varobj_default_value_is_changeable_p): Declare.
111         (varobj_value_is_changeable_p): Declare.
112         (varobj_get_value_type, varobj_is_anonymous_child): Declare.
113         (varobj_get_path_expr_parent): Declare.
114         (varobj_value_get_print_value): Declare.
115         (varobj_formatted_print_options): Declare.
116         (varobj_restrict_range): Declare.
117
118 2013-10-17  Luis Machado  <lgustavo@codesourcery.com>
119
120         * target/waitstatus.h (target_waitkind): Remove spurious
121         character from the comments.
122
123 2013-10-17  Joel Brobecker  <brobecker@adacore.com>
124
125         * gdbarch.sh (get_longjmp_target): Add method documentation.
126         * gdbarch.h: Regenerate.
127
128 2013-10-16  Tom Tromey  <tromey@redhat.com>
129
130         * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
131         label.
132
133 2013-10-16  Luis Machado  <lgustavo@codesourcery.com>
134
135         * gcore.in: Call GDB using the full path to the gcore script.
136         Error out if the GDB binary is not found.
137
138 2013-10-16  Sergio Durigan Junior  <sergiodj@redhat.com>
139
140         PR gdb/16014
141         * dwarf2read.c (dw2_get_real_path): Remove unnecessary call to
142         sizeof.
143
144 2013-10-16  Sergio Durigan Junior  <sergiodj@redhat.com>
145
146         PR gdb/16042
147         * target.c (target_disable_btrace): Fix invalid return value for
148         void function.
149         (target_teardown_btrace): Likewise.
150
151 2013-10-14  Yao Qi  <yao@codesourcery.com>
152
153         * varobj.c (struct varobj): Move most of the fields to
154         varobj.h.
155         (struct varobj_dynamic): New struct.
156         (varobj_get_display_hint) [HAVE_PYTHON]: Adjust.
157         (varobj_has_more): Likewise.
158         (dynamic_varobj_has_child_method): Likewise.
159         (update_dynamic_varobj_children): Likewise.
160         (varobj_get_num_children): Likewise.
161         (varobj_list_children, varobj_pretty_printed_p): Likewise.
162         (install_new_value_visualizer): Likewise.
163         (install_new_value_visualizer, install_new_value): Likewise.
164         (varobj_update, new_variable, free_variable): Likewise.
165         (my_value_of_variable, value_get_print_value): Likewise.
166         (install_visualizer): Change the type of parameter 'var' to
167         'struct varobjd_dynamic *'.  Callers update.
168         * varobj.h (struct varobj): Moved from varobj.c.
169         (struct varobj) <dynamic>: New field.
170
171 2013-10-13  Sandra Loosemore  <sandra@codesourcery.com>
172
173         * nios2-tdep.c (nios2_reg_names): Use "sstatus" rather than "ba"
174         as the preferred name of r30.
175         * nios2-linux-tdep.c (reg_offsets): Likewise.
176         * features/nios2-cpu.xml: Likewise.
177         * features/nios2-linux.c: Regenerated.
178         * features/nios2.c: Regenerated.
179         * regformats/nios2-linux.dat: Regenerated.
180
181 2013-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
182
183         Canonicalize directories for EXEC_FILENAME.
184         * exec.c (exec_file_attach): Use gdb_realpath_keepfile for
185         exec_filename.
186         * utils.c (gdb_realpath_keepfile): New function.
187         * utils.h (gdb_realpath_keepfile): New declaration.
188
189 2013-10-11  Doug Evans  <dje@google.com>
190
191         * Makefile.in (GDBFLAGS): New variable.
192         (run): New rule.
193
194 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
195
196         * NEWS: Add entry documenting the new "-catch-assert" and
197         "-catch-exception" GDB/MI commands.
198
199 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
200
201         * breakpoint.h (init_ada_exception_breakpoint): Add parameter
202         "enabled".
203         * breakpoint.c (init_ada_exception_breakpoint): Add parameter
204         "enabled".  Set B->ENABLE_STATE accordingly.
205         * ada-lang.h (ada_exception_catchpoint_kind): Move here from
206         ada-lang.c.
207         (create_ada_exception_catchpoint): Add declaration.
208         * ada-lang.c (ada_exception_catchpoint_kind): Move to ada-lang.h.
209         (create_ada_exception_catchpoint): Make non-static. Add new
210         parameter "disabled". Use it in call to
211         init_ada_exception_breakpoint.
212         (catch_ada_exception_command): Add parameter "enabled" in call
213         to create_ada_exception_catchpoint.
214         (catch_assert_command): Likewise.
215
216         * mi/mi-cmds.h (mi_cmd_catch_assert, mi_cmd_catch_exception):
217         Add declarations.
218         * mi/mi-cmds.c (mi_cmds): Add the "catch-assert" and
219         "catch-exception" commands.
220         * mi/mi-cmd-catch.c: Add #include "ada-lang.h".
221         (mi_cmd_catch_assert, mi_cmd_catch_exception): New functions.
222
223 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
224
225         * ada-lang.c (enum ada_exception_catchpoint_kind): Renames
226         "enum exception_catchpoint_kind".  Replace the "ex_" prefix
227         of all its enumerates with "ada_".  Update the rest of this
228         file throughout.
229
230 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
231
232         * ada-lang.c (ada_decode_exception_location): Delete.
233         (create_ada_exception_catchpoint): Remove arguments "sal",
234         "addr_string" and "ops".  Add argument "ex_kind" instead.
235         Adjust implementation accordingly, calling ada_exception_sal
236         to get the entities it no longer gets passed as arguments.
237         Document the function's arguments.
238         (catch_ada_exception_command): Use catch_ada_exception_command_split
239         instead of ada_decode_exception_location, and update call to
240         create_ada_exception_catchpoint.
241         (catch_ada_assert_command_split): Renames
242         ada_decode_assert_location.  Remove parameters "addr_string" and
243         "ops", and now returns void.  Adjust implementation accordingly.
244         Update the function documentation.
245         (catch_assert_command): Use catch_ada_assert_command_split
246         instead of ada_decode_assert_location.  Update call to
247         create_ada_exception_catchpoint.
248
249 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
250
251         * utils.h (perror_warning_with_name): Add declaration.
252         * utils.c (perror_warning_with_name): New function.
253         * cli/cli-cmds.c (source_script_with_search): Add call to
254         perror_warning_with_name if from_tty is nul.
255
256 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
257
258         * utils.c (perror_string): New function, extracted out of
259         throw_perror_with_name.
260         (throw_perror_with_name): Rework to use perror_string.
261
262 2013-10-11  Yao Qi  <yao@codesourcery.com>
263
264         * remote.c (discard_pending_stop_replies_in_queue): Update
265         declaration.
266         (struct stop_reply) <rs>: New field.
267         (remove_stop_reply_of_remote_state): New function.
268         (discard_pending_stop_replies_in_queue): Add parameter 'rs'.
269         Callers update.  Pass remove_stop_reply_of_remote_state to
270         QUEUE_iterate.
271         (remote_parse_stop_reply): Initialize field 'rs'.
272
273 2013-10-10  Will Newton  <will.newton@linaro.org>
274
275         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
276         linux_init_abi.
277
278 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
279
280         * cli/cli-cmds.c (show_baud_rate): Moved to serial.c as
281         serial_baud_show_cmd.
282         (_initialize_cli_cmds): Delete the code creating the
283         "set/show remotebaud" commands.
284         * serial.c (baud_rate): Move here from top.c.
285         (serial_baud_show_cmd): Move here from cli/cli-cmds.c.
286         (_initialize_serial): Create "set/show serial baud" commands.
287         Add "set/show remotebaud" command aliases.
288         * top.c (baud_rate): Moved to serial.c.
289         * NEWS: Document the new "set/show serial baud" commands,
290         replacing "set/show remotebaud".
291
292 2013-10-09  Pedro Alves  <palves@redhat.com>
293
294         * breakpoint.c (insert_bp_location): Use memory_error_message to
295         build the memory error string.
296         * c-lang.c: Include "gdbcore.h".
297         (c_get_string): Use memory_error to throw error.
298         (target_xfer_memory_error): Delete.
299         (memory_error_message): New, factored out from
300         target_xfer_memory_error.
301         (memory_error): Change parameter type to target_xfer_error.
302         Rewrite.
303         (read_memory): Use memory_error instead of
304         target_xfer_memory_error.
305         * gdbcore.h: Include "target.h".
306         (memory_error): Change parameter type to target_xfer_error.
307         (memory_error_message): Declare function.
308         * target.c (target_read_memory, target_read_stack)
309         (target_write_memory, target_write_raw_memory): Return
310         TARGET_XFER_E_IO on error.  Adjust comments.
311         (get_target_memory): Pass TARGET_XFER_E_IO to memory_error,
312         instead of EIO.
313         * target.h (target_read, target_insert_breakpoint)
314         (target_remove_breakpoint): Adjust comments.
315         * valprint.c (partial_memory_read): Rename parameter, and adjust
316         comment.
317         (val_print_string): Use memory_error_message to build the memory
318         error string.
319
320 2013-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
321
322         * common/filestuff.c (gdb_fopen_cloexec): Remove initialization of
323         result variable.  Rename variable fopen_e_ever_failed to
324         fopen_e_ever_failed_einval.  Retry fopen only for errno EINVAL.
325
326 2013-10-09  Pedro Alves  <palves@redhat.com>
327
328         * monitor.c (monitor_write_memory, monitor_write_memory_bytes)
329         (monitor_write_memory_longlongs, monitor_write_memory_block):
330         Constify 'myaddr' parameter.
331         (monitor_xfer_memory): Adjust interface as monitor_xfer_partial
332         helper.
333         (monitor_xfer_partial): New function.
334         (init_base_monitor_ops): Don't install a deprecated_xfer_memory
335         hook.  Install a to_xfer_partial hook.
336
337 2013-10-09  Tom Tromey  <tromey@redhat.com>
338
339         * dwarf2read.c (dwarf2_get_dwz_file): Update for type change in
340         bfd_get_alt_debug_link_info.
341
342 2013-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
343
344         New flag OBJF_NOT_FILENAME.
345         * auto-load.c (auto_load_objfile_script): Check also OBJF_NOT_FILENAME.
346         * jit.c (jit_object_close_impl): Use OBJF_NOT_FILENAME for
347         allocate_objfile.
348         (jit_bfd_try_read_symtab): Use OBJF_NOT_FILENAME for
349         symbol_file_add_from_bfd.
350         * jv-lang.c (get_dynamics_objfile): Use OBJF_NOT_FILENAME for
351         allocate_objfile.
352         * objfiles.c (allocate_objfile): Assert OBJF_NOT_FILENAME if NAME is
353         NULL.
354         * objfiles.h (OBJF_NOT_FILENAME): New.
355
356 2013-10-08  Tom Tromey  <tromey@redhat.com>
357
358         * Makefile.in (SFILES): Add build-id.c.
359         (HFILES_NO_SRCDIR): Add build-id.h.
360         * build-id.c: New file, largely from elfread.c.  Modified
361         most functions.
362         * build-id.h: New file.
363         * dwarf2read.c (dwarf2_get_dwz_file): Update for change to
364         bfd_get_alt_debug_link_info.  Verify dwz file's build-id.
365         Search for dwz file using build-id.
366         * elfread.c (build_id_bfd_get, build_id_verify)
367         (build_id_to_debug_filename, find_separate_debug_file): Remove.
368
369 2013-10-08  Joel Brobecker  <brobecker@adacore.com>
370
371         * ada-lang.c (compare_names_with_case): Renamed from
372         compare_names, adding a new parameter "casing" and its handling.
373         New function documentation.
374         (compare_names): New function, implemented using
375         compare_names_with_case.
376
377 2013-10-08  Joel Brobecker  <brobecker@adacore.com>
378
379         * ada-lang.c (ada_exception_sal): Remove advance declaration.
380
381 2013-10-07  Tom Tromey  <tromey@redhat.com>
382
383         * objfiles.c (free_objfile_per_bfd_storage): Delete the
384         demangled_names_hash.
385         (free_objfile): Don't delete the demangled_names_hash.
386         * objfiles.h (struct objfile_per_bfd_storage)
387         <demangled_names_hash>: New field.
388         (struct objfile) <demangled_names_hash>: Move to
389         objfile_per_bfd_storage.
390         * symfile.c (reread_symbols): Don't delete the
391         demangled_names_hash.
392         * symtab.c (create_demangled_names_hash): Update.
393         (symbol_set_names): Update.
394
395 2013-10-07  Tom Tromey  <tromey@redhat.com>
396
397         * gdb_bfd.c (struct gdb_bfd_data) <relocation_computed,
398         needs_relocations>: New fields.
399         (gdb_bfd_requires_relocations): New function.
400         * gdb_bfd.h (gdb_bfd_requires_relocations): Declare.
401         * objfiles.c (get_objfile_bfd_data): Disallow sharing if
402         the BFD needs relocations applied.
403
404 2013-10-07  Pedro Alves  <palves@redhat.com>
405
406         PR breakpoints/11568
407         * breakpoint.c (remove_threaded_breakpoints): Say "no longer in
408         the thread list" instead of "gone".
409
410 2013-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
411
412         * NEWS: Mention new convenience variable $_exitsignal.
413         * corelow.c (core_open): Reset exit convenience variables.  Set
414         $_exitsignal to the uncaught signal which generated the corefile.
415         * infrun.c (handle_inferior_event): Reset exit convenience
416         variables.  Set $_exitsignal for TARGET_WAITKIND_SIGNALLED.
417         (clear_exit_convenience_vars): New function.
418         * inferior.h (clear_exit_convenience_vars): New prototype.
419
420 2013-10-06  Yao Qi  <yao@codesourcery.com>
421
422         * varobj.h: Add comments to enum varobj_languages.
423
424 2013-10-04  Doug Evans  <dje@google.com>
425
426         Add support for DWP file format version 2.
427         * NEWS: Mention support for DWP file format version 2.
428         * dwarf2read.c (dwarf2_section_info): Convert asection field to a
429         union of asection, containing_section.  New fields virtual_offset
430         and is_virtual.  Change type of readin filed from int to char.
431         (dwo_sections, dwo_file): Tweak comments.
432         (dwp_v2_section_ids): New enum.
433         (dwp_sections): New fields abbrev, info, line, loc, macinfo, macro,
434         str_offsets, types.
435         (virtual_v1_dwo_sections): Renamed from virtual_dwo_sections.
436         All uses updated.
437         (virtual_v2_dwo_sections): New struct.
438         (dwp_hash_table): New fields version, nr_columns.  Change type of
439         section_pool field to a union.
440         (dwp_file): New field version.
441         (dwarf2_has_info): Check for virtual sections.
442         (get_containing_section): New function.
443         (get_section_bfd_owner, get_section_bfd_section): Call it.
444         (dwarf2_locate_sections): Update.
445         (dwarf2_section_empty_p): Update.
446         (dwarf2_read_section): Handle virtual sections.
447         (locate_dwz_sections): Update.
448         (create_dwp_hash_table): Document and handle V2 format.
449         (locate_v1_virtual_dwo_sections): Renamed from
450         locate_virtual_dwo_sections and update.  All callers updated.
451         (create_dwo_unit_in_dwp_v1): Renamed from create_dwo_in_dwp.
452         Delete arg htab.  Rename arg section_index to unit_index.
453         All callers updated.
454         (MAX_NR_V1_DWO_SECTIONS): Renamed from MAX_NR_DWO_SECTIONS.
455         All uses updated.
456         (create_dwp_v2_section, create_dwo_unit_in_dwp_v2): New functions.
457         (lookup_dwo_unit_in_dwp): Add V2 support.
458         (dwarf2_locate_dwo_sections): Update.
459         (dwarf2_locate_common_dwp_sections): Renamed from
460         dwarf2_locate_dwp_sections and update.  All callers updated.
461         (dwarf2_locate_v2_dwp_sections): New function.
462         (open_and_init_dwp_file): Add V2 support.
463         (read_str_index): New locals str_section, str_offsets_section.
464
465 2013-10-04  Pedro Alves  <palves@redhat.com>
466
467         * common/ptid.c (null_ptid, minus_one_ptid, ptid_build)
468         (pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid)
469         (ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p): Replace
470         describing comments with references to ptid.h.
471         * common/ptid.h: Remove intro description of constructors,
472         accessors and predicates.
473         (struct ptid): Reformat.
474         (minus_one_ptid, ptid_build, pid_to_ptid, ptid_get_pid)
475         (ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid): Change
476         describing comments.
477
478 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
479
480         * aix-thread.c (sync_threadlists): Add missing ')' in call
481         to ptid_build.
482
483 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
484
485         * procfs.c (procfs_init_inferior): Fix typo causing the build
486         to fail.
487
488 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
489
490         * aix-thread.c (ptrace32): Remove cast to addr_ptr.
491
492 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
493
494         * mi/mi-main.c (run_one_inferior): Add function description.
495         Make ARG a pointer to an integer whose value determines whether
496         we should "run" or "start" the program.
497         (mi_cmd_exec_run): Add handling of the "--start" option.
498         Reject all other command-line options.
499         * NEWS: Add entry for "-exec-run"'s new "--start" option.
500
501 2013-10-04  Yao Qi  <yao@codesourcery.com>
502
503         * remote-notif.h (REMOTE_NOTIF_ID): New enum.
504         (struct notif_client) <pending_event>: Moved
505         to struct remote_notif_state.
506         <id>: New field.
507         (struct remote_notif_state) <pending_event>: New field.
508         (notif_event_xfree): Declare.
509         * remote-notif.c (handle_notification): Adjust.
510         (notif_event_xfree): New function.
511         (do_notif_event_xfree): Call notif_event_xfree.
512         (remote_notif_state_xfree): Call notif_event_xfree to free
513         each element in field pending_event.
514         * remote.c (discard_pending_stop_replies): Remove declaration.
515         (discard_pending_stop_replies_in_queue): Declare.
516         (remote_close): Call discard_pending_stop_replies_in_queue
517         instead of discard_pending_stop_replies.
518         (remote_start_remote): Adjust.
519         (stop_reply_xfree): Call notif_event_xfree.
520         (notif_client_stop): Adjust initialization.
521         (remote_notif_remove_all): Rename it to ...
522         (remove_stop_reply_for_inferior): ... this.  Update comments.
523         Don't check INF is NULL.
524         (discard_pending_stop_replies): Return early if notif_state is
525         NULL.  Adjust.  Don't check INF is NULL.
526         (remote_notif_get_pending_events): Adjust.
527         (discard_pending_stop_replies_in_queue): New function.
528         (remote_wait_ns): Likewise.
529
530 2013-10-04  Yao Qi  <yao@codesourcery.com>
531
532         * remote-notif.c (DECLARE_QUEUE_P): Remove.
533         (notif_queue): Remove.
534         (remote_notif_process): Add one parameter 'notif_queue'.
535         Update comments.  Callers update.
536         (remote_async_get_pending_events_token): Remove.
537         (remote_notif_register_async_event_handler): Remove.
538         (remote_notif_unregister_async_event_handler): Remove.
539         (handle_notification): Add parameter 'notif_queue'.  Update
540         comments.  Callers update.
541         (notif_xfree): Remove.
542         (remote_notif_state_allocate): New function.
543         (remote_notif_state_xfree): New function.
544         (_initialize_notif): Remove code to allocate queue.
545         * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
546         (struct remote_notif_state): New.
547         (handle_notification): Update declaration.
548         (remote_notif_process): Likewise.
549         (remote_notif_register_async_event_handler): Remove.
550         (remote_notif_unregister_async_event_handler): Remove.
551         (remote_notif_state_allocate): Declare.
552         (remote_notif_state_xfree): Declare.
553         * remote.c (struct remote_state) <notif_state>: New field.
554         (remote_close): Don't call
555         remote_notif_unregister_async_event_handler.  Call
556         remote_notif_state_xfree.
557         (remote_open_1): Don't call
558         remote_notif_register_async_event_handler.  Call
559         remote_notif_state_allocate.
560
561 2013-10-04  Yao Qi  <yao@codesourcery.com>
562
563         * varobj.c (create_child_with_value): Remove 'const' from the
564         type of parameter 'name'.
565         (varobj_add_child): Likewise.
566         (install_dynamic_child): Remove 'const' from the type of
567         parameter 'name'.
568         (varobj_add_child): Likewise.
569         (create_child_with_value): Likewise.  Update comments.  Don't
570         duplicate 'name'.
571         (update_dynamic_varobj_children): Duplicate 'name'
572         and pass it to install_dynamic_child.
573
574 2013-10-03  Phil Muldoon  <pmuldoon@redhat.com>
575
576         * python/py-value.c (convert_value_from_python): Move PyInt_Check
577         conversion logic to occur after PyLong_Check.  Comment on order
578         change significance.
579         * python/py-arch.c (archpy_disassemble): Comment on order of
580         conversion for integers and longs.
581
582 2013-10-03  Pedro Alves  <palves@redhat.com>
583
584         * common/linux-ptrace.c (linux_check_ptrace_features): Factor out
585         the PTRACE_O_TRACESYSGOOD and PTRACE_O_TRACEFORK to separate
586         functions.  Always test for PTRACE_O_TRACESYSGOOD even if
587         PTRACE_O_TRACEFORK is not supported.
588         (linux_test_for_tracesysgood): New function.
589         (linux_test_for_tracefork): New function, factored out from
590         linux_check_ptrace_features, and also don't kill child_pid here.
591
592 2013-10-03  Tristan Gingold  <gingold@adacore.com>
593
594         * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
595         Remove verbose error reporting.  Use detected state to
596         thread_set_state call.
597         (i386_darwin_dr_get): Fix return type.  Remove verbose error
598         report.
599         Remove trailing spaces.
600
601 2013-10-02  Pedro Alves  <palves@redhat.com>
602
603         * cp-valprint.c (cp_print_value_fields): Adjust calls to
604         val_print_optimized_out.
605         * jv-valprint.c (java_print_value_fields): Likewise.
606         * p-valprint.c (pascal_object_print_value_fields): Likewise.
607         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
608         <DWARF_VALUE_REGISTER>: If the register was not saved, return a
609         new optimized out value.
610         * findvar.c (address_from_register): Likewise.
611         * frame.c (put_frame_register): Tweak error string to say the
612         register was not saved, rather than optimized out.
613         * infcmd.c (default_print_one_register_info): Adjust call to
614         val_print_optimized_out.  Use value_of_register instead of
615         get_frame_register_value.
616         * mi/mi-main.c (output_register): Use value_of_register instead of
617         get_frame_register_value.
618         * valprint.c (valprint_check_validity): Likewise.
619         (val_print_optimized_out): New value parameter.  If the value is
620         lval_register, print <not saved> instead.
621         (value_check_printable, val_print_scalar_formatted): Adjust calls
622         to val_print_optimized_out.
623         * valprint.h (val_print_optimized_out): New value parameter.
624         * value.c (struct value) <optimized_out>: Extend comment.
625         (error_value_optimized_out): New function.
626         (require_not_optimized_out): Use it.  Use a different string for
627         lval_register values.
628         * value.h (error_value_optimized_out): New declaration.
629         * NEWS: Mention <not saved>.
630
631 2013-10-02  Joel Brobecker  <brobecker@adacore.com>
632
633         * symtab.c (compare_search_syms): Use FILENAME_CMP instead of
634         strcmp to compare two symtab filenames.
635
636 2013-10-02  Joel Brobecker  <brobecker@adacore.com>
637
638         * symtab.c (search_symbols_equal): Delete.
639         (sort_search_symbols_remove_dups): Replace call to
640         search_symbols_equal by call to compare_search_syms,
641         adjusting as necessary.
642
643 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
644
645         PR python/15579
646
647         * python/python.c: Document gdb.execute command in Python help.
648
649 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
650
651         * python/py-frame.c (frame_info_to_frame_object): Use
652         gdbpy_convert_exception. Clean up Python object on failure.
653
654 2013-10-02  Phil Muldoon  <pmuldoon@redhat.com>
655
656         * python/lib/gdb/command/frame_filters.py
657         (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
658         (ShowFrameFilterPriority.invoke): Ditto.
659
660 2013-10-01  Keith Seitz  <keiths@redhat.com>
661
662         * linespec.c (struct ls_parser): Make 'saved_arg' const.
663         (parse_linespec): Make 'argptr' const.
664         Remove temporary cast of 'argptr' to const char **.
665         (decode_line_full): Pass const pointer to parse_linespec.
666         (decode_line_1): Likewise.
667         (decode_objc): Make local variable 'new_argptr' const.
668         (find_function_symbols): Remove temporary cast to char *
669         to find_imps.
670         * objc-lang.c (find_imps): Make argument 'method' const.
671         Return const.
672         * objc-lang.h (find_imps): Likewise.
673
674 2013-10-01  Keith Seitz  <keiths@redhat.com>
675
676         * completer.c (skip_quoted_chars): Make all arguments const.
677         Return const.
678         (skip_quoted): Likewise.
679         * completer.h (skip_quoted_chars): Likewise.
680         (skip_quoted): Likewise.
681         * defs.h (skip_quoted): Remove duplicate declaration.
682         * jv-exp.y: Include completer.h.
683         (yylex): Remove unneccessary cast to char * fro skip_quoted.
684         * p-exp.y: Include completer.h.
685
686 2013-10-01  Keith Seitz  <keiths@redhat.com>
687
688         * c-exp.y (parse_number): Make first argument const.
689         Make a copy of the input to manipulate.
690         (c_parse_escape): Make first argument const.
691         Make local variable 'tokptr' const.
692         (parse_string_or_char): Make first two arguments const.
693         (macro_original_text): Make const.
694         (lex_one_token): Make local variable 'tokstart' const.
695         Likewise for local variables named 'p'.
696         Cast away const for struct stoken (temporary).
697         * c-lang.h (c_parse_escpae): Make first argument const.
698         * cli/cli-cmds.c (echo_command): Make local variable 'p'
699         const.
700         * cli/cli-setshow.c (do_set_command): Likewise for 'p' in
701         var_string case.
702         * f-exp.y (parse_number): Make first argument const.
703         (match_string_literal): Make local variable 'tokstart'
704         const.
705         (yylex): Make local variable 'p' const.
706         Cast away const for struct stoken (temporary).
707         * go-exp.y (parse_number): Make first argument const.
708         (parse_string_or_char): Likewise.
709         Make local variable 'tokstart' const.
710         (lex_one_token): Likewise for numerous locals called 'p'.
711         Cast away const for struct stoken (temporary).
712         * jv-exp.y (parse_number): Make first argument const.
713         Make local variables 'tokstart' and 'tokptr' const.
714         Cast away const for call to skip_quoted (temporary).
715         (yylex): Make local variable 'p' const.
716         Cast away const for struct stoken (temporary).
717         * m2-exp.y (parse_number): Make local variable 'p' const.
718         (yylex): Likewise for 'tokstart'.
719         Cast away const for struct stoken (temporary).
720         Make local variable 'p' const.
721         * macroexp.c (get_character_constant): Pass a const string
722         to c_parse_escape.
723         (get_string_literal): Likewise.
724         (macro_expand_next): Make first argument const.
725         Cast away const for init_shared_buffer.
726         * macroexp.h (macro_expand_next): Make first argument const.
727         * p-exp.y (yylex): Make a local copy of 'lexptr'.
728         Pass a const string to c_parse_escape.
729         Make local variables 'p' and 'namestart' const.
730         * parse.c (lexptr): Make const.
731         (prev_lexptr): Likewise.
732         (find_template_name_end): Return const.
733         Make argument const, too.
734         (parse_exp_in_context): Make first argument const.
735         Remove the entire const_hack.
736         (parse_exp_in_context_1): Make first argument const.
737         * parser-defs.h (find_template_name_end): Return const.
738         Make argument const, too.
739         (lexptr): Make const.
740         (prev_lexptr): Likewise.
741         * utils.c (parse_escape): Make second argument const.
742         * utils.h (parse_escape): Likewise.
743
744 2013-10-01  Keith Seitz  <keiths@redhat.com>
745
746         * ada-exp.y (write_object_renaming): Update: struct stoken.ptr
747         is now const.
748         (block_lookup): Make 'raw_name' and 'name' const.
749         * ada-lex.l (processString): Update for struct stoken.ptr.
750         * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
751         (operator_stoken): Likewise.
752         (lex_one_token): Remove temporary cast to char * for
753         'yylval.sval.ptr'.
754         * f-exp.y (yylex): Likewise.
755         * gdb-types.c (lookup_struct_elt_type): Make argument 'name' const.
756         * gdbtypes.h (lookup_struct_elt_type): Likewisee.
757         * go-exp.y (lex_one_token): Remove temporary cast to char * for
758         'yylval.sval.ptr'.
759         * jv-exp.y (QualifiedName): Update for struct stoken.ptr.
760         (yylex): Remove temporary cast to char * for 'yylval.sval.ptr'.
761         * linespec.c (struct ls_parser): Make 'stream' const.
762         (find_parameter_list_end): Make argument 'input' and local
763         variable 'p' const.
764         (linespec_lexer_lex_string): Make local variables 'start' and
765         'p' const.
766         Use skip_spaces_const instead of skip_spaces.
767         (linespec_lexer_peek_token): Make local variable 'saved_stream'
768         const.
769         (parse_linespec): Temporarily cast 'argptr' to const for
770         'parser->lexer.stream'.
771         * m2-exp.y (yylex): Remove temporary cast to char * for
772         'yylval.sval.ptr'.
773         * objc-lang.c (add_msglist): Make local variable 'p' const.
774         * p-exp.y (exp : exp '['): Update for struct stoken.ptr.
775         (exp : STRING): Make 'sp' const.
776         (parse_number): Make argument 'p' const.
777         * parser-defs.h (struct stoken): Make 'ptr' const.
778
779 2013-10-01  Doug Evans  <dje@google.com>
780
781         * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
782
783 2013-10-01  Yao Qi  <yao@codesourcery.com>
784
785         * varobj.c (c_value_of_root): Remove declaration.
786         (cplus_value_of_root, java_value_of_root): Likewise.
787         (ada_value_of_root): Likewise.
788         (struct language_specific) <value_of_root>: Remove.
789         (languages): Update initialization.
790         (check_scope): Move earlier.
791         (c_value_of_root): Move earlier and rename to ...
792         (value_of_root_1): ... this.
793         (value_of_root): Caller update.
794         (cplus_value_of_root, java_value_of_root): Remove.
795         (ada_value_of_root): Remove.
796
797 2013-10-01  Yao Qi  <yao@codesourcery.com>
798
799         * varobj.c (varobj_format_string): Remove "unknown".
800         (languages): Remove the first element.
801         * varobj.h (enum varobj_languages): Remove vlang_c.
802
803 2013-10-01  Yao Qi  <yao@codesourcery.com>
804
805         * varobj.c (struct language_specific) <language>: Remove.
806         (languages): Update the initialization.
807
808 2013-10-01  Yao Qi  <yao@codesourcery.com>
809
810         * arm-wince-tdep.c: Remove inclusion of "solib.h" and
811         "solib-target.h".  Include "windows-tdep.h".
812         (arm_wince_init_abi): Call windows_init_abi.  Remove call to
813         set_solib_ops and set_gdbarch_has_dos_based_file_system.
814         * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append
815         windows-tdep.o to gdb_target_obs.
816
817 2013-10-01  Yao Qi  <yao@codesourcery.com>
818
819         * amd64-windows-tdep.c: Remove inclusion of "solib.h" and
820         "solib-target.h".
821         (amd64_windows_init_abi): Don't call set_solib_ops and
822         set_gdbarch_iterate_over_objfiles_in_search_order.  Call
823         windows_init_abi instead.
824         * i386-cygwin-tdep.c: Remove inclusion of "solib.h" and
825         "solib-target.h".
826         (i386_cygwin_init_abi): Don't call set_solib_ops,
827         set_gdbarch_has_dos_based_file_system and
828         set_gdbarch_iterate_over_objfiles_in_search_order.  Call
829         windows_init_abi instead.
830         * windows-tdep.c: Include "solib.h" and "solib-target.h".
831         (windows_init_abi): New function.
832         (windows_iterate_over_objfiles_in_search_order): Make it
833         static.
834         * windows-tdep.h (windows_init_abi): Declare.
835         (windows_iterate_over_objfiles_in_search_order): Remove
836         declaration.
837
838 2013-10-01  Jerome Guitton  <guitton@adacore.com>
839
840         Checked in by Joel Brobecker  <brobecker@adacore.com>
841         * system-gdbinit/elinos.py (get_elinos_environment): Return an
842         incomplete dictionnary instead of None in case of missing
843         environment variables.
844         (elinos_init): in case of an incomplete environment, best
845         effort to load system libraries instead of abort.
846
847 2013-10-01  Joel Brobecker  <brobecker@adacore.com>
848
849         * ada-lang.c (ada_has_this_exception_support): Ignore
850         mst_solib_trampoline minimal symbols.
851
852 2013-09-30  Tristan Gingold  <gingold@adacore.com>
853
854         * i386-darwin-nat.c (darwin_complete_target): Install methods for
855         hardware watchpoint.
856         (i386_darwin_dr_set): Support 32 and 64 bit states.
857         (i386_darwin_dr_get): Likewise.
858         (i386_darwin_dr_set_control): Make static.
859         (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
860         (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
861
862 2013-09-30  Luis Machado  <lgustavo@codesourcery.com>
863
864         * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
865         Replace TIDGET with ptid_get_lwp.
866         Replace GET_LWP with ptid_get_lwp.
867         * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
868         Replace BUILD_THREAD with ptid_build.
869         Replace BUILD_LWP with ptid_build.
870         Replace PIDGET with ptid_get_pid.
871         Replace TIDGET with ptid_get_lwp.
872         * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
873         * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
874         Replace TIDGET with ptid_get_lwp.
875         * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
876         * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
877         Replace TIDGET with ptid_get_lwp.
878         Replace GET_LWP with ptid_get_lwp.
879         * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
880         * auxv.c: Likewise.
881         * breakpoint.c: Likewise.
882         * common/ptid.c (ptid_is_pid): Condense check for
883         null_ptid and minus_one_ptid.
884         (ptid_lwp_p): New function.
885         (ptid_tid_p): New function.
886         * common/ptid.h: Update comments for accessors.
887         (ptid_lwp_p): New prototype.
888         (ptid_tid_p): New prototype.
889         * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
890         * gcore.c: Replace PIDGET with ptid_get_pid.
891         * gdbthread.h: Likewise.
892         * gnu-nat.c: Likewise.
893         * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
894         Replace TIDGET with ptid_get_lwp.
895         * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
896         * hppanbsd-nat.c: Likewise.
897         * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
898         Replace TIDGET with ptid_get_lwp.
899         * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
900         * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
901         * infcmd.c: Likewise.
902         * inferior.h: Likewise.
903         * inflow.c: Likewise.
904         * infrun.c: Likewise.
905         * linux-fork.c: Likewise.
906         * linux-nat.c: Replace PIDGET with ptid_get_pid.
907         Replace GET_PID with ptid_get_pid.
908         Replace is_lwp with ptid_lwp_p.
909         Replace GET_LWP with ptid_get_lwp.
910         Replace BUILD_LWP with ptid_build.
911
912 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
913
914         * common/linux-btrace.c: Move sys/syscall.h out of the
915         HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
916         Also check for SYS_perf_event_open before attempting to buid.
917
918 2013-09-27  Doug Evans  <dje@google.com>
919
920         * dwarf2read.c (dwarf2_section_info): Add comment.
921         (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
922         All uses updated.
923         (dwarf2_section_empty_p): Rename arg from "info" to "section".
924         (dwarf2_read_section): Delete unused local "header".  Add section
925         name to error message.
926         (create_dwo_in_dwp): Tweak comment.
927         (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
928
929         * dwarf2read.c (die_reader_specs): Tweak comment.
930         (get_section_bfd_owner, get_section_bfd_section): New functions.
931         (get_section_name, get_section_file_name): New functions.
932         (get_section_id, get_section_flags): New functions.
933         (*): Use new functions to access section fields.
934
935         * dwarf2read.c (struct dwo_file): Add/tweak comments.
936         (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp.  Remove
937         arg "htab".  All callers updated.
938         (create_debug_types_hash_table): Remove redundant copy of
939         abbrev_section.
940         (create_dwo_in_dwp): Tweak comments.
941         (read_str_index): Tweak comment.  Record dwarf form name in static
942         local.
943
944 2013-09-27  Pedro Alves  <palves@redhat.com>
945
946         * remote.h (REMOTE_SYSROOT_PREFIX): New define.
947         (remote_filename_p): Add comment.
948         * remote.c (remote_filename_p): Adjust to use
949         REMOTE_SYSROOT_PREFIX.
950         * solib.c (solib_find): When deciding whether we need to add a
951         directory separator, check whether the sysroot is "remote:"
952         instead of checking whether the patch has a drive spec.  Add
953         comments.
954
955 2013-09-27  Pedro Alves  <palves@redhat.com>
956
957         * remote.c (struct stop_reply) <solibs_changed, replay_event>:
958         Delete fields.
959         (remote_parse_stop_reply): Adjust, setting event->ws.kind
960         directly.
961
962 2013-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
963
964         Fix set debug frame output.
965         * frame.c (fprint_frame_type): Add TAILCALL_FRAME entry.  Move
966         SENTINEL_FRAME entry lower to match enum frame_type order.
967
968 2013-09-26  Pierre Muller  <muller@sourceware.org>
969
970         Replace constant values 8 to 15 by AMD64_R8_REGNUM to
971         AMD64_R15_REGNUM when a register index is expected.
972         * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):
973         Substitute in array.
974         * amd64-tdep.c (amd64_dwarf_regmap): Ditto.
975         (amd64_push_arguments): Substitute in integer_regnum array.
976
977 2013-09-25  Doug Evans  <dje@google.com>
978
979         * objfiles.c (allocate_objfile): Move comment to better place.
980
981         New option "set debug symfile on".
982         * NEWS: Mention "set debug symfile".
983         * Makefile.in (SFILES): Add symfile-debug.c.
984         (COMMON_OBS): Add symfile-debug.o.
985         * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the
986         objfile's symbol functions.
987         * objfiles.h (objfile_set_sym_fns): Declare.
988         * symfile-debug.c: New file.
989         * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the
990         objfile's symbol functions.
991         (reread_symbols): Ditto.
992
993         * symfile.h (struct sym_fns): Delete member "sym_flavour".
994         All uses updated.
995         (add_symtab_fns): Update prototype.
996         * symfile.c (sym_fns_ptr): Delete.  Replace with ...
997         (registered_sym_fns): ... this.
998         (symtab_fns): Update.
999         (add_symtab_fns): New arg "flavour".  All callers updated.
1000         (find_sym_fns): Rewrite to use new sym_fns registry.
1001
1002         * symfile.h (struct sym_fns): Add "objfile" argument to
1003         sym_read_linetable.  All uses updated.
1004
1005         * symtab.c (domain_name, search_domain_name): New functions.
1006         * symtab.h (domain_name, search_domain_name): Declare.
1007
1008         * symfile.h (struct quick_symbol_functions): Reorg arg list of
1009         map_matching_symbols so objfile is first.  All uses updated.
1010         * dwarf2read.c (dw2_map_matching_symbols): Update signature.
1011         * psymtab.c (map_matching_symbols_psymtab): Update signature.
1012
1013 2013-09-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1014
1015         PR shlibs/8882
1016         * solib-svr4.c (svr4_read_so_list): Skip the vDSO when reading
1017         link map entries.
1018
1019 2013-09-24  Doug Evans  <dje@google.com>
1020
1021         * objfiles.c (free_objfile): Move comment.
1022
1023 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1024
1025         * ada-exp.y (string_to_operator): Delete.
1026         (dummy_string_to_ada_operator): Delete.
1027
1028 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1029
1030         Revert:
1031         * i386-tdep.h (enum amd64_reg_class): New, moved here from
1032         amd64-tdep.c.
1033         (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
1034         call_dummy_integer_regs, and classify.
1035         * amd64-tdep.h (amd64_classify): Add declaration.
1036         * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
1037         (amd64_reg_class): Delete, moved to i386-tdep.h.
1038         (amd64_classify): Make non-static.  Move declaration to amd64-tdep.h.
1039         Replace call to amd64_classify by call to tdep->classify.
1040         (amd64_push_arguments): Get the list of registers to use for
1041         passing integer parameters from the gdbarch tdep structure,
1042         rather than using a hardcoded one.  Replace calls to amd64_classify
1043         by calls to tdep->classify.
1044         (amd64_push_dummy_call): Get the register number used for
1045         the "hidden" argument from tdep->call_dummy_integer_regs.
1046         (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
1047         and tdep->call_dummy_integer_regs.  Set tdep->classify.
1048
1049 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1050
1051         Revert:
1052         * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
1053         * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
1054         where tdep->memory_args_by_pointer is non-zero.
1055
1056 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1057
1058         Revert:
1059         * i386-tdep.h (struct gdbarch_tdep): Add new field
1060         integer_param_regs_saved_in_caller_frame.
1061         * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
1062         stack if tdep->integer_param_regs_saved_in_caller_frame is set.
1063
1064 2013-09-24  Joel Brobecker  <brobecker@adacore.com>
1065
1066         * amd64-windows-tdep.c: #include "value.h"
1067         (amd64_windows_classify): Delete.
1068         (amd64_windows_passed_by_integer_register)
1069         (amd64_windows_passed_by_xmm_register)
1070         (amd64_windows_passed_by_pointer)
1071         (amd64_windows_adjust_args_passed_by_pointer)
1072         (amd64_windows_store_arg_in_reg, amd64_windows_push_arguments)
1073         (amd64_windows_push_dummy_call): New functions.
1074         (amd64_windows_init_abi): Remove setting of
1075         tdep->call_dummy_num_integer_regs, tdep->call_dummy_integer_regs,
1076         tdep->classify, tdep->memory_args_by_pointer and
1077         tdep->integer_param_regs_saved_in_caller_frame.
1078         Add call to set_gdbarch_push_dummy_call.
1079
1080 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1081
1082         * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with
1083         objfile->original_name.
1084
1085 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1086
1087         Pass down original filename for objfile.
1088         * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
1089         * elfread.c (elf_symfile_read): Likewise.
1090         * jit.c (jit_object_close_impl): Update allocate_objfile call, no
1091         longer set ORIGINAL_NAME.
1092         (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
1093         * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
1094         * machoread.c (macho_add_oso_symfile): Add parameter name.  Update
1095         symbol_file_add_from_bfd call.
1096         (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
1097         (macho_check_dsym): Add parameter filenamep.  Change function comment.
1098         Set *filenamep.
1099         (macho_symfile_read): New variable dsym_filename.  Update
1100         macho_check_dsym call.  Use it for symbol_file_add_separate.
1101         * objfiles.c (allocate_objfile): Add parameter name.  New comment for
1102         it.  Use it for objfile->original_name.
1103         (objfile_name): Return OBFD's filename, if available.
1104         * objfiles.h (allocate_objfile): Add new parameter name.
1105         * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
1106         * symfile-mem.c (symbol_file_add_from_memory): Update
1107         symbol_file_add_from_bfd call.
1108         * symfile.c (read_symbols): Update symbol_file_add_separate call, new
1109         comment for it.
1110         (symbol_file_add_with_addrs): New parameter name, add function comment
1111         for it.  Remove variable name.  Update allocate_objfile call.
1112         (symbol_file_add_separate): New parameter name, add function comment
1113         for it.  Update symbol_file_add_with_addrs call.
1114         (symbol_file_add_from_bfd): New parameter name.  Update
1115         symbol_file_add_with_addrs call.
1116         (symbol_file_add): Update symbol_file_add_from_bfd call.
1117         (reread_symbols): New variable original_name.  Save
1118         objfile->original_name by it.
1119         * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
1120         second parameter.
1121
1122 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1123
1124         Code cleanup: Add objfile_name accessor function.
1125         * ada-lang.c (is_known_support_routine): Use objfile_name.
1126         * auto-load.c (source_gdb_script_for_objfile)
1127         (auto_load_objfile_script): Likewise.
1128         * coffread.c (coff_symtab_read, read_one_sym): Likewise.
1129         * dbxread.c (dbx_symfile_read): Likewise.
1130         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
1131         * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
1132         * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
1133         (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
1134         (lookup_dwp_signatured_type, lookup_dwo_unit)
1135         (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
1136         (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
1137         (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
1138         (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
1139         (dwarf2_record_block_ranges, read_common_block, read_typedef)
1140         (read_subrange_type, load_partial_dies, read_partial_die)
1141         (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
1142         (die_containing_type, build_error_marker_type, lookup_die_type)
1143         (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
1144         (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
1145         (get_DW_AT_signature_type, write_psymtabs_to_index)
1146         (save_gdb_index_command): Likewise.
1147         * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
1148         Likewise.
1149         * expprint.c (dump_subexp_body_standard): Likewise.
1150         * gdbtypes.c (type_name_no_tag_or_error): Likewise.
1151         * jit.c (jit_object_close_impl): Use the objfile field name renamed to
1152         original_name.
1153         * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
1154         obj_name, use objfile_name for it, use the variable.
1155         (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
1156         Use objfile_name.
1157         * machoread.c (macho_symtab_read, macho_check_dsym)
1158         (macho_symfile_relocate): Likewise.
1159         * maint.c (maintenance_translate_address): Likewise.
1160         * minidebug.c (find_separate_debug_file_in_section): Likewise.
1161         * minsyms.c (install_minimal_symbols): Likewise.
1162         * objfiles.c (allocate_objfile): Use the objfile field name renamed to
1163         original_name.
1164         (filter_overlapping_sections): Use objfile_name.
1165         (objfile_name): New function.
1166         * objfiles.h (struct objfile): Rename field name to original_name.
1167         (objfile_name): New prototype.
1168         * printcmd.c (sym_info, address_info): Use objfile_name.
1169         * probe.c (parse_probes, collect_probes, compare_probes)
1170         (info_probes_for_ops): Likewise.
1171         * progspace.c (clone_program_space): Likewise.
1172         * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
1173         (maintenance_info_psymtabs): Likewise.
1174         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
1175         (source_section_scripts): Likewise.
1176         * python/py-objfile.c (objfpy_get_filename): Likewise.
1177         * python/py-progspace.c (pspy_get_filename): Likewise.
1178         * solib-aix.c (solib_aix_get_toc_value): Likewise.
1179         * solib-som.c (match_main, som_solib_section_offsets): Likewise.
1180         * solib.c (solib_read_symbols): Likewise.
1181         * stabsread.c (scan_file_globals): Likewise.
1182         * stap-probe.c (handle_stap_probe): Likewise.
1183         * symfile.c (symbol_file_clear, separate_debug_file_exists)
1184         (find_separate_debug_file_by_debuglink): Likewise.
1185         (reread_symbols): Likewise.  Use the objfile field name renamed to
1186         original_name.
1187         (allocate_symtab): Use objfile_name.
1188         * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
1189         (dump_objfile, dump_msymbols, dump_symtab_1)
1190         (maintenance_print_msymbols, maintenance_print_objfiles)
1191         (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
1192         * target.c (target_translate_tls_address, target_info): Likewise.
1193         * xcoffread.c (xcoff_initial_scan): Make variable name const.  Use
1194         objfile_name.
1195
1196 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1197
1198         Code cleanup.
1199         * probe.c (parse_probes): Rename variable objfile_name to
1200         objfile_namestr.
1201
1202 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1203
1204         Remove solib-sunos.c.
1205         * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
1206         * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
1207         * objfiles.c (rt_common_objfile): Remove.
1208         (free_objfile): Remove rt_common_objfile comparison.
1209         * objfiles.h (rt_common_objfile): Remove.
1210         * solib-sunos.c: Remove.
1211         * symfile.c (reread_symbols): Remove solib-sunos.c comment.
1212
1213 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1214
1215         Remove a.out NetBSD and OpenBSD hosts.
1216         * NEWS (Removed native configurations): New.
1217         * config/arm/nbsdaout.mh: Remove.
1218         * config/i386/nbsdaout.mh: Remove.
1219         * config/i386/obsdaout.mh: Remove.
1220         * config/m68k/nbsdaout.mh: Remove.
1221         * config/sparc/nbsdaout.mh: Remove.
1222         * config/vax/nbsdaout.mh: Remove.
1223         * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
1224         (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
1225         (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
1226         error.
1227         (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
1228         (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
1229         (sparc-*-netbsd*, vax-*-netbsd*): Remove.
1230
1231 2013-09-23  Tom Tromey  <tromey@redhat.com>
1232
1233         * linespec.c (struct minsym_and_objfile): Remove.
1234         (minsym_and_objfile_d): Remove.
1235         (struct linespec, struct collect_info, linespec_parse_basic)
1236         (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
1237         (compare_msymbols, find_method, find_function_symbols)
1238         (find_linespec_symbols, struct collect_minsyms, compare_msyms)
1239         (add_minsym, search_minsyms_for_name): Update.
1240
1241 2013-09-23  Andrew Burgess  <aburgess@broadcom.com>
1242
1243         * regcache.c: Add include of valprint.h.
1244         (dump_endian_bytes): Delete.
1245         (regcache_dump): Use print_hex_chars not dump_endian_bytes.
1246
1247 2013-09-23  Andrew Burgess  <aburgess@broadcom.com>
1248
1249         * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
1250
1251 2013-09-19  Pedro Alves  <palves@redhat.com>
1252
1253         * breakpoint.c (remove_threaded_breakpoints): Skip non-user
1254         breakpoints.
1255
1256 2013-09-19  Pedro Alves  <palves@redhat.com>
1257             Thomas Schwinge  <thomas@codesourcery.com>
1258             Yue Lu  <hacklu.newborn@gmail.com>
1259
1260         * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
1261         Take a gdb_byte pointer instead of a char pointer.
1262
1263         * gnu-nat.c (gnu_xfer_memory): Adjust interface as
1264         gnu_xfer_partial helper.
1265         (gnu_xfer_partial): New function.
1266         (gnu_target): Don't install a deprecated_xfer_memory hook.
1267         Install a to_xfer_partial hook.
1268
1269 2013-09-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1270
1271         Constification.
1272         * main.c (captured_main): Replace catch_command_errors by
1273         catch_command_errors_const.  Twice.
1274         * symfile.c (symbol_file_add_main_1): Make args parameter const.
1275         (symbol_file_add): Make name parameter const.
1276         (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
1277         (symfile_bfd_open): Make name parameter const, rename it to cname.  Add
1278         variable name.  Change their usage accordingly.
1279         * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
1280         const.
1281         (symbol_file_add_main): Make args parameter const.
1282
1283 2013-09-18  Raunaq Bathija  <raunaq12@in.ibm.com>
1284             Ulrich Weigand  <uweigand@de.ibm.com>
1285
1286         * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
1287         of c_value member.
1288         (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
1289
1290 2013-09-18  Pedro Alves  <palves@redhat.com>
1291             Yue Lu  <hacklu.newborn@gmail.com>
1292
1293         * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
1294         (gnu_create_inferior)
1295         (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
1296         (set_sig_thread_cmd): Use the lwpid field of ptids to
1297         store/extract thread ids instead of the tid field.
1298         * i386gnu-nat.c (gnu_fetch_registers): Adjust.
1299
1300 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
1301
1302         * infcmd.c (default_print_one_register_info): Add detection of
1303         optimized out values.
1304         (default_print_registers_info): Switch to using
1305         get_frame_register_value.
1306
1307 2013-09-18  Markus Metzger  <markus.t.metzger@intel.com>
1308
1309         * infrun.c (handle_inferior_event): Check if we know the
1310         function start address before setting a resume breakpoint.
1311
1312 2013-09-18  Pedro Alves  <palves@redhat.com>
1313
1314         * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
1315         minus_one_ptid instead of looking at the ptid's tid field and
1316         comparing that to -1.
1317
1318 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
1319
1320         * main.h (get_gdb_program_name): Remove extra whitespace.
1321
1322 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
1323
1324         * main.h (get_gdb_program_name): Add declaration.
1325         * main.c (get_gdb_program_name): Add definition.
1326
1327 2013-09-17  Doug Evans  <dje@google.com>
1328
1329         * dwarf2read.c: Move definitions of complaint functions to after
1330         forward declarations of local functions.
1331
1332 2013-09-17  Muhammad Waqas <mwaqas@codesourcery.com>
1333             Pedro Alves  <palves@redhat.com>
1334
1335         PR gdb/11568
1336         * breakpoint.c (remove_threaded_breakpoints): New function.
1337         (_initialize_breakpoint): Attach remove_threaded_breakpoints
1338         as thread_exit observer.
1339
1340 2013-09-17  Pedro Alves  <palves@redhat.com>
1341
1342         PR gdb/15911
1343         * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
1344         * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
1345         * corelow.c (core_open):
1346         * frame.h (print_stack_frame, print_frame_info): New
1347         'set_current_sal' parameter.
1348         * infcmd.c (finish_command, kill_command): Adjust call to
1349         print_stack_frame.
1350         * inferior.c (inferior_command): Likewise.
1351         * infrun.c (normal_stop): Likewise.
1352         * linux-fork.c (linux_fork_context): Likewise.
1353         * record-full.c (record_full_goto_entry, record_full_restore):
1354         Likewise.
1355         * remote-mips.c (common_open): Likewise.
1356         * stack.c (print_stack_frame): New 'set_current_sal' parameter.
1357         Use it.
1358         (print_frame_info): New 'set_current_sal' parameter.  Set the last
1359         displayed sal depending on the new paremeter instead of looking at
1360         print_what.
1361         (backtrace_command_1, select_and_print_frame, frame_command)
1362         (current_frame_command, up_command, down_command): Adjust call to
1363         print_stack_frame.
1364         * thread.c (print_thread_info, restore_selected_frame)
1365         (do_captured_thread_select): Adjust call to print_stack_frame.
1366         * tracepoint.c (tfind_1): Likewise.
1367         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
1368         (mi_cmd_stack_info_frame): Likewise.
1369         * mi/mi-interp.c (mi_on_normal_stop): Likewise.
1370         * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
1371
1372 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
1373
1374         * value.c (isvoid_internal_fn): Replace "parameter" with
1375         "argument".
1376
1377 2013-09-16  Stan Shebs  <stan@codesourcery.com>
1378
1379         * README: Update references to writing code for GDB.
1380         * configure.ac (build_warnings): Remove obsolete comment.
1381         * configure: Regenerate.
1382         * gdbarch.sh: Remove references to gdbint.texinfo.
1383         * gdbarch.h: Regenerate.
1384         * gdbtypes.c (objfile_type): Remove comments referencing internals
1385         manual and D10V.
1386
1387 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
1388
1389         * NEWS: Mention new convenience function $_isvoid.
1390         * value.c (isvoid_internal_fn): New function.
1391         (_initialize_values): Add new convenience function $_isvoid.
1392
1393 2013-09-16  Pierre Muller  <muller@sourceware.org>
1394
1395         * arm-linux-tdep.c: Add "elf/common.h" header.
1396         Remove AT_HWCAP macro definintion as it is provided in
1397         added include file.
1398         * s390-tdep.c: Remove system header <elf.h>
1399         Add "elf/common.h" header for AT_HWCAP definition.
1400         (s390_core_read_description): Use correct CORE_ADDR
1401         for hwcap local variable used as third parameter
1402         of function target_auxv_search.
1403
1404 2013-09-14  Pierre Muller  <muller@sourceware.org>
1405             Tom Tromey  <tromey@redhat.com>
1406             Pedro Alves  <palves@redhat.com>
1407
1408         * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
1409         mode if operating system doesn't know O_CLOEXEC.
1410
1411 2013-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1412
1413         Code cleanup.
1414         * symfile.c (reread_symbols): Move variable obfd_filename to a more
1415         inner block.
1416
1417 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1418
1419         * NEWS: Mention TDB support.
1420         * features/s390-tdb.xml: New file.
1421         * features/s390-te-linux64.xml: New file.
1422         * features/s390x-te-linux64.xml: New file.
1423         * features/Makefile (WHICH): Add new tdescs above.
1424         (s390-te-linux64-expedite): Set.
1425         (s390x-te-linux64-expedite): Set.
1426         * features/s390-te-linux64.c: New file (generated).
1427         * features/s390x-te-linux64.c: New file (generated).
1428         * regformats/s390-te-linux64.dat: New file (generated).
1429         * regformats/s390x-te-linux64.dat: New file (generated).
1430         * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
1431         (HWCAP_S390_TE): Likewise.
1432         (S390_TDB_DWORD0_REGNUM): Likewise.
1433         (S390_TDB_DWORD0_REGNUM): Likewise.
1434         (S390_TDB_ABORT_CODE_REGNUM): Likewise.
1435         (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
1436         (S390_TDB_ATIA_REGNUM): Likewise.
1437         (S390_TDB_R0_REGNUM): Likewise.
1438         (S390_TDB_R1_REGNUM): Likewise.
1439         (S390_TDB_R2_REGNUM): Likewise.
1440         (S390_TDB_R3_REGNUM): Likewise.
1441         (S390_TDB_R4_REGNUM): Likewise.
1442         (S390_TDB_R5_REGNUM): Likewise.
1443         (S390_TDB_R6_REGNUM): Likewise.
1444         (S390_TDB_R7_REGNUM): Likewise.
1445         (S390_TDB_R8_REGNUM): Likewise.
1446         (S390_TDB_R9_REGNUM): Likewise.
1447         (S390_TDB_R10_REGNUM): Likewise.
1448         (S390_TDB_R11_REGNUM): Likewise.
1449         (S390_TDB_R12_REGNUM): Likewise.
1450         (S390_TDB_R13_REGNUM): Likewise.
1451         (S390_TDB_R14_REGNUM): Likewise.
1452         (S390_TDB_R15_REGNUM): Likewise.
1453         (S390_NUM_REGS): Increase.
1454         (S390_IS_TDBREGSET_REGNUM): New macro.
1455         (s390_regmap_tdb): Declare.
1456         (s390_sizeof_tdbregset): Define.
1457         (tdesc_s390_te_linux64): Declare.
1458         (tdesc_s390x_te_linux64): Likewise.
1459         * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
1460         "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
1461         (s390_regmap_tdb): New regmap.
1462         (s390_supply_tdb_regset): New function.
1463         (s390_tdb_regset): New regset.
1464         (s390_linux64v2_regset_sections): Add TDB regset to list.
1465         (s390x_linux64v2_regset_sections): Likewise.
1466         (s390_regset_from_core_section): Recognize TDB core note section.
1467         (s390_core_read_description): If HWCAP indicates TE support,
1468         select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
1469         (s390_gdbarch_init): Handle TDB regset.
1470         (_initialize_s390_tdep): Initialize new tdescs.
1471         * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
1472         (have_regset_tdb): New variable.
1473         (s390_native_supply): Support register invalidation.
1474         (fetch_regset): Invalidate registers if ptrace yields ENODATA.
1475         (check_regset): Treat ENODATA as "regset exists".
1476         (s390_linux_fetch_inferior_registers): Add TDB.
1477         (s390_read_description): Check for TDB existence and select
1478         appropriate tdesc.
1479         * gdbserver/Makefile.in (clean): Add removal of new makefile
1480         targets.
1481         (s390-te-linux64.c): New makefile target.
1482         (s390x-te-linux64.c): Likewise.
1483         * gdbserver/configure.srv (srv_regobj): Append new objects
1484         s390-te-linux64.o and s390x-te-linux64.o.
1485         (srv_xmlfiles): Append new files s390-te-linux64.xml,
1486         s390x-te-linux64.xml, and s390-tdb.xml.
1487         * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
1488         declaration.
1489         (tdesc_s390_te_linux64): Likewise.
1490         (init_registers_s390x_te_linux64): Likewise.
1491         (tdesc_s390x_te_linux64): Likewise.
1492         (s390_check_regset): Treat ENODATA as "regset exists".
1493         (s390_arch_setup): Add TDB regset support.
1494         (initialize_low_arch): Initialize registers for new tdescs.
1495
1496 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1497
1498         * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
1499         (S390_IS_FPREGSET_REGNUM): New macro.
1500         * s390-tdep.c (s390_dwarf_regmap): Make const.
1501         (regnum_is_gpr_full): New function for replacing repeated code.
1502         (s390_pseudo_register_name): Use it.
1503         (s390_pseudo_register_type): Likewise.
1504         (s390_pseudo_register_read): Likewise.
1505         (s390_pseudo_register_write): Likewise.
1506         (s390_unwind_pseudo_register): Likewise.
1507         (s390_regmap_gregset): New format for regmap.
1508         (s390x_regmap_gregset): Likewise.
1509         (s390_regmap_fpregset): Likewise.
1510         (s390_regmap_upper): Likewise.
1511         (s390_regmap_last_break): Likewise.
1512         (s390_regmap_system_call): Likewise.
1513         (s390_supply_regset): Adjust to new regmap format.
1514         (s390_collect_regset): Likewise.
1515         * s390-nat.c (s390_native_supply): Adjust to new regmap format.
1516         (s390_native_collect): Likewise.
1517         (supply_gregset): Likewise.
1518         (fill_gregset): Likewise.
1519         (supply_fpregset): Likewise.
1520         (fill_fpregset): Likewise.
1521         (fetch_regset): Likewise.
1522         (store_regset): Likewise.
1523         (s390_linux_fetch_inferior_registers): Likewise.
1524         (s390_linux_fetch_inferior_registers): Likewise.
1525
1526 2013-09-12  Andrew Pinski  <apinski@cavium.com>
1527
1528         * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
1529
1530 2013-09-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1531
1532         * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
1533
1534 2013-09-09  Andrew Burgess  <aburgess@broadcom.com>
1535
1536         * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
1537
1538 2013-09-06  Pedro Alves <palves@redhat.com>
1539
1540         * remote-sim.c (dump_mem, gdbsim_fetch_register)
1541         (gdbsim_store_register, gdbsim_kill, gdbsim_load)
1542         (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
1543         (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
1544         (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
1545         gdb_stdlog.
1546
1547 2013-09-06  Pedro Alves  <palves@redhat.com>
1548
1549         * remote-sim.c (dump_mem): Constify buf parameter.
1550         gdbsim_xfer_inferior_memory): Rename to ...
1551         (gdbsim_xfer_memory): ... this.  Adjust interface as
1552         target_xfer_partial helper.
1553         (gdbsim_xfer_partial): New function.
1554         (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
1555         Install a to_xfer_partial hook.  Send output to gdb_stdlog.
1556
1557 2013-09-06  Pedro Alves  <palves@redhat.com>
1558
1559         * remote-sim.c (gdbsim_xfer_inferior_memory): Use
1560         host_address_to_string, and send debug output to gdb_stdlog.
1561
1562 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
1563
1564         * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
1565         * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
1566         gdb_target_obs for cris target.
1567         * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
1568         (cris_gdbarch_init): Move calls to
1569         set_gdbarch_fetch_tls_load_module_address and
1570         set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
1571         Add call to gdbarch_init_osabi.
1572         * cris-linux-tdep.c: New file.
1573         * cris-tdep.h: New file.
1574
1575 2013-09-06  Andrew Burgess  <aburgess@broadcom.com>
1576
1577         * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
1578         to deprecated_init_ui_hook.
1579
1580 2013-09-06  Andrew Burgess  <aburgess@broadcom.com>
1581
1582         * cli/cli-interp.c (_initialize_cli_interp): Add a
1583         command_loop_proc to interp_procs.
1584         * event-top.c (cli_command_loop): Change signature to match
1585         interp_command_loop_ftype.
1586         * event-top.h (cli_command_loop): Same.
1587         * interps.c (interp_new): Require every interpreter to have a
1588         command_loop_proc.
1589         (current_interp_command_loop): Just call the command_loop_proc on
1590         the current interpreter.
1591         * tui/tui-interp.c (_initialize_tui_interp): Add a
1592         command_loop_proc to interp_procs.
1593
1594 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
1595
1596         * cris-tdep.c (cris_gdbarch_init): Add call to
1597         get_gdbarch_fetch_tls_load_module_address.
1598
1599 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
1600
1601         * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
1602         (cris_elf_gregset_t): Rename from elf_gregset_t.
1603         (crisv32_elf_gregset_t): Adjust.
1604         (cris_supply_gregset, fetch_core_registers): Adjust.
1605
1606 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
1607
1608         * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
1609
1610 2013-09-05  Andrew Burgess  <aburgess@broadcom.com>
1611
1612         * defs.h (deprecated_command_loop_hook): Remove, including
1613         references in comments.
1614         * interps.c (current_interp_command_loop): No longer use
1615         deprecated_command_loop_hook.
1616         (clear_interpreter_hooks): Remove deprecated_command_loop_hook
1617         setup.
1618         * top.c (deprecated_command_loop_hook): Remove.
1619
1620 2013-09-05  Pedro Alves  <palves@redhat.com>
1621
1622         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
1623         local is now int instead of ULONGEST.  Print it with %d
1624         instead of paddress.
1625
1626 2013-09-05  Tristan Gingold  <gingold@adacore.com>
1627
1628         * MAINTAINERS: Remove avr maintainership.
1629
1630 2013-09-05  Pedro Alves  <palves@redhat.com>
1631
1632         * findvar.c (value_of_register): Rework in terms of
1633         value_of_register_lazy.
1634
1635 2013-09-05  Muhammad Bilal  <mbilal@codesourcery.com>
1636
1637         * symfile.c (add_symbol_file_command): Remove trailing
1638          whitespaces and blank line after comment.
1639
1640 2013-09-05  Pedro Alves  <palves@redhat.com>
1641
1642         * tui/tui-regs.c (tui_register_format): Don't look at the
1643         register's name here.  Return string representing register
1644         value instead of storing it in the data element.
1645         (tui_get_register): Compare register string representations
1646         instead of register value states and contents.
1647
1648 2013-09-05  Pedro Alves  <palves@redhat.com>
1649
1650         PR tui/15933
1651         * tui/tui-regs.c (tui_show_registers): Show registers of the
1652         selected frame, not the current frame.
1653
1654 2013-09-05  Ricard Wanderlof  <ricardw@axis.com>
1655
1656         * MAINTAINERS (Write After Approval): Add myself to the list.
1657
1658 2013-09-04  Doug Evans  <dje@google.com>
1659
1660         * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
1661         (queue_and_load_dwo_tu): New function.
1662         (lookup_dwo_signatured_type): Set per_cu.tu_read.
1663         (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
1664         Make dependent_cu optional.
1665         (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
1666         and an older .gdb_index is in use, queue and load all its TUs too.
1667
1668 2013-09-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
1669
1670         Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
1671         * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
1672         variable search_flags.
1673         * defs.h (OPF_DISABLE_REALPATH): Rename to ...
1674         (OPF_RETURN_REALPATH): ... here.
1675         * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
1676         * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
1677         call.  Twice.
1678         * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
1679         openp call.
1680         * solib.c (solib_find): Likewise.  Four times.
1681         * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
1682         in the function comment and for the realpath_fptr variable.
1683         (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
1684         (find_and_open_source): Likewise.  Twice.
1685         * symfile.c (symfile_bfd_open): Likewise, also twice.
1686
1687 2013-09-04  Doug Evans  <dje@google.com>
1688
1689         * progspace.c (save_current_space_and_thread): Remove unnecessary
1690         call to save_current_inferior.
1691
1692 2013-09-04  Andrew Burgess  <aburgess@broadcom.com>
1693
1694         * sh64-tdep.c (sh64_do_register): Return after printing message
1695         about unavailable register contents.
1696
1697 2013-09-04  Muhammad Bilal  <mbilal@codesourcery.com>
1698             Pedro Alves  <palves@redhat.com>
1699
1700         * symfile.c (add_symbol_file_command): Error out on unknown
1701         option.  Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
1702         options and collapse into single conditional branch.
1703
1704 2013-09-03  Luis Machado  <lgustavo@codesourcery.com>
1705
1706         * inf-child.c (inf_child_follow_fork): New parameter
1707         detach_fork.
1708         * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
1709         * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
1710         * inferior.h (detach_fork): Remove.
1711         * infrun.c (detach_fork): Adjust comment and make it
1712         static.
1713         (follow_fork): Pass detach_fork parameter to
1714         target_follow_fork.
1715         * linux-nat.c (linux_child_follow_fork): New parameter
1716         detach_fork.
1717         * target.c (target_follow_fork): New parameter detach_fork.
1718         Pass detach_fork as parameter and print its value.
1719         * target.h (struct target_ops) <to_follow_fork>: New int
1720         parameter.
1721         (target_follow_fork): New parameter detach_fork.
1722
1723 2013-09-03  Joel Brobecker  <brobecker@adacore.com>
1724
1725         * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
1726         Replace sec->bfd by sec->the_bfd_section->owner.
1727
1728 2013-09-03  Yao Qi  <yao@codesourcery.com>
1729
1730         * linux-tdep.c (linux_is_uclinux): New function.  Code moved
1731         from linux_has_shared_address_space.
1732         (linux_has_shared_address_space): Call linux_is_uclinux.
1733         * linux-tdep.h (linux_is_uclinux): Declare.
1734         * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
1735         linux_is_uclinux.
1736
1737 2013-09-03  Yao Qi  <yao@codesourcery.com>
1738
1739         * config/djgpp/fnchange.lst: Remove entry of
1740         i386-interix-nat.c and i386-interix-tdep.c.
1741         * configure.ac: Remove '*-*-interix*'.
1742         * configure: Re-generated.
1743         * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
1744         * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
1745         obsolete comments.
1746         * osabi.c (gdb_osabi_names): Remove "Interix".
1747
1748 2013-09-03  Yao Qi  <yao@codesourcery.com>
1749
1750         * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
1751
1752 2013-09-02  Markus Metzger  <markus.t.metzger@intel.com>
1753
1754         * record.h (record_print_flag) <record_print_src_line,
1755         record_print_insn_range>: Rename into ...
1756         (record_print_flag) <record_print_src_line,
1757         record_print_insn_range>: ... this.  Update all users.
1758
1759 2013-09-02  Pierre Muller  <muller@sourceware.org>
1760
1761         * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
1762         error code.
1763
1764 2013-09-02  Pierre Muller  <muller@sourceware.org>
1765
1766         * windows-nat.c (windows_xfer_memory): Fix compilation failure
1767         by use of plongest function.
1768
1769 2013-09-02  Tristan Gingold  <gingold@adacore.com>
1770
1771         * NEWS: Add entry mentioning support for native Windows x64
1772         SEH data.
1773
1774         * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
1775         "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
1776         (struct amd64_windows_frame_cache): New struct.
1777         (amd64_windows_w2gdb_regnum): New global.
1778         (pc_in_range, amd64_windows_frame_decode_epilogue)
1779         (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
1780         (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
1781         (amd64_windows_frame_this_id): New functions.
1782         (amd64_windows_frame_unwind): New static global.
1783         (amd64_windows_skip_prologue): New function.
1784         (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
1785         with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
1786         with amd64_windows_skip_prologue.
1787
1788 2013-08-30  Joel Brobecker  <brobecker@adacore.com>
1789
1790         GDB 7.6.1 released.
1791
1792 2013-08-30  Pedro Alves  <palves@redhat.com>
1793
1794         * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
1795         SRC_AND_LOC.
1796
1797 2013-08-30  Pedro Alves  <palves@redhat.com>
1798
1799         * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
1800         warning text.
1801
1802 2013-08-30  Pedro Alves  <palves@redhat.com>
1803
1804         * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
1805         Adjust arguments to print_stack_frame.
1806
1807 2013-08-30  Pedro Alves  <palves@redhat.com>
1808
1809         * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
1810
1811 2013-08-30  Pedro Alves  <palves@redhat.com>
1812
1813         * frame.h (show_and_print_stack_frame): Delete declaration.
1814
1815 2013-08-30  Phil Muldoon  <pmuldoon@redhat.com>
1816
1817         PR python/15461
1818
1819         * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
1820         (archpy_name): Check for valid architecture.
1821         (archpy_disassemble): Ditto.
1822
1823 2013-08-29  Joel Brobecker  <brobecker@adacore.com>
1824
1825         * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
1826         instead of "long long" in call to ptrace64.
1827
1828 2013-08-29  Andrew Burgess  <aburgess@broadcom.com>
1829
1830         * mi/mi-interp.c (mi_command_loop): Change signature to match
1831         interp_command_loop_ftype.
1832         (mi1_command_loop): Remove.
1833         (mi2_command_loop): Remove.
1834         (mi3_command_loop): Remove.
1835         (mi_interpreter_resume): Remove setting of
1836         deprecated_command_loop_hook.
1837         (_initialize_mi_interp): Set mi_command_loop as the command loop
1838         callback.
1839
1840 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
1841
1842         * valops.c (do_search_struct_field): Pass v2 instead of base_type to
1843         value_type.
1844
1845 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
1846
1847         * value.c (allocate_value_contents): Make static.
1848         * value.h (allocate_value_contents): Remove prototype.
1849
1850 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
1851
1852         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
1853         of assembling value via allocate_value_lazy and attribute setter.
1854         * findvar.c (default_read_var_value): Use value_at_lazy instead of
1855         assembling value via allocate_value_lazy and attribute setter.
1856         * valops.c (do_search_struct_field): Use value_at_lazy instead of
1857         assembling value via allocate_value_lazy and attribute setter.
1858
1859 2013-08-29  Sanimir Agovic  <sanimir.agovic@intel.com>
1860
1861         * value.c (value_from_contents_and_address): Replace allocate_value and
1862         memcpy with value_from_contents.
1863
1864 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
1865
1866         * python/py-framefilter.c (py_print_frame): Remove usage of
1867         PyString_AsString.  Use python_string_to_host_string instead.
1868         Refactor function to work with a string as a new allocation
1869         instead of a pointer.
1870         (py_print_frame): Ditto.
1871         * python/lib/gdb/frames.py (return_list): Cain iterators together
1872         instead of adding them as a list.
1873         (_sort_list): Call return_list, and remove duplicate code.
1874         (execute_frame_filters): Convert iterator to a list with list().
1875         * python/lib/gdb/command/frame_filters.py
1876         (SetFrameFilterPriority._set_filter_priority): Convert priority
1877         attribute to an integer.
1878         * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
1879         wrapper function __next__.
1880         * python/lib/gdb/FrameDecorator.py: If basestring not defined,
1881         define as "str".
1882
1883 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
1884
1885         PR python/15752
1886         * python/py-framefilter.c (apply_frame_filter): Check
1887         gdb_python_initialized.  Exit if the Python frame-filter code
1888         cannot be initialized.
1889
1890 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
1891
1892         PR cli/15842
1893         * top.c (print_gdb_version): Remove erroneous newline after help
1894         text.
1895
1896 2013-08-29  Yao Qi  <yao@codesourcery.com>
1897
1898         * varobj.c (install_dynamic_child): Remove trailing space.
1899         Add one blank line after variable declaration.
1900
1901 2013-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1902
1903         PR gdb/15415
1904         * corefile.c (get_exec_file): Use exec_filename.
1905         * defs.h (OPF_DISABLE_REALPATH): New definition.  Add new comment.
1906         * exec.c (exec_close): Free EXEC_FILENAME.
1907         (exec_file_attach): New variable canonical_pathname.  Use
1908         OPF_DISABLE_REALPATH.  Call gdb_realpath explicitly.  Set
1909         EXEC_FILENAME.
1910         * exec.h (exec_filename): New.
1911         * inferior.c (print_inferior, inferior_command): Use
1912         PSPACE_EXEC_FILENAME.
1913         * mi/mi-main.c (print_one_inferior): Likewise.
1914         * progspace.c (clone_program_space, print_program_space): Likewise.
1915         * progspace.h (struct program_space): New field pspace_exec_filename.
1916         * source.c (openp): Describe OPF_DISABLE_REALPATH.  New variable
1917         realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
1918
1919 2013-08-28  Will Newton  <will.newton@linaro.org>
1920
1921         * common/linux-ptrace.c: Include stdint.h unconditionally.
1922
1923 2013-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1924
1925         Code cleanup.
1926         * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
1927
1928 2013-08-28  Yao Qi  <yao@codesourcery.com>
1929             Pedro Alves  <palves@redhat.com>
1930
1931         * event-top.c (gdb_setup_readline): Call stderr_fileopen
1932         instead of stdio_fileopen.
1933         * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
1934         .Call stderr_fileopen instead of stdio_fileopen.
1935         * ui-file.c [__MINGW32__] (stderr_file_write): New function.
1936         [__MINGW32__] (stderr_file_fputs): New function.
1937         (stderr_fileopen): New function.
1938         * ui-file.h (stderr_fileopen): Declare.
1939
1940 2013-08-27  Doug Evans  <dje@google.com>
1941
1942         * dwarf2read.c (struct dwarf2_cu): Tweak comment.
1943         (struct dwarf2_per_cu_data): Ditto.
1944         (maybe_queue_comp_unit): Delete forward decl.  Add comment.
1945         (process_imported_unit_die): Ditto.
1946         (follow_die_sig_1): Simplify assert.
1947
1948 2013-08-27  Pedro Alves  <palves@redhat.com>
1949
1950         * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
1951         xfer_partial's interface.  Return TARGET_XFER_E_IO on error.
1952         (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
1953         windows_xfer_memory directly.
1954         (init_windows_ops): Don't install a deprecated_xfer_memory method.
1955
1956 2013-08-27  Pedro Alves  <palves@redhat.com>
1957
1958         * darwin-nat.c (darwin_xfer_memory): Delete.
1959         (_initialize_darwin_inferior): Don't install a
1960         deprecated_xfer_memory method.
1961
1962 2013-08-27  Pedro Alves  <pedro@codesourcery.com>
1963             Yao Qi  <yao@codesourcery.com>
1964
1965         * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
1966         (parse_no_frames_option): Remove.
1967         (mi_cmd_stack_list_locals): Handle --skip-unavailable.
1968         (mi_cmd_stack_list_args): Adjust.
1969         (mi_cmd_stack_list_variables): Handle --skip-unavailable.
1970         (list_arg_or_local): Add new parameter 'skip_unavailable'.  Return
1971         early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
1972         Caller update.
1973         (list_args_or_locals): New parameter 'skip_unavailable'.
1974         Handle it.
1975         * valprint.c (scalar_type_p): Rename to ...
1976         (val_print_scalar_type_p): ... this.  Make extern.
1977         (val_print, value_check_printable): Adjust.
1978         * valprint.h (val_print_scalar_type_p): Declare.
1979         * value.c (value_entirely_unavailable): New function.
1980         * value.h (value_entirely_unavailable): Declare.
1981
1982         * NEWS: Mention the new option "--skip-unavailable" to MI
1983         commands '-stack-list-locals', '-stack-list-arguments' and
1984         '-stack-list-variables'.
1985
1986 2013-08-27  Yao Qi  <yao@codesourcery.com>
1987
1988         * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
1989         (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
1990         options.
1991         * mi/mi-getopt.c (mi_getopt): Remove.
1992         (mi_getopt_1): Renamed from mi_getopt.  Add one parameter
1993         'error_on_unknown'.
1994         (mi_getopt): Call mi_getopt_1.
1995         (mi_getopt_silent): New.
1996         * mi/mi-getopt.h (mi_getopt_silent): Declare.
1997
1998 2013-08-26  Doug Evans  <dje@google.com>
1999
2000         PR symtab/15885
2001         * dwarf2read.c (dw2_dump): Print some minimal information indicating
2002         .gdb_index is in use.
2003         * symfile.c (reread_symbols): Reset objfile->sf.
2004
2005         * NEWS: Document "mt print objfiles" now takes optional regexp.
2006         * symmisc.c (maintenance_print_objfiles): Argument is now an optional
2007         regexp of objfiles to print.
2008         (_initialize_symmisc): Update doc string for "mt print objfiles".
2009
2010         * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
2011         missing debug info checks.
2012
2013 2013-08-26  Raunaq Bathija  <raunaq12@in.ibm.com>
2014             Ulrich Weigand  <uweigand@de.ibm.com>
2015
2016         * xcoffread.c (arrange_linetable): Add fix to correctly handle
2017         line tables generated by XLC compiled binaries.
2018
2019 2013-08-23  Doug Evans  <dje@google.com>
2020
2021         * symmisc.c (dump_symtab): Delete prototype.
2022         (dump_msymbols, dump_objfile): Ditto.
2023         (maintenance_info_symtabs): Mark as dont_repeat.
2024         (_initialize_symmisc): Improve doc string for "mt info symtabs".
2025
2026         * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
2027         debugging printf to better location.
2028
2029 2013-08-23  Pedro Alves  <palves@redhat.com>
2030
2031         * target.c (target_read_live_memory): Change type of 'ret' local
2032         to LONGEST.
2033
2034 2013-08-23  Pedro Alves  <palves@redhat.com>
2035
2036         * remote.c (remote_write_bytes_aux, remote_write_bytes)
2037         (remote_read_bytes): Change return type to LONGEST, and adjust to
2038         return a target_xfer_error on error.
2039         (remote_xfer_memory): Delete.
2040         (remote_flash_write): Change type of 'ret' local to LONGEST.
2041         (remote_xfer_partial, remote_xfer_partial): Adjust.
2042         (init_remote_ops): Don't install a deprecated_xfer_memory hook.
2043
2044 2013-08-23  Pierre Muller  <muller@sourceware.org>
2045
2046         ARI fix: Push # directives to start of line.
2047         * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
2048
2049 2013-08-12  Muhammad Waqas  <mwaqas@codesourcery.com>
2050
2051         PR gdb/15501
2052         * breakpoint.c (enable_command, disable_command): Iterate over
2053         all specified breakpoint locations.
2054
2055 2013-08-22  Luis Machado  <lgustavo@codesourcery.com>
2056
2057         * common/linux-ptrace.c (linux_fork_to_function): Push #
2058         directives to the start of the line.
2059         (linux_check_ptrace_features): Fix warning message to use
2060         the "_" markup.
2061
2062 2013-08-22  Luis Machado  <lgustavo@codesourcery.com>
2063
2064         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
2065         nat/linux-waitpid.h.
2066         (linux-waitpid.o): New object file rule.
2067         * common/linux-ptrace.c: Include nat/linux-waitpid.h.
2068         (current_ptrace_options): Moved from linux-nat.c.
2069         (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
2070         parameters.
2071         (linux_fork_to_function): New function.
2072         (linux_grandchild_function): Likewise.
2073         (linux_child_function): Likewise.
2074         (linux_check_ptrace_features): New function, heavily
2075         based on linux-nat.c:linux_test_for_tracefork.
2076         (linux_enable_event_reporting): New function.
2077         (ptrace_supports_feature): Likewise.
2078         (linux_supports_tracefork): Likewise.
2079         (linux_supports_traceclone): Likewise.
2080         (linux_supports_tracevforkdone): Likewise.
2081         (linux_supports_tracesysgood): Likewise.
2082         * common/linux-ptrace.h (HAS_NOMMU): Moved from
2083         gdbserver/linux-low.c.
2084         (linux_enable_event_reporting): New declaration.
2085         (linux_supports_tracefork): Likewise.
2086         (linux_supports_traceclone): Likewise.
2087         (linux_supports_tracevforkdone): Likewise.
2088         (linux_supports_tracesysgood): Likewise.
2089         * config.in (PTRACE_TYPE_ARG4): Regenerate.
2090         * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
2091         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
2092         * config/arm/linux.mh (NATDEPFILES): Likewise.
2093         * config/i386/linux.mh (NATDEPFILES): Likewise.
2094         * config/i386/linux64.mh (NATDEPFILES): Likewise.
2095         * config/ia64/linux.mh (NATDEPFILES): Likewise.
2096         * config/m32r/linux.mh (NATDEPFILES): Likewise.
2097         * config/m68k/linux.mh (NATDEPFILES): Likewise.
2098         * config/mips/linux.mh (NATDEPFILES): Likewise.
2099         * config/pa/linux.mh (NATDEPFILES): Likewise..
2100         * config/powerpc/linux.mh (NATDEPFILES): Likewise..
2101         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
2102         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
2103         * config/sparc/linux.mh (NATDEPFILES): Likewise.
2104         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
2105         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
2106         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
2107         * configure.ac (AC_CACHE_CHECK): Add void * to the list of
2108         ptrace's 4th argument's types.
2109         Check the type of PTRACE_TYPE_ARG4.
2110         * configure: Regenerate.
2111         * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
2112         (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
2113         (linux_supports_tracefork_flag): Remove.
2114         (linux_supports_tracesysgood_flag): Likewise.
2115         (linux_supports_tracevforkdone_flag): Likewise.
2116         (current_ptrace_options): Moved to
2117         common/linux-ptrace.c.
2118         (linux_tracefork_child): Remove.
2119         (my_waitpid): Remove.
2120         (linux_test_for_tracefork): Renamed to
2121         linux_check_ptrace_features and moved to common/linux-ptrace.c.
2122         (linux_test_for_tracesysgood): Remove.
2123         (linux_supports_tracesysgood): Remove.
2124         (linux_supports_tracefork): Remove.
2125         (linux_supports_tracevforkdone): Remove.
2126         (linux_enable_tracesysgood): Remove.
2127         (linux_enable_event_reporting): Remove.
2128         (linux_init_ptrace): New function.
2129         (linux_child_post_attach): Call linux_init_ptrace.
2130         (linux_child_post_startup_inferior): Call linux_init_ptrace.
2131         (linux_child_follow_fork): Call linux_supports_tracefork
2132         and linux_supports_tracevforkdone.
2133         (linux_child_insert_fork_catchpoint): Call
2134         linux_supports_tracefork.
2135         (linux_child_insert_vfork_catchpoint): Likewise.
2136         (linux_child_set_syscall_catchpoint): Call
2137         linux_supports_tracesysgood.
2138         (lin_lwp_attach_lwp): Call linux_supports_tracefork.
2139         * nat/linux-nat.h: New file.
2140         * nat/linux-waitpid.c: New file.
2141         * nat/linux-waitpid.h: New file.
2142
2143 2013-08-22  Samuel Bronson  <naesten@gmail.com>
2144
2145         ARM Linux support for `catch syscall'.
2146         * syscalls/arm-linux.py: New file.
2147         * syscalls/arm-linux.xml: Likewise.
2148         * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
2149         (arm_linux_init_abi): Register the new function and syscall xml file.
2150         * data-directory/Makefile.in: Install the new syscall xml file.
2151         * NEWS: Brag about this.
2152
2153 2013-08-22  Pedro Alves  <palves@redhat.com>
2154
2155         PR gdb/15871
2156         * corefile.c (target_xfer_memory_error): New function.
2157         (memory_error): Defer EIO to target_memory_error.
2158         (read_memory): Use target_xfer_partial, and handle finer-grained
2159         target xfer errors.
2160         * target.c (target_xfer_error_to_string): New function.
2161         (memory_xfer_partial_1): If memory is known to be
2162         unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
2163         (target_xfer_partial): Make extern.
2164         * target.h (enum target_xfer_error): New enum.
2165         (target_xfer_error_to_string): Declare function.
2166         (target_xfer_partial): Declare function.
2167         (struct target_ops) <xfer_partial>: Adjust describing comment.
2168
2169 2013-08-22  Alan Modra  <amodra@gmail.com>
2170
2171         * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
2172         * configure.tgt: Likewise as targets.
2173
2174 2013-08-20  Doug Evans  <dje@google.com>
2175
2176         * buildsym.c (subfile_stack): Move here from buildsym.h.
2177         (pending_macros): Ditto.
2178         (get_macro_table): New function.
2179         (buildsym_init): Initialize subfile_stack.
2180         * coffread.c (type_vector,type_vector_length): Moved here from
2181         buildsym.h.
2182         (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2183         (coff_symtab_read): Use it.
2184         * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
2185         * dwarf2read.c (macro_start_file): Replace uses of pending_macros
2186         with call to get_macro_table.
2187         * stabsread.c (type_vector,type_vector_length): Moved here from
2188         buildsym.h.
2189         (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2190         * buildsym.h (get_macro_table): Declare.
2191
2192 2013-08-20  Tom Tromey  <tromey@redhat.com>
2193
2194         * dbxread.c (record_minimal_symbol): Make 'name' argument const.
2195         Update.
2196         (read_dbx_dynamic_symtab): Make 'name' const.  Remove casts.
2197
2198 2013-08-20  Doug Evans  <dje@google.com>
2199
2200         * blockframe.c: Remove #include "psymtab.h".
2201         * cp-support.c: Ditto.
2202         * source.c: Ditto.
2203         * stack.c: Ditto.
2204
2205 2013-08-20  Tom Tromey  <tromey@redhat.com>
2206
2207         PR python/15816:
2208         * exceptions.h (return_mask): Now an enum.
2209         (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
2210         enum constants.
2211
2212 2013-08-20  Tom Tromey  <tromey@redhat.com>
2213
2214         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
2215         get_objfile_arch.
2216         * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
2217         (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
2218         * jit.c (jit_object_close_impl): Update.
2219         * jv-lang.c (get_dynamics_objfile): Update.
2220         * linespec.c (add_minsym): Use get_dynamics_objfile.
2221         * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
2222         (allocate_objfile): Don't initialize 'gdbarch' field.
2223         (get_objfile_arch): Update.
2224         * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
2225         moved from...
2226         (struct objfile) <gdbarch>: ... here.  Remove.
2227         * stap-probe.c (stap_can_evaluate_probe_arguments): Use
2228         get_objfile_arch.
2229         * symfile.c (init_entry_point_info): Use get_objfile_arch.
2230
2231 2013-08-20  Alan Modra  <amodra@gmail.com>
2232
2233         * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
2234         for IBM long double nan and inf.
2235         (floatformat_is_negative, floatformat_classify,
2236         floatformat_mantissa): Similarly.
2237         (floatformat_ieee_single, floatformat_ieee_double,
2238         floatformat_ieee_quad, floatformat_arm_ext,
2239         floatformat_ia64_spill): Delete unused vars.
2240         (_initialize_doublest): Delete unused function.
2241         * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
2242         little-endian variants of floatformat_ibm_long_double.
2243
2244 2013-08-19  Luis Machado  <lgustavo@codesourcery.com>
2245
2246         * Makefile.in (SFILES): Remove common/target-common.c and
2247         add target/waitstatus.c.
2248         (HFILES_NO_SRCDIR): Remove common/target-common.h and add
2249         target/resume.h, target/wait.h and target/waitstatus.h.
2250         (COMMON_OBS): Remove target-common.o and add
2251         waitstatus.o.
2252         (target-common.o): Remove.
2253         (waitstatus.o): New target object file.
2254         * common/target-common.c: Move contents to
2255         target/waitstatus.c and remove.
2256         * common/target-common.h: Move contents to other files and
2257         remove.
2258         (enum resume_kind: Move to target/resume.h.
2259         (TARGET_WNOHANG): Move to target/wait.h.
2260         (enum target_waitkind): Move to target/waitstatus.h.
2261         (struct target_waitstatus): Likewise.
2262         * target.h: Do not include target-common.h and
2263         include target/resume.h, target/wait.h and
2264         target/waitstatus.h.
2265         * target/resume.h: New file.
2266         * target/wait.h: New file.
2267         * target/waitstatus.h: New file.
2268         * target/waitstatus.c: New file.
2269
2270 2013-08-19  Pedro Alves  <palves@redhat.com>
2271
2272         * linux-nat.c (linux_test_for_tracefork)
2273         (linux_test_for_tracesysgood, linux_child_follow_fork)
2274         (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
2275         (linux_nat_wait_1): Extend comment.
2276         (linux_async_pipe): Add comment.
2277
2278 2013-08-15  Kevin Buettner  <kevinb@redhat.com>
2279
2280         * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
2281         (RL78_PC_REGNUM): Move to list of pseudo-register enums.
2282         (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
2283         Update to account for fact that PC is now a pseudo-register.
2284         (rl78_pseudo_register_write, rl78_pseudo_register_read):  Add
2285         cases for RL78_PC_REGNUM.
2286
2287 2013-08-15  Muhammad Bilal  <mbilal@codesourcery.com>
2288
2289         PR cli/15841
2290         * top.c (quit_force): Skip writing history file
2291         if input is not from terminal.
2292
2293 2013-08-14  Tom Tromey  <tromey@redhat.com>
2294
2295         * remote.c (struct remote_state) <echo_nextthread, nextthread,
2296         resultthreadlist>: New fields.
2297         (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
2298         (remote_get_threadlist, remote_threadlist_iterator): Use
2299         new fields.  Remove static variables.
2300
2301 2013-08-14  Tom Tromey  <tromey@redhat.com>
2302
2303         * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
2304         remote_watch_data_address>: New fields.
2305         (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
2306         (process_stop_reply, remote_wait_as)
2307         (remote_check_watch_resources, remote_stopped_data_address): Update.
2308
2309 2013-08-14  Tom Tromey  <tromey@redhat.com>
2310
2311         * remote.c (struct remote_state) <async_client_callback,
2312         async_client_context>: New fields.
2313         (async_client_callback, async_client_context): Remove.
2314         (remote_async_serial_handler, remote_async): Update.
2315
2316 2013-08-14  Tom Tromey  <tromey@redhat.com>
2317
2318         * remote.c (sizeof_pkt): Remove.
2319         (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
2320
2321 2013-08-14  Tom Tromey  <tromey@redhat.com>
2322
2323         * remote.c (struct remote_state) <use_threadinfo_query,
2324         use_threadextra_query>: New fields.
2325         (remote_threads_info, remote_threads_extra_info)
2326         (remote_open_1): Update.
2327
2328 2013-08-14  Tom Tromey  <tromey@redhat.com>
2329
2330         * remote.c (struct remote_state) <finished_object,
2331         finished_annex, finished_offset>: New fields.
2332         (remote_read_qxfer): Use remote_state fields; remove static
2333         variables.
2334
2335 2013-08-14  Tom Tromey  <tromey@redhat.com>
2336
2337         * remote.c (struct remote_state) <last_sent_step>:
2338         New field.
2339         (last_sent_step): Remove.
2340         (remote_resume, remote_wait_as): Update.
2341
2342 2013-08-14  Tom Tromey  <tromey@redhat.com>
2343
2344         * remote.c (struct remote_state) <last_sent_signal>:
2345         New field.
2346         (last_sent_signal): Remove.
2347         (new_remote_state, remote_resume, remote_wait_as): Update.
2348
2349 2013-08-14  Tom Tromey  <tromey@redhat.com>
2350
2351         * remote.c (struct remote_state) <last_program_signals_packet>:
2352         New field.
2353         (last_program_signals_packet): Remove.
2354         (remote_program_signals, remote_open_1): Update.
2355
2356 2013-08-14  Tom Tromey  <tromey@redhat.com>
2357
2358         * remote.c (struct remote_state) <last_pass_packet>:
2359         New field.
2360         (last_pass_packet): Remove.
2361         (remote_pass_signals, remote_open_1): Update.
2362
2363 2013-08-14  Tom Tromey  <tromey@redhat.com>
2364
2365         * remote.c (struct remote_state) <remote_traceframe_number>:
2366         New field.
2367         (remote_traceframe_number): Remove.
2368         (new_remote_state, remote_open_1, set_remote_traceframe)
2369         (remote_trace_find): Update.
2370
2371 2013-08-14  Tom Tromey  <tromey@redhat.com>
2372
2373         * remote.c (struct remote_state) <general_thread, continue_thread>:
2374         New fields.
2375         (general_thread, continue_thread): Remove.
2376         (record_currthread, set_thread, set_general_process)
2377         (remote_open_1, extended_remote_attach_1, remote_wait_as)
2378         (extended_remote_mourn_1): Update.
2379
2380 2013-08-14  Tom Tromey  <tromey@redhat.com>
2381
2382         * remote.c (struct remote_state) <remote_desc>: New field.
2383         (remote_desc): Remove.
2384         (remote_threads_info, remote_threads_extra_info, remote_close)
2385         (send_interrupt_sequence, remote_start_remote, remote_open_1)
2386         (readchar, remote_xfer_partial, remote_rcmd, packet_command)
2387         (remote_hostio_send_command, remote_file_put, remote_file_get)
2388         (remote_file_delete, remote_can_async_p, remote_is_async_p)
2389         (remote_async, remote_new_objfile, set_range_stepping): Update.
2390
2391 2013-08-14  Tom Tromey  <tromey@redhat.com>
2392
2393         * remote.c (remote_state): Now a pointer.
2394         (get_remote_state_raw): Update.
2395         (new_remote_state): New function.
2396         (_initialize_remote): Use new_remote_state.
2397
2398 2013-08-14  Tom Tromey  <tromey@redhat.com>
2399
2400         * remote.c (remote_protocol_features): Now const.
2401
2402 2013-08-14  Tom Tromey  <tromey@redhat.com>
2403
2404         * remote.c (crc32_table, crc32): Remove.
2405         (remote_verify_memory): Use xcrc32.
2406
2407 2013-08-13  Sergio Durigan Junior  <sergiodj@redhat.com>
2408
2409         * value.h (create_internalvar_type_lazy): Adjust prototype
2410         declaration.
2411
2412 2013-08-13  Andrew Burgess  <aburgess@broadcom.com>
2413
2414         * common/format.c (parse_format_string): Don't allow '#' flag for
2415         pointer arguments in format string.
2416
2417 2013-08-13  Pierre Muller  <muller@sourceware.org>
2418
2419         * utils.c (init_page_info): Only call tgetnum function
2420         if rl_get_screen_size did not return useful values.
2421
2422 2013-08-12  Ali Anwar  <ali_anwar@codesourcery.com>
2423
2424         PR breakpoints/15117
2425         * linespec.c (linespec_parse_basic): Check for convenience
2426         variable or history value while parsing.
2427
2428 2013-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
2429
2430         Revert implementation of gdbarch_gdb_signal_{to,from}_target for
2431         AVR.
2432         * avr-tdep.c: Remove include of "linux-tdep.h".  Remove enum with
2433         different signals between the generic Linux kernel implementation
2434         and AVR's.
2435         (avr_linux_gdb_signal_from_target): Delete.
2436         (avr_linux_gdb_signal_to_target): Delete.
2437         (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
2438
2439 2013-08-09  Doug Evans  <dje@google.com>
2440
2441         * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
2442         entries.
2443
2444 2013-08-09  Sergio Durigan Junior  <sergiodj@redhat.com>
2445
2446         * linux-tdep.c: Define enum with generic signal numbers.
2447         (linux_gdb_signal_from_target): New function.
2448         (linux_gdb_signal_to_target): Likewise.
2449         (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2450         methods to the functions above.
2451         * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
2452         (linux_gdb_signal_to_target): Likewise.
2453         * alpha-linux-tdep.c: Define new enum with signals different
2454         from generic Linux kernel.
2455         (alpha_linux_gdb_signal_from_target): New function.
2456         (alpha_linux_gdb_signal_to_target): Likewise.
2457         (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2458         with the functions mentioned above.
2459         * avr-tdep.c: Define enum with differences between Linux kernel
2460         and AVR signals.
2461         (avr_linux_gdb_signal_from_target): New function.
2462         (avr_linux_gdb_signal_to_target): Likewise.
2463         (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
2464         the functions mentioned above.
2465         * sparc-linux-tdep.c: Define enum with differences between SPARC
2466         and generic Linux kernel signal numbers.
2467         (sparc32_linux_gdb_signal_from_target): New function.
2468         (sparc32_linux_gdb_signal_to_target): Likewise.
2469         (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2470         to the functions defined above.
2471         * xtensa-linux-tdep.c: Define enum with differences between
2472         Xtensa and Linux kernel generic signals.
2473         (xtensa_linux_gdb_signal_from_target): New function.
2474         (xtensa_linux_gdb_signal_to_target): Likewise.
2475         (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
2476         to the functions defined above.
2477         * mips-linux-tdep.c: Define enum with differences between
2478         signals in MIPS and Linux kernel generic ones.
2479         (mips_gdb_signal_to_target): New function.
2480         (mips_gdb_signal_from_target): Redefine to use new enum, handle
2481         only different signals from the Linux kernel generic.
2482         (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2483         the functions defined above.
2484         * mips-linux-tdep.h (enum mips_signals): Remove.
2485
2486 2013-08-09  Pedro Alves  <palves@redhat.com>
2487
2488         * avr-tdep.c (XMALLOC): Delete macro.
2489         * cli/cli-dump.c (XMALLOC): Delete macro.
2490
2491 2013-08-09  Pedro Alves  <palves@redhat.com>
2492
2493         * cli/cli-dump.c: Don't include cli/cli-dump.h.
2494         (scan_expression_with_cleanup, scan_filename_with_cleanup)
2495         (fopen_with_cleanup, add_dump_command): Make static.
2496         * cli/cli-dump.h: Delete file.
2497         * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
2498         cli/cli-dump.h.
2499
2500 2013-08-09  Pedro Alves  <palves@redhat.com>
2501
2502         * tracepoint.c (tfile_start): Show tilde-expanded filename in
2503         error message.
2504
2505 2013-08-09  Pedro Alves  <palves@redhat.com>
2506
2507         * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
2508         error message.
2509
2510 2013-08-09  Pedro Alves  <palves@redhat.com>
2511
2512         * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
2513         (gcore_command): Use tilde_expand here, and when showing the
2514         filename to the user, show the expanded version.
2515
2516 2013-08-09  Yao Qi  <yao@codesourcery.com>
2517
2518         * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
2519         'entryval' is set.
2520
2521 2013-08-08  Azat Khuzhin  <a3at.mail@gmail.com>  (tiny change)
2522
2523         * gcore.c (create_gcore_bfd): Use tilde_expand.
2524
2525 2013-08-08  Yao Qi  <yao@codesourcery.com>
2526
2527         * frame.h (read_frame_local): Declare.
2528         * mi/mi-cmd-stack.c (list_args_or_locals): Call
2529         read_frame_local.
2530         * stack.c (read_frame_local): New.
2531
2532 2013-08-08  Yao Qi  <yao@codesourcery.com>
2533
2534         * mi/mi-cmd-stack.c: Update comments to function
2535         list_args_or_locals.
2536
2537 2013-08-07  Tom Tromey  <tromey@redhat.com>
2538
2539         PR symtab/15028:
2540         * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
2541         (process_psymtab_comp_unit_reader): Use it.
2542         (process_psymtab_comp_unit): Update.  Add "pretend_language"
2543         argument.
2544         (dwarf2_build_psymtabs_hard): Update.
2545         (scan_partial_symbols): Pass CU's language to
2546         process_psymtab_comp_unit.
2547
2548 2013-08-07  Tom Tromey  <tromey@redhat.com>
2549
2550         * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
2551         (dwarf2_gdb_index_functions): Update.
2552         * psymtab.c (find_symbol_file_from_partial): Remove.
2553         (psym_functions): Update.
2554         * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
2555         Remove.
2556
2557 2013-08-07  Tom Tromey  <tromey@redhat.com>
2558
2559         * symfile.c (set_initial_language): Look up "main" symbol
2560         and use its language.
2561         * symtab.c (find_main_filename): Remove.
2562         * symtab.h (find_main_filename): Remove.
2563
2564 2013-08-07  Tom Tromey  <tromey@redhat.com>
2565
2566         * dwarf2read.c (recursively_compute_inclusions): Add
2567         "immediate_parent" argument.  Set symtab's "user" field
2568         if not set.
2569         (compute_symtab_includes): Update.
2570
2571 2013-08-07  Tom Tromey  <tromey@redhat.com>
2572
2573         * linespec.c (convert_linespec_to_sals): Use maybe_add_address
2574         when adding label symbols.
2575
2576 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
2577             Ulrich Weigand  <uweigand@de.ibm.com>
2578
2579         * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
2580         * configure.host (powerpc64-*-aix*): Likewise.
2581
2582 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
2583             Ulrich Weigand  <uweigand@de.ibm.com>
2584
2585         * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
2586         is defined.
2587         * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
2588         (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
2589         (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
2590         * configure.ac: Check for ptrace64.
2591         * configure, config.in: Regenerate.
2592
2593 2013-08-07  Raunaq Bathija  <raunaq12@in.ibm.com>
2594             Ulrich Weigand  <uweigand@de.ibm.com>
2595
2596         * aixthread.c: Call ptrace64 instead of ptracex if defined.
2597         Call ptrace64 instead of ptrace if defined.
2598         Add macro addr_ptr to take care of ptrace address argument.
2599         (pdc_read_regs): Likewise.
2600         (pdc_write_regs): Likewise.
2601         (aix_thread_resume): Likewise.
2602         (fetch_regs_kernel_thread): Likewise.
2603         (store_regs_kernel_thread): Likewise.
2604
2605 2013-08-07  Anton Blanchard  <anton@samba.org>
2606
2607         * MAINTAINERS: Add myself to Write After Approval.
2608
2609 2013-08-05  Tom Tromey  <tromey@redhat.com>
2610
2611         * aix-thread.c (_initialize_aix_thread): Use
2612         complete_target_initialization.
2613         * bsd-uthread.c (_initialize_bsd_uthread): Use
2614         complete_target_initialization.
2615         * dec-thread.c (_initialize_dec_thread): Use
2616         complete_target_initialization.
2617         * ravenscar-thread.c (_initialize_ravenscar): Use
2618         complete_target_initialization.
2619         * sol-thread.c (_initialize_sol_thread): Use
2620         complete_target_initialization.
2621         * spu-multiarch.c (_initialize_spu_multiarch): Use
2622         complete_target_initialization.
2623
2624 2013-08-05  Tom Tromey  <tromey@redhat.com>
2625
2626         * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
2627         * ada-lang.c (ada_lookup_simple_minsym): Return
2628         bound_minimal_symbol.
2629         * ada-lang.h (ada_lookup_simple_minsym): Update.
2630         * c-exp.y (variable): Use lookup_bound_minimal_symbol.
2631         * f-exp.y (variable): Use lookup_bound_minimal_symbol.
2632         * go-exp.y (variable): Use lookup_bound_minimal_symbol.
2633         * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
2634         * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
2635         * minsyms.c (msymbol_objfile): Remove.
2636         (lookup_minimal_symbol_internal): New function, from
2637         lookup_minimal_symbol.
2638         (lookup_minimal_symbol): Rewrite using
2639         lookup_minimal_symbol_internal.
2640         (lookup_bound_minimal_symbol): New function.
2641         * minsyms.h (msymbol_objfile): Remove.
2642         (lookup_bound_minimal_symbol): Declare.
2643         * p-exp.y (variable): Use lookup_bound_minimal_symbol.
2644         * parse.c (write_exp_msymbol): Change parameter to a
2645         bound_minimal_symbol.
2646         (write_dollar_variable): Use lookup_bound_minimal_symbol.
2647         * parser-defs.h (write_exp_msymbol): Update.
2648         * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
2649         * symfile.c (simple_read_overlay_table): Use
2650         lookup_bound_minimal_symbol.
2651         * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
2652         (search_symbols): Likewise.
2653         (print_msymbol_info): Take a bound_minimal_symbol argument.
2654         (symtab_symbol_info, rbreak_command): Update.
2655         * symtab.h (struct symbol_search) <msymbol>: Change type
2656         to bound_minimal_symbol.
2657         * valops.c (find_function_in_inferior): Use
2658         lookup_bound_minimal_symbol.
2659         * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
2660
2661 2013-08-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2662
2663         Code cleanup.
2664         * remote.c (cleanup_sigint_signal_handler): Rename the declaration
2665         to ...
2666         (async_cleanup_sigint_signal_handler): ... this.
2667         (initialize_sigint_signal_handler): Remove declaration.
2668         (handle_remote_sigint): Rename the declaration to ...
2669         (async_handle_remote_sigint): ... this.
2670         (handle_remote_sigint_twice): Rename the declaration to ...
2671         (async_handle_remote_sigint_twice): ... this.
2672         (async_remote_interrupt, async_remote_interrupt_twice)
2673         (remote_interrupt): Remove the declarations.
2674         (remote_interrupt_twice): Rename the declaration ...
2675         (sync_remote_interrupt_twice): ... this.
2676         (sigint_remote_twice_token): Rename the variable to ...
2677         (async_sigint_remote_twice_token): ... this.
2678         (sigint_remote_token): Rename the variable to ...
2679         (async_sigint_remote_token): ... this.
2680         (initialize_sigint_signal_handler): Rename the function to ...
2681         (async_initialize_sigint_signal_handler): ... this.  Update the name
2682         inside.
2683         (handle_remote_sigint): Rename the function to ...
2684         (async_handle_remote_sigint): ... this.  Update the names inside.
2685         (handle_remote_sigint_twice): Rename the function to ...
2686         (async_handle_remote_sigint_twice): ... this.  Update the names inside.
2687         (cleanup_sigint_signal_handler): Rename the function to ...
2688         (async_cleanup_sigint_signal_handler): ... this.
2689         (remote_interrupt): Rename the function to ...
2690         (sync_remote_interrupt): this.  Update the names inside.
2691         (remote_interrupt_twice): Rename the function to ...
2692         (sync_remote_interrupt_twice): this.  Update the names inside.
2693         (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
2694         (_initialize_remote): Update the names inside.
2695
2696 2013-08-02  Tom Tromey  <tromey@redhat.com>
2697
2698         PR symtab/15719:
2699         * breakpoint.c (update_watchpoint, watchpoint_check)
2700         (watch_command_1): Update.
2701         * eval.c (fetch_subexp_value): Add "preserve_errors"
2702         parameter.
2703         * ppc-linux-nat.c (check_condition): Update.
2704         * value.h (fetch_subexp_value): Update.
2705
2706 2013-08-02  Andrew Burgess  <aburgess@broadcom.com>
2707
2708         * mi/mi-interp.c (mi_interpreter_resume): Remove call to
2709         add_file_handler.
2710
2711 2013-08-01  Doug Evans  <dje@google.com>
2712
2713         PR symtab/15691
2714         * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
2715         (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
2716         Add assert of sig_entry->dwo_unit == NULL.
2717         (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
2718         had already been read.
2719         (read_signatured_type): Set per_cu.tu_read.
2720
2721         PR symtab/15695
2722         * valops.c (value_struct_elt): Add missing call to check_typedef.
2723         (value_find_oload_method_list): Ditto.
2724
2725         * symtab.c (do_free_search_symbols_cleanup): Change arg to,
2726         effectively, struct symbol_search **.
2727         (make_cleanup_free_search_symbols): Change arg to struct
2728         symbol_search **.  All callers updated.
2729         (compare_search_syms): Compare symtab file name and block as well.
2730         (search_symbols_equal): New function.
2731         (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
2732         New args new_head, new_tail.  Result is now void.  Remove dups after
2733         sorting the symbols.
2734         (search_symbols): Sort all found symbols once, after all have been
2735         found, and remove duplicates.  Simplify cleanup tracking of result.
2736         * symtab.h (make_cleanup_free_search_symbols): Update prototype.
2737
2738         Further workarounds for binutils/15021.
2739         * dwarf2read.c (recursively_compute_inclusions): Change type of result
2740         parameter to VEC (symtab_ptr) **.  New parameter all_type_symtabs.
2741         Watch for duplicate symtabs coming from type units.
2742         (compute_symtab_includes): Update call to
2743         recursively_compute_inclusions. Build vector of included symtabs
2744         instead of per_cus.
2745         * symtab.h (symtab_ptr): New typedef.
2746         (DEF_VEC_P (symtab_ptr)): New VEC type.
2747         * linespec.c (symtab_p): Delete.  All uses updated to use symtab_ptr
2748         instead.
2749
2750 2013-08-01  Andrew Burgess  <aburgess@broadcom.com>
2751
2752         * cli/cli-script.c (script_from_file): Remove use of
2753         error_pre_print.
2754         * main.c (captured_main): Remove use of error_pre_print and
2755         quit_pre_print.
2756         * utils.c (error_pre_print, quit_pre_print): Remove.
2757         * utils.h (error_pre_print, quit_pre_print): Likewise.
2758
2759 2013-08-01  Yao Qi  <yao@codesourcery.com>
2760
2761         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
2762         with mi_getopt.
2763         (mi_cmd_stack_list_variables): Likewise.
2764
2765 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
2766
2767         * exceptions.c (deprecated_throw_reason): Remove.
2768         * exceptions.h (deprecated_throw_reason): Remove.
2769
2770 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
2771
2772         * remote-mips.c (mips_error): Replace use of
2773         deprecated_throw_reason with throw_verror.  Use the error message
2774         passed to mips_error as the error message for throw_verror.
2775
2776 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
2777
2778         * monitor.c (monitor_interrupt_query): Replace use of
2779         deprecated_throw_reason with quit.
2780         * nto-procfs.c (interrupt_query): Likewise.
2781         * remote-fileio.c (remote_fileio_sig_exit): Likewise.
2782         * remote-mips.c (mips_kill): Likewise.
2783         * remote.c (interrupt_query): Likewise.
2784
2785 2013-07-31  Andrew Burgess  <aburgess@broadcom.com>
2786
2787         * utils.c (internal_verror): Replace use of deprecated_throw_reason
2788         with call to fatal.
2789
2790 2013-07-31  Pedro Alves  <pedro@codesourcery.com>
2791             Yao Qi  <yao@codesourcery.com>
2792
2793         * tracepoint.c (trace_dump_command): Select the current frame.
2794
2795 2013-07-30  Doug Evans  <dje@google.com>
2796
2797         * dwarf2read.c (process_queue): Add type signature to debug output.
2798
2799 2013-07-30  Andrew Burgess  <aburgess@broadcom.com>
2800
2801         * value.c (value_fetch_lazy): Mark optimized out values as such
2802         rather than raising an error.
2803
2804 2013-07-30  Andrew Burgess  <aburgess@broadcom.com>
2805
2806         * value.c (value_fetch_lazy): Ensure parent value is not lazy
2807         before checking which bits of the parent, not the child, value are
2808         valid.
2809
2810 2013-07-30  Muhammad Bilal  <mbilal@codesorcery.com>
2811
2812         PR gdb/15715
2813         * top.c: Include "filenames.h".
2814         (set_history_filename): New function.
2815         (init_main): Install it as set hook of the "set history filename"
2816         command.
2817
2818 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
2819
2820         * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
2821         attribute parameter.
2822         (dwarf2_const_value_data): Constify struct attribute parameter.
2823         (dwarf2_const_value): Constify struct attribute parameter.
2824         (dwarf2_const_value_attr): Constify struct attribute parameter.
2825         (lookup_die_type): Constify struct attribute parameter.
2826         (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
2827         (follow_die_ref_or_sig): Constify struct attribute parameter.
2828         (follow_die_ref): Constify struct attribute parameter.
2829         (follow_die_sig): Constify struct attribute parameter.
2830         (get_DW_AT_signature_type): Constify struct attribute parameter.
2831         (get_type_unit_group): Constify struct attribute parameter.
2832         (fill_in_loclist_baton): Constify struct attribute parameter.
2833         (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
2834         (type_unit_group): Constify struct attribute parameter.
2835
2836 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
2837
2838         * dwarf2read.c (attr_form_is_block): Make argument const.
2839         (attr_form_is_section_offset): Make argument const.
2840         (attr_form_is_constant): Make argument const.
2841         (attr_form_is_ref): Make argument const.
2842
2843 2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>
2844
2845         * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
2846         All uses updated.
2847         (attr_form_is_ref): Moved below attr_form_is_constant.
2848
2849 2013-07-29  Doug Evans  <dje@google.com>
2850
2851         * main.c (captured_command_loop): Tweak comment.
2852
2853         * target.c (target_async_permitted_1): Fix comment.
2854
2855         * symtab.c (iterate_over_some_symtabs): Add comment.
2856
2857         * symtab.c (iterate_over_some_symtabs): Fix indentation.
2858
2859 2013-07-27  Yao Qi  <yao@codesourcery.com>
2860
2861         * NEWS: Mention that GDBserver now supports hardware
2862         watchpoints on the MIPS GNU/Linux target.
2863
2864 2013-07-27  Yao Qi  <yao@codesourcery.com>
2865
2866         * Makefile.in (HFILES_NO_SRCDIR): Add
2867         common/mips-linux-watch.h.
2868         (mips-linux-watch.o): New rule.
2869         * common/mips-linux-watch.c: New.
2870         * common/mips-linux-watch.h: New.
2871         * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
2872         * mips-linux-nat.c: Include mips-linux-watch.h.
2873         (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
2874         to common/mips-linux-watch.h.
2875         (MAX_DEBUG_REGISTER): Likewise.
2876         (enum pt_watch_style): Likewise.
2877         (struct mips32_watch_regs): Likewise.
2878         (struct mips64_watch_regs): Likewise.
2879         (struct pt_watch_regs): Likewise.
2880         (struct mips_watchpoint): Likewise.
2881         (mips_linux_watch_get_irw_mask): Move to
2882         common/mips-linux-watch.c.
2883         (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
2884         (mips_linux_watch_get_watchlo): Likewise.
2885         (mips_linux_watch_set_watchlo): Likewise.
2886         (mips_linux_watch_get_watchhi): Likewise.
2887         (mips_linux_watch_set_watchhi): Likewise.
2888         (mips_linux_read_watch_registers): Likewise.
2889         (mips_linux_watch_type_to_irw): Likewise.
2890         (mips_linux_stopped_data_address, fill_mask): Likewise.
2891         (mips_linux_watch_try_one_watch): Likewise.
2892         (mips_linux_watch_populate_regs): Likewise.
2893
2894 2013-07-27  Yao Qi  <yao@codesourcery.com>
2895
2896         * mips-linux-nat.c (get_irw_mask): Rename to ...
2897         (mips_linux_watch_get_irw_mask): ... this.  Rename parameter
2898         'set' to 'n'.  Update function comment.  All callers changed.
2899         (get_reg_mask): Rename parameter 'set' to 'n'.  Update
2900         function comment.  All callers changed.
2901         (get_num_valid): Rename to ...
2902         (mips_linux_watch_get_num_valid): ... this.  Rename parameter
2903         'set' to 'n'.  Update function comment.  All callers changed.
2904         (get_watchlo): Rename to ...
2905         (mips_linux_watch_get_watchlo): ... this.  Rename parameter
2906         'set' to 'n'.  Update function comment.  All callers changed.
2907         (set_watchlo): Rename to ...
2908         (mips_linux_watch_set_watchlo): ... this.  Rename parameter
2909         'set' to 'n'.  Update function comment.  All callers changed.
2910         (get_watchhi): Rename to ...
2911         (mips_linux_watch_get_watchhi): ... this.  Update function
2912         comment.  All callers changed.
2913         (set_watchhi): Rename to ...
2914         (mips_linux_watch_set_watchhi): ... this.  Update function
2915         comment.  All callers changed.
2916         (mips_linux_read_watch_registers): Update function comment.
2917         Add new parameters 'lwpid', 'watch_readback', and
2918         'watch_readback_valid'.  Update.
2919         (type_to_irw): Rename to ...
2920         (mips_linux_watch_type_to_irw): ... this.  Update function
2921         comment.  All callers changed.
2922         (fill_mask): Update function comment.
2923         (try_one_watch): Rename to ...
2924         (mips_linux_watch_try_one_watch): ... this.  Change the type
2925         of parameter 'irw' from 'unsigned' to 'uint32_t'.
2926         (populate_regs_from_watches): Rename to ...
2927         (mips_linux_watch_populate_regs): ... this.  Add parameter
2928         'current_watches'.  All callers changed.
2929
2930 2013-07-27  Yao Qi  <yao@codesourcery.com>
2931
2932         * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
2933         the code.
2934         (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
2935         (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
2936         (struct pt_watch_regs): Likewise.
2937         [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
2938         [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
2939         [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
2940         [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
2941         [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
2942
2943 2013-07-27  Yao Qi  <yao@codesourcery.com>
2944
2945         * breakpoint.h: Include break-common.h.
2946         (enum target_hw_bp_type): Move to ...
2947         * common/break-common.h: ... here.  New.
2948
2949 2013-07-26  Cyril Nikolaev  <cyril@nichtverstehen.de>
2950
2951         * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
2952         process group regardless of having tty on stdin.
2953
2954 2013-07-25  Doug Evans  <dje@google.com>
2955
2956         * linux-fork.h (detach_fork): Delete.
2957
2958 2013-07-25  Tom Tromey  <tromey@redhat.com>
2959
2960         PR remote/15256, PR remote/15266:
2961         * bfd-target.c (target_bfd_reopen): Initialize to_magic.
2962         * monitor.c (monitor_detach): Use unpush_target.
2963         * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
2964         * remote-mips.c (mips_detach): Use unpush_target.  Don't
2965         call mips_close.
2966         * remote-sim.c (gdbsim_detach): Use unpush_target.
2967         * target.c (pop_target): Remove.
2968         (pop_all_targets_above): Don't call target_close.
2969         (target_close): Assert that the target is unpushed.
2970         * target.h (pop_target): Don't declare.
2971         * tracepoint.c (tfile_open): Use unpush_target.
2972
2973 2013-07-25  Tom Tromey  <tromey@redhat.com>
2974
2975         * linux-thread-db.c (init_thread_db_ops): Call
2976         complete_target_initialization.
2977         (_initialize_thread_db): Don't call add_target.
2978         * target.c (complete_target_initialization): New function.
2979         (add_target_with_completer): Call it.
2980         * target.h (complete_target_initialization): Declare.
2981
2982 2013-07-25  Mark Kettenis  <kettenis@gnu.org>
2983
2984         * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
2985         * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
2986         (HPPANBSD_SIZEOF_GREGS): New define.
2987         (hppaobsd_supply_gregset): Handle additional registers.
2988         * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
2989         we provide more registers now.
2990         (hppabsd_supply_gregset): Supply additional registers.
2991         (hppabsd_collect_gregset): Collect additional registers.
2992
2993 2013-07-25  Mark Kettenis  <kettenis@gnu.org>
2994
2995         * hppabsd-tdep.c: Include "dwarf2-frame.h".
2996         (hppabsd_dwarf2_frame_init_reg): New function.
2997         (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
2998
2999 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
3000
3001         * mi/mi-main.c (output_register): Make MI 'r' format use standard
3002         'z' format code.  Remove error for optimized out values, standard
3003         code will handle these fine.
3004
3005 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
3006
3007         * NEWS: Mention new 'z' formatter.
3008         * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
3009         (_initialize_printcmd): Mention 'z' formatter in help text of the
3010         'x' command.
3011
3012 2013-07-24  Maciej W. Rozycki  <macro@codesourcery.com>
3013
3014         * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
3015         formatting.
3016
3017 2013-07-24  Sergio Durigan Junior  <sergiodj@redhat.com>
3018
3019         * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
3020         interface can evaluate arguments.  Fallback to the old mode if it
3021         cannot.
3022         (create_exception_master_breakpoint): Likewise.
3023         * elfread.c (elf_can_evaluate_probe_arguments): New function.
3024         (struct sym_probe_fns elf_probe_fns): Export function above to the
3025         probe interface.
3026         * probe.c (can_evaluate_probe_arguments): New function.
3027         * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
3028         function pointer.
3029         (can_evaluate_probe_arguments): New function prototype.
3030         * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
3031         probe interface can evaluate arguments.  Fallback to the old mode
3032         if it cannot.
3033         * stap-probe.c (stap_get_probe_argument_count): Check if probe
3034         interface can evaluate arguments.  Warning the user if it cannot.
3035         (stap_can_evaluate_probe_arguments): New function.
3036         (struct probe_ops stap_probe_ops): Export function above to the
3037         probe interface.
3038         * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
3039         New function pointer.
3040
3041 2013-07-24  Luis Machado  <lgustavo@codesourcery.com>
3042
3043         * Makefile.in (SFILES): Add common/target-common.c.
3044         Add common/target-common.h to headers.
3045         (COMMON_OBS): Add target-common.o.
3046         (target-common.o): New target.
3047         * linux-nat.h (resume_kind): Move to common/target-common.h.
3048         * target.c (target_waitstatus_to_string): Move to
3049         common/target-common.c.
3050         * target.h: Include target-common.h.
3051         (target_waitkind): Move to common/target-common.h.
3052         (target_waitstatus): Likewise.
3053         (TARGET_WNOHANG): Likewise.
3054         * common/target-common.c: New file.
3055         * common/target-common.h: New file.
3056
3057 2013-07-24  Doug Evans  <dje@google.com>
3058
3059         * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
3060         a warning.
3061
3062 2013-07-23  Yao Qi  <yao@codesourcery.com>
3063
3064         * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
3065         parameter 'gdbarch'.
3066         (i386_stack_tramp_frame_sniffer): Caller update.
3067         * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
3068         parameter 'gdbarch' and 'target'.
3069         (i386_linux_core_read_description): Caller update.
3070         * amd64-linux-tdep.c (amd64_linux_core_read_description):
3071         Likewise.
3072         * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
3073         declaration.
3074
3075 2013-07-23  Tom Tromey  <tromey@redhat.com>
3076
3077         * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
3078         2013-07-22.
3079
3080 2013-07-22  Doug Evans  <dje@google.com>
3081
3082         * exec.h (remove_target_sections): Delete arg abfd.
3083         * exec.c (exec_close): Update call to remove_target_sections.
3084         (remove_target_sections): Delete arg abfd.
3085         * solib.c (update_solib_list): Ditto.
3086         (reload_shared_libraries_1): Ditto.
3087         (clear_solib): Ditto, and unconditionally call remove_target_sections.
3088         * target.h (struct target_section): Rename key to owner.
3089         All uses updated.
3090
3091 2013-07-22  Tom Tromey  <tromey@redhat.com>
3092
3093         * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
3094
3095 2013-07-22  Tom Tromey  <tromey@redhat.com>
3096
3097         * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
3098         Simplify cleanup handling.
3099
3100 2013-07-22  Tom Tromey  <tromey@redhat.com>
3101
3102         * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
3103         on all return paths.
3104
3105 2013-07-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
3106
3107         * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
3108         (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
3109         DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
3110
3111 2013-07-22  Phil Muldoon  <pmuldoon@redhat.com>
3112
3113         * top.c (print_gdb_version): Add help, apropos description and
3114         url to online documentation.
3115
3116 2013-07-19  Hui Zhu  <hui@codesourcery.com>
3117
3118         PR gdb/15692
3119         * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
3120
3121 2013-07-19  Yao Qi  <yao@codesourcery.com>
3122
3123         * target.c (update_current_target): Change the default action
3124         of 'to_traceframe_info' from tcomplain to return_zero.
3125         * target.h (struct target_ops) <to_traceframe_info>: Add more
3126         comments.
3127         * valops.c (read_value_memory): Call
3128         traceframe_available_memory unconditionally.
3129
3130 2013-07-18  Yao Qi  <yao@codesourcery.com>
3131
3132         * coffread.c (coff_symfile_read): Iterate over minimal symbols,
3133         if the name is prefixed by "__imp_" or "_imp_", look for minimal
3134         symbol without prefix.  If found, set its type to
3135         'mst_solib_trampoline'.
3136
3137 2013-07-17  Doug Evans  <dje@google.com>
3138
3139         * NEWS: Mention "set print raw frame-arguments".
3140         * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
3141         * stack.c (print_raw_frame_arguments): New static global.
3142         (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
3143         (_initialize_stack): New command "set/show print raw frame-arguments".
3144         * valprint.c (setprintrawlist, showprintrawlist): New globals.
3145         (set_print_raw, show_print_raw): New functions.
3146         (_initialize_valprint): New prefix command "set/show print raw".
3147         * valprint.h (value_print_options): Improve comments.
3148
3149         * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
3150         of all *list variables.
3151
3152         * gdbcmd.h (togglelist): Delete.
3153         * cli/cli-cmds.c (togglelist): Delete.
3154         (init_cmd_lists): Update.
3155         * cli/cli-cmds.h (togglelist): Delete.
3156
3157 2013-07-17  Tom Tromey  <tromey@redhat.com>
3158
3159         * dwarf2read.c (dwarf2_per_objfile_free): Clear
3160         dwarf2_per_objfile.
3161
3162 2013-07-16  Doug Evans  <dje@google.com>
3163
3164         * nto-tdep.c (nto_relocate_section_addresses): Update,
3165         target_section.bfd deleted.
3166         * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
3167         * s390-tdep.c (s390_load): Ditto.
3168         * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
3169
3170 2013-07-16  Andrew Burgess  <aburgess@broadcom.com>
3171
3172         * common/format.c (parse_format_string): Add checks for NULL
3173         character before calling strchr.
3174
3175 2013-07-16  Doug Evans  <dje@google.com>
3176
3177         * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
3178         temp_pathname argument.
3179         * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
3180         when opening the file fails.
3181
3182         * target.h (struct target_section): Delete member bfd.
3183         All users updated to use the_bfd_section->owner instead.
3184         * exec.c (add_to_section_table): Assert bfd is expected value.
3185         Remove initialization of target_section.bfd.
3186         (remove_target_sections): Update.
3187         (section_table_available_memory): Update.
3188         (section_table_xfer_memory_partial): Update.
3189         (print_section_info): Update.
3190         (exec_set_section_address): Update.
3191         * record-full.c (record_full_core_xfer_partial): Update.
3192         * solib-svr4.c (svr4_relocate_section_addresses): Update.
3193         * solib-target.c (solib_target_relocate_section_addresses): Update.
3194         * symfile.c (build_section_addr_info_from_section_table): Update.
3195         * target.c (memory_xfer_live_readonly_partial): Update.
3196         (memory_xfer_partial_1): Update.
3197
3198 2013-07-15  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
3199
3200         * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
3201         now available for embedded (BookE) and server (BookS) processors,
3202         correct mentions of 'booke' and adjust comments accordingly in order to
3203         avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
3204         (have_ptrace_booke_interface): Rename function and variable
3205         'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
3206         Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
3207         (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
3208         'hwdebug_point_cmp'. Update all uses.
3209         (booke_find_thread_points_by_tid): Rename function
3210         'booke_find_thread_points_by_tid' to
3211         'hwdebug_find_thread_points_by_tid'. Update all uses.
3212         (booke_insert_point): Rename function 'booke_insert_point' to
3213         'hwdebug_insert_point'. Update all uses.
3214         (booke_remove_point): Rename function 'booke_remove_point' to
3215         'hwdebug_remove_point'. Update all uses.
3216
3217 2013-07-15  Maciej W. Rozycki  <macro@codesourcery.com>
3218
3219         * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
3220         numbers with enum values.
3221
3222 2013-07-15  Ali Anwar  <ali_anwar@codesourcery.com>
3223
3224         PR threads/13217
3225         * thread.c (thread_apply_all_command): Check for valid threads
3226         and thread count.
3227         (thread_array_cleanup): New struct.
3228         (set_thread_refcount): New function.
3229
3230 2013-07-11  Andrew Burgess  <aburgess@broadcom.com>
3231
3232         * infcmd.c (default_print_one_register_info): Reuse function
3233         print_hex_chars.
3234
3235 2013-07-10  Tom Tromey  <tromey@redhat.com>
3236
3237         * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
3238         (ada-exp.o): New target.
3239
3240 2013-07-10  Sergio Durigan Junior  <sergiodj@redhat.com>
3241
3242         * mt-tdep.c (mt_registers_info): Call
3243         get_no_prettyformat_print_options instead of
3244         get_raw_print_options (regression by last patch from Doug
3245         Evans).
3246
3247 2013-07-09  Pedro Alves  <palves@redhat.com>
3248
3249         Checked in by Joel Brobecker  <brobecker@adacore.com>.
3250         * ada-lang.c (coerce_unspec_val_to_type): Use
3251         value_optimized_out_const.
3252         * value.c (value_optimized_out_const): New function.
3253         * value.h (value_optimized_out_const): New declaration.
3254
3255 2013-07-09  Doug Evans  <dje@google.com>
3256
3257         * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
3258         Enum values rename as well.  All uses updated.
3259         * valprint.h (value_print_options): Rename member pretty to
3260         pretty format.  Rename member prettyprint_arrays to
3261         prettyformat_arrays.  Rename member prettyprint_structs to
3262         prettyformat_structs.  All uses updated.
3263         (get_no_prettyformat_print_options): Renamed from
3264         get_raw_print_options.
3265         * valprint.c (get_no_prettyformat_print_options): Renamed from
3266         get_raw_print_options.  All callers updated.
3267         (show_prettyformat_structs): Renamed from show_prettyprint_structs.
3268         All callers updated.
3269         (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
3270         All callers updated.
3271         (_initialize_valprint): Improve help text for "set print pretty" and
3272         "set print arrays".
3273
3274 2013-07-09  Andrew Burgess  <aburgess@broadcom.com>
3275
3276         * value.c (value_bits_valid): Revert previous change, and change
3277         by Pedro on 2013-07-04, due to regressions in
3278         gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
3279
3280 2013-07-08  Andrew Burgess  <aburgess@broadcom.com>
3281             Pedro Alves  <palves@redhat.com>
3282
3283         * value.c (value_bits_valid): If the value is not lval_computed
3284         or has no check validity handler then the answer is the
3285         optimized_out flag, otherwise defer to the handler.
3286
3287 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
3288
3289         * top.c (print_gdb_configuration): Explain in output of
3290         --configuration what does "relocatable" mean.
3291
3292         * main.c (print_gdb_help): Regroup options in the --help text.
3293         See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
3294         the relevant discussions.
3295
3296 2013-07-06  Yao Qi  <yao@codesourcery.com>
3297
3298         * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
3299         Remove parameter 'lsal'.
3300         * breakpoint.c (create_breakpoint): Move local variable 'lsal'
3301         to inner block.  Caller update.
3302         (base_breakpoint_create_breakpoints_sal): Update.
3303         (bkpt_create_breakpoints_sal): Likewise.
3304         (tracepoint_create_breakpoints_sal): Likewise.
3305         (strace_marker_create_breakpoints_sal): Get 'lsal' from the
3306         element 0 of vector 'canonical->sals'.
3307
3308 2013-07-05  Luis Machado  <lgustavo@codesourcery.com>
3309
3310         * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
3311         register number instead of the pseudo register one.
3312         (rs6000_dwarf2_reg_to_regnum): Likewise.
3313
3314 2013-07-04  Pedro Alves  <palves@redhat.com>
3315
3316         * findvar.c (value_of_register): Use allocate_optimized_out_value
3317         if the register has been optimized out, instead of
3318         set_value_optimized_out.
3319         * frame-unwind.c (frame_unwind_got_optimized): Use
3320         allocate_optimized_out_value.
3321
3322 2013-07-04  Pedro Alves  <palves@redhat.com>
3323
3324         * value.c (value_bits_valid): If the value is not lval_computed,
3325         or doesn't have a check_validity hook, assume the value is entirely
3326         valid.
3327
3328 2013-07-04  Andrew Burgess  <aburgess@broadcom.com>
3329
3330         * stack.c (read_frame_arg): No longer fetch lazy values.
3331         * value.c (value_optimized_out): If the value is not already
3332         marked optimized out, and is lazy then fetch it.
3333         (value_primitive_field): Move optimized out check to later in the
3334         function, after we have loaded any lazy values.
3335         (value_fetch_lazy): Use optimized out flag directly rather than
3336         calling optimized_out method.
3337
3338 2013-07-04  Andrew Burgess  <aburgess@broadcom.com>
3339
3340         * valops.c: Don't include "user-regs.h".
3341         (value_fetch_lazy): Moved to value.c.
3342         * value.c: Include "user-regs.h".
3343         (value_fetch_lazy): Moved from valops.c.
3344
3345 2013-07-04  Yao Qi  <yao@codesourcery.com>
3346
3347         Revert:
3348         2013-06-27  Yao Qi  <yao@codesourcery.com>
3349
3350         * common/create-version.sh: Update comments.  Handle the case
3351         that TARGET_ALIAS is empty.
3352
3353 2013-07-03  Pedro Alves  <palves@redhat.com>
3354
3355         * Makefile.in (config.status): Depend on development.sh.
3356         (aclocal_m4_deps): Add libmcheck.m4.
3357         * acinclude.m4: Include libmcheck.m4.
3358         * configure.ac: Source development.sh instead of setting
3359         'development' here.  --enable-libmcheck/--disable-libmcheck code
3360         factored out to GDB_AC_LIBMCHECK.  Run it.
3361         * development.sh: New file.
3362         * libmcheck.m4: New file.
3363         * configure: Regenerate.
3364
3365 2013-07-02  Tom Tromey  <tromey@redhat.com>
3366
3367         * contrib/ari/update-web-ari.sh: Update for version.in change.
3368
3369 2013-07-02  Tom Tromey  <tromey@redhat.com>
3370
3371         * common/ptid.h: Comment fixes.
3372
3373 2013-07-01  Tom Tromey  <tromey@redhat.com>
3374
3375         * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
3376         .gnu_debugaltlink not found.  Use bfd_get_alt_debug_link_info.
3377         (dwarf2_read_index, create_all_comp_units): Update.
3378
3379 2013-07-01  Tom Tromey  <tromey@redhat.com>
3380
3381         * configure.ac (build_warnings): Add -Wold-style-definition.
3382         * configure: Rebuild.
3383         * machoread.c (_initialize_machoread): Use "(void)".
3384         * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
3385         use "(void)".
3386
3387 2013-07-01  Tom Tromey  <tromey@redhat.com>
3388
3389         * configure.ac (build_warnings): Add -Wold-style-declaration.
3390         * configure: Rebuild.
3391         * dsrec.c (make_srec): Use "static const", not "const static".
3392         * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
3393         not "const static".
3394         * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
3395         Use "static const", not "const static".
3396         * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
3397         not "const static".
3398         * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
3399         not "const static".
3400         * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
3401         not "const static".
3402         * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
3403         not "const static".
3404         (v850_dbtrap_breakpoint_from_pc): Likewise.
3405         * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
3406         not "const static".
3407
3408 2013-07-01  Tom Tromey  <tromey@redhat.com>
3409
3410         * configure.ac (build_warnings): Add -Wmissing-parameter-type.
3411         * configure: Rebuild.
3412
3413 2013-07-01  Pedro Alves  <palves@redhat.com>
3414
3415         * defs.h: Include "pathmax.h".
3416         * utils.c: Don't include sys/param.h.
3417         (gdb_realpath): Remove code that checks for MAXPATHLEN.
3418         * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
3419         instead of MAXPATHLEN.
3420         * solib-sunos.c: Don't include sys/param.h.
3421         * xcoffread.c: Don't include sys/param.h.
3422         * bsd-kvm.c: Don't include sys/param.h.
3423         * darwin-nat.c: Don't include sys/param.h.
3424         (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
3425         * darwin-nat-info.c: Don't include sys/param.h.
3426         * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
3427         MAXPATHLEN.
3428         * i386obsd-nat.c: Don't include sys/param.h.
3429         * inf-child.c: Don't include sys/param.h.
3430         (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
3431         * linux-fork.c: Don't include sys/param.h.
3432         (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
3433         * linux-nat.c: Don't include sys/param.h.
3434         (linux_child_pid_to_exec_file, linux_proc_pending_signals)
3435         (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
3436         * m68klinux-nat.c: Don't include sys/param.h.
3437         * nbsd-nat.c: Don't include sys/param.h.
3438         (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
3439         * ppc-linux-nat.c: Don't include sys/param.h.
3440         * rs6000-nat.c: Don't include sys/param.h.
3441         * spu-linux-nat.c. Don't include sys/param.h.
3442         * windows-nat.c: Don't include sys/param.h.
3443         * xtensa-linux-nat.c: Don't include sys/param.h.
3444         * config/i386/nm-fbsd.h: Don't include sys/param.h.
3445
3446 2013-07-01  Pedro Alves  <palves@redhat.com>
3447
3448         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
3449         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
3450         * gnulib/aclocal.m4: Regenerate.
3451         * gnulib/config.in: Regenerate.
3452         * gnulib/configure: Regenerate.
3453         * gnulib/import/pathmax.h: New file.
3454         * gnulib/import/Makefile.am: Regenerate.
3455         * gnulib/import/Makefile.in: Regenerate.
3456         * gnulib/import/m4/gnulib-cache.m4: Regenerate.
3457         * gnulib/import/m4/gnulib-comp.m4: Regenerate.
3458         * gnulib/import/m4/pathmax.m4: New file.
3459
3460 2013-07-01  Pedro Alves  <palves@redhat.com>
3461
3462         * configure.ac (GDBINIT): Define, depending on host.
3463         * go32-nat.c (init_go32_ops): Don't override gdbinit here.
3464         * top.c (PATH_MAX): Delete fallback definition.
3465         (GDBINIT_FILENAME): Delete.
3466         (gdbinit): Reimplement as const char array set to the GDBINIT
3467         string constant.
3468         * top.h (gdbinit): Make const.
3469         * configure, config.in: Regenerate.
3470
3471 2013-07-01  Pedro Alves  <palves@redhat.com>
3472
3473         * cli/cli-cmds.c (source_script): Make 'file' parameter const.
3474         * cli/cli-cmds.h (source_script): Likewise.
3475         * exceptions.c (catch_command_errors_const): New function.
3476         * exceptions.h (catch_command_errors_const): Declare.
3477         * main.c (get_init_files): Make parameters const, and adjust.
3478         (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
3479         'local_gdbinit' locals const.  Adjust to use
3480         catch_command_errors_const.
3481         (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
3482         'local_gdbinit' locals const.
3483
3484 2013-07-01  Pedro Alves  <palves@redhat.com>
3485
3486         * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
3487         (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
3488         * tracepoint.c: Don't check HAVE_UNISTD_H before including
3489         <unistd.h>.
3490
3491 2013-07-01  Pedro Alves  <palves@redhat.com>
3492
3493         Import the "unistd" gnulib module.
3494         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
3495         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
3496         import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
3497         import/m4/unistd_h.m4.
3498         * gnulib/aclocal.m4: Renenerate.
3499         * gnulib/config.in: Renenerate.
3500         * gnulib/configure: Renenerate.
3501         * gnulib/import/Makefile.am: Renenerate.
3502         * gnulib/import/Makefile.in: Renenerate.
3503         * gnulib/import/m4/gnulib-cache.m4: Renenerate.
3504         * gnulib/import/m4/gnulib-comp.m4: Renenerate.
3505         * gnulib/import/m4/off_t.m4: New file.
3506         * gnulib/import/m4/ssize_t.m4: New file.
3507         * gnulib/import/m4/sys_types_h.m4: New file.
3508         * gnulib/import/m4/unistd_h.m4: New file.
3509         * gnulib/import/sys_types.in.h: New file.
3510         * gnulib/import/unistd.c: New file.
3511         * gnulib/import/unistd.in.h: New file.
3512
3513 2013-07-01  Pedro Alves  <palves@redhat.com>
3514
3515         * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
3516         defined instead of checking HAVE_UNISTD_H.
3517
3518 2013-07-01  Pedro Alves  <palves@redhat.com>
3519
3520         Reimport gnulib from scratch.
3521         * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
3522         import/m4/onceonly.m4.
3523         * gnulib/aclocal.m4: Renegerate.
3524         * gnulib/config.in: Renegerate.
3525         * gnulib/configure: Renegerate.
3526         * gnulib/import/Makefile.in: Renegerate.
3527         * gnulib/import/extra/update-copyright: Renegerate.
3528         * gnulib/import/m4/onceonly.m4: Delete.
3529
3530 2013-07-01  Pedro Alves  <palves@redhat.com>
3531
3532         * tui/tui-regs.c (pagination_enabled): Delete declaration.
3533
3534 2013-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
3535
3536         Code cleanup.
3537         * remote.c (async_remote_interrupt_twice): Make it static.
3538         * remote.h (async_remote_interrupt_twice): Remove the declaration.
3539
3540 2013-06-29  Sergio Durigan Junior  <sergiodj@redhat.com>
3541
3542         * ia64-linux-tdep.c: Include <ctype.h>.
3543         (ia64_linux_stap_is_single_operand): New function.
3544         (ia64_linux_init_abi): Initialize SystemTap related attributes.
3545
3546 2013-06-28  Tom Tromey  <tromey@redhat.com>
3547
3548         * Makefile.in (version.c): Use version.in, not
3549         common/version.in.
3550         * common/create-version.sh: Likewise.
3551         * common/version.in: Move...
3552         * version.in: ...here.
3553
3554 2013-06-28  Pedro Alves  <palves@redhat.com>
3555
3556         * infrun.c (set_observer_mode): Don't declare pagination_enabled
3557         here.
3558         * utils.h (pagination_enabled): Declare.
3559
3560 2013-06-28  Pedro Alves  <palves@redhat.com>
3561
3562         * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
3563         Move higher up in file.
3564
3565 2013-06-28  Tom Tromey  <tromey@redhat.com>
3566
3567         * tracepoint.c (deprecated_readline_begin_hook)
3568         (deprecated_readline_hook, deprecated_readline_end_hook): Don't
3569         declare.
3570
3571 2013-06-28  Pedro Alves  <palves@redhat.com>
3572
3573         PR tui/14880
3574         * tui/tui-regs.c (tui_get_register): Fetch value contents before
3575         checking if they're available.
3576         * value.c (value_available_contents_eq): Change comment.
3577         * value.h (value_available_contents_eq): Expand comment.
3578
3579 2013-06-27  Tom Tromey  <tromey@redhat.com>
3580
3581         * target.c (find_run_target): Remove.
3582         * target.h (find_run_target): Remove.
3583
3584 2013-06-27  Tom Tromey  <tromey@redhat.com>
3585
3586         * corelow.c (core_gdbarch): Now static.
3587
3588 2013-06-27  Tom Tromey  <tromey@redhat.com>
3589
3590         * target.c (target_struct_index): Remove.
3591
3592 2013-06-27  Pedro Alves  <palves@redhat.com>
3593
3594         * infrun.c: Remove comment describing the 'stepping over runtime
3595         loader dynamic symbol resolution code' mechanism; moved to
3596         gdbint.texinfo.
3597
3598 2013-06-27  Pedro Alves  <palves@redhat.com>
3599
3600         * exceptions.c (catch_command_errors): Remove spurious space.
3601         * exceptions.h (catch_command_errors): Second parameter is "arg",
3602         not "command".
3603
3604 2013-06-27  Yao Qi  <yao@codesourcery.com>
3605
3606         * common/create-version.sh: Update comments.  Handle the case
3607         that TARGET_ALIAS is empty.
3608
3609 2013-06-26  Pedro Alves  <palves@redhat.com>
3610
3611         * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
3612         comment.
3613
3614 2013-06-26  Pedro Alves  <palves@redhat.com>
3615
3616         * infrun.c: Update comments on stepping over runtime loader
3617         dynamic symbol resolution code.
3618
3619 2013-06-26  Sergio Durigan Junior  <sergiodj@redhat.com>
3620
3621         * ax-gdb.h (union exp_element): Forward declare.
3622         * parser-defs.h: Include expression.h.
3623
3624 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
3625
3626         * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
3627
3628 2013-06-26  Dmitry Kozlov <ddk@codesourcery.com>
3629
3630         * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
3631
3632 2013-06-26  Dmitry Kozlov <ddk@codesourcery.com>
3633
3634         Fix trace-status to output proper start-time and stop-time.
3635         * tracepoint.c (trace_status_command): Fix type of printf arg to
3636         prevent improper type conversion.
3637         (trace_status_mi): Likewise.
3638
3639 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
3640
3641         * mips-tdep.c (mips_next_pc): Fix a typo.
3642
3643 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
3644
3645         * mips-tdep.c (micromips_scan_prologue): Fix a typo.
3646
3647 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
3648             Yao Qi  <yao@codesourcery.com>
3649
3650         * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
3651         * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
3652         * mi/mi-main.c (print_variable_or_computed): New function.
3653         (mi_cmd_trace_frame_collected): New function.
3654         * tracepoint.c (find_trace_state_variable_by_number): New.
3655         (struct traceframe_info): Move to tracepoint.h
3656         (struct collection_list): Likewise.
3657         (do_collect_symbol): Include locals and arguments in the
3658         collected variables list.
3659         (clear_collection_list): Clear wholly collected variables list
3660         and computed variables list.
3661         (append_exp): New function.
3662         (encode_actions_1): Include variables in the wholly
3663         collected variables list.  Include memory ranges and
3664         full-fledged expressions in the computed expressions list.
3665         (encode_actions): Move some code to ...
3666         Return the cleanup chain.
3667         (encode_actions_rsp): ... here.  New function.
3668         (get_traceframe_location, get_traceframe_info): Remove static.
3669         * tracepoint.h (struct memrange): Moved from tracepoint.c.
3670         (struct collection_list): Moved from tracepoint.c.  Add two
3671         new fields 'wholly_collected' and 'computed'.
3672         (find_trace_state_variable_by_number): Declare.
3673         (encode_actions): Adjust declaration.
3674         (encode_actions_rsp): Declare.
3675         (get_traceframe_info, get_traceframe_location): Declare.
3676
3677         * NEWS: Mention new MI command -trace-frame-collected.
3678
3679 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
3680             Yao Qi  <yao@codesourcery.com>
3681
3682         * ctf.c (ctf_traceframe_info): Push trace state variables
3683         present in the trace data into the traceframe info object.
3684         * breakpoint.c (DEF_VEC_I): Remove.
3685         * common/filestuff.c (DEF_VEC_I): Likewise.
3686         * dwarf2loc.c (DEF_VEC_I): Likewise.
3687         * mi/mi-main.c (DEF_VEC_I): Likewise.
3688         * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
3689         * features/traceframe-info.dtd: Add tvar element and its
3690         attributes.
3691         * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
3692         (build_traceframe_info): Push trace state variables present in
3693         the trace data into the traceframe info object.
3694         (traceframe_info_start_tvar): New function.
3695         (tvar_attributes): New.
3696         (traceframe_info_children): Add "tvar" element.
3697         * tracepoint.h (struct traceframe_info) <tvars>: New field.
3698
3699         * NEWS: Mention the change in GDB and GDBserver.
3700
3701 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
3702             Yao Qi  <yao@codesourcery.com>
3703
3704         * tracepoint.c (trace_dump_command): Move code to ...
3705         (get_traceframe_location): ... here.  New.
3706
3707 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
3708             Yao Qi  <yao@codesourcery.com>
3709
3710         * tracepoint.c (trace_dump_command): GDB emits an error
3711          instead of a warning when a traceframe is not selected.
3712
3713 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
3714             Yao Qi  <yao@codesourcery.com>
3715
3716         * tracepoint.c (tracepoint_list, stepping_list): Remove.
3717         (clear_collection_list): Free fields 'aexpre_list' and 'list'
3718         in collection_list.
3719         (do_clear_collection_list, init_collection_list): New.
3720         (encode_actions): Add local variables 'tracepoint_list' and
3721         'stepping_list'.  Call init_collection_list and make cleanup
3722         which calls do_clear_collection_list.  Don't call
3723         clear_collection_list.
3724         (_initialize_tracepoint): Delete references to
3725         'tracepoint_list' and 'stepping_list'.
3726
3727 2013-06-25  Tom Tromey  <tromey@redhat.com>
3728
3729         * common/create-version.sh (date): Use "$", not "$$" in sed
3730         expression.
3731
3732 2013-06-25  Kevin Buettner  <kevinb@redhat.com>
3733
3734         * NEWS (New targets): Add entry for TI MSP430.
3735
3736 2013-06-25  Yao Qi  <yao@codesourcery.com>
3737
3738         * remote.c (remote_start_remote): Move code to upload tsv
3739         earlier.
3740
3741 2013-06-25  Yao Qi  <yao@codesourcery.com>
3742             Hui Zhu  <hui@codesourcery.com>
3743             Pedro Alves  <palves@redhat.com>
3744
3745         PR breakpoints/15075
3746         PR breakpoints/15434
3747         * breakpoint.c (bpstat_stop_status): Call
3748         b->ops->after_condition_true.
3749         (update_dprintf_command_list): Don't append "continue" command
3750         to the command list of dprintf breakpoint.
3751         (base_breakpoint_after_condition_true): New function.
3752         (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
3753         (dprintf_after_condition_true): New function.
3754         (initialize_breakpoint_ops): Set dprintf_after_condition_true.
3755         * breakpoint.h (breakpoint_ops): Add after_condition_true.
3756
3757 2013-06-24  Kevin Buettner  <kevinb@redhat.com>
3758
3759         * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
3760         (ALLDEPFILES): Add msp430-tdep.c.
3761         * configure.tgt (msp430*-*-elf): New target.
3762         * msp430-tdep.c: New file.
3763
3764 2013-06-24  Maciej W. Rozycki  <macro@codesourcery.com>
3765
3766         * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
3767         microMIPS synthetic symbols.
3768
3769 2013-06-24  Maciej W. Rozycki  <macro@codesourcery.com>
3770
3771         * objfiles.h (pc_in_section): New prototype.
3772         (in_plt_section): Remove name argument, replace prototype with
3773         static inline function.
3774         * mips-tdep.h: Include "objfiles.h".
3775         (in_mips_stubs_section): New function.
3776         * hppa-tdep.h (gdbarch_tdep): Remove name argument of
3777         in_solib_call_trampoline member.
3778         (hppa_in_solib_call_trampoline): Remove name argument.
3779         * objfiles.c (pc_in_section): New function.
3780         (in_plt_section): Remove function.
3781         * mips-linux-tdep.c: Include "objfiles.h".
3782         (mips_linux_in_dynsym_stub): Call in_mips_stubs_section.  Remove
3783         name argument.  Return 1 rather than the low 16-bit halfword of
3784         any instruction examined.
3785         (mips_linux_in_dynsym_resolve_code): Update
3786         mips_linux_in_dynsym_stub call accordingly.
3787         * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
3788         rather than an equivalent hand-coded sequence.
3789         * hppa-hpux-tdep.c (in_opd_section): Remove function.
3790         (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
3791         (hppa64_hpux_in_solib_call_trampoline): Likewise.
3792         (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
3793         in_opd_section.
3794         * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
3795         on call to tdep->in_solib_call_trampoline.
3796         (hppa_in_solib_call_trampoline): Remove name argument, update
3797         according to in_plt_section change.
3798         (hppa_skip_trampoline_code): Update according to in_plt_section
3799         change.
3800         * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
3801         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
3802         Likewise.
3803         * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
3804         * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
3805         * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
3806         * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
3807         * nto-tdep.c (nto_relocate_section_addresses): Likewise.
3808         * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
3809         * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
3810         * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
3811         * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
3812         * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
3813         * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
3814         * sparc-tdep.c (sparc_analyze_prologue): Likewise.
3815         * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
3816
3817 2013-06-24  Joel Brobecker  <brobecker@adacore.com>
3818
3819         * common/create-version.sh: Fix expansion of $host_alias
3820         and $target_alias in generation of HOST_NAME and TARGET_NAME
3821         (resp.).
3822
3823 2013-06-24  Tom Tromey  <tromey@redhat.com>
3824
3825         * common/create-version.sh: New file.
3826         * Makefile.in (version.c): Use bfd/version.h, common/version.in,
3827         create-version.sh.
3828         (HFILES_NO_SRCDIR): Use common/version.h.
3829         * version.in: Move to ...
3830         * common/version.in: ... here.  Replace date with "DATE".
3831         * version.h: Move to ...
3832         * common/version.h: ... here.
3833
3834 2013-06-21  Joel Brobecker  <brobecker@adacore.com>
3835
3836         * gdb/gnulib/Makefile.in: Update date in copyright header.
3837         * gdb/gnulib/configure.ac: Ditto.
3838         * gdb/gnulib/update-gnulib.sh: Ditto.
3839
3840 2013-06-21  Joel Brobecker  <brobecker@adacore.com>
3841
3842         * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
3843         "gdb/gnulib/import".
3844
3845 2013-06-21  Will Newton  <will.newton@linaro.org>
3846
3847         * doublest.c (ldfrexp): Remove function.
3848         (convert_doublest_to_floatformat): Call frexpl instead of
3849         ldfrexp.
3850
3851 2013-06-21  Will Newton  <will.newton@linaro.org>
3852
3853         * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
3854         * gnulib/aclocal.m4: Regenerate.
3855         * gnulib/config.in: Regenerate.
3856         * gnulib/configure: Regenerate.
3857         * gnulib/import/Makefile.am: Update.
3858         * gnulib/import/Makefile.in: Update.
3859         * gnulib/import/m4/gnulib-cache.m4: Update.
3860         * gnulib/import/m4/gnulib-comp.m4: Update.
3861         * gnulib/import/float+.h: Import.
3862         * gnulib/import/float.c: Import.
3863         * gnulib/import/float.in.h: Import.
3864         * gnulib/import/fpucw.h: Import.
3865         * gnulib/import/frexp.c: Import.
3866         * gnulib/import/frexpl.c: Import.
3867         * gnulib/import/isnan.c: Import.
3868         * gnulib/import/isnand-nolibm.h: Import.
3869         * gnulib/import/isnand.c: Import.
3870         * gnulib/import/isnanl-nolibm.h: Import.
3871         * gnulib/import/isnanl.c: Import.
3872         * gnulib/import/itold.c: Import.
3873         * gnulib/import/m4/exponentd.m4: Import.
3874         * gnulib/import/m4/exponentl.m4: Import.
3875         * gnulib/import/m4/float_h.m4: Import.
3876         * gnulib/import/m4/fpieee.m4: Import.
3877         * gnulib/import/m4/frexp.m4: Import.
3878         * gnulib/import/m4/frexpl.m4: Import.
3879         * gnulib/import/m4/isnand.m4: Import.
3880         * gnulib/import/m4/isnanl.m4: Import.
3881         * gnulib/import/m4/math_h.m4: Import.
3882         * gnulib/import/math.c: Import.
3883         * gnulib/import/math.in.h: Import.
3884
3885 2013-06-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
3886
3887         * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
3888         replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
3889         signature_INTEL_edx comparisons.
3890
3891 2013-06-20  Doug Evans  <dje@google.com>
3892
3893         symtab/15652
3894         * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
3895         All callers updated.
3896         (open_dwp_file): If we can't find the dwp file, search the basename
3897         in debug-file-directory.
3898
3899         * dwarf2read.c (struct dwp_file): Fix comment.
3900         (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
3901
3902         * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
3903         better.
3904
3905 2013-06-20  Yao Qi  <yao@codesourcery.com>
3906
3907         * breakpoint.c (create_breakpoint): Fix code indentation.
3908
3909 2013-06-20  Yao Qi  <yao@codesourcery.com>
3910
3911         * breakpoint.c (create_breakpoints_sal_default): Remove
3912         parameter 'lsal'.  Update declaration.
3913         (bkpt_create_breakpoints_sal): Caller update.
3914         (tracepoint_create_breakpoints_sal): Likewise.
3915
3916 2013-06-20  Pedro Alves  <pedro@codesourcery.com>
3917             Yao Qi  <yao@codesourcery.com>
3918
3919         * NEWS: Mention the new option '--skip-unavailable' of command
3920         -data-list-register-values.
3921         * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
3922         --skip-unavailable option.  Adjust to use output_register.
3923         (output_register): Add new 'skip_unavailable' parameter.
3924         Handle it.
3925
3926 2013-06-19  Mike Frysinger  <vapier@gentoo.org>
3927
3928         * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
3929         common/i386-gcc-cpuid.h.
3930         * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
3931         * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
3932         Copy the latest version from upstream gcc.
3933         * common/linux-btrace.c: Include i386-cpuid.h.
3934         (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
3935         call to i386_cpuid.
3936         (cpu_supports_btrace): Likewise.
3937         * go32-nat.c: Include i386-cpuid.h.
3938         (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
3939
3940 2013-06-19  Doug Evans  <dje@google.com>
3941
3942         * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
3943         (get_section_index): Ditto.
3944
3945 2013-06-19  Tom Tromey  <tromey@redhat.com>
3946
3947         * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
3948         "dprintf" help.
3949
3950 2013-06-18  Doug Evans  <dje@google.com>
3951
3952         * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
3953         before using it.
3954         (dw2_expand_symtabs_matching): Fix symbol kind validity check.
3955         Move test of cu_index closer to use.  Print complaint if cu_index
3956         is bad.
3957
3958 2013-06-18  Joel Brobecker  <brobecker@adacore.com>
3959
3960         * machoread.c (oso_vector): Delete this global.
3961         (macho_register_oso): Add new parameter "oso_vector_ptr".
3962         Use it instead of the "oso_vector" global.
3963         (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
3964         (macho_symfile_read): Use a local oso_vector, to be free'ed
3965         at the end of this function, in place of the old "oso_vector"
3966         global.  Update various function calls accordingly.  Use one
3967         single cleanup chain for the entire function.
3968
3969 2013-06-18  Joel Brobecker  <brobecker@adacore.com>
3970
3971         * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
3972         DWARF2_PER_OBJFILE by uses of DATA instead.
3973
3974 2013-06-18  Tom Tromey  <tromey@redhat.com>
3975
3976         * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
3977         argument.
3978         * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
3979         Special case signals other than GDB_SIGNAL_TRAP.
3980         (explains_signal_watchpoint): New function.
3981         (base_breakpoint_explains_signal): Add 'sig' argument.
3982         (initialize_breakpoint_ops): Set 'explains_signal' method for
3983         watchpoints.
3984         * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
3985         signal argument.
3986         (bpstat_explains_signal): Likewise.
3987         * infrun.c (handle_syscall_event, handle_inferior_event): Update.
3988
3989 2013-06-18  Tom Tromey  <tromey@redhat.com>
3990
3991         * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
3992
3993 2013-06-18  Tom Tromey  <tromey@redhat.com>
3994
3995         * python/python.c (finish_python_initialization): Decref
3996         'pythondir' on failure path as well.
3997
3998 2013-06-18  Tom Tromey  <tromey@redhat.com>
3999
4000         PR symtab/15391:
4001         * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
4002         after taking bits_to_skip into account.  Sign extend byte_offset.
4003         * utils.h (gdb_sign_extend): Declare.
4004         * utils.c (gdb_sign_extend): New function.
4005
4006 2013-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
4007
4008         * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
4009
4010 2013-06-17  Pierre Muller  <muller@sourceware.org>
4011
4012         * corelow.c (core_open): Print GDB signal name instead of target
4013         signal number.
4014
4015 2013-06-17  Mike Frysinger  <vapier@gentoo.org>
4016
4017         * .gitignore: Add /gcore.
4018
4019 2013-06-13  Doug Evans  <dje@google.com>
4020
4021         * dwarf2read.c (try_open_dwop_file): Work around behaviour of
4022         OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
4023
4024 2013-06-12  Phil Muldoon  <pmuldoon@redhat.com>
4025
4026         * stack.c (backtrace_command_1): Fix indentation.
4027
4028 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
4029
4030         * window-nat.c (thread_rec): Add missing empty line after
4031         local variable declaration.
4032
4033 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
4034
4035         * windows-nat.c (thread_rec): Revert format used to print
4036         error code returned by SuspendThread from %d back to %u.
4037
4038 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
4039
4040         * windows-nat.c (windows_continue): Add "0x" prefix for thread
4041         ID in debug trace.
4042         (get_windows_debug_event): Likewise, for all debug traces.
4043
4044 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
4045
4046         * window-nat.c (thread_rec): Add thread ID in SuspendThread
4047         warning message.
4048
4049 2013-06-08  Pedro Alves  <pedro@codesourcery.com>
4050             Yao Qi  <yao@codesourcery.com>
4051
4052         * mi/mi-main.c (get_register): Remove declaration.
4053         (output_register): Declare.
4054         (mi_cmd_data_list_register_values): Remove local variable
4055         'tuple_cleanup'.  Move some code into output_register.
4056         (get_register): Renamed to ...
4057         (output_register): ... this.  Output the register's
4058         "number" ui_out tuple here.
4059
4060 2013-06-07  Pedro Alves  <palves@redhat.com>
4061
4062         * darwin-nat.c: Fix formating in copyright header.
4063         * darwin-nat.h: Likewise.
4064         * gnu-nat.c: Likewise.
4065         * machoread.c: Likewise.
4066
4067 2013-06-07  Pedro Alves  <palves@redhat.com>
4068
4069         PR server/14823
4070         * regformats/regdat.sh: Output #include tdesc.h.  Make globals
4071         static.  Output a global target description pointer.
4072         (init_registers_${name}): Adjust to initialize a
4073         target description structure.
4074
4075 2013-06-07  Will Newton  <will.newton@linaro.org>
4076
4077         * printcmd.c (build_address_symbolic): Call
4078         gdbarch_addr_bits_remove for text minimal symbols.
4079
4080 2013-06-07  Will Newton  <will.newton@linaro.org>
4081
4082         * MAINTAINERS: Add myself to Write After Approval.
4083
4084 2013-06-07  Yao Qi  <yao@codesourcery.com>
4085
4086         * tracepoint.c (start_tracing): Move code to ...
4087         (trace_reset_local_state): ... here.  New.
4088         (disconnect_tracing): Don't call set_current_traceframe,
4089         set_tracepoint_num, and set_traceframe_context. Call
4090         trace_reset_local_state instead.
4091         (tfile_close): Call trace_reset_local_state.
4092         * ctf.c (ctf_close): Likewise.
4093         * remote.c (remote_close): Likewise.
4094         * tracepoint.h (trace_reset_local_state): Declare.
4095
4096 2013-06-06  Doug Evans  <dje@google.com>
4097
4098         * dwarf2read.c: Whitespace fixes for DWP file format documentation,
4099         and fix header docs.
4100
4101 2013-06-05  Doug Evans  <dje@google.com>
4102             Keith Seitz  <keiths@redhat.com>
4103
4104         PR 15519
4105         * cp-namespace.c (find_symbol_in_baseclass): Call
4106         cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
4107         Check result of call to lookup_symbol_static.
4108         Call lookup_static_symbol_aux unconditionally.
4109         Call check_typedef on base types before accessing them.
4110         (cp_lookup_nested_symbol): Fix comment.
4111
4112 2013-06-05  Luis Machado  <lgustavo@codesourcery.com>
4113
4114         * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
4115         minimal symbols pointing to function descriptors.
4116
4117 2013-06-05  Tom Tromey  <tromey@redhat.com>
4118
4119         * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
4120
4121 2013-06-04  Sergio Durigan Junior  <sergiodj@redhat.com>
4122             Pedro Alves  <palves@redhat.com>
4123
4124         * remote.c (remote_wait_as): Restore signal handler before returning
4125         when GDB gets a notification.
4126
4127 2013-06-04  Gary Benson  <gbenson@redhat.com>
4128
4129         PR 2328
4130         * breakpoint.h (handle_solib_event): Moved function declaration
4131         to solib.h.
4132         * breakpoint.c (handle_solib_event): Moved function to solib.c.
4133         (bpstat_stop_status): Pass new argument to handle_solib_event.
4134         * solib.h (update_solib_breakpoints): New function declaration.
4135         (handle_solib_event): Moved function declaration from
4136         breakpoint.h.
4137         * solib.c (update_solib_breakpoints): New function.
4138         (handle_solib_event): Moved function from breakpoint.c.
4139         Updated to call solib_ops->handle_event if not NULL.
4140         * solist.h (target_so_ops): New fields "update_breakpoints" and
4141         "handle_event".
4142         * infrun.c (set_stop_on_solib_events): New function.
4143         (_initialize_infrun): Use the above for "set
4144         stop-on-solib-events".
4145         (handle_inferior_event): Pass new argument to handle_solib_event.
4146         * solib-svr4.c (probe.h): New include.
4147         (svr4_free_library_list): New forward declaration.
4148         (probe_action): New enum.
4149         (probe_info): New struct.
4150         (probe_info): New static variable.
4151         (NUM_PROBES): New definition.
4152         (svr4_info): New fields "using_xfer", "probes_table" and
4153         "solib_list".
4154         (free_probes_table): New function.
4155         (free_solib_list): New function.
4156         (svr4_pspace_data_cleanup): Free probes table and solib list.
4157         (svr4_copy_library_list): New function.
4158         (svr4_current_sos_via_xfer_libraries): New parameter "annex".
4159         (svr4_read_so_list): New parameter "prev_lm".
4160         (svr4_current_sos_direct): Renamed from "svr4_current_sos".
4161         (svr4_current_sos): New function.
4162         (probe_and_action): New struct.
4163         (hash_probe_and_action): New function.
4164         (equal_probe_and_action): Likewise.
4165         (register_solib_event_probe): Likewise.
4166         (solib_event_probe_at): Likewise.
4167         (solib_event_probe_action): Likewise.
4168         (solist_update_full): Likewise.
4169         (solist_update_incremental): Likewise.
4170         (disable_probes_interface_cleanup): Likewise.
4171         (svr4_handle_solib_event): Likewise.
4172         (svr4_update_solib_event_breakpoint): Likewise.
4173         (svr4_update_solib_event_breakpoints): Likewise.
4174         (svr4_create_solib_event_breakpoints): Likewise.
4175         (enable_break): Free probes table before creating breakpoints.
4176         Use svr4_create_solib_event_breakpoints to create breakpoints.
4177         (svr4_solib_create_inferior_hook): Free the solib list.
4178         (_initialize_svr4_solib): Initialise
4179         svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
4180
4181 2013-06-04  Gary Benson  <gbenson@redhat.com>
4182
4183         * target.h (target_ops): New field
4184         "to_augmented_libraries_svr4_read".
4185         (target_augmented_libraries_svr4_read): New macro.
4186         * target.c (update_current_target): Handle
4187         to_augmented_libraries_svr4_read.
4188         * remote.c (remote_state): New field
4189         "augmented_libraries_svr4_read".
4190         (remote_augmented_libraries_svr4_read_feature): New function.
4191         (remote_protocol_features): Add entry for
4192         "augmented-libraries-svr4-read".
4193         (remote_augmented_libraries_svr4_read): New function.
4194         (init_remote_ops): Initialize
4195         remote_ops.to_augmented_libraries_svr4_read.
4196
4197 2013-06-04  Gary Benson  <gbenson@redhat.com>
4198
4199         * NEWS: Update.
4200
4201 2013-06-04  Gary Benson  <gbenson@redhat.com>
4202
4203         * objfiles.h (inhibit_section_map_updates): New function
4204         declaration.
4205         (resume_section_map_updates): Likewise.
4206         (resume_section_map_updates_cleanup): Likewise.
4207         * objfiles.c (objfile_pspace_info): Removed field
4208         "objfiles_changed_p".  New fields "new_objfiles_available",
4209         "section_map_dirty" and "inhibit_updates".
4210         (allocate_objfile): Set new_objfiles_available.
4211         (free_objfile): Set section_map_dirty.
4212         (objfile_relocate1): Likewise.
4213         (in_plt_section): Likewise.
4214         (find_pc_section): Update the conditions under which the
4215         section map will be updated.
4216         (inhibit_section_map_updates): New function.
4217         (resume_section_map_updates): Likewise.
4218         (resume_section_map_updates_cleanup): Likewise.
4219
4220 2013-06-04  Gary Benson  <gbenson@redhat.com>
4221
4222         * probe.h (get_probe_argument_count): New declaration.
4223         (evaluate_probe_argument): Likewise.
4224         * probe.c (get_probe_argument_count): New function.
4225         (evaluate_probe_argument): Likewise.
4226         (probe_safe_evaluate_at_pc): Use the above new functions.
4227
4228 2013-06-04  Alan Modra  <amodra@gmail.com>
4229
4230         * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
4231         * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
4232         (ppc_insns_match_pattern): Add frame param.  Avoid multiple
4233         target mem reads on optional insns.
4234         * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
4235         ppc_insns_match_pattern calls.
4236         * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
4237         Add match for power7 thread safety insns, and new order of
4238         std 2,40(1) insn.  Correct code shown for _dl_runtime_resolve
4239         invocation in comment, and update rest of comment.
4240         (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
4241         PPC64_STANDARD_LINKAGE3_LEN): Delete.
4242         (ppc64_standard_linkage2_target): Update insn offsets.
4243         (ppc64_skip_trampoline_code): Use a single insn buffer.  Match newer
4244         stubs first.  Update calls.
4245
4246 2013-06-04  Yao Qi  <yao@codesourcery.com>
4247
4248         * solib.c (solib_find): Don't need dir separator if path has
4249         drive spec.
4250
4251 2013-06-03  Joel Brobecker  <brobecker@adacore.com>
4252
4253         Revert (indirectly causes a SIGSEGV):
4254         * machoread.c (macho_symfile_read): Assign first cleanup to
4255         'back_to'.
4256
4257 2013-06-03  Yao Qi  <yao@codesourcery.com>
4258
4259         * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
4260         mi-parse.c.  Make them static.
4261         (mi_all_values): Likewise.
4262         (mi_parse_values_option): Move to mi-parse.c.  Rename it to
4263         mi_parse_print_values.  Make it external.
4264         * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
4265         Remove the declarations.
4266         * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
4267         * mi/mi-parse.h (mi_parse_print_values): Declare.
4268         * mi/mi-cmd-stack.c: Include mi-parse.h.
4269         (parse_print_values): Remove
4270         (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
4271         of parse_print_values.
4272         (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
4273
4274 2013-05-31  Pedro Alves  <pedro@codesourcery.com>
4275             Yao Qi  <yao@codesourcery.com>
4276
4277         * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
4278         (encode_actions): Move code to ...
4279         (all_tracepoint_actions_and_cleanup): ... here.  New.
4280         (trace_dump_command): Likewise.
4281
4282 2013-05-30  Tom Tromey  <tromey@redhat.com>
4283
4284         * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
4285
4286 2013-05-30  Tom Tromey  <tromey@redhat.com>
4287
4288         * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
4289         gdb_xml_create_parser_and_cleanup_1.  Return a cleanup.  Remove
4290         'old_chain' argument.  Add 'parser_result' argument.
4291         (gdb_xml_create_parser_and_cleanup): Remove old version.
4292         (gdb_xml_parse_quick): Update.
4293         (xml_process_xincludes): Update.
4294         * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
4295         declare.
4296
4297 2013-05-30  Tom Tromey  <tromey@redhat.com>
4298
4299         * probe.c (collect_probes): Check arguments for NULL before
4300         calling compile_rx_or_error.
4301         * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
4302         Remove NULL return.
4303
4304 2013-05-30  Tom Tromey  <tromey@redhat.com>
4305
4306         * infrun.c (adjust_pc_after_break): Introduce an outer null
4307         cleanup.
4308
4309 2013-05-30  Tom Tromey  <tromey@redhat.com>
4310
4311         * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
4312
4313 2013-05-30  Tom Tromey  <tromey@redhat.com>
4314
4315         * cli/cli-script.c (read_command_lines_1): Use a null cleanup
4316         for 'old_chain'.  Do not check 'head' before processing
4317         cleanups.
4318
4319 2013-05-30  Tom Tromey  <tromey@redhat.com>
4320
4321         * mi/mi-cmd-stack.c (list_arg_or_local): Remove
4322         "cleanup_tuple".
4323
4324 2013-05-30  Tom Tromey  <tromey@redhat.com>
4325
4326         * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
4327         inner scope.  Unconditionally call do_cleanups.
4328
4329 2013-05-30  Tom Tromey  <tromey@redhat.com>
4330
4331         * source.c (find_and_open_source): Call do_cleanups.
4332
4333 2013-05-30  Tom Tromey  <tromey@redhat.com>
4334
4335         * linux-thread-db.c (thread_db_load_search): Unconditionally
4336         call do_cleanups.
4337
4338 2013-05-30  Tom Tromey  <tromey@redhat.com>
4339
4340         * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
4341         for 'cleanup'; instead use a later one.
4342
4343 2013-05-30  Tom Tromey  <tromey@redhat.com>
4344
4345         * python/py-breakpoint.c (bppy_get_commands): Use
4346         explicit, unconditional return.
4347         * python/py-frame.c (frapy_read_var): Likewise.
4348         * python/python.c (gdbpy_decode_line): Likewise.
4349
4350 2013-05-30  Tom Tromey  <tromey@redhat.com>
4351
4352         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
4353         do_cleanups on all return paths.
4354
4355 2013-05-30  Tom Tromey  <tromey@redhat.com>
4356
4357         * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
4358
4359 2013-05-30  Tom Tromey  <tromey@redhat.com>
4360
4361         * stabsread.c (read_struct_type): Call do_cleanups along
4362         all return paths.
4363
4364 2013-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
4365
4366         * mips-linux-tdep.c: Adjust formatting throughout.
4367
4368 2013-05-30  Tom Tromey  <tromey@redhat.com>
4369
4370         * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
4371         along all return paths.
4372
4373 2013-05-30  Tom Tromey  <tromey@redhat.com>
4374
4375         * symfile.c (find_separate_debug_file): Call do_cleanups
4376         along all return paths.
4377
4378 2013-05-30  Tom Tromey  <tromey@redhat.com>
4379
4380         * symtab.c (search_symbols): Introduce a null cleanup for
4381         'retval_chain'.
4382
4383 2013-05-30  Tom Tromey  <tromey@redhat.com>
4384
4385         * python/py-value.c (valpy_binop): Call do_cleanups before
4386         exiting loop.
4387
4388 2013-05-30  Tom Tromey  <tromey@redhat.com>
4389
4390         * python/py-prettyprint.c (print_children): Remove extra
4391         do_cleanups call.
4392
4393 2013-05-30  Tom Tromey  <tromey@redhat.com>
4394
4395         * python/py-frame.c (frapy_read_var): Call do_cleanups along
4396         all return paths.
4397
4398 2013-05-30  Tom Tromey  <tromey@redhat.com>
4399
4400         * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
4401         along all return paths.
4402
4403 2013-05-30  Tom Tromey  <tromey@redhat.com>
4404
4405         * cli/cli-logging.c (set_logging_redirect): Unconditionally
4406         call do_cleanups.
4407
4408 2013-05-30  Tom Tromey  <tromey@redhat.com>
4409
4410         * varobj.c (c_value_of_root): Call do_cleanups along all
4411         return paths.
4412
4413 2013-05-30  Tom Tromey  <tromey@redhat.com>
4414
4415         * tracepoint.c (trace_dump_command): Unconditionally call
4416         do_cleanups.
4417
4418 2013-05-30  Tom Tromey  <tromey@redhat.com>
4419
4420         * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
4421         do_cleanups earlier.
4422
4423 2013-05-30  Tom Tromey  <tromey@redhat.com>
4424
4425         * machoread.c (macho_symfile_read): Assign first cleanup to
4426         'back_to'.
4427
4428 2013-05-30  Tom Tromey  <tromey@redhat.com>
4429
4430         * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
4431
4432 2013-05-30  Tom Tromey  <tromey@redhat.com>
4433
4434         * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
4435
4436 2013-05-30  Tom Tromey  <tromey@redhat.com>
4437
4438         * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
4439         call discard_cleanups.
4440         (inf_ptrace_attach): Likewise.
4441
4442 2013-05-30  Tom Tromey  <tromey@redhat.com>
4443
4444         * remote-mips.c (mips_exit_debug): Call do_cleanups on all
4445         return paths.
4446         (mips_initialize): Likewise.
4447         (common_open): Call do_cleanups.
4448
4449 2013-05-30  Tom Tromey  <tromey@redhat.com>
4450
4451         * utils.c (internal_vproblem): Call do_cleanups.
4452
4453 2013-05-30  Tom Tromey  <tromey@redhat.com>
4454
4455         * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
4456
4457 2013-05-30  Tom Tromey  <tromey@redhat.com>
4458
4459         * cli/cli-script.c (setup_user_args): Don't return after error.
4460
4461 2013-05-30  Tom Tromey  <tromey@redhat.com>
4462
4463         * somread.c (som_symtab_read): Call do_cleanups.
4464
4465 2013-05-30  Tom Tromey  <tromey@redhat.com>
4466
4467         * printcmd.c (print_command_1): Unconditionally call do_cleanups.
4468
4469 2013-05-30  Tom Tromey  <tromey@redhat.com>
4470
4471         * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
4472         * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
4473         * interps.c (interpreter_exec_cmd): Call do_cleanups.
4474         * source.c (show_substitute_path_command): Call do_cleanups.
4475         (unset_substitute_path_command, set_substitute_path_command):
4476         Likewise.
4477         * symfile.c (load_command): Call do_cleanups.
4478
4479 2013-05-30  Tom Tromey  <tromey@redhat.com>
4480
4481         * contrib/cleanup_check.py: New file.
4482         * contrib/gcc-with-excheck: Add option parsing.
4483
4484 2013-05-30  Joel Brobecker  <brobecker@adacore.com>
4485
4486         * windows-nat.c (windows_delete_thread): Add missing space
4487         in cast expression.
4488
4489 2013-05-30  Hafiz Abid Qadeer  <abidh@codesourcery.com>
4490
4491         * inferior.c (top level): Include tilde.h.
4492         (add_inferior_command): Call tilde_expand on the value of 'exec'
4493         argument.
4494
4495 2013-05-30  Pedro Alves  <pedro@codesourcery.com>
4496             Yao Qi  <yao@codesourcery.com>
4497
4498         * tracepoint.c (encode_actions_1): Remove parameter 't'.
4499         Caller update.
4500         (encode_actions): Likewise.
4501         * remote.c (remote_download_tracepoint): Caller update.
4502         * tracepoint.h (encode_actions): Update declaration.
4503
4504 2013-05-30  Pedro Alves  <palves@redhat.com>
4505
4506         * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
4507         pointer.
4508
4509 2013-05-30  Yao Qi  <yao@codesourcery.com>
4510
4511         * remote.c (remote_check_symbols): Remove unused parameter
4512         'objfile'.
4513         Declaration update.
4514         (remote_start_remote, remote_new_objfile): Caller update.
4515
4516 2013-05-30  Yao Qi  <yao@codesourcery.com>
4517
4518         * mi/mi-cmds.c (mi_cmds): Define MI command
4519         '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
4520         DEF_MI_CMD_CLI.
4521
4522 2013-05-29  Pedro Alves  <palves@redhat.com>
4523
4524         * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
4525         (remote_insert_watchpoint, remote_remove_watchpoint)
4526         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
4527         (remote_verify_memory, compare_sections_command)
4528         (remote_search_memory): Set the general process/thread on the
4529         remote side.
4530
4531 2013-05-29  Pedro Alves  <palves@redhat.com>
4532
4533         * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
4534         (_initialize_aarch64_tdep): Don't call
4535         initialize_tdesc_aarch64_without_fpu.
4536         * features/Makefile (WHICH): Remove reference to
4537         aarch64-without-fpu.
4538         * features/aarch64-without-fpu.c: Delete file.
4539         * regformats/aarch64-without-fpu.dat: Delete file.
4540
4541 2013-05-28  Yao Qi  <yao@codesourcery.com>
4542
4543         * tracepoint.c (stringify_collection_list): Remove parameter
4544         'string'.
4545         (encode_actions): Caller update.  Remove local variables.
4546
4547 2013-05-24  Yao Qi  <yao@codesourcery.com>
4548
4549         * tracepoint.c (TFILE_PID): Remove.
4550         (tfile_open): Don't add thread and inferior.
4551         (tfile_close): Don't set 'inferior_ptid'.  Don't call
4552         exit_inferior_silent.
4553         (tfile_thread_alive): Remove.
4554         (init_tfile_ops): Don't set field 'to_thread_alive' of
4555         tfile_ops.
4556
4557 2013-05-23  Doug Evans  <dje@google.com>
4558
4559         * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
4560
4561 2013-05-23  Pedro Alves  <palves@redhat.com>
4562
4563         * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
4564         [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
4565         (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
4566         Only define if HAVE_SOCKETS is defined.
4567         * configure.ac: Check for sys/socket.h.
4568         * config.in, configure: Regenerate.
4569
4570 2013-05-23  Pedro Alves  <palves@redhat.com>
4571
4572         * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
4573         (open_and_init_dwp_file): Use %s/pulongest instead of %u for
4574         printing uint32_t variables.
4575
4576 2013-05-23  Pedro Alves  <palves@redhat.com>
4577
4578         * NEWS: Mention GDBserver range stepping support.
4579
4580 2013-05-23  Yao Qi  <yao@codesourcery.com>
4581             Pedro Alves  <palves@redhat.com>
4582
4583         * gdbthread.h (struct thread_control_state) <may_range_step>: New
4584         field.
4585         * infcmd.c (step_once, until_next_command): Enable range stepping.
4586         * infrun.c (displaced_step_prepare): Disable range stepping.
4587         (resume): Disable range stepping if stepping over a breakpoint or
4588         we have software watchpoints.  If range stepping is enabled,
4589         assert the thread is in the stepping range.
4590         (clear_proceed_status_thread): Clear may_range_step.
4591         (handle_inferior_event): Disable range stepping as soon as we know
4592         the thread that hit the event.  Re-enable it whenever we're going
4593         to step with a step range.
4594         * remote.c (struct vCont_action_support) <r>: New field.
4595         (use_range_stepping): New global.
4596         (remote_vcont_probe): Handle 'r' action.
4597         (append_resumption): Append an 'r' action if the thread may range
4598         step.
4599         (show_range_stepping): New function.
4600         (set_range_stepping): New function.
4601         (_initialize_remote): Call add_setshow_boolean_cmd to register the
4602         'set range-stepping' and 'show range-stepping' commands.
4603         * NEWS: Mention range stepping, the new vCont;r action, and the
4604         new "set/show range-stepping" commands.
4605
4606 2013-05-23  Yao Qi  <yao@codesourcery.com>
4607             Pedro Alves  <palves@redhat.com>
4608
4609         * remote.c (struct vCont_action_support): New struct.
4610         (struct remote_state) <support_vCont_t>: Remove field.
4611         <vCont_actions_support>: New field.
4612         (remote_vcont_probe, remote_stop_ns): Update.
4613
4614 2013-05-23  Yao Qi  <yao@codesourcery.com>
4615             Pedro Alves  <palves@redhat.com>
4616
4617         * gdbthread.h (pc_in_thread_step_range): New declaration.
4618         * thread.c (pc_in_thread_step_range): New function.
4619         * infrun.c (handle_inferior_event): Use it.
4620
4621 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
4622
4623         * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
4624         of sprintf.
4625
4626 2013-05-22  Keith Seitz  <keiths@redhat.com>
4627
4628         * ada-lang.c (is_known_support_routine): Add explicit free of
4629         'func_name' from find_frame_funname.
4630         (ada_unhandled_exception_name_addr_from_raise): Add cleanups
4631         for func_name from find_frame_funname.
4632         * python/py-frame.c (frapy_name): Add explicit free of
4633         'name' from find_frame_funname.
4634         * stack.c (find_frame_funname): Add comment explaining that
4635         funcp must be freed by the caller.
4636         Return copy of symbol names instead of pointers.
4637         (print_frame): Add a cleanup for 'funname' from
4638         find_frame_funname.
4639         * stack.h (find_frame_funname): Remove "const" from
4640         'funname' parameter.
4641
4642 2013-05-22  Tom Tromey  <tromey@redhat.com>
4643
4644         PR c++/15401:
4645         * c-valprint.c (c_value_print): Use value_addr for
4646         references.  Convert back to reference type with value_ref.
4647
4648 2013-05-22  Eli Zaretskii  <eliz@gnu.org>
4649
4650         * windows-nat.c (handle_unload_dll): Don't call solib_add for the
4651         unloaded DLL, it will be done by handle_solib_event.  See
4652         http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
4653         details.
4654
4655 2013-05-22  Phil Muldoon  <pmuldoon@redhat.com>
4656
4657         * ui-out.c: Create typedef ui_out_level_p and define vector
4658         operations for that type.
4659         (struct ui_out): Use a vector instead of an array.
4660         (current_level): Return level from a vector.
4661         (push_level): Create a level in a vector.
4662         (pop_level): Delete a level in a vector.
4663         (ui_out_new): Create initial level zero level, and store in a
4664         vector.
4665         (ui_out_destroy): Add vector cleanup.
4666
4667 2013-05-22  Pedro Alves  <palves@redhat.com>
4668
4669         * python/python-internal.h (gdb_Py_DECREF): Tag with
4670         "ARI: editCase function".
4671
4672 2013-05-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
4673
4674         * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
4675
4676 2013-05-21  Pedro Alves  <palves@redhat.com>
4677
4678         * python/py-prettyprint.c (apply_val_pretty_printer): Check
4679         whether PRINTER is NULL before installing a Py_DECREF cleanup.
4680         * python/py-utils.c (py_decref): Don't check for NULL before
4681         calling Py_DECREF.
4682
4683 2013-05-21  Pedro Alves  <palves@redhat.com>
4684
4685         * python/py-utils.c (py_decref): Remove extra braces.
4686         (gdb_pymodule_addobject): Remove extra braces.
4687         * python-internal.h (gdb_Py_DECREF): New static inline function.
4688         (Py_DECREF): Redefine as calling gdb_Py_DECREF.
4689
4690 2013-05-21  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
4691
4692         * breakpoints.c (detach_breakpoints): Do not
4693         detach breakpoints locations with loc_type bp_loc_other.
4694
4695 2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
4696
4697         Workaround Python 2.6.
4698         * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
4699         a block.
4700
4701 2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
4702
4703         Code cleanup: constification.
4704         * solib.c (solib_ops): Make return type and ops variable type const.
4705         (set_solib_ops): Make the new_ops parameter and ops variable const.
4706         (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
4707         (solib_add, solib_keep_data_in_core, clear_solib)
4708         (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
4709         (reload_shared_libraries, solib_global_lookup): Make the ops variable
4710         const.
4711         * solib.h (set_solib_ops): Make the new_ops parameter const.
4712
4713 2013-05-21  Joel Brobecker  <brobecker@adacore.com>
4714
4715         * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
4716         variable.
4717         (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
4718         (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
4719         (SYSTEM_GDBINIT_FILES): New variables.
4720         (all): Add stamp-system-gdbinit.
4721         (stamp-system-gdbinit): New rule.
4722         (clean-system-gdbinit, install-system-gdbinit)
4723         (uninstall-system-gdbinit): New rules.  Make them .PHONY.
4724         (install-only): Add dependency on install-system-gdbinit.
4725         (uninstall): Add dependency on uninstall-system-gdbinit.
4726         (clean): Add dependency on clean-system-gdbinit.
4727         * system-gdbinit/elinos.py: New file.
4728         * system-gdbinit/wrs-linux.py: New file.
4729
4730 2013-05-21  Joel Brobecker  <brobecker@adacore.com>
4731
4732         * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
4733
4734 2013-05-21  Hui Zhu  <hui@codesourcery.com>
4735
4736         * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
4737         * breakpoint.h (dprintf_breakpoint_ops): Add extern.
4738         * mi/mi-cmd-break.c (ctype.h): New include.
4739         (gdb_obstack.h): New include.
4740         (mi_argv_to_format, mi_cmd_break_insert_1): New.
4741         (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
4742         (mi_cmd_dprintf_insert): New.
4743         * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
4744         * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
4745
4746 2013-05-20  Tom Tromey  <tromey@redhat.com>
4747
4748         * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
4749
4750 2013-05-20  Tom Tromey  <tromey@redhat.com>
4751
4752         * python/py-value.c (valpy_get_dynamic_type): Simplify
4753         dynamic_type assignment.  Use Py_XINCREF.
4754
4755 2013-05-20  Tom Tromey  <tromey@redhat.com>
4756
4757         * python/py-type.c (typy_fields): Unconditionally decref 'r'.
4758
4759 2013-05-20  Tom Tromey  <tromey@redhat.com>
4760
4761         * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
4762         (gdbpy_selected_frame): Move object-construction code
4763         out of TRY_CATCH.
4764
4765 2013-05-20  Tom Tromey  <tromey@redhat.com>
4766
4767         * python/py-arch.c (gdbpy_initialize_arch): Use
4768         gdb_pymodule_addobject.
4769         * python/py-block.c (gdbpy_initialize_blocks): Use
4770         gdb_pymodule_addobject.
4771         * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
4772         gdb_pymodule_addobject.
4773         * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
4774         gdb_pymodule_addobject.
4775         * python/py-event.c (gdbpy_initialize_event_generic): Use
4776         gdb_pymodule_addobject.
4777         * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
4778         gdb_pymodule_addobject.
4779         * python/py-evts.c (add_new_registry): Use
4780         gdb_pymodule_addobject.
4781         (gdbpy_initialize_py_events): Likewise.
4782         * python/py-finishbreakpoint.c
4783         (gdbpy_initialize_finishbreakpoints): Use
4784         gdb_pymodule_addobject.
4785         * python/py-frame.c (gdbpy_initialize_frames): Use
4786         gdb_pymodule_addobject.
4787         * python/py-function.c (gdbpy_initialize_functions): Use
4788         gdb_pymodule_addobject.
4789         * python/py-inferior.c (gdbpy_initialize_inferior): Use
4790         gdb_pymodule_addobject.
4791         * python/py-infthread.c (gdbpy_initialize_thread): Use
4792         gdb_pymodule_addobject.
4793         * python/py-objfile.c (gdbpy_initialize_objfile): Use
4794         gdb_pymodule_addobject.
4795         * python/py-param.c (gdbpy_initialize_parameters): Use
4796         gdb_pymodule_addobject.
4797         * python/py-progspace.c (gdbpy_initialize_pspace): Use
4798         gdb_pymodule_addobject.
4799         * python/py-symbol.c (gdbpy_initialize_symbols): Use
4800         gdb_pymodule_addobject.
4801         * python/py-symtab.c (gdbpy_initialize_symtabs): Use
4802         gdb_pymodule_addobject.
4803         * python/py-type.c (gdbpy_initialize_types): Use
4804         gdb_pymodule_addobject.
4805         * python/py-utils.c (gdb_pymodule_addobject): New function.
4806         * python/py-value.c (gdbpy_initialize_values): Use
4807         gdb_pymodule_addobject.
4808         * python/python-internal.h (gdb_pymodule_addobject): Declare.
4809         * python/python.c (_initialize_python): Use
4810         gdb_pymodule_addobject.
4811
4812 2013-05-20  Tom Tromey  <tromey@redhat.com>
4813
4814         * python/py-cmd.c (cmdpy_completer): Use explicit decref.
4815         * python/py-param.c (get_set_value, get_show_value): Use
4816         explicit decrefs.
4817         * python/python.c (start_type_printers, apply_type_printers):
4818         Use explicit decrefs.
4819
4820 2013-05-20  Tom Tromey  <tromey@redhat.com>
4821
4822         * python/py-evts.c (gdbpy_initialize_py_events): Don't
4823         incref the module.
4824
4825 2013-05-20  Tom Tromey  <tromey@redhat.com>
4826
4827         * python/python.c (gdbpy_run_events): Decref the result
4828         of PyObject_CallObject.
4829
4830 2013-05-20  Tom Tromey  <tromey@redhat.com>
4831
4832         * python/py-symtab.c (set_sal): Use
4833         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.  Return -1 on error.
4834         (symtab_and_line_to_sal_object): Update.
4835
4836 2013-05-20  Tom Tromey  <tromey@redhat.com>
4837
4838         * python/py-param.c (compute_enum_values): Decref 'item'.
4839
4840 2013-05-20  Tom Tromey  <tromey@redhat.com>
4841
4842         * mi/mi-main.c: Include python-internal.h.
4843         (mi_cmd_list_features): Check gdb_python_initialized.
4844         * python/py-inferior.c (python_on_normal_stop, python_on_resume)
4845         (python_inferior_exit, python_new_objfile, add_thread_object)
4846         (delete_thread_object, py_free_inferior): Check
4847         gdb_python_initialized.
4848         * python/py-prettyprint.c (apply_val_pretty_printer): Check
4849         gdb_python_initialized.
4850         * python/py-type.c (save_objfile_types): Check
4851         gdb_python_initialized.
4852         * python/python-internal.h (gdb_python_initialized): Declare.
4853         * python/python.c (ensure_python_env): Throw exception if
4854         Python not initialized.
4855         (before_prompt_hook, source_python_script_for_objfile)
4856         (start_type_printers, apply_type_printers,
4857         free_type_printers): Check gdb_python_initialized.
4858         * varobj.c (varobj_get_display_hint)
4859         (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
4860         (install_new_value_visualizer, varobj_set_visualizer)
4861         (value_get_print_value): Check gdb_python_initialized.
4862
4863 2013-05-20  Tom Tromey  <tromey@redhat.com>
4864
4865         * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
4866         Check errors.
4867         * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
4868         * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
4869         Check errors.
4870         * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
4871         Check errors.
4872         * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
4873         Check errors.
4874         * python/py-event.c (gdbpy_initialize_event): Return 'int'.
4875         Check errors.
4876         * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
4877         init function to return 'int'.
4878         * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
4879         Return 'int'.  Check errors.
4880         * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
4881         Check errors.
4882         * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
4883         Return 'int'.  Check errors.
4884         * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
4885         Check errors.
4886         * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
4887         Check errors.
4888         * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
4889         Check errors.
4890         * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
4891         Check errors.
4892         * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
4893         Check errors.
4894         * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
4895         Check errors.
4896         * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
4897         Check errors.
4898         * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
4899         Check errors.
4900         * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
4901         Check errors.
4902         * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
4903         Check errors.
4904         * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
4905         Check errors.
4906         * python/py-type.c (gdbpy_initialize_types): Return 'int'.
4907         Check errors.
4908         * python/py-value.c (gdbpy_initialize_values): Return 'int'.
4909         Check errors.
4910         * python/python-internal.h (gdbpy_initialize_auto_load,
4911         gdbpy_initialize_values, gdbpy_initialize_frames,
4912         gdbpy_initialize_symtabs, gdbpy_initialize_commands,
4913         gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
4914         gdbpy_initialize_blocks, gdbpy_initialize_types,
4915         gdbpy_initialize_functions, gdbpy_initialize_pspace,
4916         gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
4917         gdbpy_initialize_finishbreakpoints,
4918         gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
4919         gdbpy_initialize_thread, gdbpy_initialize_inferior,
4920         gdbpy_initialize_eventregistry, gdbpy_initialize_event,
4921         gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
4922         gdbpy_initialize_signal_event,
4923         gdbpy_initialize_breakpoint_event,
4924         gdbpy_initialize_continue_event,
4925         gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
4926         gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
4927         Update.  Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
4928         * python/python.c (gdb_python_initialized): New global.
4929         (gdbpy_initialize_events): Return 'int'.  Check errors.
4930         (_initialize_python): Check errors.  Set
4931         gdb_python_initialized.
4932
4933 2013-05-20  Tom Tromey  <tromey@redhat.com>
4934
4935         * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
4936         Decref the reslut of PyObject_CallMethod.
4937
4938 2013-05-20  Tom Tromey  <tromey@redhat.com>
4939
4940         * python/py-event.c (gdbpy_initialize_event_generic): Return
4941         early if PyType_Ready fails.
4942
4943 2013-05-20  Tom Tromey  <tromey@redhat.com>
4944
4945         * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
4946         as 'default' in the switch.
4947
4948 2013-05-20  Tom Tromey  <tromey@redhat.com>
4949
4950         * python/py-inferior.c (gdbpy_inferiors): Update.  Hoist
4951         get_addr_from_python calls out of TRY_CATCH.
4952         (infpy_write_memory, infpy_search_memory): Likewise.
4953         * python/py-utils.c (get_addr_from_python): Return negative
4954         value on error.  Use TRY_CATCH.
4955         * python/python-internal.h (get_addr_from_python): Use
4956         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
4957
4958 2013-05-20  Tom Tromey  <tromey@redhat.com>
4959
4960         * python/py-event.c (evpy_emit_event): Decref the
4961         result of PyObject_CallFunctionObjArgs.
4962
4963 2013-05-20  Tom Tromey  <tromey@redhat.com>
4964
4965         * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
4966         Correctly decref.
4967
4968 2013-05-20  Tom Tromey  <tromey@redhat.com>
4969
4970         * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
4971
4972 2013-05-20  Tom Tromey  <tromey@redhat.com>
4973
4974         * python/py-event.h (gdbpy_initialize_event_generic): Use
4975         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
4976         * python/py-evts.c (add_new_registry): Use
4977         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
4978         * python/python-internal.h
4979         (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
4980
4981 2013-05-20  Tom Tromey  <tromey@redhat.com>
4982
4983         * python/py-arch.c (archpy_disassemble): Update.
4984         * python/py-type.c (typy_get_composite, typy_lookup_typename)
4985         (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
4986         * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
4987         * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
4988         macro.
4989         (GDB_PY_HANDLE_EXCEPTION): Update.
4990         (gdbpy_convert_exception): Update.  Use CPYCHECKER_SETS_EXCEPTION.
4991
4992 2013-05-20  Tom Tromey  <tromey@redhat.com>
4993
4994         * python/python-internal.h (events_object_type): Remove.
4995
4996 2013-05-20  Tom Tromey  <tromey@redhat.com>
4997
4998         * python/py-event.h (evpy_emit_event): Use
4999         CPYCHECKER_STEALS_REFERENCE_TO_ARG.
5000         * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
5001         New macro.
5002
5003 2013-05-20  Tom Tromey  <tromey@redhat.com>
5004
5005         * py-evtregistry.c (create_event_object): Decref
5006         eventregistry_object if PyList_New fails.
5007
5008 2013-05-20  Tom Tromey  <tromey@redhat.com>
5009
5010         * py-cmd.c (gdbpy_string_to_argv): Check result of
5011         PyList_New.
5012
5013 2013-05-20  Tom Tromey  <tromey@redhat.com>
5014
5015         * python/python.c (before_prompt_hook): Add cleanup to
5016         decref 'hook'.
5017
5018 2013-05-20  Tom Tromey  <tromey@redhat.com>
5019
5020         * python/py-function.c (fnpy_init): Decref result of
5021         PyObject_GetAttrString.
5022
5023 2013-05-20  Tom Tromey  <tromey@redhat.com>
5024
5025         * python/py-threadevent.c (get_event_thread): Use
5026         CPYCHECKER_RETURNS_BORROWED_REF.
5027         * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
5028         New define.
5029         (pspace_to_pspace_object, objfile_to_objfile_object)
5030         (find_thread_object): Use it.
5031
5032 2013-05-20  Tom Tromey  <tromey@redhat.com>
5033
5034         * python/py-arch.c (arch_object_type): Use
5035         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5036         * python/py-block.c (block_syms_iterator_object_type):
5037         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5038         * python/py-bpevent.c (breakpoint_event_object_type):
5039         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5040         * python/py-cmd.c (cmdpy_object_type): Use
5041         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5042         * python/py-continueevent.c (continue_event_object_type):
5043         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5044         * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
5045         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5046         * python/py-events.h (thread_event_object_type):
5047         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5048         * python/py-evtregistry.c (eventregistry_object_type): Use
5049         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5050         * python/py-exitedevent.c (exited_event_object_type):
5051         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5052         * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
5053         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5054         * python/py-function.c (fnpy_object_type): Use
5055         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5056         * python/py-inferior.c (inferior_object_type, membuf_object_type):
5057         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5058         * python/py-infthread.c (thread_object_type): Use
5059         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5060         * python/py-lazy-string.c (lazy_string_object_type):
5061         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5062         * python/py-newobjfileevent.c (new_objfile_event_object_type):
5063         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5064         * python/py-objfile.c (objfile_object_type): Use
5065         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5066         * python/py-param.c (parmpy_object_type):
5067         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5068         * python/py-progspace.c (pspace_object_type):
5069         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5070         * python/py-signalevent.c (signal_event_object_type):
5071         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5072         * python/py-symtab.c (symtab_object_type, sal_object_type): Use
5073         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5074         * python/py-type.c (type_object_type, field_object_type)
5075         (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5076         * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
5077         define.
5078         (value_object_type, block_object_type, symbol_object_type)
5079         (event_object_type, stop_event_object_type, breakpoint_object_type)
5080         (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5081
5082 2013-05-20  Andreas Tobler  <andreas@fgznet.ch>
5083
5084         * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
5085         (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
5086
5087 2013-05-20  Doug Evans  <dje@google.com>
5088
5089         When reading CU, stay in DWO.  Be more tolerent of bad debug info.
5090         For Fission.
5091         * dwarf2read.c (struct dwarf2_per_cu_data): New member
5092         reading_dwo_directly.
5093         (struct signatured_type): New member dwo_unit.
5094         (struct die_reader_specs): New member comp_dir.
5095         (create_signatured_type_table_from_index): Use malloc for
5096         all_type_units instead of objfile's obstack.
5097         (create_all_type_units): Ditto.
5098         (fill_in_sig_entry_from_dwo_entry): New function.
5099         (add_type_unit): New function.
5100         (lookup_dwo_signatured_type): New function.
5101         (lookup_dwp_signatured_type): New function.
5102         (lookup_signatured_type): New arg cu.  All callers updated.
5103         (init_cu_die_reader): Initialize comp_dir.
5104         (read_cutu_die_from_dwo): New arg stub_comp_dir.  All callers updated.
5105         Change assert of matching type signatures to call error on mismatch.
5106         (lookup_dwo_unit): Add assert.
5107         (init_tu_and_read_dwo_dies): New function.
5108         (init_cutu_and_read_dies): Call it.
5109         (build_type_unit_groups): Handle case of no type unit groups created.
5110         (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
5111         (lookup_dwo_cutu): Tweak complaint.
5112         (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
5113         (dwarf2_per_objfile_free): Free all_type_units.
5114
5115 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
5116
5117         * windows-nat.c (handle_unload_dll): Add missing empty line.
5118
5119 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
5120
5121         * dwarf2read.c (prototyped_function_p): New function.
5122         (read_subroutine_type): Use it.
5123
5124 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
5125
5126         * rs6000-aix-tdep.c: De-indent some example code provided
5127         as a comment.
5128
5129 2013-05-17  Edjunior Machado  <emachado@linux.vnet.ibm.com>
5130
5131         * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
5132         region is ok for a hardware watchpoint using the new ptrace interface
5133         on Power servers.
5134
5135 2013-05-17  Doug Evans  <dje@google.com>
5136
5137         * NEWS: Mention new maintenance commands check-symtabs, and
5138         expand-symtabs, and renamed check-psymtabs.
5139         * psymtab.c (maintenance_check_psymtabs): Renamed from
5140         maintenance_check_symtabs.  Only process already-expanded symbol
5141         tables.
5142         (_initialize_psymtab): Update.
5143         * symmisc.c (maintenance_check_symtabs): New function.
5144         (maintenance_expand_name_matcher): New function
5145         (maintenance_expand_file_matcher): New function
5146         (maintenance_expand_symtabs): New function.
5147         (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
5148         commands.
5149
5150 2013-05-17  Tom Tromey  <tromey@redhat.com>
5151
5152         * python/py-inferior.c (infpy_read_memory): Don't call
5153         PyErr_SetString if PyObject_New fails.
5154         * python/py-frame.c (frame_info_to_frame_object): Don't call
5155         PyErr_SetString if PyObject_New fails.
5156
5157 2013-05-17  Pavel Chupin  <pavel.v.chupin@intel.com>
5158
5159         * acinclude.m4: Add check for dlopen in libdl.
5160         * configure.ac: Ditto.
5161         * configure: Regenerate.
5162
5163 2013-05-17  Phil Muldoon  <pmuldoon@redhat.com>
5164
5165         * frame.c (frame_stash): Convert to htab.
5166         (frame_addr_hash): New function.
5167         (frame_addr_hash_eq): New function.
5168         (frame_stash_create): Convert function to create
5169         a hash table.
5170         (frame_stash_add): Convert function to add an entry to a hash
5171         table.
5172         (frame_stash_find): Convert function to search the hash table.
5173         (frame_stash_invalidate): Convert function to empty the hash
5174         table.
5175         (get_frame_id): Only add to stash if a frame_id is created.
5176         (_initialize_frame): Call frame_stash_create.
5177
5178 2013-05-16  Yue Lu  <hacklu.newborn@gmail.com>  (tiny change)
5179
5180         * configure.ac: Ensure MIG is available when building for GNU Hurd
5181         hosts.
5182         * configure: Regenerate.
5183
5184 2013-05-16  Joel Brobecker  <brobecker@adacore.com>
5185
5186         * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
5187
5188 2013-05-16  Joel Brobecker  <brobecker@adacore.com>
5189
5190         * ada-lang.c (ada_make_symbol_completion_list): Make sure
5191         all cleanups are done before returning from this function.
5192
5193 2013-05-15  Joel Brobecker  <brobecker@adacore.com>
5194
5195         * utils.h: #include "exceptions.h".
5196         (enum errors): Remove partial declaration.
5197
5198 2013-05-15  Joel Brobecker  <brobecker@adacore.com>
5199
5200         * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
5201         * gdbarch.h, gdbarch.c: Regenerate.
5202         * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
5203         handling.
5204
5205         * rs6000-aix-tdep.h: New file.
5206         * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
5207         * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
5208         "xml-utils.h".
5209         (struct field_info, struct ld_info_desc): New types.
5210         (ld_info32_desc, ld_info64_desc): New static constants.
5211         (struct ld_info): New type.
5212         (rs6000_aix_extract_ld_info): New function.
5213         (rs6000_aix_shared_library_to_xml): Likewise.
5214         (rs6000_aix_ld_info_to_xml): Likewise.
5215         (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
5216         (rs6000_aix_init_osabi): Add call to
5217         set_gdbarch_core_xfer_shared_libraries_aix.
5218         * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
5219         Remove "xml-utils.h" include.
5220         (LdInfo): Delete typedef.
5221         (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
5222         Delete macros.
5223         (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
5224         Adjust code accordingly.
5225         (rs6000_core_ldinfo): Delete, folded into
5226         rs6000_aix_core_xfer_shared_libraries_aix.
5227         (rs6000_xfer_shared_library): Delete.
5228         (rs6000_xfer_shared_libraries): Reimplement.
5229
5230 2013-05-15  Markus Metzger  <markus.t.metzger@intel.com>
5231
5232         * record.c (record_goto_cmdlist): New.
5233         (cmd_record_goto): Split into this ...
5234         (cmd_record_goto_begin): ... this
5235         (cmd_record_goto_end): ... and this.
5236         (_initialize_record): Change "record goto" to prefix command.
5237         Add commands for "record goto begin" and "record goto end".
5238         Add an alias for "record goto start" to "record goto begin".
5239
5240 2013-05-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
5241
5242         * linespec.c (convert_linespec_to_sals): New comment for
5243         SOURCE_FILENAME assignment.
5244
5245 2013-05-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
5246
5247         * cleanups.c (restore_my_cleanups): Replace gdb_assert by
5248         internal_warning.
5249
5250 2013-05-14  Tom Tromey  <tromey@redhat.com>
5251
5252         * eval.c (parse_and_eval_long): Make 'exp' const.
5253         * value.h (parse_and_eval_long): Update.
5254
5255 2013-05-14  Tom Tromey  <tromey@redhat.com>
5256
5257         * ui-file.c (gdb_fopen): Make arguments const.
5258         * ui-file.h (gdb_fopen): Make arguments const.
5259
5260 2013-05-14  Tom Tromey  <tromey@redhat.com>
5261
5262         * remote.c (remote_set_trace_notes): Make arguments const.
5263         * target.c (update_current_target): Update cast.
5264         * target.h (to_set_trace_notes): Make arguments const.
5265
5266 2013-05-14  Tom Tromey  <tromey@redhat.com>
5267
5268         * go32-nat.c (go32_terminal_info): Make 'args' const.
5269         * inferior.h (child_terminal_info): Update.
5270         * inflow.c (child_terminal_info): Make 'args' const.
5271         * target.c (default_terminal_info): Make 'args' const.
5272         (debug_to_terminal_save_ours): Likewise.
5273         * target.h (struct target_ops) <to_terminal_info>: Make argument
5274         const.
5275
5276 2013-05-13  Tom Tromey  <tromey@redhat.com>
5277
5278         * gcore.c (create_gcore_bfd): Make 'filename' const.
5279         * gcore.h (create_gcore_bfd): Make 'filename' const.
5280         * record-full.c (record_full_save): Make 'recfilename' const.
5281         * target.c (target_save_record): Make 'filename' const.
5282         * target.h (struct target_ops) <to_save_record>: Make 'filename'
5283         const.
5284         (target_save_record): Likewise.
5285
5286 2013-05-13  Tom Tromey  <tromey@redhat.com>
5287
5288         PR gdb/15338:
5289         * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
5290         ranges section has been read.
5291
5292 2013-05-13  Tom Tromey  <tromey@redhat.com>
5293
5294         PR exp/15364:
5295         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
5296         STRUCTOP_PTR>: Return a not_lval value for
5297         EVAL_AVOID_SIDE_EFFECTS.
5298         * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
5299         for EVAL_AVOID_SIDE_EFFECTS.
5300
5301 2013-05-13  Joel Brobecker  <brobecker@adacore.com>
5302
5303         * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
5304         floating point registers to register type before storing
5305         value.
5306         * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
5307         Likewise.
5308
5309 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
5310             Tom Tromey  <tromey@redhat.com>
5311
5312         * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
5313         New functions.
5314         * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
5315         Declare.
5316         * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
5317         (darwin_ptrace_him): Use unmark_fd_no_cloexec.
5318         * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
5319         (inf_ttrace_prepare): Use mark_fd_no_cloexec.
5320
5321 2013-05-10  Freddie Chopin  <freddie_chopin@op.pl>
5322             Tom Tromey  <tromey@redhat.com>
5323
5324         PR build/15414:
5325         * configure: Rebuild.
5326         * configure.ac (build_warnings): Do not use -Wformat-nonliteral
5327         with -Wno-format.
5328
5329 2013-05-10  Pedro Alves  <palves@redhat.com>
5330
5331         * remote.c (_initialize_remote): Fix spelling of
5332         qXfer:traceframe-info:read packet in packet config command.
5333
5334 2013-05-10  David Taylor  <dtaylor@emc.com>
5335
5336         PR remote/15455
5337
5338         * remote.c (remote_trace_set_readonly_regions): Do not overwrite
5339         "QTro" at start of packet.
5340
5341 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
5342
5343         * solib-aix.c (solib_aix_relocate_section_addresses):
5344         For the .bss section action, apply the same offset as
5345         the .data section.
5346
5347 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
5348
5349         * solib-aix.c (solib_aix_relocate_section_addresses):
5350         Remove FIXME comment.
5351
5352 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
5353
5354         PR tdep/15420:
5355         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
5356         New functions, directly copied from sparc-sol-thread.c.
5357         * sparc-sol-thread.c: Delete.
5358         * configure.ac: Remove code handling sparc-solaris-thread.c.
5359         * configure: Regenerate.
5360
5361 2013-05-10  Phil Muldoon  <pmuldoon@redhat.com>
5362
5363         * stack.c (backtrace_command_1): Add "no-filters", and Python frame
5364         filter logic.
5365         (backtrace_command): Add "no-filters" option parsing.
5366         (_initialize_stack): Alter help to reflect "no-filters" option.
5367         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
5368         (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
5369         (py-frame.o): Add target
5370         * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
5371         filter files.
5372         * python/python.h: Add new frame filter constants, and flag enum.
5373         (apply_frame_filter): Add definition.
5374         * python/python.c (apply_frame_filter): New non-Python
5375         enabled function.
5376         * python/py-utils.c (py_xdecref): New function.
5377         (make_cleanup_py_xdecref): Ditto.
5378         * python/py-objfile.c: Declare frame_filters dictionary.
5379         (objfpy_dealloc): Add frame_filters dealloc.
5380         (objfpy_new): Initialize frame_filters attribute.
5381         (objfile_to_objfile_object): Ditto.
5382         (objfpy_get_frame_filters): New function.
5383         (objfpy_set_frame_filters): New function.
5384         * python/py-progspace.c: Declare frame_filters dictionary.
5385         (pspy_dealloc): Add frame_filters dealloc.
5386         (pspy_new): Initialize frame_filters attribute.
5387         (pspacee_to_pspace_object): Ditto.
5388         (pspy_get_frame_filters): New function.
5389         (pspy_set_frame_filters): New function.
5390         * python/py-framefilter.c: New file.
5391         * python/lib/gdb/command/frame_filters.py: New file.
5392         * python/lib/gdb/frames.py: New file.
5393         * python/lib/gdb/__init__.py: Initialize global frame_filters
5394         dictionary
5395         * python/lib/gdb/FrameDecorator.py: New file.
5396         * python/lib/gdb/FrameIterator.py: New file.
5397         * mi/mi-cmds.c (mi_cmds): Add frame filters command.
5398         * mi/mi-cmds.h: Declare.
5399         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
5400         --no-frame-filter logic, and Python frame filter logic.
5401         (stack_enable_frame_filters): New function.
5402         (parse_no_frame_option): Ditto.
5403         (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
5404         filter logic.
5405         (mi_cmd_stack_list_locals): Ditto.
5406         (mi_cmd_stack_list_args): Ditto.
5407         (mi_cmd_stack_list_variables): Ditto.
5408         * NEWS: Add frame filter note.
5409
5410 2013-05-09  Doug Evans  <dje@google.com>
5411
5412         * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
5413         All callers updated.
5414         (syms_from_objfile): Ditto.  Make static.
5415         (symbol_file_add_with_addrs): Renamed from
5416         symbol_file_add_with_addrs_or_offsets.  Delete args offsets,
5417         num_offsets.  All callers updated.
5418         * symfile.h (syms_from_objfile): Delete.
5419
5420         * symfile.c (decrement_reading_symtab): Add assert.
5421         (increment_reading_symtab): Ditto.
5422
5423 2013-05-09  Joel Brobecker  <brobecker@adacore.com>
5424
5425         * source.c (forward_search_command): Replace call to getc
5426         by call to fgetc.
5427         (reverse_search_command): Likewise.
5428
5429 2013-05-08  Doug Evans  <dje@google.com>
5430
5431         * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
5432         matching test.
5433
5434 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
5435
5436         * sol-thread.c (info_cb): Factorize the code a little.
5437
5438 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
5439
5440         * sol-thread.c (info_cb): Rework the output of the "maintenance
5441         info sol-threads" command a bit.
5442
5443 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
5444
5445         * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
5446         Replace ti.ti_startfunc by ti.ti_pc.
5447
5448 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
5449
5450         * solib-aix.c (solib_aix_free_library_list): New function
5451         for the case where HAVE_LIBEXPAT is not defined.
5452
5453 2013-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
5454
5455         PR breakpoints/15413:
5456         * breakpoint.c (condition_completer): Simplify the code to
5457         disconsider multiple locations of breakpoints when completing the
5458         "condition" command.
5459
5460 2013-05-07  Pierre Muller  <muller@sourceware.org>
5461
5462         * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
5463         instead of <sys/wait.h>.
5464
5465 2013-05-07  Pierre Muller  <muller@sourceware.org>
5466
5467         * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
5468         trailing new line from warning message.
5469
5470 2013-05-07  Pierre Muller  <muller@sourceware.org>
5471
5472         * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
5473         (PC_SOLIB): Change type from ari_deprecate to ari_regression.
5474
5475 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
5476
5477         * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
5478         error message (ARI fix).
5479
5480 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
5481
5482         * features/library-list-aix.dtd: Replace library-list by
5483         library-list-aix.
5484         * rs6000-nat.c: Replace library-list by library-list-aix
5485         throughout.
5486         * solib-aix.c: Likewise.
5487
5488 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
5489
5490         * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
5491         Renames TARGET_OBJECT_AIX_LIBRARIES.
5492         * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
5493         TARGET_OBJECT_LIBRARIES_AIX throughout.
5494         * solib-aix.c: Likwise.
5495
5496 2013-05-07  Yao Qi  <yao@codesourcery.com>
5497
5498         * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
5499         (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
5500
5501 2013-05-07  Yao Qi  <yao@codesourcery.com>
5502
5503         * solib-dsbt.c (enable_break): Declare.
5504         (dsbt_current_sos): Remove call to enable_break2.
5505         (enable_break2): Rename to enable_break.  Set solib breakpoint
5506         on '_dl_debug_state'.
5507         (enable_break): Remove.
5508
5509 2013-05-07  Luis Machado  <lgustavo@codesourcery.com>
5510
5511         * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
5512         debug state prior to replicating existing hardware watchpoints or
5513         breakpoints.
5514
5515 2013-05-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
5516
5517         * gcore.c (gcore_create_callback): Ignore sections with
5518         separate_debug_objfile_backlink != NULL.
5519
5520 2013-05-06  Sandra Loosemore  <sandra@codesourcery.com>
5521             Andrew Jenner  <andrew@codesourcery.com>
5522             Chung-Lin Tang  <cltang@codesourcery.com>
5523             Julian Brown  <julian@codesourcery.com>
5524
5525         Based on the nios2-elf port from Altera Corporation.
5526
5527         * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
5528         nios2-linux-tdep.o.
5529         (HFILES_NO_SRCDIR): Add nios2-tdep.h.
5530         (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
5531         * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
5532         * nios2-tdep.h: New.
5533         * nios2-tdep.c: New.
5534         * nios2-linux-tdep.c: New.
5535         * features/Makefile (WHICH): Add nios2-linux.
5536         (nios2-linux-expedite): Set.
5537         * features/nios2-cpu.xml: New.
5538         * features/nios2.xml: New.
5539         * features/nios2-linux.xml: New.
5540         * features/nios2.c: New (autogenerated).
5541         * features/nios2-linux.c: New (autogenerated).
5542         * regformats/nios2-linux.dat: New (autogenerated).
5543         * NEWS (Changes since GDB 7.6): Add new Nios II targets
5544         and commands.
5545
5546 2013-05-06  Doug Evans  <dje@google.com>
5547
5548         * symfile.c: Whitespace cleanup.
5549
5550         * solist.h (struct target_so_ops): New member clear_so.
5551         * solib-svr4.c (svr4_clear_so): New function.
5552         (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
5553         * solib.c (clear_so): Renamed from free_so_symbols.
5554         All callers updated.  Call target clear_so if it exists.
5555
5556 2013-05-06  Tom Tromey  <tromey@redhat.com>
5557
5558         * ada-lang.c (ada_value_primitive_packed_val): Don't
5559         call value_incref.
5560         * value.c (set_value_parent): Incref the new parent and decref
5561         the old parent.
5562         (value_copy, value_primitive_field): Use set_value_parent.
5563
5564 2013-05-06  Tom Tromey  <tromey@redhat.com>
5565
5566         * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
5567         (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
5568         if needed.
5569         * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
5570         * dwarf2read.c (write_constant_as_bytes)
5571         (dwarf2_fetch_constant_bytes): New functions.
5572
5573 2013-05-06  Tom Tromey  <tromey@redhat.com>
5574
5575         * dwarf2read.c (dwarf2_const_value_data): Remove unused
5576         parameters.
5577         (dwarf2_const_value_attr): Update.
5578
5579 2013-05-06  Tom Tromey  <tromey@redhat.com>
5580
5581         * somread.c (som_symfile_offsets): Add 'const' to addrs.
5582         * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
5583         * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
5584         Remove declaration.
5585
5586 2013-05-06  Tom Tromey  <tromey@redhat.com>
5587
5588         * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
5589         objfile's obstack.
5590
5591 2013-05-06  Doug Evans  <dje@google.com>
5592
5593         * dbxread.c (process_one_symbol): Constify section_offsets parameter.
5594         * stabsread.h (process_one_symbol): Update declaration.
5595         * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
5596         * elfread.c (elf_symfile_relocate_probe): Ditto.
5597         * psymtab.c (relocate_psymtabs): Ditto.
5598         * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
5599         (objfile_relocate): Ditto.
5600         * objfiles.h (objfile_relocate): Update declaration.
5601         * symfile.c (relative_addr_info_to_section_offsets): Constify
5602         addrs parameter.
5603         (default_symfile_offsets): Ditto.
5604         (syms_from_objfile_1): Constify offsets parameter.
5605         (syms_from_objfile): Ditto.
5606         (symbol_file_add_with_addrs_or_offsets): Ditto.
5607         (symfile_map_offsets_to_segments): Constify data parameter.
5608         * symfile.h (struct quick_symbol_functions): Constify new_offsets,
5609         delta parameters of member relocate.
5610         (struct sym_probe_fns): Constify new_offsets,
5611         delta parameters of member sym_relocate_probe.
5612         (struct sym_fns): Constify section_addr_info parameter of member
5613         sym_offsets.
5614         (relative_addr_info_to_section_offsets): Update declaration.
5615         (default_symfile_offsets): Ditto.
5616         (syms_from_objfile): Ditto.
5617         (symfile_map_offsets_to_segments): Ditto.
5618
5619         * symfile.c (syms_from_objfile_1): Use correct section count when
5620         objfile->sf == NULL.
5621
5622 2013-05-06  Mike Frysinger  <vapier@gentoo.org>
5623
5624         * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
5625
5626 2013-05-06  Doug Evans  <dje@google.com>
5627
5628         * psympriv.h (struct partial_symtab): Augment comment for member
5629         section_offsets.
5630
5631 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
5632
5633         Reimplement shared library support on ppc-aix...
5634         * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
5635         * features/library-list-aix.dtd: New file.
5636         * solib-aix.h, solib-aix.c: New file.
5637         * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
5638         (rs6000_find_toc_address_hook): Delete.
5639         (rs6000_push_dummy_call): Rewrite code setting the TOC value.
5640         (rs6000_aix_init_osabi): Register solib_aix_so_ops.
5641         * rs6000-nat.c: Remove "xcoffsolib.h" include.  Include
5642         "xml-utils.h".
5643         (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
5644         (vmap_symtab, fixup_breakpoints): Delete.
5645         (rs6000_xfer_shared_libraries): New function.
5646         (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
5647         (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
5648         (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
5649         (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
5650         (rs6000_xfer_shared_library): New function.
5651         (find_toc_address): Delete.
5652         (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
5653         * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
5654         * xcoffread.c (record_minimal_symbol): Reloate symbol address
5655         before creating minimal symbol.  Adjust function description
5656         accordingly.
5657         (scan_xcoff_symtab): Replace call to
5658         prim_record_minimal_symbol_and_info by call to
5659         record_minimal_symbol.
5660         (xcoff_symfile_offsets): Reimplement mostly as a wrapper
5661         around default_symfile_offsets.
5662         * configure.tgt: Add solib-aix.o to gdb_target_obs for
5663         powerpc-aix targets.
5664         * config/rs6000/nm-rs6000.h: Delete.
5665         * config/powerpc/aix.mh (NAT_FILE): Delete.
5666         (NATDEPFILES): Remove xcoffsolib.o.
5667         * Makefile.in (XMLFILES): Add library-list-aix.dtd.
5668         (ALL_TARGET_OBS): Add solib-aix.o.
5669         (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
5670         config/rs6000/nm-rs6000.h.  Add solib-aix.h.
5671         (ALLDEPFILES): Add solib-aix.c.  Remove xcoffsolib.c.
5672         * xcoffsolib.h, xcoffsolib.c: Delete.
5673
5674         * solib.c (reload_shared_libraries): Remove reference to
5675         SOLIB_CREATE_INFERIOR_HOOK.
5676         * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
5677         (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
5678         (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
5679         comment.
5680         * corelow.c (deprecated_core_resize_section_table): Delete.
5681         * exec.c: Remove include of xcoffsolib.h".
5682         (map_vmap, vmap): Delete.
5683         (exec_close_1): Remove references to vmap.
5684         (exec_file_attach): Remove vmap handling code, and reference
5685         to DEPRECATED_IBM6000_TARGET.
5686         (bfdsec_to_vmap): Delete.
5687         (exec_files_info): Remove block of code handling VMAP.
5688         * infcmd.c (post_create_inferior): Remove reference to
5689         SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
5690         * infrun.c (follow_exec): Remove reference to
5691         SOLIB_CREATE_INFERIOR_HOOK.
5692         * stack.c (print_frame): Remove reference to PC_SOLIB.
5693         * solib-dsbt.c (dsbt_current_sos): Adjust comment.
5694         (dsbt_relocate_main_executable): Likewise.
5695         * solib-frv.c (frv_current_sos): Likewise.
5696
5697 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
5698
5699         * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
5700         to target_write_memory and target_read_memory.
5701
5702 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
5703
5704         * darwin-nat.c (darwin_setup_fake_stop_event): New function.
5705         (darwin_attach): Adjust using darwin_setup_fake_stop_event.
5706
5707 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
5708
5709         * darwin-nat.c: Replace all "%x" instances in format strings
5710         into "0x%x" throughout.
5711
5712 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
5713
5714         * darwin-nat.c (darwin_mourn_inferior): Replace call to
5715         gdb_assert by call to MACH_CHECK_ERROR.
5716         (darwin_attach_pid): Raise an error rather than a failed
5717         assertion when various system calls failed.  Report a warning
5718         instead of raising a failed assertion when PREV_NOT is not NULL
5719         after call to mach_port_request_notification.
5720         (darwin_ptrace_me): Raise an error rather than a failed
5721         assertion when read returns nonzero.
5722
5723 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
5724
5725         * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
5726
5727 2013-05-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
5728
5729         * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
5730
5731 2013-05-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
5732
5733         * event-top.c (display_gdb_prompt): Call missing do_cleanups.
5734         * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
5735         * symfile.c (symfile_bfd_open): New variable back_to.  Do not leave
5736         a stale cleanup.  Fix double free of NAME.
5737
5738 2013-05-04  Eli Zaretskii  <eliz@gnu.org>
5739
5740         * windows-nat.c (windows_delete_thread): Accept an additional
5741         argument, the thread's exit code, and announce thread death when
5742         print_thread_events is non-zero and we are deleting a thread that
5743         is not the main thread.
5744         (get_windows_debug_event): Pass thread exit code to
5745         windows_delete_thread.
5746
5747 2013-05-03  Kevin Buettner  <kevinb@redhat.com>
5748
5749         * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
5750         (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
5751         (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
5752         (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
5753         (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
5754         (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
5755         (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
5756         (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
5757         (gdbarch_tdep): New struct.
5758         (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
5759         E_NUM_REGS.
5760         (v850e3v5_register_name): New function.
5761         (v850_register_type): v850e3v5 vector registers are 64-bits wide.
5762         (v850_use_struct_convention): Add `gdbarch' parameter.  Add new
5763         code handling the struct return conventions for the RH850 ABI.
5764         Update all callers.
5765         (v850_eight_byte_align_p): New function.
5766         (v850_push_call_dummy): Push structs by value, not by reference
5767         for the RH850 ABI.  Add support for eight byte alignment.
5768         (v850_dbtrap_breakpoint_from_pc): New function.
5769         (v850_gdbarch_init): Add ABI detection code.  Register
5770         v850e3v5_register_name for the v850e3v5 architecture.  Set the
5771         number of registers for v850e3v5.  Register
5772         v850_dbtrap_breakpoint_from_pc as appropriate.
5773         (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
5774
5775 2013-05-03  Doug Evans  <dje@google.com>
5776
5777         * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
5778         of bfd_count_sections.
5779         * solib-target.c (solib_target_relocate_section_addresses): Ditto.
5780         * symfile.c (default_symfile_offsets): Ditto.
5781         (syms_from_objfile_1): Ditto.  Make dummy addrs list an array of
5782         one entry, not bfd_count_sections entries.
5783
5784 2013-05-03  Kevin Buettner  <kevinb@redhat.com>
5785
5786         * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
5787         `save' and `restore' register groups.  Don't include SPL
5788         or SPH in these groups.
5789         (rl78_dwarf_reg_to_regnum):  Adjust mapping for
5790         RL78_PC_REGNUM.  Add mappings for RL78_PSW_REGNUM,
5791         RL78_ES_REGNUM, and RL78_CS_REGNUM.
5792         (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4.  Invoke
5793         dwarf2_append_unwinders().
5794
5795 2013-05-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
5796
5797         * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
5798         ignore SIGINT and SIGTRAP in case these internal signals are
5799         caught explicitely.
5800
5801 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
5802
5803         * darwin-nat.c (darwin_read_write_inferior): Change types
5804         of parameters rdaddr and wraddr to "gdb_byte *". Change type
5805         of copy_count to "mach_msg_type_number_t".
5806         (darwin_read_dyld_info): Change type of parameter
5807         rdaddr to "gdb_byte *".
5808
5809 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
5810
5811         * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
5812         of &info->load_map from "char *" to "gdb_byte *".
5813
5814 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
5815
5816         * ia64-tdep.c (ia64_access_fpreg): Change cast of val
5817         from "char *" to "gdb_byte *".
5818         (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
5819
5820 2013-04-30  Doug Evans  <dje@google.com>
5821
5822         * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
5823         (init_cutu_and_read_dies): Flag a complaint, not error, for bad
5824         DWO stub.  If DWO isn't found, just use stub.
5825         (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
5826
5827         * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
5828         calling init_cutu_and_read_dies.
5829
5830 2013-03-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
5831
5832         * target-descriptions.c (maint_print_c_tdesc_cmd):
5833         Add case to parse structures as register types and
5834         bitfields.
5835
5836 2013-04-30  Walfred Tedeschi  <walfred.tedeschi@intel.com>
5837
5838         * MAINTAINERS (Write After Approval): Add myself to the list.
5839
5840 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
5841
5842         * sol-thread.c (rw_common): Change type of parameter "buf"
5843         to "gdb_byte *".
5844         (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
5845         rw_common to "gdb_byte *" instead of "char *".
5846
5847 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
5848
5849         * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
5850         of local variable msym to const struct bound_minimal_symbol.
5851         Adjust use accordingly.
5852         [ti.ti_state == TD_THR_SLEEP]: Likewise.
5853
5854 2013-04-30  Samuel Thibault  <samuel.thibault@gnu.org>
5855
5856         * i386gnu-nat.c (CREG_OFFSET): New macro.
5857         (creg_offset): New array.
5858         (CREG_ADDR): Use creg_offset instead of reg_offset.
5859
5860 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
5861
5862         * mep-tdep.c (mep_write_pc): Delete.
5863         (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
5864         Add call to set_gdbarch_pc_regnum.
5865
5866 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
5867
5868         * common/filestuff.c: Replace #include <dirent.h> by
5869         #include "gdb_dirent.h".
5870
5871 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
5872
5873         * common/filestuff.c: Replace #include <sys/stat.h> by
5874         #include "gdb_stat.h".
5875
5876 2013-04-29  Pierre Muller  <muller@sourceware.org>
5877
5878         * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
5879         editCase function rule.
5880         (get_DW_AT_signature_type): Likewise.
5881
5882 2013-04-29  Joel Brobecker  <brobecker@adacore.com>
5883
5884         * m32r-tdep.c (m32r_write_pc): Delete.
5885         (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
5886         Add call to set_gdbarch_pc_regnum.
5887
5888 2013-04-29  Pierre Muller  <muller@sourceware.org>
5889
5890         * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
5891
5892 2013-04-29  Joel Brobecker  <brobecker@adacore.com>
5893
5894         * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
5895
5896 2013-04-28  Yao Qi  <yao@codesourcery.com>
5897
5898         * solib-dsbt.c (fetch_loadmap): Re-indent.
5899         (displacement_from_map, enable_break2): Likewise.
5900         (dsbt_relocate_section_addresses): Likewise.
5901
5902 2013-04-26  Joel Brobecker  <brobecker@adacore.com>
5903
5904         GDB 7.6 released.
5905
5906 2013-04-25  Andreas Kaufmann  <Andreas.Kaufmann@synopsys.com>
5907
5908         PR corefiles/14983:
5909         * dwarf2read.c (process_full_comp_unit): Always create a static
5910         block.
5911
5912 2013-04-25  Hui Zhu  <hui@codesourcery.com>
5913
5914         * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
5915         to loc->cmd_bytecode.
5916
5917 2013-04-24  Doug Evans  <dje@google.com>
5918
5919         * dwarf2read.c (setup_type_unit_groups): Fix comment.
5920
5921 2013-04-22  Keith Seitz  <keiths@redhat.com>
5922
5923         * tracepoint.c (trace_save):  Call the writer's start method.
5924
5925 2013-04-24  Muhammad Bilal  <mbilal@codesourcery.com>
5926
5927         PR gdb/10462
5928         * cli/cli-decode.c (lookup_command): Show an error if there is no space
5929         before argument.
5930
5931 2013-04-23  Tom Tromey  <tromey@redhat.com>
5932
5933         * common/filestuff.c: Check USE_WIN32API before including
5934         sys/socket.h.
5935         (HAVE_F_GETFD): New define.
5936         (mark_cloexec): Check HAVE_F_GETFD.
5937         (gdb_open_cloexec): Change 'mode' to unsigned long.
5938         (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
5939         (gdb_pipe_cloexec): Check HAVE_PIPE.
5940         * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
5941         long.
5942
5943 2013-04-23  Hui Zhu  <hui@codesourcery.com>
5944
5945         PR gdb/15293
5946         * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
5947
5948 2013-04-23  Hui Zhu  <hui@codesourcery.com>
5949
5950         PR gdb/15165
5951         * breakpoint.c (dprintf_print_recreate): New.
5952         (save_breakpoints): Let it not save dprintf commands.
5953         (initialize_breakpoint_ops): Set dprintf_print_recreate.
5954
5955 2013-04-22  Tom Tromey  <tromey@redhat.com>
5956
5957         PR gdb/7912:
5958         * Makefile.in (SFILES): Add filestuff.c
5959         (COMMON_OBS): Add filestuff.o.
5960         (filestuff.o): New target.
5961         * auto-load.c (auto_load_objfile_script_1): Use
5962         gdb_fopen_cloexec.
5963         * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
5964         * cli/cli-cmds.c (shell_escape): Call close_most_fds.
5965         * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
5966         * common/agent.c (gdb_connect_sync_socket): Use
5967         gdb_socket_cloexec.
5968         * common/filestuff.c: New file.
5969         * common/filestuff.h: New file.
5970         * common/linux-osdata.c (linux_common_core_of_thread)
5971         (command_from_pid, commandline_from_pid, print_source_lines)
5972         (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
5973         (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
5974         gdb_fopen_cloexec.
5975         * common/linux-procfs.c (linux_proc_get_int)
5976         (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
5977         * config.in, configure: Rebuild.
5978         * configure.ac: Don't check for sys/socket.h.  Check for
5979         fdwalk, pipe2.
5980         * corelow.c (core_open): Use gdb_open_cloexec.
5981         * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
5982         * fork-child.c (fork_inferior): Call close_most_fds.
5983         * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
5984         * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
5985         * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
5986         Use gdb_fopen_cloexec.
5987         (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
5988         gdb_open_cloexec.
5989         (linux_async_pipe): Use gdb_pipe_cloexec.
5990         * remote-fileio.c (remote_fileio_func_open): Use
5991         gdb_open_cloexec.
5992         * remote.c (remote_file_put, remote_file_get): Use
5993         gdb_fopen_cloexec.
5994         * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
5995         close_most_fds.
5996         * ser-tcp.c (net_open): Use gdb_socket_cloexec.
5997         * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
5998         * solib.c (solib_find): Use gdb_open_cloexec.
5999         * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
6000         * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
6001         (tfile_open): Use gdb_open_cloexec.
6002         * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
6003         * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
6004         * xml-support.c (xml_fetch_content_from_file): Use
6005         gdb_fopen_cloexec.
6006         * main.c (captured_main): Call notice_open_fds.
6007
6008 2013-04-22  Edjunior Machado  <emachado@linux.vnet.ibm.com>
6009
6010         * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
6011         'char *' to 'gdb_byte *'.
6012         (gdbsim_store_register): Change the type of 'tmp' from 'char' to
6013         'gdb_byte'.
6014
6015 2013-04-22  Yao Qi  <yao@codesourcery.com>
6016
6017         * infrun.c: Fix typo in comment.
6018
6019 2013-04-22  Andrew Haley  <aph@redhat.com>
6020
6021         * arm-tdep.c (BranchDest): Cast result as "unsigned long",
6022         instead of "long".
6023
6024 2013-04-20  Yao Qi  <yao@codesourcery.com>
6025
6026         * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
6027         'char *' to 'gdb_byte *'.  Cast the return value of
6028         'bt_ctf_get_char_array' to 'gdb_byte *'.
6029
6030 2013-04-19  Pedro Alves  <palves@redhat.com>
6031
6032         * configure.ac (build_warnings): Replace -Wno-pointer-sign with
6033         -Wpointer-sign.
6034         * configure: Regenerate.
6035
6036 2013-04-19  Pedro Alves  <palves@redhat.com>
6037
6038         * ser-tcp.c (net_read_prim): Cast second argument to recv to
6039         'void *'.
6040
6041 2013-04-19  Pedro Alves  <palves@redhat.com>
6042
6043         * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
6044         Change type of 'myaddr' parameter to gdb_byte pointer.
6045         (monitor_write_memory_longlongs): Likewise.  Cast 'myaddr' pointer
6046         to 'long long' pointer instead of to 'unsigned long long'.
6047         (monitor_write_memory_block, monitor_read_memory_single)
6048         (monitor_read_memory): Change type of 'myaddr' parameter to
6049         gdb_byte pointer.
6050
6051 2013-04-19  Pedro Alves  <palves@redhat.com>
6052
6053         * record.c (validate_history_size): Make parameter 'setting'
6054         unsigned.
6055
6056 2013-04-19  Pedro Alves  <palves@redhat.com>
6057
6058         * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
6059         to 'gdb_byte *'.
6060
6061 2013-04-19  Pedro Alves  <palves@redhat.com>
6062
6063         * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
6064         local to int.
6065
6066 2013-04-19  Pedro Alves  <palves@redhat.com>
6067
6068         * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
6069         * ada-tasks.c (read_fat_string_value): Likewise.
6070
6071 2013-04-19  Pedro Alves  <palves@redhat.com>
6072
6073         * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
6074         unsigned.  Pass 'tmp' to safe_read_uleb128 instead of the signed
6075         'offset', and adjust.
6076
6077 2013-04-19  Pedro Alves  <palves@redhat.com>
6078
6079         * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
6080         (read_index_from_section): Add cast to 'char *'.
6081
6082 2013-04-19  Pedro Alves  <palves@redhat.com>
6083
6084         * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
6085
6086 2013-04-19  Pedro Alves  <palves@redhat.com>
6087
6088         * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
6089
6090 2013-04-19  Pedro Alves  <palves@redhat.com>
6091
6092         * record-full.c (record_full_get_bookmark): Change local 'ret'
6093         type to char * and add cast to gdb_byte *.
6094         (record_full_goto_bookmark): Handle 'bookmark' argument as a
6095         string.
6096         * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
6097
6098 2013-04-19  Pedro Alves  <palves@redhat.com>
6099
6100         * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
6101         * python/py-prettyprint.c (print_string_repr): Change type of
6102         'output' local to char *.  Add cast to gdb_byte * in
6103         LA_PRINT_STRING call.
6104         (print_children): Change type of 'output' local to char *.
6105         * python/py-value.c (valpy_string): Add cast to const char * in
6106         PyUnicode_Decode call.
6107
6108 2013-04-19  Pedro Alves  <palves@redhat.com>
6109
6110         * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
6111         and change its type to 'const char *'.  Adjust.
6112         (mips_send_packet): Add cast to 'char *', and remove cast to
6113         'unsigned char *'.
6114         (mips_receive_packet): Remove cast to 'unsigned char *'.
6115         (mips_load_srec): Use bfd_byte.
6116         (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
6117         (pmon_checkset): Make 'value' parameter unsigned.
6118
6119 2013-04-19  Pedro Alves  <palves@redhat.com>
6120
6121         * common/agent.c (agent_run_command): Add cast to gdb_byte *.
6122
6123 2013-04-19  Pedro Alves  <palves@redhat.com>
6124
6125         * remote.c (remote_write_bytes_aux, compare_sections_command)
6126         (remote_read_qxfer)
6127         (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
6128         (remote_hostio_readlink, remote_bfd_iovec_pread)
6129         (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
6130         binary buffer, and char when buffer is used as string.
6131         * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
6132         (trace_save, tfile_open, traceframe_walk_blocks)
6133         (tfile_fetch_registers): Likewise.
6134
6135 2013-04-19  Pedro Alves  <palves@redhat.com>
6136
6137         * ser-base.c (ser_base_write): Change prototype -- take 'void *'
6138         buffer and size_t size.  Adjust.
6139         * ser-base.h (ser_base_write): Adjust.
6140         * ser-go32.c (cnts): Change type to size_t.
6141         (dos_write): Change prototype -- take 'void *'
6142         buffer and size_t size.  Adjust.
6143         (dos_info): Print elements of 'cnts' as unsigned long.
6144         * serial.c (serial_write): Likewise.
6145         * serial.h (serial_write): Adjust.
6146         (struct serial_ops) <write>: Change prototype -- take 'void *'
6147         buffer and size_t size.  Adjust.
6148
6149 2013-04-19  Pedro Alves  <palves@redhat.com>
6150
6151         * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
6152         gdb_byte *.
6153         * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
6154
6155 2013-04-19  Pedro Alves  <palves@redhat.com>
6156
6157         * alpha-tdep.c (alpha_extract_return_value): Use
6158         regcache_cooked_read_unsigned to read 'v0'.
6159
6160 2013-04-19  Pedro Alves  <palves@redhat.com>
6161
6162         * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
6163         parameters 'at', 'as' and 'offset' to uint32_t.
6164
6165 2013-04-19  Pedro Alves  <palves@redhat.com>
6166
6167         * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
6168         'is64' to signed 'int'.
6169
6170 2013-04-19  Pedro Alves  <palves@redhat.com>
6171
6172         * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
6173         parameter to int *.
6174
6175 2013-04-19  Pedro Alves  <palves@redhat.com>
6176
6177         * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
6178         'insnbuf' buffer type to unsigned int[].
6179
6180 2013-04-19  Pedro Alves  <palves@redhat.com>
6181
6182         * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
6183
6184 2013-04-19  Pedro Alves  <palves@redhat.com>
6185
6186         * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
6187         unsigned long *.
6188
6189 2013-04-19  Pedro Alves  <palves@redhat.com>
6190
6191         * alpha-tdep.c (heuristic_fence_post): Change type to int.
6192         (alpha_heuristic_proc_start): Adjust to check -1 instead of
6193         UINT_MAX.
6194         * mips-tdep.c (heuristic_fence_post): Change type to int.
6195         (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
6196
6197 2013-04-19  Pedro Alves  <palves@redhat.com>
6198
6199         * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
6200         (struct gdbarch_tdep) <cris_version>: Make unsigned.
6201         (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
6202
6203 2013-04-19  Pedro Alves  <palves@redhat.com>
6204
6205         * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'.  Use
6206         it to get a string view of the byte buffer.
6207         * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
6208         type to gdb_byte *.  Adjust.
6209         * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
6210         Change local to char *.
6211         * solib-darwin.c (find_program_interpreter): Change return type to
6212         char *.  Adjust.
6213         (darwin_solib_get_all_image_info_addr_at_init): Adjust.
6214         * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
6215         * solib-frv.c (enable_break2): Change local 'buf' to char *.
6216         * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
6217         * solib-svr4.c (find_program_interpreter): Change return type to
6218         char *.  Adjust.
6219         (enable_break): Change local 'interp_name' to char *.
6220         * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
6221         * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
6222         (spu_pseudo_register_write_spu): Use char for string buffer.
6223         Adjust.
6224         (info_spu_event_command, info_spu_signal_command): Add casts to
6225         'char *'.
6226
6227 2013-04-19  Pedro Alves  <palves@redhat.com>
6228
6229         * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
6230         gdb_byte[].
6231         (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
6232         * ada-lang.c (ada_value_assign): Use gdb_byte.
6233         * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
6234         (alphanbsd_sigtramp_offset): Use gdb_byte.
6235         * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
6236         (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
6237         (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
6238         (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
6239         (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
6240         * arm-tdep.c (arm_stub_unwind_sniffer)
6241         (arm_displaced_init_closure): Use gdb_byte.
6242         (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
6243         (arm_default_thumb_le_breakpoint)
6244         (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
6245         * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
6246         thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
6247         * arm-wince-tdep.c (arm_wince_le_breakpoint)
6248         (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
6249         * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
6250         (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
6251         (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
6252         * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
6253         (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
6254         * cris-tdep.c (push_stack_item, cris_push_dummy_call)
6255         (cris_store_return_value, cris_extract_return_value): Use
6256         gdb_byte.
6257         (constraint): Change type of parameter to char * from signed
6258         char*.  Use gdb_byte.
6259         * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
6260         of local buffer to gdb_byte *.
6261         * dwarf2read.c (read_index_from_section): Use gdb_byte.
6262         (create_dwp_hash_table): Change type of locals to gdb_byte *.
6263         (add_address_entry): Change type of local buffer to gdb_byte[].
6264         * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
6265         (frv_push_dummy_call): Use gdb_byte.
6266         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
6267         (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
6268         (hppa_hpux_supply_save_state): Use gdb_byte.
6269         * hppa-tdep.c (hppa32_push_dummy_call)
6270         (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
6271         * ia64-tdep.c (extract_bit_field, replace_bit_field)
6272         (slotN_contents, replace_slotN_contents): Change type of parameter
6273         to gdb_byte *.
6274         (fetch_instruction, ia64_pseudo_register_write)
6275         (ia64_register_to_value, ia64_value_to_register)
6276         (ia64_extract_return_value, ia64_store_return_value)
6277         (ia64_push_dummy_call): Use gdb_byte.
6278         * m32c-tdep.c (m32c_return_value): Remove cast.
6279         * m68hc11-tdep.c (m68hc11_pseudo_register_write)
6280         (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
6281         gdb_byte.
6282         * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
6283         * mn10300-tdep.c (mn10300_store_return_value)
6284         (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
6285         gdb_byte.
6286         * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
6287         (moxie_process_record): Remove casts.
6288         * ppc-ravenscar-thread.c (supply_register_at_address)
6289         (ppc_ravenscar_generic_store_registers): Use gdb_byte.
6290         * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
6291         * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
6292         * remote-mips.c (mips_xfer_memory): Use gdb_byte.
6293         * remote.c (compare_sections_command): Use gdb_byte.
6294         * score-tdep.c (score7_free_memblock): Change type of parameter to
6295         gdb_byte *.
6296         * sh-tdep.c (sh_justify_value_in_reg): Change return type to
6297         gdb_byte *.  Use gdb_byte.
6298         (sh_push_dummy_call_fpu): Use gdb_byte.
6299         (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
6300         (sh_store_return_value_nofpu, sh_store_return_value_fpu)
6301         (sh_register_convert_to_virtual, sh_register_convert_to_raw):
6302         Change parameter type to 'gdb_byte *'.  Use gdb_byte.
6303         (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
6304         * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
6305         (sh64_store_return_value, sh64_register_convert_to_virtual):
6306         Change parameter type to 'gdb_byte *'.  Use gdb_byte.
6307         (sh64_pseudo_register_write): Use gdb_byte.
6308         * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
6309         * solib-irix.c (fetch_lm_info): Likewise.  Use gdb_byte for byte
6310         buffer.
6311         (irix_current_sos): Use gdb_byte.
6312         * solib-som.c (som_current_sos): Use gdb_byte.
6313         * sparc-ravenscar-thread.c (supply_register_at_address)
6314         (sparc_ravenscar_generic_store_registers): Use gdb_byte.
6315         * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
6316         * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
6317         * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
6318         'gdb_byte *'.
6319         * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
6320         'gdb_byte *'.
6321         * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
6322         * xstormy16-tdep.c (xstormy16_extract_return_value)
6323         (xstormy16_store_return_value): Change parameter type to
6324         'gdb_byte *'.  Adjust.
6325         (xstormy16_push_dummy_call): Use gdb_byte.
6326         * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
6327         (call0_analyze_prologue, execute_code): Use gdb_byte.
6328
6329 2013-04-19  Vladimir Kargov <kargov@gmail.com>
6330             Pedro Alves  <palves@redhat.com>
6331
6332         * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
6333         value contents.
6334
6335 2013-04-17  Doug Evans  <dje@google.com>
6336
6337         * dwarf2read.c (struct signatured_type): New member type.
6338         (struct attribute): Replace member signatured_type with signature.
6339         (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
6340         (read_call_site_scope): Call follow_die_ref instead of
6341         follow_die_ref_or_sig.
6342         (read_structure_type): Rewrite handling of signatured types.
6343         (read_enumeration_type): Ditto.
6344         (read_attribute_value): Update.
6345         (build_error_marker_type): New function.
6346         (lookup_die_type): Add assert.  Rewrite handling of signatured types.
6347         Don't call error for bad types, just build an error marker type.
6348         (dump_die_shallow): Update.
6349         (follow_die_sig_1): Renamed from follow_die_sig.
6350         Don't call error for bad types, instead return NULL.
6351         (follow_die_sig): New function.
6352         (get_signatured_type, get_DW_AT_signature_type): New functions.
6353
6354 2013-04-17  Yufeng Zhang  <yufeng.zhang@arm.com>
6355
6356         * aarch64-tdep.c (aarch64_write_pc): Removed.
6357         (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
6358         function.
6359
6360 2013-04-17  Yao Qi  <yao@codesourcery.com>
6361
6362         * top.c (print_gdb_configuration): Print configure-time
6363         parameter on using libbabeltrace or not.
6364
6365 2013-04-16  Pedro Alves  <palves@redhat.com>
6366
6367         * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
6368
6369 2013-04-16  Pedro Alves  <palves@redhat.com>
6370
6371         * common/glibc_thread_db.h: Update from upstream glibc
6372         (git 568035b7874a099087b77f7bba3e36a1173787b0).
6373
6374 2013-04-16  Pedro Alves  <palves@redhat.com>
6375
6376         * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
6377         * common/glibc_thread_db.h: ... this new file ...
6378         * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
6379
6380 2013-04-16  Will Newton  <will.newton@gmail.com>
6381             Pedro Alves  <palves@redhat.com>
6382
6383         PR build/11881
6384
6385         * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
6386         (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
6387         HAVE_THREAD_DB_H.
6388
6389 2013-04-16  Pedro Alves  <palves@redhat.com>
6390             Eli Zaretskii  <eliz@gnu.org>
6391
6392         * NEWS: Mention "set foo unlimited".
6393
6394 2013-04-15  Doug Evans  <dje@google.com>
6395
6396         * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
6397         (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
6398         (create_dwo_cu_reader): Renamed from
6399         create_dwo_debug_info_hash_table_reader.
6400         (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
6401         Remove support for multiple CUs in a DWO file.
6402         (open_and_init_dwo_file, lookup_dwo_cutu): Update.
6403
6404         * dwarf2read.c (create_debug_types_hash_table): Use hex_string
6405         instead of phex.
6406         (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
6407         (create_dwo_in_dwp): Ditto.
6408
6409 2013-04-15  Tom Tromey  <tromey@redhat.com>
6410
6411         * NEWS: Move recent entries into "since 7.6" section.
6412
6413 2013-04-15  Tom Tromey  <tromey@redhat.com>
6414
6415         PR c++/13588:
6416         * NEWS: Update.
6417         * break-catch-throw.c (struct exception_catchpoint)
6418         <exception_rx, pattern>: New fields.
6419         (fetch_probe_arguments, dtor_exception_catchpoint)
6420         (check_status_exception_catchpoint)
6421         (print_one_detail_exception_catchpoint): New functions.
6422         (handle_gnu_v3_exceptions): Add "except_rx" argument.
6423         Compile regular expression if needed.
6424         (extract_exception_regexp): New function.
6425         (catch_exception_command_1): Use extract_exception_regexp.
6426         (compute_exception): Use fetch_probe_arguments.
6427         (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
6428         and check_status fields.
6429         * cp-abi.c (cplus_typename_from_type_info): New function.
6430         * cp-abi.h (cplus_typename_from_type_info): Declare.
6431         (struct cp_abi_ops) <get_typename_from_type_info>: New field.
6432         * gdb_regex.h (compile_rx_or_error): Declare.
6433         * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
6434         comment.
6435         (init_gnuv3_ops): Set get_type_from_type_info field.
6436         * probe.c (compile_rx_or_error): Move...
6437         * utils.c (compile_rx_or_error): ... here.
6438
6439 2013-04-15  Tom Tromey  <tromey@redhat.com>
6440
6441         PR c++/15176:
6442         * NEWS: Update.
6443         * break-catch-throw.c (compute_exception): New function.
6444         (exception_funcs): New global.
6445         (_initialize_break_catch_throw): Create $_exception.
6446         * cp-abi.c (cplus_type_from_type_info): New function.
6447         * cp-abi.h (cplus_type_from_type_info): Declare.
6448         (struct cp_abi_ops) <get_type_from_type_info>: New field.
6449         * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
6450         (gnuv3_get_type_from_type_info): New functions.
6451         (init_gnuv3_ops): Set get_type_from_type_info ABI field.
6452
6453 2013-04-15  Tom Tromey  <tromey@redhat.com>
6454
6455         * break-catch-throw.c (struct exception_names): New.
6456         (exception_functions): Change type.
6457         (re_set_exception_catchpoint): Look for SDT probes.
6458
6459 2013-04-15  Tom Tromey  <tromey@redhat.com>
6460
6461         PR c++/10119:
6462         * break-catch-throw.c (exception_functions): New global.
6463         (gnu_v3_exception_catchpoint_ops): Move earlier.
6464         (struct exception_catchpoint): New.
6465         (classify_exception_breakpoint): Rewrite.
6466         (re_set_exception_catchpoint): New function.
6467         (handle_gnu_v3_exceptions): Return void.  Use init_catchpoint.
6468         Allocate a struct exception_catchpoint.
6469         (catch_exception_command_1): Update.
6470         (initialize_throw_catchpoint_ops): Set 're_set' method.
6471
6472 2013-04-15  Tom Tromey  <tromey@redhat.com>
6473
6474         * Makefile.in (SFILES): Add break-catch-throw.c
6475         (COMMON_OBS): Add break-catch-throw.o.
6476         * break-catch-throw.c: New file.
6477         * breakpoint.c: Move exception-catching code to new file.
6478         (ep_parse_optional_if_clause): No longer static.
6479         * breakpoint.h (ep_parse_optional_if_clause): Declare.
6480
6481 2013-04-15  Tom Tromey  <tromey@redhat.com>
6482
6483         PR c++/9065:
6484         * NEWS: Update.
6485         * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
6486         * c-exp.y (TYPEID): New token.
6487         (exp): Add new TYPEID productions.
6488         (ident_tokens): Add "typeid".
6489         * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
6490         * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
6491         (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
6492         * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
6493         * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
6494         case.
6495         * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
6496         (build_std_type_info_type, gnuv3_get_typeid_type)
6497         (gnuv3_get_typeid): New functions.
6498         (init_gnuv3_ops): Initialize std_type_info_gdbarch_data.  Set
6499         new fields on ABI object.
6500         * parse.c (operator_length_standard) <OP_TYPEID>: New case.
6501         * std-operator.def (OP_TYPEID): New.
6502
6503 2013-04-15  Tom Tromey  <tromey@redhat.com>
6504
6505         * elfread.c (elf_symtab_read): Install versioned symbol under
6506         unversioned name as well.
6507
6508 2013-04-15  Tom Tromey  <tromey@redhat.com>
6509
6510         PR c++/11990:
6511         * c-lang.c (cplus_language_defn): Use gdb_demangle.
6512         * c-typeprint.c (c_type_print_base): Use gdb_demangle.
6513         * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
6514         (gdb_demangle): New function.
6515         * cp-support.h (gdb_demangle): Declare.
6516         * dwarf2read.c (dwarf2_physname, fixup_partial_die)
6517         (dwarf2_name): Use gdb_demangle.
6518         * gdbtypes.c (check_stub_method): Use gdb_demangle.
6519         * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
6520         suffixes from name.
6521         (gnuv3_print_method_ptr): Use gdb_demangle.
6522         * jv-lang.c (java_demangle): Use gdb_demangle.
6523         * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
6524         * language.c (unk_lang_demangle): Use gdb_demangle.
6525         * symtab.c (symbol_find_demangled_name)
6526         (demangle_for_lookup): Use gdb_demangle.
6527
6528 2013-04-15  Tom Tromey  <tromey@redhat.com>
6529
6530         PR c++/12824:
6531         * NEWS: Update.
6532         * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
6533         New constant.
6534         (classify_exception_breakpoint): New function.
6535         (print_it_exception_catchpoint, print_one_exception_catchpoint)
6536         (print_mention_exception_catchpoint)
6537         (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
6538         (catch_exception_command_1): Handle "rethrow" catchpoint.
6539         (catch_rethrow_command): New function.
6540         (_initialize_breakpoint): Add "catch rethrow" command.
6541
6542 2013-04-15  Pierre Muller  <muller@sourceware.org>
6543
6544         * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
6545         set_gdbarch_write_pc as deprecated anymore.
6546
6547 2013-04-15  Joel Brobecker  <brobecker@adacore.com>
6548
6549         * spu-tdep.c (spu_write_pc): Add empty line after local variable
6550         declarations.
6551
6552 2013-04-13  Yao Qi  <yao@codesourcery.com>
6553
6554         * ctf.c (_initialize_ctf): Include "completer.h".
6555         Call add_target_with_completer instead of add_target.
6556
6557 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
6558
6559         Fix GDB regression related to PR binutils/14813.
6560         * jit.c (mem_bfd_iovec_close): Return 0 for success.
6561         * minidebug.c (lzma_close): Add return value comment.
6562         * remote.c (remote_bfd_iovec_close): Return 0 for success.
6563         * solib-spu.c (spu_bfd_iovec_close): Likewise.
6564         * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
6565
6566 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
6567
6568         * config.in: Regenerate.
6569
6570 2013-04-12  Tom Tromey  <tromey@redhat.com>
6571
6572         * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
6573         const.
6574         * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
6575         (struct die_reader_specs) <buffer>: Likewise.
6576         (die_reader_func_ftype): Make 'info_ptr' const.
6577         (struct line_header) <include_dirs, statement_program_start,
6578         statement_program_end>: Now const.
6579         (struct file_entry) <name>: Likewise.
6580         (struct partial_die_info) <sibling>: Likewise.
6581         (struct dwarf_block) <data>: Likewise.
6582         (dwarf2_read_section): Remove cast.
6583         (dwarf2_get_section_info): Make 'bufp' const.
6584         (read_index_from_section): Constify.
6585         (dw2_get_file_names_reader): Make 'info_ptr' const.
6586         (dw2_get_primary_filename_reader): Likewise.
6587         (read_comp_unit_head): Make 'info_ptr' and return type const.
6588         (read_and_check_comp_unit_head, read_and_check_type_unit_head):
6589         Likewise.
6590         (read_abbrev_offset): Constify.
6591         (dwarf2_create_include_psymtab): Make 'name' const.
6592         (create_debug_types_hash_table): Update.
6593         (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
6594         (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
6595         Constify.
6596         (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
6597         (load_partial_comp_unit_reader): Make 'info_ptr' const.
6598         (read_comp_units_from_section): Constify.
6599         (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
6600         (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
6601         const.
6602         (dwarf2_compute_name, setup_type_unit_groups): Constify.
6603         (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
6604         (create_dwp_hash_table, dwarf2_ranges_read)
6605         (dwarf2_record_block_ranges): Constify.
6606         (read_die_and_children, read_die_and_siblings_1)
6607         (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
6608         const.
6609         (read_full_die_1, read_full_die): Make 'info_ptr' const.
6610         (abbrev_table_read_table): Constify.
6611         (load_partial_dies): Make 'info_ptr' const.
6612         (read_partial_die, read_attribute_value, read_attribute): Make
6613         'info_ptr' and return type const.
6614         (read_address, read_initial_length)
6615         (read_checked_initial_length_and_offset, read_offset)
6616         (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
6617         const.
6618         (read_direct_string): Make 'buf' and return type const.
6619         (read_indirect_string_at_offset, read_indirect_string_from_dwz)
6620         (read_indirect_string): Make return type const.
6621         (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
6622         (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
6623         'info_ptr' const.
6624         (read_str_index): Make return type const.
6625         (add_include_dir): Make 'include_dir' const.
6626         (add_file_name): Make 'name' const.
6627         (dwarf_decode_line_header): Constify.
6628         (psymtab_include_file_name): Make return type const.
6629         (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
6630         (dwarf2_start_subfile): Make 'filename' const.
6631         (dwarf2_const_value_attr): Make 'bytes' const.
6632         (read_signatured_type_reader): Make 'info_ptr' const.
6633         (decode_locdesc): Constify.
6634         (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
6635         const.
6636         (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
6637         'mac_end', and return type const.
6638         (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
6639         (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
6640         type const.
6641         (per_cu_header_read_in): Constify.
6642         * symfile.h (dwarf2_get_section_info): Update.
6643
6644 2013-04-12  Tom Tromey  <tromey@redhat.com>
6645
6646         * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
6647
6648 2013-04-12  Eli Zaretskii  <eliz@gnu.org>
6649
6650         * NEWS: Mention "show configuration", --configuration.
6651         * top.c (print_gdb_configuration): New function, displays the
6652         details about GDB configure-time parameters.
6653         (print_gdb_version): Mention "show configuration".
6654         * cli/cli-cmds.c (show_configuration): New function.
6655         (_initialize_cli_cmds): Add the "show configuration" command.
6656         * main.c (captured_main) <print_configuration>: New static var.
6657         <long_options>: Use it.
6658         If --configuration was given, call print_gdb_configuration.
6659
6660 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6661             Pedro Alves  <palves@redhat.com>
6662
6663         * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
6664         (generated_files): Add gcore.
6665         (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
6666         HAVE_NATIVE_GCORE_HOST.
6667         (gcore): New.
6668         * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
6669         * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
6670         config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
6671         config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
6672         config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
6673         Add HAVE_NATIVE_GCORE_HOST.
6674         * configure: Regenerate.
6675         * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
6676         New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME.  New
6677         AC_CONFIG_FILES for gcore.
6678         * configure.tgt: Add gdb_have_gcore to the initial comment.  Set
6679         gdb_have_gcore.
6680         * gdb_gcore.sh: Rename to ...
6681         * gcore.in: ... here.  Remove gcore.sh comment.  Use GDB_TRANSFORM_NAME
6682         and GCORE_TRANSFORM_NAME substitutions.
6683
6684         Fix parsing tabs in ${gdb_target_obs}.
6685         * configure.tgt (gdb_have_gcore): Replace case with for and if.
6686
6687 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6688
6689         * remote.c (unpush_and_perror): Add output message final dot.
6690
6691 2013-04-11  Yao Qi  <yao@codesourcery.com>
6692
6693         * tracepoint.c (tfile_interp_line): Fit parameters line and
6694         utpp in one line.
6695
6696 2013-04-10  Joel Brobecker  <brobecker@adacore.com>
6697
6698         * solib.c (solib_map_sections): Remove code overwriting
6699         SO->SO_NAME with the bfd's filename.
6700
6701 2013-04-10  Pedro Alves  <palves@redhat.com>
6702
6703         * cli/cli-decode.c (integer_unlimited_completer): New function.
6704         (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
6705         (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
6706         completer.
6707         * cli/cli-setshow.c: Include "cli/cli-utils.h".
6708         (is_unlimited_literal): New function.
6709         (do_set_command): Handle literal "unlimited" arguments.
6710         * frame.c (_initialize_frame) <set backtrace limit>: Document
6711         "unlimited".
6712         * printcmd.c (_initialize_printcmd) <set print
6713         max-symbolic-offset>: Add help text.
6714         * record-full.c (_initialize_record_full) <set record full
6715         insn-number-max>: Likewise.
6716         * record.c (_initialize_record) <set record
6717         instruction-history-size, set record function-call-history-size>:
6718         Add help text.
6719         * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
6720         help text.
6721         * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
6722         Likewise.
6723         * source.c (_initialize_source) <set listsize>: Add help text.
6724         * utils.c (initialize_utils) <set height, set width>: Likewise.
6725         <set pagination>: Mention "set height unlimited".
6726         * valprint.c (_initialize_valprint) <set print elements, set print
6727         repeats>: Document "unlimited".
6728
6729 2013-04-10  Pedro Alves  <palves@redhat.com>
6730
6731         * cli/cli-cmds.c (quit_command): Call query_if_trace_running
6732         instead of disconnect_tracing.
6733         * infcmd.c (detach_command, disconnect_command): Call
6734         query_if_trace_running.  Adjust.
6735         * top.c: Include "tracepoint.h".
6736         (quit_target): Delete.  Contents moved ...
6737         (quit_force): ... here.  Wrap each stage of teardown in
6738         TRY_CATCH.  Call disconnect_tracing before detaching.
6739
6740 2013-04-10  Hui Zhu  <hui@codesourcery.com>
6741             Yao Qi  <yao@codesourcery.com>
6742
6743         * configure.ac: Check libbabeltrace is installed.
6744         * config.in: Regenerate.
6745         * configure: Regenerate.
6746         * Makefile.in (LIBBABELTRACE): New.
6747         (CLIBS): Add LIBBABELTRACE.
6748         * ctf.c: Include "exec.h".
6749         (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
6750         (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
6751         (ctf_save_metadata_header): Define new type aliases in
6752         metadata.
6753         (ctf_write_header): Define event type "tsv_def" and "tp_def"
6754         in metadata.  Start a new faked packet for trace status.
6755         (ctf_write_status): Write trace status to CTF.
6756         (ctf_write_uploaded_tsv): Write TSV to CTF.
6757         (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
6758         (ctf_write_definition_end): End the faked packet.
6759
6760         (ctx, ctf_iter, trace_dirname): New.
6761         (start_pos): New variable.
6762         (ctf_destroy, ctf_open_dir, ctf_open): New.
6763         (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
6764         macros.
6765         (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
6766         (ctf_fetch_registers, ctf_xfer_partial): New.
6767         (ctf_get_trace_state_variable_value): New.
6768         (ctf_get_tpnum_from_frame_event): New.
6769         (ctf_get_traceframe_address): New.
6770         (ctf_trace_find, ctf_has_stack): New.
6771         (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
6772         (ctf_get_trace_status, ctf_read_status): New.
6773         (_initialize_ctf): New.
6774         * tracepoint.c (get_tracepoint_number): New
6775         (get_uploaded_tsv): Remove 'static'.
6776         (struct traceframe_info, trace_regblock_size): Move it to ...
6777         * tracepoint.h: ... here.
6778         (get_tracepoint_number): Declare it.
6779         (get_uploaded_tsv): Declare it.
6780
6781         * NEWS: Mention new configure option.
6782
6783 2013-04-10  Pedro Alves  <palves@redhat.com>
6784             Hui Zhu  <hui@codesourcery.com>
6785
6786         * breakpoint.c (dprintf_re_set): New.
6787         (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
6788         to dprintf_re_set.
6789
6790 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
6791
6792         * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
6793         Remove solib-svr4.o from the list.
6794
6795 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
6796
6797         * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
6798         Use gdb_assert_not_reached instead of invalid boolean expression.
6799
6800 2013-04-09  Pedro Alves  <palves@redhat.com>
6801
6802         * remote.c (unpush_and_perror): New function.
6803         (readchar, remote_serial_write): Use it.
6804
6805 2013-04-09  Markus Metzger  <markus.t.metzger@intel.com>
6806
6807         * NEWS: Mention new btrace RSP packets.
6808
6809 2013-04-08  Tom Tromey  <tromey@redhat.com>
6810
6811         * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
6812         long.
6813
6814 2013-04-08  Tom Tromey  <tromey@redhat.com>
6815
6816         * maint.c (print_bfd_section_info): Print the section index.
6817         * symmisc.c (dump_msymbols): Print the section index.
6818
6819 2013-04-08  Tom Tromey  <tromey@redhat.com>
6820
6821         PR symtab/8424:
6822         * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
6823         SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
6824         * breakpoint.c (resolve_sal_pc): Update.
6825         * elfread.c (elf_gnu_ifunc_record_cache): Update.
6826         * findvar.c (struct minsym_lookup_data) <objfile>: New field.
6827         (minsym_lookup_iterator_cb): Use it.
6828         (default_read_var_value): Update.
6829         * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
6830         Update.
6831         * infcmd.c (jump_command): Update.
6832         * linespec.c (minsym_found): Update.
6833         * maint.c (maintenance_translate_address): Update.
6834         * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
6835         (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
6836         * parse.c (write_exp_msymbol): Update.
6837         * printcmd.c (address_info): Update.
6838         * psymtab.c (find_pc_sect_psymbol): Update.
6839         (fixup_psymbol_section): Check SYMBOL_SECTION, not
6840         SYMBOL_OBJ_SECTION.
6841         (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
6842         Don't initialize SYMBOL_OBJ_SECTION.
6843         * spu-tdep.c (spu_catch_start): Update.
6844         * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
6845         * symmisc.c (dump_msymbols, print_symbol): Update.
6846         * symtab.c (fixup_section): Don't set 'obj_section'.  Change
6847         how fallback section is computed.
6848         (fixup_symbol_section): Update.
6849         (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
6850         Update.
6851         (allocate_symbol, initialize_symbol, allocate_template_symbol):
6852         Initialize SYMBOL_SECTION.
6853         * symtab.h (struct general_symbol_info) <section>: Update comment.
6854         <obj_section>: Remove.
6855         (SYMBOL_OBJ_SECTION): Add 'objfile' argument.  Rewrite.
6856         (SYMBOL_OBJFILE): New macro.
6857
6858 2013-04-08  Tom Tromey  <tromey@redhat.com>
6859
6860         * coffread.c (record_minimal_symbol): Update.
6861         * dbxread.c (record_minimal_symbol): Update.
6862         * elfread.c (record_minimal_symbol): Update.
6863         * machoread.c (macho_symtab_add_minsym): Update.
6864         * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
6865         Update.
6866         * minsyms.c (prim_record_minimal_symbol): Update.
6867         (prim_record_minimal_symbol_full): Remove 'bfd_section'
6868         argument.
6869         (prim_record_minimal_symbol_and_info): Likewise.
6870         * minsyms.h (prim_record_minimal_symbol_full)
6871         (prim_record_minimal_symbol_and_info): Update.
6872         * symtab.c (allocate_symbol, initialize_symbol)
6873         (allocate_template_symbol): Initialize SYMBOL_SECTION.
6874         * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
6875         Update.
6876
6877 2013-04-08  Tom Tromey  <tromey@redhat.com>
6878
6879         PR symtab/8423:
6880         * solib-som.c (som_solib_section_offsets): Use BFD section
6881         indices.  Set offsets for all sections.
6882         * somread.c (som_symtab_read): Compute BFD section for
6883         symbol.  Use prim_record_minimal_symbol_and_info.
6884         (som_symfile_read): Fix comment.
6885         (struct find_section_offset_arg): New.
6886         (find_section_offset, set_section_index): New functions.
6887         (som_symfile_offsets): Use set_section_index to compute
6888         section indices.
6889
6890 2013-04-08  Tom Tromey  <tromey@redhat.com>
6891
6892         * coffread.c (cs_to_section): Use gdb_bfd_section_index.
6893         * elfread.c (record_minimal_symbol, elf_symtab_read): Use
6894         gdb_bfd_section_index.
6895         * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
6896         New functions.
6897         * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
6898         Declare.
6899         * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
6900         Update.
6901         * objfiles.c (add_to_objfile_sections_full): New function.
6902         (add_to_objfile_sections): Use it.
6903         (build_section_table): Rewrite.
6904         (objfile_relocate1): Use gdb_bfd_section_index.  Update.
6905         * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
6906         (struct objfile) <sections>: Update comment.
6907         (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
6908         is NULL.
6909         (ALL_OBJSECTIONS): Use it.
6910         * solib-dsbt.c (dsbt_relocate_main_executable): Update.
6911         * solib-frv.c (frv_relocate_main_executable): Update.
6912         * solib-target.c (solib_target_relocate_section_addresses):
6913         Use gdb_bfd_section_index.
6914         * symfile.c (build_section_addr_info_from_section_table):
6915         Use gdb_bfd_section_index.
6916         (build_section_addr_info_from_bfd, place_section): Likewise.
6917         * symtab.c (fixup_section): Update.
6918         * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
6919
6920 2013-04-08  Tom Tromey  <tromey@redhat.com>
6921
6922         * minsyms.h (struct bound_minimal_symbol): New.
6923         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
6924         Remove objfile argument.
6925         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
6926         Return bound_minimal_symbol.
6927         * minsyms.c (lookup_minimal_symbol_by_pc_1)
6928         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
6929         Return bound_minimal_symbol.
6930         (in_gnu_ifunc_stub): Update.
6931         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
6932         Remove 'objfile_p' argument.
6933         (lookup_solib_trampoline_symbol_by_pc): Update.
6934         * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
6935         arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
6936         c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
6937         glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
6938         i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
6939         linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
6940         mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
6941         ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
6942         stack.c, symtab.c, tui/tui-disasm.c: Update.
6943
6944 2013-04-08  Tom Tromey  <tromey@redhat.com>
6945
6946         * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
6947         Use symbol's obstack, not an objfile.
6948         * coffread.c (process_coff_symbol): Update.
6949         * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
6950         * jv-lang.c (add_class_symbol): Update.
6951         * mdebugread.c (new_symbol): Update.
6952         * minsyms.c (prim_record_minimal_symbol_full)
6953         (terminate_minimal_symbol_table): Update.
6954         * psymtab.c (add_psymbol_to_bcache): Clear entire symbol.  Update.
6955         * stabsread.c (define_symbol, read_enum_type): Update.
6956         * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
6957         Handle Ada specially.
6958         (symbol_set_language): Add 'obstack' argument.
6959         (symbol_set_names): Update.
6960         (symbol_natural_name, symbol_demangled_name): Always use
6961         ada_decode_symbol.
6962         * symtab.h (struct general_symbol_info)
6963         <language_specific::obstack>: New field.
6964         <ada_mangled>: New field.
6965         (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
6966         (symbol_set_language): Update.
6967
6968 2013-04-08  Tom Tromey  <tromey@redhat.com>
6969
6970         * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
6971         Take an obstack, not an objfile.
6972         (symbol_set_names): Update.
6973         * symtab.h (symbol_set_demangled_name): Update.
6974
6975 2013-04-08  Tom Tromey  <tromey@redhat.com>
6976
6977         * coffread.c (process_coff_symbol, coff_read_enum_type): Call
6978         allocate_symbol.
6979         * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
6980         (read_func_scope): Call allocate_template_symbol.
6981         (new_symbol_full): Call allocate_symbol.
6982         * jit.c (finalize_symtab): Call allocate_symbol.
6983         * jv-lang.c (add_class_symbol): Call allocate_symbol.
6984         * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
6985         * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
6986         (common_block_end): Call allocate_symbol.
6987         * symtab.c (allocate_symbol, initialize_symbol)
6988         (allocate_template_symbol): New functions.
6989         * symtab.c (allocate_symbol, initialize_symbol)
6990         (allocate_template_symbol): Declare.
6991         * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
6992
6993 2013-04-08  Pedro Alves  <palves@redhat.com>
6994             Keith Seitz  <keiths@redhat.com>
6995
6996         * breakpoint.c (create_breakpoint): Rename
6997         "parse_condition_and_thread" parameter to "parse_arg".  Update
6998         describing comment.  If !PARSE_ARG, then error out if ARG is not
6999         the empty string after extracting the location.
7000         * breakpoint.h (create_breakpoint): Rename
7001         "parse_condition_and_thread" parameter to "parse_arg".
7002
7003 2013-04-08  Aleksandar Ristovski  <aristovski@qnx.com
7004
7005         * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
7006
7007 2013-04-07  Yao Qi  <yao@codesourcery.com>
7008
7009         * remote.c (remote_trace_find): Change type of parameters 'addr1'
7010         and 'addr2' to CORE_ADDR.
7011         * target.c (update_current_target): Update.
7012         * target.h (struct target_ops) <to_trace_find>: Change parameter
7013         type to CORE_ADDR.
7014         * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
7015         'addr2' to CORE_ADDR.
7016         (tfile_trace_find): Likewise.
7017         (tfile_get_traceframe_address): Change return type to CORE_ADDR.
7018         Change local variable 'addr' to type CORE_ADDR.
7019         * tracepoint.h (tfind_1): Update declaration.
7020
7021 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
7022
7023         * windows-nat.c (windows_get_absolute_argv0): Move from here...
7024         * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
7025         Include main.h.
7026
7027         * windows-nat.h (windows_get_absolute_argv0): Move prototype from
7028         here...
7029         * main.h (windows_get_absolute_argv0): ...to here.
7030
7031 2013-04-05  Doug Evans  <dje@google.com>
7032
7033         * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
7034         (read_cutu_die_from_dwo): Add comments.
7035         (read_structure_type): Update comment.
7036         (read_enumeration_type, read_namespace_type): Update comment.
7037         (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
7038
7039 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7040
7041         Convert man pages to texinfo, new gdbinit.5 texinfo page.
7042         * Makefile.in (gdb.z): Remove.
7043         (install-only): Remove $(man1dir) and gdb.1 installation.
7044         * gdb.1: Remove.
7045
7046 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7047
7048         Fix compatibility with Linux kernel 3.8.3.
7049         * linux-tdep.c (linux_find_memory_regions_full): Move variable number
7050         to more inner block.  Remove parsing of NUMBER from outer block.
7051         Parse NUMBER only if KEYWORD has been identified.
7052
7053 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7054
7055         Fix variable name shadowing.
7056         * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
7057         filename to mapsfilename and update its uses.
7058
7059 2013-04-05  Eli Zaretskii  <eliz@gnu.org>
7060
7061         * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
7062         empty.  See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
7063         and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
7064         details of the problem.
7065
7066 2013-04-04  Pedro Alves  <palves@redhat.com>
7067             Hui Zhu  <hui@codesourcery.com>
7068
7069         * breakpoint.c (validate_commands_for_breakpoint): If validating a
7070         tracepoint, reset its STEP_COUNT and call validate_actionline.
7071
7072 2013-04-03  Doug Evans  <dje@google.com>
7073
7074         * dwarf2read.c (read_die_and_siblings_1): Renamed from
7075         read_die_and_siblings.
7076         (read_die_and_siblings): New function.
7077         (read_cutu_die_from_dwo): Dump die if requested.
7078         (read_die_and_children): Call read_full_die_1 and
7079         read_die_and_siblings_1.
7080         (read_full_die): Dump die if requested.
7081
7082         * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
7083
7084         * dwarf2read.c (struct dwo_file): New member comp_dir.
7085         Rename member name to dwo_name.  All uses updated.
7086         (hash_dwo_file): Include comp_dir in computation.
7087         (eq_dwo_file): Ditto.
7088         (lookup_dwo_file_slot): New arg comp_dir.  All callers updated.
7089         (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
7090
7091         * psymtab.c (read_psymtabs_with_fullname): Don't call
7092         psymtab_to_fullname if the basenames are different.
7093
7094 2013-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7095
7096         * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
7097         New entry about "fullname" presence.
7098
7099 2013-04-03  Pedro Alves  <palves@redhat.com>
7100
7101         * NEWS: Mention x86_64/Cygwin as new native configuration.
7102
7103 2013-04-02  Doug Evans  <dje@google.com>
7104
7105         * dwarf2read.c (read_structure_type): Fix typo in comment.
7106
7107 2013-04-02  Pedro Alves  <palves@redhat.com>
7108
7109         * NEWS: Mention "set/show debug aarch64", "set/show debug
7110         coff-pe-read" and "set/show debug mach-o".
7111
7112 2013-04-02  Pedro Alves  <palves@redhat.com>
7113
7114         * NEWS: Mention "set/show remote trace-buffer-size-packet".
7115
7116 2013-04-02  Eli Zaretskii  <eliz@gnu.org>
7117
7118         * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
7119         gdb_string.h is now in common/.
7120
7121 2013-04-02  Pedro Alves  <palves@redhat.com>
7122
7123         * NEWS: Move "set debug notification" and "set trace-buffer-size"
7124         under "New options".
7125
7126 2013-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7127
7128         Revert this patch:
7129         PR gdb/15275
7130         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
7131
7132 2013-04-02  Pedro Alves  <palves@redhat.com>
7133
7134         PR gdb/15275
7135
7136         * remote.c (send_interrupt_sequence): Use remote_serial_write.
7137         (remote_serial_write): New function.
7138         (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
7139
7140 2013-04-01  Jiong Wang  <jiwang@tilera.com>
7141
7142         * NEWS: Mention TILE-Gx in "New native configurations" and
7143         "New targets" sections.
7144
7145 2013-04-01  Doug Evans  <dje@google.com>
7146
7147         * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
7148         (process_enumeration_scope): Simplify.
7149
7150         * dwarf2read.c (struct dwarf2_per_cu_data): Move member
7151         type_unit_group ...
7152         (struct signatured_type): ... to here.
7153         (sig_type_ptr): New typedef.
7154         (type_unit_group): Delete member 't.first_cu'.  Move member 'tus'
7155         out of union 't'.  All uses updated.
7156         (dw2_get_file_names_reader): Assert not called for a type unit.
7157         (dw2_get_file_names): Assert not called for a type unit or type
7158         unit group.
7159         (build_type_psymtabs_reader): Assert called for a type unit.
7160         (build_type_psymtab_dependencies): Assert called for a type unit group.
7161
7162         * dwarf2read.c (free_dwo_file): Add comment.
7163         (dwarf2_per_objfile_free): Unref dwp bfd.
7164
7165 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
7166
7167         * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
7168         (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
7169         (read_pe_exported_syms): Remove unused 'exportix'.
7170         (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
7171         'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
7172         'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
7173
7174 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
7175
7176         * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
7177         (print_it_watchpoint): Remove unused 'bl'.
7178         (say_where): Remove unused 'uiout'.
7179         (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
7180         (bkpt_breakpoint_hit): Remove unused 'b'.
7181         (internal_bkpt_print_it): Remove unused 'uiout'.
7182         * buildsym.c (augment_type_symtab): Remove unused 'i'.
7183
7184 2013-03-31  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
7185
7186         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
7187         (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
7188
7189 2013-03-29  Doug Evans  <dje@google.com>
7190
7191         * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
7192         Delete arg is_dwp.  All callers updated.
7193         (open_dwp_file): New function.
7194         (open_and_init_dwp_file): Call it.
7195         (get_dwp_file): New function.
7196         (lookup_dwo_cutu): Call it.
7197
7198         * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
7199         unnecessary, cleanup.
7200
7201         * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
7202
7203         * dwarf2read.c (read_cutu_die_from_dwo): New function.
7204         (lookup_dwo_unit): New function.
7205         (init_cutu_and_read_dies): Move DWO handling to new functions.
7206
7207         * dwarf2read.c (struct signatured_type): Tweak comment.
7208         (struct dwo_unit): Tweak comment.
7209         (create_debug_types_hash_table): Tweak comment.  Reformat long line.
7210         (create_dwo_debug_info_hash_table): Tweak comment.
7211         (dwarf2_per_cu_offset_and_type): Tweak comment.
7212
7213         * dwarf2read.c (lookup_signatured_type): Remove complaint about
7214         missing .debug_types section.
7215
7216 2013-03-29  Yao Qi  <yao@codesourcery.com>
7217
7218         * corelow.c: Include "completer.h".
7219         (_initialize_corelow): Call add_target_with_completer with
7220         argument 'filename_completer'.
7221         * tracepoint.c: Likewise.
7222         * exec.c (_initialize_exec): Likewise.
7223         * target.c (add_target): Rename to ...
7224         (add_target_with_completer): ... this.  Call set_cmd_completer
7225         if parameter completer is not NULL.
7226         (add_target): New.
7227         * target.h: Include "command.h".
7228         (add_target_with_completer): Declare it.
7229
7230 2013-03-28  Joel Brobecker  <brobecker@adacore.com>
7231
7232         * coffread.c (is_import_fixup_symbol): New function.
7233         (record_minimal_symbol): Use is_import_fixup_symbol to
7234         detect import fixup symbols, and discard them.
7235
7236 2013-03-28  Doug Evans  <dje@google.com>
7237
7238         * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
7239         types hash table until we know we need it.
7240
7241         * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
7242         index numbers.
7243
7244         * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
7245         All callers updated.
7246         (dw2_print_stats): Print #read CUs too.
7247         (dump_die_shallow): Print signatured types better.
7248
7249         * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
7250         info_or_types_section to section.  All uses updated.
7251         (struct dwo_unit): Ditto.
7252
7253 2013-03-28  Pedro Alves  <palves@redhat.com>
7254
7255         * NEWS (New options): New section.
7256         (New options): Mention set/show remote trace-status-packet.
7257         * remote.c (PACKET_qTStatus): New enumeration value.
7258         (remote_get_trace_status): Skip sending qTStatus if the packet is
7259         disabled.  Use packet_ok.
7260         (_initialize_remote): Register a configuration command for
7261         qTStatus packet.
7262
7263 2013-03-28  Doug Evans  <dje@google.com>
7264
7265         * symfile.c (find_separate_debug_file): Add comment.
7266         (terminate_after_last_dir_separator): Tweak comment.
7267
7268         * dwarf2read.c (create_partial_symtab): Add forward decl.
7269         (create_partial_symtab): Move to be closer to other psymtab functions.
7270         (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
7271
7272         * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
7273         (compute_symtab_includes): Remove unnecessary forward declaration.
7274         (die_needs_namespace): Add comment marking group of functions for
7275         dwarf2 name computation.
7276
7277         * typeprint.c (_initialize_typeprint): Improve type help text.
7278
7279         * python/python.c (finish_python_initialization): Provide suggestion
7280         for how to tell gdb to find its python files.
7281
7282 2013-03-28  Pedro Alves  <palves@redhat.com>
7283
7284         PR gdb/15294
7285
7286         * source.c (_initialize_source): Change back "set listsize" to an
7287         integer command.
7288
7289 2013-03-27  Gareth McMullin  <gareth@blacksphere.co.nz>
7290
7291         PR gdb/15275
7292         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
7293
7294 2013-03-27  Pedro Alves  <palves@redhat.com>
7295
7296         * top.c (history_size): Rename to ...
7297         (history_size_setshow_var): ... this.  Add comment.
7298         (show_commands): Use readline's 'history_length' instead of
7299         computing the history length by calling history_get in a loop.
7300         (set_history_size_command): Error out for sizes over INT_MAX.
7301         Restore previous history size on invalid size.
7302         (init_history): If HISTSIZE is negative, leave the history size as
7303         zero.  Add comments.
7304         (init_main): Adjust.
7305
7306 2013-03-27  Pedro Alves  <palves@redhat.com>
7307
7308         * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
7309         coff_pe_read" command to "set debug coff-pe-read".
7310
7311 2013-03-27  Markus Metzger  <markus.t.metzger@intel.com>
7312
7313         * record.c (command_size_to_target_size): Fix size comparison.
7314         Change parameter type from pointer to integer to integer.
7315         Update all users.
7316
7317 2013-03-27  Pierre Muller  <muller@sourceware.org>
7318
7319         * windows-nat.c (handle_output_debug_string): Avoid typecast
7320         from integer of different size warning.
7321
7322 2013-03-26  Joel Brobecker  <brobecker@adacore.com>
7323
7324         * windows-nat.c (handle_output_debug_string): Add empty line
7325         after local block variable definition.
7326
7327 2013-03-26  Pedro Alves  <palves@redhat.com>
7328
7329         * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
7330         (net_open): Make 'polls' local unsigned.
7331
7332 2013-03-26  Pedro Alves  <palves@redhat.com>
7333
7334         * remote.c (_initialize_remote): Make "set remoteaddresssize"
7335         a zuinteger command instead of uinteger.
7336
7337 2013-03-26  Pedro Alves  <palves@redhat.com>
7338
7339         * record-full.c (record_full_insn_num): Make it unsigned.
7340         (record_full_check_insn_num, record_full_message)
7341         (record_full_registers_change, record_full_xfer_partial): Remove
7342         record_full_insn_max_num check (it's always != 0).
7343         (record_full_info, record_full_restore): Use %u as format string.
7344         (): Use %u as format string.
7345         (set_record_full_insn_max_num): Remove record_full_insn_max_num
7346         check (it's always != 0).
7347
7348 2013-03-26  Pedro Alves  <palves@redhat.com>
7349
7350         * dcache.c (_initialize_dcache): Make the "set dcache line-size"
7351         and "set dcache size" commands zuinteger instead of uinteger.
7352
7353 2013-03-26  Pedro Alves  <palves@redhat.com>
7354
7355         * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
7356         command zuinteger instead of uinteger.
7357
7358 2013-03-26  Pedro Alves  <palves@redhat.com>
7359
7360         * coff-pe-read.c (_initialize_coff_pe_read): Make the command
7361         zuinteger instead of uinteger.
7362
7363 2013-03-26  Pedro Alves  <palves@redhat.com>
7364
7365         * record.c (record_insn_history_size_setshow_var)
7366         (record_call_history_size_setshow_var): New globals.
7367         (command_size_to_target_size): New function.
7368         (cmd_record_insn_history, cmd_record_call_history): Use
7369         command_size_to_target_size instead of cast.
7370         (validate_history_size, set_record_insn_history_size)
7371         (set_record_call_history_size): New functions.
7372         (_initialize_record): Install set_record_insn_history_size and
7373         set_record_call_history_size as "set" hooks of "set record
7374         instruction-history-size" and "set record
7375         function-call-history-size".
7376
7377 2013-03-26  Pedro Alves  <palves@redhat.com>
7378
7379         * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
7380         use with history_max_entries use.  Remove FIXME note.
7381
7382 2013-03-26  Markus Metzger  <markus.t.metzger@intel.com>
7383
7384         * record-btrace.c (record_btrace_close): Call
7385         record_btrace_auto_disable.
7386
7387 2013-03-25  Joel Brobecker  <brobecker@adacore.com>
7388
7389         * rs6000-nat.c (fixup_breakpoints): Delete declaration.
7390
7391 2013-03-25  Doug Evans  <dje@google.com>
7392
7393         * contrib/cc-with-tweaks.sh: Check exit code of dwp.
7394
7395 2013-03-25  Tom Tromey  <tromey@redhat.com>
7396
7397         PR symtab/11462:
7398         * c-exp.y (exp): Add new productions for destructors after '.' and
7399         '->'.
7400         (write_destructor_name): New function.
7401
7402 2013-03-25  Tom Tromey  <tromey@redhat.com>
7403
7404         PR c++/9197:
7405         * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
7406         value_struct_elt, not lookup_struct_elt_type.
7407         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
7408         STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
7409         * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
7410
7411 2013-03-25  Yao Qi  <yao@codesourcery.com>
7412
7413         * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
7414         instead of '_mkdir'.
7415
7416 2013-03-23  Eli Zaretskii  <eliz@gnu.org>
7417
7418         * windows-nat.c (windows_get_absolute_argv0): New function.
7419         * windows-nat.h: Add its prototype.
7420
7421         * main.c (get_init_files): Use filename_ncmp instead of strncmp.
7422         Use IS_DIR_SEPARATOR instead of looking for a character inside
7423         SLASH_STRING.  Include filenames.h.
7424         (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
7425         relocate_gdb_directory works when passed gdb_program_name.
7426         Include windows-nat.h.
7427
7428 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
7429
7430         * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
7431         * remote.c (trace_error): Remove the special handling of '2'.
7432         (readchar) <SERIAL_EOF>
7433         (readchar) <SERIAL_ERROR>
7434         (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
7435         (remote_get_trace_status): Call throw_exception if EX is
7436         TARGET_CLOSE_ERROR.
7437         * utils.c (perror_with_name): Rename to ...
7438         (throw_perror_with_name): ... here.  New parameter errcode, describe it
7439         in the function comment.
7440         (perror_with_name): New function wrapper.
7441         * utils.h (enum errors): New stub declaration.
7442         (throw_perror_with_name): New declaration.
7443
7444 2013-03-22  Pedro Alves  <palves@redhat.com>
7445             Yao Qi  <yao@codesourcery.com>
7446             Mark Kettenis  <kettenis@gnu.org>
7447
7448         * cli/cli-setshow.c (do_set_command) <var_uinteger>:
7449         Don't let the user set the value to UINT_MAX directly.
7450         <var_integer>: Don't let the user set the value to INT_MAX
7451         directly.
7452
7453 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
7454
7455         * remote.c (remote_unpush_target): New function.
7456         (remote_open_1): Remove two pop_target calls, update one comment, add
7457         comment to target_preopen call.  Replace pop_target call by
7458         remote_unpush_target call.
7459         (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
7460         pop_target calls by remote_unpush_target calls.
7461
7462 2013-03-22  Pedro Alves  <palves@redhat.com>
7463
7464         * linux-nat.c (linux_child_follow_fork): Don't call
7465         linux_enable_event_reporting.
7466         (linux_handle_extended_wait): Don't call
7467         linux_enable_event_reporting.
7468
7469 2013-03-22  Pedro Alves  <palves@redhat.com>
7470
7471         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
7472         use it to rewrite the trampoline buffers with type gdb_byte[], and
7473         undefine the macro.  Remove char* cast.
7474
7475 2013-03-21  Doug Evans  <dje@google.com>
7476
7477         New commands "mt set per-command {space,time,symtab} {on,off}".
7478         * NEWS: Add entry.
7479         * event-top.c: #include "maint.h".
7480         * main.c: #include "maint.h".
7481         * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
7482         timeval-utils.h, maint.h, cli/cli-setshow.h.
7483         (per_command_time, per_command_space): New static globals.
7484         (per_command_symtab): New static global.
7485         (per_command_setlist, per_command_showlist): New static globals.
7486         (struct cmd_stats): Move here from utils.c.
7487         (set_per_command_time): Renamed from set_display_time in utils.c
7488         and moved here.  All callers updated.
7489         (set_per_command_space): Renamed from set_display_space in utils.c
7490         and moved here.  All callers updated.
7491         (count_symtabs_and_blocks): New function.
7492         (report_command_stats): Moved here from utils.c.  Add support for
7493         printing symtab stats.  Only print data if enabled before command
7494         executed.
7495         (make_command_stats_cleanup): Ditto.
7496         (sert_per_command_cmd, show_per_command_cmd): New functions.
7497         (_initialize_maint_cmds): Add new commands
7498         mt set per-command {space,time,symtab} {on,off}.
7499         * maint.h: New file.
7500         * top.c: #include "maint.h".
7501         * utils.c (reset_prompt_for_continue_wait_time): New function.
7502         (get_prompt_for_continue_wait_time): New function.
7503         * utils.h (reset_prompt_for_continue_wait_time): Declare
7504         (get_prompt_for_continue_wait_time): Declare.
7505         (make_command_stats_cleanup): Moved to maint.h.
7506         (set_display_time, set_display_space): Moved to maint.h and renamed
7507         to set_per_command_time, set_per_command_space.
7508         * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
7509         parse_binary_operation and made non-static.  Don't call error,
7510         just return an error marker.  All callers updated.
7511         * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
7512
7513 2013-03-21  Tom Tromey  <tromey@redhat.com>
7514
7515         * symfile.c (alloc_section_addr_info): Update header.  Don't set
7516         'num_sections' field.
7517         (build_section_addr_info_from_section_table): Set 'num_sections'.
7518         (build_section_addr_info_from_bfd): Likewise.
7519         (build_section_addr_info_from_objfile): Remove dead loop
7520         condition.
7521         (free_section_addr_info): Unconditionally call xfree.
7522         (relative_addr_info_to_section_offsets, addrs_section_sort)
7523         (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
7524         condition.
7525         (syms_from_objfile_1): Remove dead 'if' condition.  Check
7526         'num_sections'.
7527         (add_symbol_file_command): Set 'num_sections'.
7528         * symfile-mem.c (symbol_file_add_from_memory): Set
7529         'num_sections'.
7530         * somread.c (som_symfile_offsets): Remove dead loop condition.
7531         * machoread.c (macho_symfile_offsets): Remove dead 'if'.
7532         * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
7533
7534 2013-03-21  Tom Tromey  <tromey@redhat.com>
7535
7536         * tracepoint.h (decode_agent_options): Add 'trace_string'
7537         argument.
7538         * tracepoint.c (decode_agent_options): Add 'trace_string'
7539         argument.
7540         (validate_actionline): Update.
7541         (collect_symbol): Add 'trace_string' argument.
7542         (struct add_local_symbols_data) <trace_string>: New field.
7543         (do_collect_symbol): Update.
7544         (add_local_symbols): Add 'trace_string' argument.
7545         (encode_actions_1): Update.
7546         (trace_dump_actions): Update.
7547         * dwarf2loc.c (access_memory): Update.
7548         * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
7549         * ax-general.c (new_agent_expr): Update.
7550         * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
7551         (gen_trace_for_return_address): Add argument.
7552         (trace_kludge, trace_string_kludge): Remove.
7553         * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
7554         (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
7555         (gen_trace_for_var): Add 'trace_string' argument.
7556         (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
7557         (gen_printf, agent_eval_command_one): Update.
7558
7559 2013-03-21  Tom Tromey  <tromey@redhat.com>
7560
7561         PR exp/15109:
7562         * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
7563         Handle FILENAME token.
7564
7565 2013-03-21  Tom Tromey  <tromey@redhat.com>
7566
7567         * c-exp.y (YYPRINT): Define.
7568         (c_print_token): New function.
7569
7570 2013-03-21  Tom Tromey  <tromey@redhat.com>
7571
7572         * c-exp.y (%union) <sym, ivar, ivec>: Remove.
7573
7574 2013-03-21  Yao Qi  <yao@codesourcery.com>
7575
7576         * ctf.c: Include "gdb_stat.h".
7577         [USE_WIN32API]: New macro 'mkdir'.
7578         (ctf_start): Use permission bits macros if they are defined.
7579
7580 2013-03-20  Keith Seitz  <keiths@redhat.com>
7581
7582         * breakpoint.h (struct breakpoint): Add comment to
7583         extra_string indicating that this member is mallod'd.
7584         * breakpoint.c (base_breakpoint_dtor): Free extra_string.
7585
7586 2013-03-20  Pedro Alves  <palves@redhat.com>
7587
7588         PR gdb/15289
7589
7590         * cli/cli-setshow.c (do_set_command)
7591         <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
7592         the result of parsing the command argument.  Throw error if the
7593         value is greater than UINT_MAX.  Print the invalid value with
7594         plongest.
7595         <var_integer, var_zinteger>: Use LONGEST for variable holding the
7596         result of parsing the command argument.  Throw error if the value
7597         is greater than INT_MAX, not greater or equal.  Also throw error
7598         if the value is less than INT_MIN.  Print the invalid value with
7599         plongest.
7600         <var_zuinteger_unlimited>: Throw error if the value is greater
7601         than INT_MAX, not greater or equal.
7602         (do_show_command) <var_integer, var_zinteger,
7603         var_zuinteger_unlimited>: Use %d for printing int, not %u.
7604
7605 2013-03-20  Tom Tromey  <tromey@redhat.com>
7606
7607         * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
7608         if possible.
7609         * dwarf2read.c (read_func_scope): Remove old FIXME.
7610         * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
7611         not LOC_COMPUTED.
7612         * findvar.c (symbol_read_needs_frame, default_read_var_value):
7613         Unconditionally call via computed ops, if possible.
7614         * printcmd.c (address_info): Unconditionally call via computed ops,
7615         if possible.
7616         * stack.c (read_frame_arg): Unconditionally call via computed ops,
7617         if possible.
7618         * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
7619         * tracepoint.c (scope_info): Unconditionally call via computed ops,
7620         if possible.
7621
7622 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7623             Tom Tromey  <tromey@redhat.com>
7624
7625         PR symtab/8421:
7626         * coffread.c (coff_register_index): New global.
7627         (process_coff_symbol, coff_read_enum_type): Set
7628         SYMBOL_ACLASS_INDEX.
7629         (_initialize_coffread): Initialize new global.
7630         * dwarf2loc.c (locexpr_find_frame_base_location)
7631         (dwarf2_block_frame_base_locexpr_funcs)
7632         (loclist_find_frame_base_location)
7633         (dwarf2_block_frame_base_loclist_funcs): New.
7634         (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
7635         (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
7636         * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
7637         (dwarf2_block_frame_base_loclist_funcs): New.
7638         * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
7639         (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
7640         globals.
7641         (read_func_scope): Update.
7642         (fixup_go_packaging, mark_common_block_symbol_computed)
7643         (var_decode_location, new_symbol_full, dwarf2_const_value):
7644         Set SYMBOL_ACLASS_INDEX.
7645         (dwarf2_symbol_mark_computed): Likewise.  Add 'is_block' argument.
7646         (_initialize_dwarf2_read): Initialize new globals.
7647         * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
7648         * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
7649         * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
7650         globals.
7651         (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
7652         (_initialize_mdebugread): Initialize new globals.
7653         * psympriv.h (struct partial_symbol) <aclass>: Update comment.
7654         * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
7655         (stab_register_index, stab_regparm_index): New globals.
7656         (define_symbol, read_enum_type, common_block_end): Set
7657         SYMBOL_ACLASS_INDEX.
7658         (_initialize_stabsread): Initialize new globals.
7659         * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
7660         globals.
7661         (MAX_SYMBOL_IMPLS): New define.
7662         (register_symbol_computed_impl, register_symbol_block_impl)
7663         (register_symbol_register_impl)
7664         (initialize_ordinary_address_classes): New functions.
7665         (_initialize_symtab): Call initialize_ordinary_address_classes.
7666         * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
7667         (struct symbol_impl): New.
7668         (SYMBOL_ACLASS_BITS): New define.
7669         (struct symbol) <aclass, ops>: Remove fields.
7670         <aclass_index>: New field.
7671         (symbol_impls): Declare.
7672         (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
7673         (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
7674         (register_symbol_computed_impl, register_symbol_block_impl)
7675         (register_symbol_register_impl): Declare.
7676         (struct symbol_computed_ops): Add location_has_loclist.
7677         (struct symbol_block_ops): New.
7678         (SYMBOL_BLOCK_OPS): New.
7679         * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
7680
7681 2013-03-20  Tom Tromey  <tromey@redhat.com>
7682
7683         * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
7684         (print_partial_symbols, recursively_search_psymtabs): Use
7685         PSYMBOL_CLASS.
7686
7687 2013-03-20  Pierre Muller  <muller@sourceware.org>
7688
7689         * contrib/ari/gdb_ari.sh (OP eol rule): Also check
7690         addtion, subtraction, multiplication and division binary operator.
7691
7692 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7693
7694         Code cleanup.
7695         * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
7696         * bsd-kvm.c (bsd_kvm_close): Likewise.
7697         * bsd-uthread.c (bsd_uthread_close): Likewise.
7698         * corelow.c (core_close): Likewise.
7699         (core_close_cleanup): Remove parameter quitting from a caller.
7700         * event-top.c (async_disconnect): Likewise.
7701         * exec.c (exec_close_1): Remove parameter quitting.
7702         * go32-nat.c (go32_close): Likewise.
7703         * linux-nat.c (linux_nat_close): Remove parameter quitting.  Remove
7704         parameter quitting from a caller.
7705         * mips-linux-nat.c (super_close): Remove parameter quitting from the
7706         variable.
7707         (mips_linux_close): Remove parameter quitting.  Remove parameter
7708         quitting from a caller.
7709         * monitor.c (monitor_close): Remove parameter quitting.
7710         * monitor.h (monitor_close): Likewise.
7711         * record-btrace.c (record_btrace_close): Likewise.
7712         * record-full.c (record_full_close): Likewise.
7713         * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
7714         it also from fprintf_unfiltered.
7715         * remote-mips.c (mips_close): Remove parameter quitting.
7716         (mips_detach): Remove parameter quitting from a caller.
7717         * remote-sim.c (gdbsim_close): Remove parameter quitting.
7718         (gdbsim_close): Remove duplicate function comment.  Remove parameter
7719         quitting and remove it also from printf_filtered.
7720         * remote.c (remote_close): Remove parameter quitting.
7721         * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
7722         * target.c (update_current_target): Remove parameter int from to_close
7723         de_fault.
7724         (push_target, unpush_target, pop_target): Remove parameter quitting from
7725         a caller.
7726         (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
7727         Remove parameter quitting from a caller.
7728         (target_preopen): Remove parameter quitting from a caller.
7729         (target_close): Remove parameter quitting.  Remove parameter quitting
7730         from a caller two times.  Remove parameter quitting also from
7731         fprintf_unfiltered.
7732         * target.h (struct target_ops): Remove parameter quitting and as int
7733         from fields to_xclose and to_close.
7734         (extern struct target_ops current_target):
7735         (target_close, pop_all_targets): Remove parameter quitting.  Update the
7736         comment.
7737         (pop_all_targets_above): Remove parameter quitting.
7738         * top.c (quit_target): Remove parameter quitting from a caller.
7739         * tracepoint.c (tfile_close): Remove parameter quitting.
7740         * windows-nat.c (windows_close): Remove parameter quitting.
7741
7742 2013-03-20  Corinna Vinschen  <vinschen@redhat.com>
7743
7744         * windows-nat.c (handle_output_debug_string): Replace call
7745         to string_to_core_addr with call to strtoull.
7746
7747 2013-03-20  Yao Qi  <yao@codesourcery.com>
7748
7749         * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
7750         and write it to CTF metadata.
7751
7752 2013-03-19  Corinna Vinschen  <vinschen@redhat.com>
7753
7754         * windows-nat.c (handle_output_debug_string): Change type of n to
7755         SIZE_T to avoid crash on 64 bit systems.
7756
7757 2013-03-17  Eli Zaretskii  <eliz@gnu.org>
7758
7759         * python/python-internal.h (HAVE_SNPRINTF)
7760         [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
7761         about redefinition of snprintf by pyerrors.h.
7762
7763 2013-03-15  Steve Ellcey  <sellcey@mips.com>
7764
7765         * remote-sim.c (sim_command_completer): Make char arguments const.
7766
7767 2013-03-15  Tom Tromey  <tromey@redhat.com>
7768
7769         PR c++/15116:
7770         * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
7771
7772 2013-03-14  Tom Tromey  <tromey@redhat.com>
7773
7774         * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
7775         New fields.
7776         (get_file_crc): Move from symfile.c.
7777         (gdb_bfd_crc): New function.
7778         * gdb_bfd.h (gdb_bfd_crc): Declare.
7779         * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
7780         * symfile.c (get_file_crc): Move to gdb_bfd.c.
7781         (separate_debug_file_exists): Use gdb_bfd_crc.
7782
7783 2013-03-14  Tom Tromey  <tromey@redhat.com>
7784
7785         * symfile.c (get_debug_link_info): Remove.
7786         (find_separate_debug_file_by_debuglink): Use
7787         bfd_get_debug_link_info.
7788
7789 2013-03-14  Tom Tromey  <tromey@redhat.com>
7790
7791         * symtab.c (error_in_psymtab_expansion): New function.
7792         (lookup_symbol_aux_quick)
7793         (basic_lookup_transparent_type_quick): Remove "last resort"
7794         code.  Use error_in_psymtab_expansion.
7795
7796 2013-03-14  Doug Evans  <dje@google.com>
7797             Jan Kratochvil  <jan.kratochvil@redhat.com>
7798
7799         * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
7800         any successful compare_filenames_for_search or FILENAME_CMP.
7801         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
7802         * symtab.c (iterate_over_some_symtabs): Likewise.
7803
7804 2013-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7805
7806         * source.c (print_source_lines_base): Make a local copy of
7807         symtab_to_fullname.
7808
7809 2013-03-14  Hui Zhu  <hui_zhu@mentor.com>
7810             Jan Kratochvil  <jan.kratochvil@redhat.com>
7811
7812         * source.c (print_source_lines_base): Suppress "file" for TUI.
7813
7814 2013-03-14  Keith Seitz  <keiths@redhat.com>
7815             Alan Matsuoka  <alanm@redhat.com>
7816
7817         PR c++/15203
7818         PR c++/15210
7819         * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
7820         TYPE_CODE_METHOD.
7821         * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
7822         symbols.
7823
7824 2013-03-14  Yao Qi  <yao@codesourcery.com>
7825
7826         * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
7827         status to tfile if trace is stopped by command 'tstop'.
7828
7829 2013-03-14  Yao Qi  <yao@codesourcery.com>
7830
7831         * tracepoint.c (tfile_write_status): Write trace notes and user
7832         name into tfile if they are not NULL.
7833
7834 2013-03-14  Hui Zhu  <hui@codesourcery.com>
7835             Yao Qi  <yao@codesourcery.com>
7836
7837         * Makefile.in (REMOTE_OBS): Add ctf.o.
7838         (SFILES): Add ctf.c.
7839         (HFILES_NO_SRCDIR): Add ctf.h.
7840         * ctf.c, ctf.h: New files.
7841         * tracepoint.c: Include 'ctf.h'.
7842         (collect_pseudocommand): Remove static.
7843         (trace_save_command): Parse option "-ctf".
7844         Produce different trace file writers per option.
7845         Adjust output message.
7846         (trace_save_tfile, trace_save_ctf): New.
7847         * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
7848         * mi/mi-main.c: Include 'ctf.h'.
7849         (mi_cmd_trace_save): Handle option '-ctf'.  Call either
7850         trace_save_tfile or trace_save_ctf.
7851         * NEWS: Mention these changes.
7852
7853 2013-03-14  Yao Qi  <yao@codesourcery.com>
7854
7855         * tracepoint.c (trace_file_writer_xfree): New.
7856         (struct tfile_writer_data): New.
7857         (tfile_dtor, tfile_can_target_save, tfile_start): New.
7858         (tfile_write_header, tfile_write_regblock_type): New.
7859         (tfile_write_status, tfile_write_uploaded_tsv): New.
7860         (tfile_write_uploaded_tp, tfile_write_definition_end): New.
7861         (tfile_write_raw_data, (tfile_end): New.
7862         (tfile_write_ops): New global variable.
7863         (TRACE_WRITE_R_BLOCK): New macro.
7864         (TRACE_WRITE_M_BLOCK_HEADER): New macro.
7865         (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
7866         (TRACE_WRITE_V_BLOCK): New macro.
7867         (trace_save): Add extra one parameter WRITER.  Make it static.
7868         Use WRITER to writer trace.
7869         (tfile_trace_file_writer_new): New.
7870         (trace_save_command): Caller update.
7871         (trace_save_tfile): Write trace data in TFILE format.
7872         * tracepoint.h (struct trace_frame_write_ops): New.
7873         (struct trace_file_write_ops): New.
7874         (struct trace_file_writer): New.
7875         (trace_save): Remove its declaration.
7876         (trace_save_tfile): Declare it.
7877         * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
7878         instead of trace_save.
7879
7880 2013-03-13  Pedro Alves  <palves@redhat.com>
7881
7882         * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
7883
7884 2013-03-13  Pedro Alves  <palves@redhat.com>
7885
7886         * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
7887         commented out code.
7888         * demangle.c (current_demangling_style_string): Make it const.
7889         (set_demangling_command): Assert the demangling style is known.
7890         Remove all handling of unknown styles.  Set
7891         'current_demangling_style_string' to an element of the
7892         demangling_style_names array.
7893         (set_demangling_style): Delete.
7894         (_initialize_demangler): Set current_demangling_style_string to the
7895         element of the demangling_style_names array that corresponds to
7896         the default demangling style.  Remove FIXME note.  Don't call
7897         set_demangling_style.
7898         * gdb-demangle.h (set_demangling_style): Remove declaration.
7899
7900 2013-03-13  Pedro Alves  <palves@redhat.com>
7901
7902         * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
7903         fields const.
7904         (ada_make_symbol_completion_list): Make "text0" parameter const.
7905         * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
7906         * breakpoint.c (condition_completer): Make "text" and "word"
7907         parameters const.  Adjust.
7908         (check_tracepoint_command): Adjust to validate_actionline
7909         prototype change.
7910         (catch_syscall_completer): Make "text" and "word" parameters
7911         const.
7912         * cli/cli-cmds.c (show_user): Make "comname" local const.
7913         (valid_command_p): Make "command" parameter const.
7914         (alias_command): Make "alias_prefix" and "command_prefix" locals
7915         const.
7916         * cli/cli-decode.c (add_cmd): Make "name" parameter const.
7917         (add_alias_cmd): Make "name" and "oldname" parameters const.
7918         Adjust.  No longer make copy of OLDNAME.
7919         (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
7920         (add_setshow_cmd_full, add_setshow_enum_cmd)
7921         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
7922         (add_setshow_filename_cmd, add_setshow_string_cmd)
7923         (add_setshow_string_noescape_cmd)
7924         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
7925         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
7926         (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
7927         (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
7928         Make "name" parameter const.
7929         (help_cmd): Rename "command" parameter to "arg".  New const local
7930         "command".
7931         (find_cmd): Make "command" parameter const.
7932         (lookup_cmd_1): Make "text" parameter pointer to const.  Adjust to
7933         deprecated_cmd_warning prototype change.
7934         (undef_cmd_error): Make "cmdtype" parameter const.
7935         (lookup_cmd): Make "line" parameter const.
7936         (deprecated_cmd_warning): Change type of "text" parameter to
7937         pointer to const char, from pointer to pointer to char.  Adjust.
7938         (lookup_cmd_composition): Make "text" parameter const.
7939         (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
7940         parameters const.
7941         * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
7942         const.
7943         * cli/cli-script.c (validate_comname): Make "tem" local const.
7944         (define_command): New const local "tem_c".  Use it in calls to
7945         lookup_cmd.
7946         (document_command): Make "tem" and "comfull" locals const.
7947         (show_user_1): Make "prefix" and "name" parameters const.
7948         * cli-script.h (show_user_1): Make "prefix" and "name" parameters
7949         const.
7950         * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
7951         (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
7952         (deprecated_cmd_warning, lookup_cmd_composition, add_com)
7953         (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
7954         (complete_on_enum, add_setshow_enum_cmd)
7955         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
7956         (add_setshow_filename_cmd, add_setshow_string_cmd)
7957         (add_setshow_string_noescape_cmd)
7958         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
7959         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
7960         (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
7961         Change prototypes, constifying strings.
7962         * completer.c (noop_completer, filename_completer): Make "text"
7963         and "prefix" parameters const.
7964         (location_completer, expression_completer)
7965         (complete_line_internal): Make "text" and "prefix" parameters
7966         const and adjust.
7967         (command_completer, signal_completer): Make "text" and "prefix"
7968         parameters const.
7969         * completer.h (noop_completer, filename_completer)
7970         (expression_completer, location_completer, command_completer)
7971         (signal_completer): Change prototypes.
7972         * corefile.c (complete_set_gnutarget): Make "text" and "word"
7973         parameters const.
7974         * cp-abi.c (cp_abi_completer): Likewise.
7975         * expression.h (parse_expression_for_completion): Change
7976         prototype.
7977         * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
7978         parameters const.
7979         * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
7980         * infrun.c (handle_completer): Make "text" and "word" parameters
7981         const.
7982         * interps.c (interpreter_completer): Make "text" and "word"
7983         parameters const.
7984         * language.h (struct language_defn)
7985         <la_make_symbol_completion_list>: Make "text" and "word"
7986         parameters const.
7987         * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
7988         (parse_exp_in_context): Rename to ...
7989         (parse_exp_in_context_1): ... this.
7990         (parse_exp_in_context): Reimplement, with const hack from
7991         parse_exp_1.
7992         (parse_expression_for_completion): Make "string" parameter const.
7993         * printcmd.c (decode_format): Make "string_ptr" parameter pointer
7994         to pointer to const char.  Adjust.
7995         (print_command_1): Make "exp" parameter const.
7996         (output_command): Rename to ...
7997         (output_command_const): ... this.  Make "exp" parameter const.
7998         (output_command): Reimplement.
7999         (x_command): Adjust.
8000         (display_command): Rename "exp" parameter to "arg".  New "exp"
8001         local, const version of "arg".
8002         * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
8003         "cmd_name" local const.
8004         * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
8005         call.
8006         (cmdpy_completer): Make "text" and "word" parameters const.
8007         (gdbpy_parse_command_name): Make "prefix_text2" local const.
8008         * python/py-param.c (add_setshow_generic): Make "tmp_name" local
8009         const.
8010         * remote.c (_initialize_remote): Make "cmd_name" local const.
8011         * symtab.c (language_search_unquoted_string): Make "text" and "p"
8012         parameters const.  Adjust.
8013         (completion_list_add_fields): Make "sym_text", "text" and "word"
8014         parameters const.
8015         (struct add_name_data) <sym_text, text, word>: Make fields const.
8016         (default_make_symbol_completion_list_break_on): Make "text" and
8017         "word" parameters const.  Adjust locals.
8018         (default_make_symbol_completion_list)
8019         (make_symbol_completion_list, make_symbol_completion_type)
8020         (make_symbol_completion_list_fn): Make "text" and "word"
8021         parameters const.
8022         (make_file_symbol_completion_list): Make "text", "word" and
8023         "srcfile" parameters const.  Adjust locals.
8024         (add_filename_to_list): Make "text" and "word" parameters const.
8025         (struct add_partial_filename_data) <text, word>: Make fields
8026         const.
8027         (make_source_files_completion_list): Make "text" and "word"
8028         parameters const.
8029         * symtab.h (default_make_symbol_completion_list_break_on)
8030         (default_make_symbol_completion_list, make_symbol_completion_list)
8031         (make_symbol_completion_type enum type_code)
8032         (make_symbol_completion_list_fn make_file_symbol_completion_list)
8033         (make_source_files_completion_list): Change prototype.
8034         * top.c (execute_command): Adjust to pass pointer to pointer to
8035         const char to lookup_cmd, and to deprecated_cmd_warning prototype
8036         change.
8037         (set_verbose): Make "cmdname" local const.
8038         * tracepoint.c (decode_agent_options): Make "exp" parameter const,
8039         and adjust.
8040         (validate_actionline): Make "line" parameter a pointer to const
8041         char, and adjust.
8042         (encode_actions_1): Make "action_exp" local const, and adjust.
8043         (encode_actions): Adjust.
8044         (replace_comma): Delete.
8045         (trace_dump_actions): Make "action_exp" and "next_comma" locals
8046         const, and adjust.  Don't frob the action string while splitting
8047         it at commas.  Instead, make a copy of each split substring in
8048         turn.
8049         (trace_dump_command): Adjust to validate_actionline prototype
8050         change.
8051         * tracepoint.h (decode_agent_options, decode_agent_options)
8052         (encode_actions, validate_actionline): Change prototypes.
8053         * valprint.h (output_command): Delete declaration.
8054         (output_command_const): Declare.
8055         * value.c (function_destroyer): Cast const away in xfree call.
8056
8057 2013-03-13  Pedro Alves  <palves@redhat.com>
8058
8059         * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
8060         rather than casting 'const char * const *' to 'const char **'.
8061         * ada-lex.l (processInt): Make "trailer" local const.  Remove
8062         'const char **' cast.
8063         * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
8064         locals, and use those as strtol output pointer, instead than doing
8065         invalid casts to from 'const char **' to 'char **'.
8066         (_initialize_demangle): Remove cast.
8067         * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
8068         locals, and use those as strtol output pointer, instead than doing
8069         invalid casts to from 'const char **' to 'char **'.
8070         * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
8071         casts.
8072         * stap-probe.c (stap_parse_register_operand)
8073         (stap_parse_single_operand): Likewise.
8074
8075 2013-03-13  Yao Qi  <yao@codesourcery.com>
8076
8077         * tracepoint.c (tfile_get_trace_state_variable_value): Look for
8078         the last matched 'V' blcok in trace frame.
8079
8080 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
8081
8082         * NEWS: Create a new section for the next release branch.
8083         Rename the section of the current branch, now that it has
8084         been cut.
8085
8086 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
8087
8088         GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
8089         * version.in: Bump version to 7.6.50.20130312-cvs.
8090
8091 2013-03-12  Keith Seitz  <keiths@redhat.com>
8092
8093         * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
8094         * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
8095         Remove temporary copy of input string.
8096         (mi_execute_command_wrapper): Make "cmd" const.
8097         * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
8098         * mi/mi-parse.c (mi_parse_argv): Make "args" const.
8099         Use const strings.
8100         (mi_parse): Make "cmd" const.
8101         Use const strings.
8102         * mi/mi-parse.h (mi_parse): Make "cmd" const.
8103
8104 2013-03-12  Keith Seitz  <keiths@redhat.com>
8105
8106         * ada-lang.c (ada_read_renaming_var_value): Pass const
8107         pointer to expression string to parse_exp_1.
8108         (create_excep_cond_exprs): Likewise.
8109         * ax-gdb.c (agent_eval_command_one): Likewise.
8110         (maint_agent_printf_command): Likewise.
8111         Constify much of the string handling/parsing.
8112         * breakpoint.c (set_breakpoint_condition): Pass const
8113         pointer to expression string to parse_exp_1.
8114         (update_watchpoint): Likewise.
8115         (parse_cmd_to_aexpr): Constify string handling.
8116         Pass const pointer to parse_exp_1.
8117         (init_breakpoint_sal): Pass const pointer to parse_exp_1.
8118         (find_condition_and_thread): Likewise.
8119         Make TOK const.
8120         (watch_command_1): Make "arg" const.
8121         Constify string handling.
8122         Copy the expression string instead of changing the input
8123         string.
8124         (update_breakpoint_location): Pass const pointer to
8125         parse_exp_1.
8126         * eval.c (parse_and_eval_address): Make "exp" const.
8127         (parse_to_comma_and_eval): Make "expp" const.
8128         (parse_and_eval): Make "exp" const.
8129         * expression.h (parse_expression): Make argument const.
8130         (parse_exp_1): Make first argument const.
8131         * findcmd.c (parse_find_args): Treat "args" as const.
8132         * linespec.c (parse_linespec): Pass const pointer to
8133         linespec_expression_to_pc.
8134         (linespec_expression_to_pc): Make "exp_ptr" const.
8135         * parse.c (parse_exp_1): Make "stringptr" const.
8136         Make a copy of the expression to pass to parse_exp_in_context until
8137         this whole interface can be constified.
8138         (parse_expression): Make "string" const.
8139         * printcmd.c (ui_printf): Treat "arg" as const.
8140         Handle const strings.
8141         * tracepoint.c (validate_actionline): Pass const pointer to
8142         all calls to parse_exp_1.
8143         (encode_actions_1): Likewise.
8144         * value.h (parse_to_comma_and_eval): Make argument const.
8145         (parse_and_eval_address): Likewise.
8146         (parse_and_eval): Likewise.
8147         * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
8148         (varobj_set_value): Likewise.
8149         * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
8150         constify string handling.
8151         Pass const pointers to parse_and_eval_address and
8152         parse_to_comman_and_eval.
8153         * cli/cli-utils.c (skip_to_space): Rename to ...
8154         (skip_to_space_const): ... this. Handle const strings.
8155         * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
8156         skip_to_space_const.
8157         (skip_to_space_const): Declare.
8158         * common/format.c (parse_format_string): Make "arg" const.
8159         Handle const strings.
8160         * common/format.h (parse_format_string): Make "arg" const.
8161         * gdbserver/ax.c (ax_printf): Make "format" const.
8162         * python/python.c (gdbpy_parse_and_eval): Do not make a copy
8163         of the expression string.
8164
8165 2013-03-12  Hui Zhu  <hui@codesourcery.com>
8166
8167         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
8168
8169 2013-03-12  Yao Qi  <yao@codesourcery.com>
8170             Hui Zhu  <hui@codesourcery.com>
8171
8172         * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
8173         (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
8174         DW_OP_deref_size.
8175
8176 2013-03-12  Paul Hilfinger  <hilfingr@adacore.com>
8177
8178         * ada-lex.l (rules): Only recognize 'thread' as a
8179         delimiter when followed by numerals, as for c-exp.y.
8180         Use new rewind_to_char function to rewind the input for
8181         expression-delimiting tokens.
8182         (rewind_to_char): New function.
8183
8184 2013-03-11  Pedro Alves  <palves@redhat.com>
8185             Jan Kratochvil  <jan.kratochvil@redhat.com>
8186
8187         * configure: Regenerate.
8188         * configure.ac (check dynamic export flag): Link python test with
8189         $PYTHON_LIBS.
8190
8191 2013-03-11  Doug Evans  <dje@google.com>
8192             Keith Seitz  <keiths@redhat.com>
8193
8194         * linespec.c (find_linespec_symbols): Call find_function_symbols
8195         first, and then call lookup_prefix_sym/find_method.
8196
8197 2013-03-11  Pedro Alves  <palves@redhat.com>
8198
8199         * charset.c (convert_between_encodings): Don't cast between
8200         different pointer to pointer types.  Instead, make the 'inp' local
8201         be of the type iconv expects.
8202         (wchar_iterate): Don't cast between different pointer to pointer
8203         types.  Instead, use new pointer local of the type iconv expects.
8204         * target.c (target_read_stralloc, target_fileio_read_stralloc):
8205         Add new local of type char pointer, and use it to get a
8206         char/string view of the byte buffer, instead of casting between
8207         pointer to pointer types.
8208
8209 2013-03-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
8210
8211         * remote.c (remote_set_trace_buffer_size): Move != operator
8212         to the start of next line to fix an ARI warning.
8213
8214 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8215
8216         * NEWS: Add record changes.
8217
8218 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8219
8220         * record-btrace.c (btrace_insn_history): Omit the pc prefix in
8221         the instruction history disassembly.
8222         * disasm.c (dump_insns): Omit the pc prefix, if requested.
8223         * disasm.h (DISASSEMBLY_OMIT_PC): New.
8224
8225 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8226
8227         * Makefile.in (SFILES): Add record-btrace.c
8228         (COMMON_OBS): Add record-btrace.o
8229         * record-btrace.c: New.
8230         * objfiles.c: Include btrace.h.
8231         (free_objfile): call btrace_free_objfile.
8232
8233 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8234
8235         * target.c (target_call_history, target_call_history_from,
8236         target_call_history_range): New.
8237         * target.h (target_ops) <to_call_history, to_call_history_from,
8238         to_call_history_range>: New fields.
8239         (target_call_history, target_call_history_from,
8240         target_call_history_range): New declaration.
8241         * record.c (get_call_history_modifiers, cmd_record_call_history,
8242         record_call_history_size): New.
8243         (_initialize_record): Add the "record function-call-history" command.
8244         Add "set/show record function-call-history-size" commands.
8245         * record.h (record_print_flag): New.
8246
8247 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8248
8249         * target.h (target_ops) <to_insn_history, to_insn_history_from,
8250         to_insn_history_range>: New fields.
8251         (target_insn_history): New.
8252         (target_insn_history_from): New.
8253         (target_insn_history_range): New.
8254         * target.c (target_insn_history): New.
8255         (target_insn_history_from): New.
8256         (target_insn_history_range): New.
8257         * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
8258         (record_insn_history_size): New.
8259         (get_insn_number): New.
8260         (get_context_size): New.
8261         (no_chunk): New.
8262         (get_insn_history_modifiers): New.
8263         (cmd_record_insn_history): New.
8264         (_initialize_record): Add "set/show record instruction-history-size"
8265         command. Add "record instruction-history" command.
8266
8267 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8268
8269         * record.h (record_disconnect): New.
8270         (record_detach): New.
8271         (record_mourn_inferior): New.
8272         (record_kill): New.
8273         * record-full.c (record_disconnect, record_detach,
8274         record_mourn_inferior, record_kill): Move to...
8275         * record.c: ...here.
8276         (DEBUG): New.
8277         (record_stop): New.
8278         (record_unpush): New.
8279         (cmd_record_stop): Call record_stop. Replace unpush_target
8280         call with record_unpush call.
8281         (record_disconnect, record_detach): Assert that the target
8282         is of record stratum. Call record_unpush, record_stop, and
8283         DEBUG.
8284         (record_mourn_inferior, record_kill): Assert that the target
8285         is of record stratum. Call record_unpush and DEBUG.
8286
8287 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8288
8289         * record-full.h, record-full.c (record_memory_query): Rename
8290         to ...
8291         (record_full_memory_query): ...this. Update all users.
8292         (record_arch_list_add_reg): Rename to ...
8293         (record_full_arch_list_add_reg): ...this. Update all users.
8294         (record_arch_list_add_mem): Rename to ...
8295         (record_full_arch_list_add_mem): ...this. Update all users.
8296         (record_arch_list_add_end): Rename to ...
8297         (record_full_arch_list_add_end): ...this. Update all users.
8298         (record_gdb_operation_disable_set): Rename to ...
8299         (record_full_gdb_operation_disable_set): ...this.
8300         Update all users.
8301
8302 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8303
8304         * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
8305         (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
8306         (RECORD_IS_REPLAY): Renamed to ...
8307         (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
8308         (RECORD_FILE_MAGIC): Renamed to ...
8309         (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
8310         (record_mem_entry): Renamed to ...
8311         (record_full_mem_entry): ... this. Updated all users.
8312         (record_reg_entry): Renamed to ...
8313         (record_full_reg_entry): ... this. Updated all users.
8314         (record_end_entry): Renamed to ...
8315         (record_full_end_entry): ... this. Updated all users.
8316         (record_type) <record_end, record_reg, record_mem>: Renamed
8317         to ...
8318         (record_full_type) <record_full_end, record_full_reg,
8319         record_full_mem>: ... this. Updated all users.
8320         (record_entry): Renamed to ...
8321         (record_full_entry): ... this. Updated all users.
8322         (record_core_buf_entry): Renamed to ...
8323         (record_full_core_buf_entry): ... this. Updated all users.
8324         (record_core_regbuf): Renamed to ...
8325         (record_full_core_regbuf): ... this. Updated all users.
8326         (record_core_start): Renamed to ...
8327         (record_full_core_start): ... this. Updated all users.
8328         (record_core_end): Renamed to ...
8329         (record_full_core_end): ... this. Updated all users.
8330         (record_core_buf_list): Renamed to ...
8331         (record_full_core_buf_list): ... this. Updated all users.
8332         (record_first): Renamed to ...
8333         (record_full_first): ... this. Updated all users.
8334         (record_list): Renamed to ...
8335         (record_full_list): ... this. Updated all users.
8336         (record_arch_list_head): Renamed to ...
8337         (record_full_arch_list_head): ... this. Updated all users.
8338         (record_arch_list_tail): Renamed to ...
8339         (record_full_arch_list_tail): ... this. Updated all users.
8340         (record_stop_at_limit): Renamed to ...
8341         (record_full_stop_at_limit): ... this. Updated all users.
8342         (record_insn_max_num): Renamed to ...
8343         (record_full_insn_max_num): ... this. Updated all users.
8344         (record_insn_num): Renamed to ...
8345         (record_full_insn_num): ... this. Updated all users.
8346         (record_insn_count): Renamed to ...
8347         (record_full_insn_count): ... this. Updated all users.
8348         (record_ops): Renamed to ...
8349         (record_full_ops): ... this. Updated all users.
8350         (record_core_ops): Renamed to ...
8351         (record_full_core_ops): ... this. Updated all users.
8352         (set_record_cmdlist): Renamed to ...
8353         (set_record_full_cmdlist): ... this. Updated all users.
8354         (show_record_cmdlist): Renamed to ...
8355         (show_record_full_cmdlist): ... this. Updated all users.
8356         (record_cmdlist): Renamed to ...
8357         (record_full_cmdlist): ... this. Updated all users.
8358         (record_beneath_to_resume_ops): Renamed to ...
8359         (record_full_beneath_to_resume_ops): ... this. Updated all users.
8360         (record_beneath_to_resume): Renamed to ...
8361         (record_full_beneath_to_resume): ... this. Updated all users.
8362         (record_beneath_to_wait_ops): Renamed to ...
8363         (record_full_beneath_to_wait_ops): ... this. Updated all users.
8364         (record_beneath_to_wait): Renamed to ...
8365         (record_full_beneath_to_wait): ... this. Updated all users.
8366         (record_beneath_to_store_registers_ops): Renamed to ...
8367         (record_full_beneath_to_store_registers_ops): ... this.
8368         Updated all users.
8369         (record_beneath_to_store_registers): Renamed to ...
8370         (record_full_beneath_to_store_registers): ... this.
8371         Updated all users.
8372         (record_beneath_to_xfer_partial_ops): Renamed to ...
8373         (record_full_beneath_to_xfer_partial_ops): ... this.
8374         Updated all users.
8375         (record_beneath_to_xfer_partial): Renamed to ...
8376         (record_full_beneath_to_xfer_partial): ... this.
8377         Updated all users.
8378         (record_beneath_to_insert_breakpoint): Renamed to ...
8379         (record_full_beneath_to_insert_breakpoint): ... this.
8380         Updated all users.
8381         (record_beneath_to_stopped_by_watchpoint): Renamed to ...
8382         (record_full_beneath_to_stopped_by_watchpoint): ... this.
8383         Updated all users.
8384         (record_beneath_to_stopped_data_address): Renamed to ...
8385         (record_full_beneath_to_stopped_data_address): ... this.
8386         Updated all users.
8387         (record_beneath_to_async): Renamed to ...
8388         (record_full_beneath_to_async): ... this. Updated all users.
8389         (record_goto_insn): Renamed to ...
8390         (record_full_goto_insn): ... this. Updated all users.
8391         (record_save): Renamed to ...
8392         (record_full_save): ... this. Updated all users.
8393         (record_reg_alloc): Renamed to ...
8394         (record_full_reg_alloc): ... this. Updated all users.
8395         (record_reg_release): Renamed to ...
8396         (record_full_reg_release): ... this. Updated all users.
8397         (record_mem_alloc): Renamed to ...
8398         (record_full_mem_alloc): ... this. Updated all users.
8399         (record_mem_release): Renamed to ...
8400         (record_full_mem_release): ... this. Updated all users.
8401         (record_end_alloc): Renamed to ...
8402         (record_full_end_alloc): ... this. Updated all users.
8403         (record_end_release): Renamed to ...
8404         (record_full_end_release): ... this. Updated all users.
8405         (record_entry_release): Renamed to ...
8406         (record_full_entry_release): ... this. Updated all users.
8407         (record_list_release): Renamed to ...
8408         (record_full_list_release): ... this. Updated all users.
8409         (record_list_release_following): Renamed to ...
8410         (record_full_list_release_following): ... this.
8411         Updated all users.
8412         (record_list_release_first): Renamed to ...
8413         (record_full_list_release_first): ... this. Updated all users.
8414         (record_arch_list_add): Renamed to ...
8415         (record_full_arch_list_add): ... this. Updated all users.
8416         (record_get_loc): Renamed to ...
8417         (record_full_get_loc): ... this. Updated all users.
8418         (record_check_insn_num): Renamed to ...
8419         (record_full_check_insn_num): ... this. Updated all users.
8420         (record_arch_list_cleanups): Renamed to ...
8421         (record_full_arch_list_cleanups): ... this. Updated all users.
8422         (record_message): Renamed to ...
8423         (record_full_message): ... this. Updated all users.
8424         (record_message_wrapper): Renamed to ...
8425         (record_full_message_wrapper): ... this. Updated all users.
8426         (record_message_wrapper_safe): Renamed to ...
8427         (record_full_message_wrapper_safe): ... this. Updated all users.
8428         (record_gdb_operation_disable): Renamed to ...
8429         (record_full_gdb_operation_disable): ... this. Updated all users.
8430         (record_hw_watchpoint): Renamed to ...
8431         (record_full_hw_watchpoint): ... this. Updated all users.
8432         (record_exec_insn): Renamed to ...
8433         (record_full_exec_insn): ... this. Updated all users.
8434         (record_restore): Renamed to ...
8435         (record_full_restore): ... this. Updated all users.
8436         (record_async_inferior_event_token): Renamed to ...
8437         (record_full_async_inferior_event_token): ... this.
8438         Updated all users.
8439         (record_async_inferior_event_handler): Renamed to ...
8440         (record_full_async_inferior_event_handler): ... this.
8441         Updated all users.
8442         (record_core_open_1): Renamed to ...
8443         (record_full_core_open_1): ... this. Updated all users.
8444         (record_open_1): Renamed to ...
8445         (record_full_open_1): ... this. Updated all users.
8446         (record_open): Renamed to ...
8447         (record_full_open): ... this. Updated all users.
8448         (record_close): Renamed to ...
8449         (record_full_close): ... this. Updated all users.
8450         (record_resume_step): Renamed to ...
8451         (record_full_resume_step): ... this. Updated all users.
8452         (record_resumed): Renamed to ...
8453         (record_full_resumed): ... this. Updated all users.
8454         (record_execution_dir): Renamed to ...
8455         (record_full_execution_dir): ... this. Updated all users.
8456         (record_resume): Renamed to ...
8457         (record_full_resume): ... this. Updated all users.
8458         (record_get_sig): Renamed to ...
8459         (record_full_get_sig): ... this. Updated all users.
8460         (record_sig_handler): Renamed to ...
8461         (record_full_sig_handler): ... this. Updated all users.
8462         (record_wait_cleanups): Renamed to ...
8463         (record_full_wait_cleanups): ... this. Updated all users.
8464         (record_wait_1): Renamed to ...
8465         (record_full_wait_1): ... this. Updated all users.
8466         (record_wait): Renamed to ...
8467         (record_full_wait): ... this. Updated all users.
8468         (record_stopped_by_watchpoint): Renamed to ...
8469         (record_full_stopped_by_watchpoint): ... this. Updated all users.
8470         (record_disconnect): Renamed to ...
8471         (record_full_disconnect): ... this. Updated all users.
8472         (record_detach): Renamed to ...
8473         (record_full_detach): ... this. Updated all users.
8474         (record_mourn_inferior): Renamed to ...
8475         (record_full_mourn_inferior): ... this. Updated all users.
8476         (record_kill): Renamed to ...
8477         (record_full_kill): ... this. Updated all users.
8478         (record_stopped_data_address): Renamed to ...
8479         (record_full_stopped_data_address): ... this. Updated all users.
8480         (record_registers_change): Renamed to ...
8481         (record_full_registers_change): ... this. Updated all users.
8482         (record_store_registers): Renamed to ...
8483         (record_full_store_registers): ... this. Updated all users.
8484         (record_xfer_partial): Renamed to ...
8485         (record_full_xfer_partial): ... this. Updated all users.
8486         (record_breakpoint): Renamed to ...
8487         (record_full_breakpoint): ... this. Updated all users.
8488         (record_breakpoint_p): Renamed to ...
8489         (record_full_breakpoint_p): ... this. Updated all users.
8490         (record_breakpoints): Renamed to ...
8491         (record_full_breakpoints): ... this. Updated all users.
8492         (record_sync_record_breakpoints): Renamed to ...
8493         (record_full_sync_record_breakpoints): ... this.
8494         Updated all users.
8495         (record_init_record_breakpoints): Renamed to ...
8496         (record_full_init_record_breakpoints): ... this.
8497         Updated all users.
8498         (record_insert_breakpoint): Renamed to ...
8499         (record_full_insert_breakpoint): ... this. Updated all users.
8500         (record_remove_breakpoint): Renamed to ...
8501         (record_full_remove_breakpoint): ... this. Updated all users.
8502         (record_can_execute_reverse): Renamed to ...
8503         (record_full_can_execute_reverse): ... this. Updated all users.
8504         (record_get_bookmark): Renamed to ...
8505         (record_full_get_bookmark): ... this. Updated all users.
8506         (record_goto_bookmark): Renamed to ...
8507         (record_full_goto_bookmark): ... this. Updated all users.
8508         (record_async): Renamed to ...
8509         (record_full_async): ... this. Updated all users.
8510         (record_can_async_p): Renamed to ...
8511         (record_full_can_async_p): ... this. Updated all users.
8512         (record_is_async_p): Renamed to ...
8513         (record_full_is_async_p): ... this. Updated all users.
8514         (record_execution_direction): Renamed to ...
8515         (record_full_execution_direction): ... this. Updated all users.
8516         (record_info): Renamed to ...
8517         (record_full_info): ... this. Updated all users.
8518         (record_delete): Renamed to ...
8519         (record_full_delete): ... this. Updated all users.
8520         (record_is_replaying): Renamed to ...
8521         (record_full_is_replaying): ... this. Updated all users.
8522         (record_goto_entry): Renamed to ...
8523         (record_full_goto_entry): ... this. Updated all users.
8524         (record_goto_begin): Renamed to ...
8525         (record_full_goto_begin): ... this. Updated all users.
8526         (record_goto_end): Renamed to ...
8527         (record_full_goto_end): ... this. Updated all users.
8528         (record_goto): Renamed to ...
8529         (record_full_goto): ... this. Updated all users.
8530         (init_record_ops): Renamed to ...
8531         (init_record_full_ops): ... this. Updated all users.
8532         (record_core_resume): Renamed to ...
8533         (record_full_core_resume): ... this. Updated all users.
8534         (record_core_kill): Renamed to ...
8535         (record_full_core_kill): ... this. Updated all users.
8536         (record_core_fetch_registers): Renamed to ...
8537         (record_full_core_fetch_registers): ... this. Updated all users.
8538         (record_core_prepare_to_store): Renamed to ...
8539         (record_full_core_prepare_to_store): ... this. Updated all users.
8540         (record_core_store_registers): Renamed to ...
8541         (record_full_core_store_registers): ... this. Updated all users.
8542         (record_core_xfer_partial): Renamed to ...
8543         (record_full_core_xfer_partial): ... this. Updated all users.
8544         (record_core_insert_breakpoint): Renamed to ...
8545         (record_full_core_insert_breakpoint): ... this. Updated all users.
8546         (record_core_remove_breakpoint): Renamed to ...
8547         (record_full_core_remove_breakpoint): ... this. Updated all users.
8548         (record_core_has_execution): Renamed to ...
8549         (record_full_core_has_execution): ... this. Updated all users.
8550         (init_record_core_ops): Renamed to ...
8551         (init_record_full_core_ops): ... this. Updated all users.
8552         (cmd_record_restore): Renamed to ...
8553         (cmd_record_full_restore): ... this. Updated all users.
8554         (record_save_cleanups): Renamed to ...
8555         (record_full_save_cleanups): ... this. Updated all users.
8556         (cmd_record_start): Renamed to ...
8557         (cmd_record_full_start): ... this. Updated all users.
8558         (set_record_insn_max_num): Renamed to ...
8559         (set_record_full_insn_max_num): ... this. Updated all users.
8560         (set_record_command): Renamed to ...
8561         (set_record_full_command): ... this. Updated all users.
8562         (show_record_command): Renamed to ...
8563         (show_record_full_command): ... this. Updated all users.
8564         (_initialize_record): Renamed to ...
8565         (_initialize_record_full): ... this. Updated all users.
8566
8567 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8568
8569         * record.h: Split into this and ...
8570         * record-full.h: ... this.
8571         * record.c: Split into this and ...
8572         * record-full.c: ... this.
8573         * target.h (target_ops): Add new fields to_info_record,
8574         to_save_record, to_delete_record, to_record_is_replaying,
8575         to_goto_record_begin, to_goto_record_end, to_goto_record.
8576         (target_info_record): New.
8577         (target_save_record): New.
8578         (target_supports_delete_record): New.
8579         (target_delete_record): New.
8580         (target_record_is_replaying): New.
8581         (target_goto_record_begin): New.
8582         (target_goto_record_end): New.
8583         (target_goto_record): New.
8584         * target.c (target_info_record): New.
8585         (target_save_record): New.
8586         (target_supports_delete_record): New.
8587         (target_delete_record): New.
8588         (target_record_is_replaying): New.
8589         (target_goto_record_begin): New.
8590         (target_goto_record_end): New.
8591         (target_goto_record): New.
8592         * record.h: Declare struct cmd_list_element.
8593         (record_cmdlist): New declaration.
8594         (set_record_cmdlist): New declaration.
8595         (show_record_cmdlist): New declaration.
8596         (info_record_cmdlist): New declaration.
8597         (cmd_record_goto): New declaration.
8598         * record.c: Remove unnecessary includes.
8599         Include inferior.h.
8600         (cmd_record_goto): Remove declaration.
8601         (record_cmdlist): Now extern. Initialize.
8602         (set_record_cmdlist): Now extern. Initialize.
8603         (show_record_cmdlist): Now extern. Initialize.
8604         (info_record_cmdlist): Now extern. Initialize.
8605         (find_record_target): New.
8606         (require_record_target): New.
8607         (cmd_record_start): Update.
8608         (cmd_record_delete): Remove target-specific code.
8609         Call target_delete_record.
8610         (cmd_record_stop): Unpush any record target.
8611         (set_record_insn_max_num): Move to record-full.c
8612         (set_record_command): Add comment.
8613         (show_record_command): Add comment.
8614         (info_record_command): Update comment.
8615         Remove target-specific code.
8616         Call the record target's to_info_record.
8617         (cmd_record_start): New.
8618         (cmd_record_goto): Now extern.
8619         Remove target-specific code.
8620         Call target_goto_begin,  target_goto_end, or target_goto.
8621         (_initialize_record): Move record target ops initialization to
8622         record-full.c.
8623         Change "record" command help text.
8624         Move "record restore", "record set", and "record show" commands to
8625         record-full.c.
8626         * Makefile.in (SFILES): Add record-full.c.
8627         (HFILES_NO_SRCDIR): Add record-full.h.
8628         (COMMON_OBS): Add record-full.o.
8629         * amd64-linux-tdep.c: Include record-full.h instead of record.h.
8630         * arm-tdep.c: Include record-full.h.
8631         * i386-linux-tdep.c: Include record-full.h instead of record.h.
8632         * i386-tdep.c: Include record-full.h.
8633         * infrun.c: Include record-full.h.
8634         * linux-record.c: Include record-full.h.
8635         * moxie-tdep.c: Include record-full.h.
8636         * record-full.c: Include record-full.h.
8637         Change module comment.
8638         (set_record_full_cmdlist): New.
8639         (show_record_full_cmdlist): New.
8640         (record_full_cmdlist): New.
8641         (record_goto_insn): New declaration.
8642         (record_save): New declaration.
8643         (record_check_insn_num): Change query string.
8644         (record_info): New.
8645         (record_delete): New.
8646         (record_is_replaying): New.
8647         (record_goto_entry): New.
8648         (record_goto_begin): New.
8649         (record_goto_end): New.
8650         (record_goto): New.
8651         (init_record_ops): Update.
8652         (init_record_core_ops): Update.
8653         (cmd_record_save): Rename to record_save. Remove target and arg checks.
8654         (cmd_record_start): New.
8655         (set_record_insn_max_num): Moved from record.c
8656         (set_record_full_command): New.
8657         (show_record_full_command): New.
8658         (_initialize_record_full): New.
8659
8660 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8661
8662         * target.h (add_deprecated_target_alias): New.
8663         * target.c (add_deprecated_target_alias): New.
8664
8665 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8666
8667         * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
8668         and signal.h.
8669         (linux_supports_btrace): Add kernel and
8670         cpuid check.
8671         (kernel_supports_btrace): New function.
8672         (cpu_supports_btrace): New function.
8673         (intel_supports_btrace): New function.
8674
8675 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8676
8677         * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
8678         * remote.c: Include btrace.h.
8679         (struct btrace_target_info): New struct.
8680         (remote_supports_btrace): New function.
8681         (send_Qbtrace): New function.
8682         (remote_enable_btrace): New function.
8683         (remote_disable_btrace): New function.
8684         (remote_teardown_btrace): New function.
8685         (remote_read_btrace): New function.
8686         (init_remote_ops): Add btrace ops.
8687         (enum <unnamed>): Add btrace packets.
8688         (struct protocol_feature remote_protocol_features[]): Add btrace packets.
8689         (_initialize_remote): Add packet configuration for branch tracing.
8690
8691 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8692
8693         * features/btrace.dtd: New file.
8694         * Makefile.in (XMLFILES): Add btrace.dtd.
8695         * btrace.h (parse_xml_btrace): New declaration.
8696         * btrace.c: Include xml-support.h.
8697         (parse_xml_btrace): New function.
8698         (parse_xml_btrace_block): New function.
8699         (block_attributes): New struct.
8700         (btrace_attributes): New struct.
8701         (btrace_children): New struct.
8702         (btrace_elements): New struct.
8703
8704 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8705
8706         * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
8707         (amd64_linux_enable_btrace): New.
8708         (amd64_linux_disable_btrace): New.
8709         (amd64_linux_teardown_btrace): New.
8710         (_initialize_amd64_linux_nat): Initialize btrace ops.
8711         * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
8712         (i386_linux_enable_btrace): New.
8713         (i386_linux_disable_btrace): New.
8714         (i386_linux_teardown_btrace): New.
8715         (_initialize_i386_linux_nat): Initialize btrace ops.
8716         * config/i386/linux.mh: Add linux-btrace.o.
8717         * config/i386/linux64.mh: Add linux-btrace.o.
8718
8719 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8720
8721         * common/linux_btrace.h: New file.
8722         * common/linux_btrace.c: New file.
8723         * Makefile.in (SFILES): Add btrace.c.
8724         (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
8725         (COMMON_OBS): Add btrace.o.
8726         (linux-btrace.o): New rule.
8727
8728 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
8729
8730         * target.h: Include btrace.h.
8731         (struct target_ops) <to_supports_btrace, to_enable_btrace,
8732         to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
8733         * target.c (target_supports_btrace): New function.
8734         (target_enable_btrace): New function.
8735         (target_disable_btrace): New function.
8736         (target_teardown_btrace): New function.
8737         (target_read_btrace): New function.
8738         * btrace.h: New file.
8739         * btrace.c: New file.
8740         * Makefile.in: Add btrace.c.
8741         * gdbthread.h: Include btrace.h.
8742         (struct thread_info): Add btrace field.
8743         * thread.c: Include btrace.h.
8744         (clear_thread_inferior_resources): Call target_teardown_btrace.
8745         * common/btrace-common.h: New file.
8746
8747 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8748
8749         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
8750         for CHILD, ignore PTRACE_KILL errors, move the inner block variable
8751         kill_status to outer block.
8752
8753 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8754
8755         Fix entry-values if the callee called a noreturn function.
8756         * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
8757         get_frame_address_in_block.  Add new comment.
8758
8759 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8760
8761         Fix entry-values in C++ across CUs.
8762         * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
8763         lookup_minimal_symbol.  Add a comment.
8764         * dwarf2read.c
8765         (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
8766         DW_AT_linkage_name.
8767
8768 2013-03-08  Yao Qi  <yao@codesourcery.com>
8769
8770         * tracepoint.c (_initialize_tracepoint): Indent the code.
8771
8772 2013-03-08  Pedro Alves  <palves@redhat.com>
8773
8774         * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
8775         (parse_find_args, find_command): Change type of pattern buffer
8776         locals to 'gdb_byte *'.
8777
8778 2013-03-08  Stan Shebs  <stan@codesourcery.com>
8779             Hafiz Abid Qadeer  <abidh@codesourcery.com>
8780
8781         * NEWS: Mention set and show trace-buffer-size commands.
8782         Mention new packet.
8783         * target.h (struct target_ops): New method
8784         to_set_trace_buffer_size.
8785         (target_set_trace_buffer_size): New macro.
8786         * target.c (update_current_target): Set up new method.
8787         * tracepoint.c (trace_buffer_size): New global.
8788         (start_tracing): Send it to the target.
8789         (set_trace_buffer_size): New function.
8790         (_initialize_tracepoint): Add new setshow for trace-buffer-size.
8791         * remote.c (remote_set_trace_buffer_size): New function.
8792         (_initialize_remote): Use it.
8793         (QTBuffer:size) New remote command.
8794         (PACKET_QTBuffer_size): New enum.
8795         (remote_protocol_features): Add an entry for
8796         PACKET_QTBuffer_size.
8797
8798 2013-03-08  Tom Tromey  <tromey@redhat.com>
8799
8800         * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
8801         variable.
8802
8803 2013-03-07  Pedro Alves  <palves@redhat.com>
8804
8805         * target.c (target_read_stralloc, target_fileio_read_alloc):
8806         *Cast pointer to 'gdb_byte *' in target call.
8807
8808 2013-03-07  Pedro Alves  <palves@redhat.com>
8809
8810         * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
8811         call.
8812
8813 2013-03-07  Keith Seitz  <keiths@redhat.com>
8814
8815         * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
8816         (trace_pass_command): Likewise.
8817         * cli/cli-cmds.c: Include cli/cli-utils.h.
8818         (source_command): Use skip-spaces.
8819         (disassemble_command): Likewise.
8820         * findcmd.c: Include cli/cli-utils.h.
8821         (parse_find_args): Use skip_spaces.
8822         * go32-nat.c: Include cli/cli-utils.h.
8823         (go32_sldt): Use skip_spaces.
8824         (go32_sgdt): Likewise.
8825         (go32_sidt): Likewise.
8826         (go32_pde): Likewise.
8827         (go32_pte): Likewise.
8828         (go32_pte_for_address): Likewise.
8829         * infcmd.c: Include cli/cli-utils.h.
8830         (registers_info): Use skip_spaces.
8831         * linux-tdep.c (read_mapping): Use skip_spaces_const.
8832         (linux_info_proc): Likewise.
8833         * linux-thread-db.c: Include cli/cli-utils.h.
8834         (info_auto_load_libthread_db): Use skip_spaces_const.
8835         * m32r-rom.c: Include cli/cli-utils.h.
8836         (m32r_upload_command): Use skip_spaces.
8837         * maint.c: Include cli/cli-utils.h.
8838         (maintenance_translate_address): Use skip_spaces.
8839         * mi/mi-parse.c: Include cli/cli-utils.h.
8840         (mi_parse_argv): Use skip_spaces.
8841         (mi_parse): Likewise.
8842         * minsyms.c: Include cli/cli-utils.h.
8843         (msymbol_hash_iw): Use skip_spaces_const.
8844         * objc-lang.c: Include cli/cli-utils.h.
8845         (parse_selector): Use skip_spaces.
8846         (parse_method): Likewise.
8847         * python/python.c: Include cli/cli-utils.h.
8848         (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
8849         (python_command)[HAVE_PYTHON]: Likewise.
8850         (python_interactive_command)[!HAVE_PYTHON]: Likewise.
8851         * remote-m32r-sdi.c: Include cli/cli-utils.h.
8852         (m32r_load): Use skip_spaces.
8853         * serial.c: Include cli/cli-utils.h.
8854         (serial_open): Use skip_spaces_const.
8855         * stack.c: Include cli/cli-utils.h.
8856         (parse_frame_specification_1): Use skip_spaces_const.
8857         * symfile.c: Include cli/cli-utils.h.
8858         (set_ext_lang_command): Use skip_spaces.
8859         * symtab.c: Include cli/cli-utils.h.
8860         (rbreak_command): Use skip_spaces.
8861         * thread.c (thread_name_command): Use skip_spaces.
8862         * tracepoint.c (validate_actionline): Use skip_spaces.
8863         (encode_actions_1): Likewise.
8864         (trace_find_range_command): Likewise.
8865         (trace_find_outside_command): Likewise.
8866         (trace_dump_actions): Likewise.
8867
8868 2013-03-07  Pedro Alves  <palves@redhat.com>
8869
8870         * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
8871         * expprint.c (print_subexp_standard): Likewise.
8872         * utils.c (host_char_to_target): Likewise.
8873         * valprint.c (generic_emit_char, generic_printstr): Likewise.
8874         * varobj.c (value_get_print_value): Change type of local to char*.
8875         Cast it gdb_byte * in call to language printer.
8876
8877 2013-03-07  Pedro Alves  <palves@redhat.com>
8878
8879         * charset.c (struct wchar_iterator) <input>: Change type to 'const
8880         gdb_byte *'.
8881         (make_wchar_iterator): Remove cast to char*.
8882         (wchar_iterate): Change type of local.
8883
8884 2013-03-07  Pedro Alves  <palves@redhat.com>
8885
8886         * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
8887         for 'regcache->register_status'.
8888
8889 2013-03-07  Pedro Alves  <palves@redhat.com>
8890
8891         * breakpoint.c (breakpoint_xfer_memory): Change type of local to
8892         int.
8893
8894 2013-03-07  Pedro Alves  <palves@redhat.com>
8895
8896         * stap-probe.c (handle_stap_probe): Add cast to char*.
8897
8898 2013-03-07  Pedro Alves  <palves@redhat.com>
8899
8900         * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
8901         RECORD_MSGRCV>: Pass a signed variable to
8902         regcache_raw_read_signed, instead of an unsigned one.
8903
8904 2013-03-07  Pedro Alves  <palves@redhat.com>
8905
8906         * remote-notif.c (notif_debug): Change type to int.
8907         * remote-notif.h (notif_debug): Likewise.
8908
8909 2013-03-07  Pedro Alves  <palves@redhat.com>
8910
8911         * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
8912
8913 2013-03-07  Pedro Alves  <palves@redhat.com>
8914
8915         * remote.c (hex2bin, bin2hex): Move extern declarations to ...
8916         * remote.h (hex2bin, bin2hex): ... here.
8917         * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
8918
8919 2013-03-07  Eli Zaretskii  <eliz@gnu.org>
8920
8921         * utils.c (initialize_utils): Improve doc strings of "set/show
8922         width", "set/show height", and "set/show pagination".
8923
8924 2013-03-06  Keith Seitz  <keiths@redhat.com>
8925
8926         * ax-gdb.c (gen_printf): Make FORMAT const.
8927         * ax-gdb.h (gen_printf): Likewise.
8928         * ax-general.c (ax_string): Make STR const.
8929         * ax.h (ax_string): Likewise.
8930
8931 2013-03-06  Doug Evans  <dje@google.com>
8932
8933         * elfread.c (elf_symfile_read): Move debugging printf to more
8934         logical location.
8935
8936 2013-03-06  Pedro Alves  <palves@redhat.com>
8937
8938         * python/py-utils.c (target_string_to_unicode): Delete function.
8939         * python/python-internal.h (target_string_to_unicode): Delete
8940         declaration.
8941
8942 2013-03-06  Pierre Muller  <muller@sourceware.org>
8943
8944         * linespec.c (get_current_search_block): ARI fix, use (void)
8945         for empty parameter list.
8946
8947 2013-03-05  Doug Evans  <dje@google.com>
8948
8949         * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
8950         of old ada_lookup_symbol_list.  In !full_search case, don't
8951         search superblocks.
8952         (ada_lookup_symbol_list): Delete arg full_search, all callers
8953         updated.  Call ada_lookup_symbol_list_worker.
8954         (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
8955         * ada-lang.h (ada_lookup_symbol_list): Update.
8956         * language.h (language_defn): Update comment for
8957         la_iterate_over_symbols.
8958         * linespec.c (iterate_over_file_blocks): New function.
8959         (iterate_over_all_matching_symtabs): Call it.
8960         (lookup_prefix_sym): Ditto.
8961         (get_current_search_block): New function.
8962         (get_search_block): Delete.
8963         (find_label_symbols): Call get_current_search_block.
8964         (add_matching_symbols_to_info): Call iterate_over_file_blocks.
8965         * symtab.c (iterate_over_symbols): Don't search superblocks.
8966
8967 2013-03-05  Yao Qi  <yao@codesourcery.com>
8968
8969         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
8970         parameter VAR's type from "unsigned int" to "int".
8971         * command.h (var_zuinteger_unlimited): Update its comments.
8972         (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
8973
8974 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
8975
8976         * NEWS: Mention new target x86_64-*-cygwin*.
8977
8978 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
8979
8980         * configure.host: Add x86_64-*-cygwin* as host.
8981         * configure.tgt: Add x86_64-*-cygwin* as target.
8982         * config/i386/cygwin64.mh: New file.
8983
8984 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
8985
8986         * linespec.c (decode_line_2): Fix duplicate request off by two message.
8987
8988 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
8989
8990         * linespec.c (struct linespec_canonical_name): New.
8991         (struct linespec_state): Change canonical_names type to it.
8992         (add_sal_to_sals): Change variable canonical_name to canonical.  Change
8993         xrealloc element size.  Initialize the different CANONICAL fields.
8994         (canonical_to_fullform): New.
8995         (filter_results): Use it.  Add variables canonical, fullform and
8996         cleanup.
8997         (struct decode_line_2_item, decode_line_2_compare_items): New.
8998         (decode_line_2): Remove variables iter and item_names, add variables
8999         items and items_count.  Modify the code for these new variables.
9000
9001 2013-03-04  Corinna Vinschen  <vinschen@redhat.com>
9002
9003         * coff-pe-read.c (read_pe_exported_syms): Don't return without
9004         calling do_cleanup.
9005
9006 2013-03-04  Luis Machado  <lgustavo@codesourcery.com>
9007
9008         * tracepoint.c (build_traceframe_info): Add code for byte order.
9009
9010 2013-03-02  Kevin Buettner  <kevinb@redhat.com>
9011
9012         * v850-tdep.c: (v850e2_register_name): Revise system register
9013         names to match current V850E2M architecture specifications.
9014         Update register number enum comments too.
9015
9016 2013-03-01  Jiong Wang  <jiwang@tilera.com>
9017             Pedro Alves  <palves@redhat.com>
9018
9019         * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
9020         to END_ADDR.
9021         (tilegx_skip_prologue): Limit prologue analysis to section end.
9022
9023 2013-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9024
9025         * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
9026         use it.
9027
9028 2013-03-01  Pedro Alves  <palves@redhat.com>
9029
9030         Use gdb_byte for bytes from the program being debugged.
9031
9032         * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
9033         Change type of local 'buf' to gdb_byte.
9034         * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
9035         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
9036         * cris-tdep.c (cris_sigcontext_addr)
9037         (cris_sigtramp_frame_unwind_cache): Likewise.
9038         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
9039         (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
9040         Likewise.
9041         * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
9042         * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
9043         (hppa32_hpux_search_dummy_call_sequence)
9044         (hppa_hpux_supply_save_state): Likewise.
9045         * hppa-linux-tdep.c (insns_match_pattern)
9046         (hppa_linux_find_global_pointer): Likewise.
9047         * hppa-tdep.c (hppa_in_function_epilogue_p)
9048         (skip_prologue_hard_way, hppa_frame_cache): Likewise.
9049         * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
9050         * i386fbsd-tdep.c (i386fbsd_supply_uthread)
9051         (i386fbsd_collect_uthread): Likewise.
9052         * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
9053         * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
9054         * ia64-tdep.c (examine_prologue, ia64_frame_cache)
9055         (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
9056         (ia64_sigtramp_frame_prev_register, ia64_access_reg)
9057         (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
9058         (ia64_libunwind_frame_prev_register)
9059         (ia64_libunwind_sigtramp_frame_this_id)
9060         (ia64_find_global_pointer_from_dynamic_section)
9061         (find_extant_func_descr, find_func_descr, ia64_dummy_id)
9062         (ia64_unwind_pc): Likewise.
9063         * iq2000-tdep.c (iq2000_store_return_value): Likewise.
9064         * m68hc11-tdep.c (m68hc11_push_dummy_call)
9065         (m68hc11_extract_return_value): Likewise.
9066         * m68klinux-nat.c (fetch_register, store_register): Likewise.
9067         * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
9068         (mep_get_insn, mep_push_dummy_call): Likewise.
9069         * mips-linux-tdep.c (mips_linux_get_longjmp_target)
9070         (mips_linux_in_dynsym_stub): Likewise.
9071         * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
9072         * ppc-linux-nat.c (fetch_register, store_register): Likewise.
9073         * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
9074         to gdb_byte.
9075         * remote-mips.c (mips_set_register): Likewise.
9076         * remote-sim.c (gdbsim_fetch_register): Likewise.
9077         * score-tdep.c (score7_fetch_inst): Change type of parameter
9078         'memblock' and local 'buf' to gdb_byte.
9079         (score7_malloc_and_get_memblock): Change return type to gdb_byte.
9080         Change type of local 'buf' to gdb_byte.  Adjust.
9081         (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
9082         to gdb_byte**.
9083         (score7_analyze_prologue): Change type of 'memblock' and
9084         'memblock_ptr' locals to gdb_byte*.
9085         * sh64-tdep.c (sh64_extract_return_value)
9086         (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
9087         * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
9088         * solib-pa64.c (pa64_solib_create_inferior_hook)
9089         (pa64_open_symbol_file_object): Remove local 'buf'.
9090         * solib-som.c (som_solib_create_inferior_hook, link_map_start)
9091         (som_open_symbol_file_object): Likewise.
9092         * solib-spu.c (spu_current_sos): Likewise.
9093         * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
9094         * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
9095         (spu_store_registers): Likewise.
9096         * target.c (debug_print_register): Likewise.
9097         * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
9098         * xstormy16-tdep.c (xstormy16_store_return_value)
9099         (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
9100         (xstormy16_find_jmp_table_entry): Likewise.
9101
9102 2013-03-01  Jiong Wang  <jiwang@tilera.com>
9103
9104         * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
9105         (tilegx_gdbarch_init): Install it.
9106
9107 2013-02-28  Tom Tromey  <tromey@redhat.com>
9108
9109         * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
9110         PyLong_Check.
9111
9112 2013-02-28  Doug Evans  <dje@google.com>
9113
9114         * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
9115         * python/python.c (gdbpy_find_pc_line): Ditto.
9116
9117 2013-02-28  Tom Tromey  <tromey@redhat.com>
9118
9119         * contrib/excheck.py: New file.
9120         * contrib/exsummary.py: New file.
9121         * contrib/gcc-with-excheck: New file.
9122
9123 2013-02-28  Tom Tromey  <tromey@redhat.com>
9124
9125         * python/python.c (gdbpy_print_stack): Call begin_line and
9126         fprintf_filtered inside TRY_CATCH.
9127
9128 2013-02-28  Tom Tromey  <tromey@redhat.com>
9129
9130         * python/python.c (gdbpy_find_pc_line): Call find_pc_line
9131         inside TRY_CATCH.
9132
9133 2013-02-28  Tom Tromey  <tromey@redhat.com>
9134
9135         * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
9136         frame_object_to_frame_info inside TRY_CATCH.
9137
9138 2013-02-28  Tom Tromey  <tromey@redhat.com>
9139
9140         * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
9141         TRY_CATCH.
9142
9143 2013-02-28  Tom Tromey  <tromey@redhat.com>
9144
9145         * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
9146
9147 2013-02-27  Corinna Vinschen  <vinschen@redhat.com>
9148
9149         * windows-nat.c: Throughout, fix format strings and casts of
9150         printf-like functions to avoid type related warnings on all
9151         platforms.
9152         (handle_output_debug_string): Fetch context information address
9153         from debug string using string_to_core_addr.
9154
9155 2013-02-27  Jiong Wang  <jiwang@tilera.com>
9156
9157         * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
9158         * regformats/reg-tilegx32.dat: New.
9159
9160 2013-02-27  Jiong Wang  <jiwang@tilera.com>
9161
9162         * configure.tgt (tilegx-*-linux*): Enable gdbserver.
9163
9164 2013-02-27  Jiong Wang  <jiwang@tilera.com>
9165
9166         * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
9167
9168 2013-02-27  Yao Qi  <yao@codesourcery.com>
9169             Pedro Alves  <palves@redhat.com>
9170
9171         * tracepoint.c (tfile_trace_find): For tfind
9172         pc/tp/range/outside, look for the next trace frame instead of
9173         always starting from frame 0.
9174
9175 2013-02-26  Anthony Green  <green@moxielogic.com>
9176
9177         * configure.tgt: Add support for moxie-*-rtems* target.
9178
9179 2013-02-25  Pedro Alves  <palves@redhat.com>
9180
9181         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
9182         warning text.
9183
9184 2013-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
9185
9186         * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
9187         if $fp is used as the virtual frame pointer.
9188
9189 2013-02-23  Alan Modra  <amodra@gmail.com>
9190
9191         * elfread.c (elf_symtab_read): Do not use udata.p here to find
9192         symbol size.
9193         * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
9194         * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
9195         * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
9196         * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
9197
9198 2013-02-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
9199
9200         Code cleanup.
9201         * elfread.c (build_id_bfd_get): Make the return type const.
9202         (build_id_verify): Make the check parameter const.
9203         (build_id_to_debug_filename): Make the build_id parameter and variable
9204         data const.
9205         (find_separate_debug_file_by_buildid): Make the variable build_id const.
9206
9207 2013-02-21  Alan Modra  <amodra@gmail.com>
9208
9209         * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
9210
9211 2013-02-20  Siva Chandra Reddy  <sivachandra@google.com>
9212
9213         Add a new method 'disassemble' to gdb.Architecture class.
9214         * python/py-arch.c (archpy_disassmble): Implementation of the
9215         new method gdb.Architecture.disassemble.
9216         (arch_object_methods): Add entry for the new method.
9217
9218 2013-02-20  Jiong Wang  <jiwang@tilera.com>
9219
9220         * MAINTAINERS (Write After Approval): Add myself to the list.
9221
9222 2013-02-19  Pedro Alves  <palves@redhat.com>
9223
9224         Garbage collect 'struct monitor_ops'::load_routine.
9225
9226         * monitor.h (struct monitor_ops) <load_routine>: Remove field.
9227         * monitor.c (monitor_load): No longer call
9228         current_monitor->load_routine.
9229         * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
9230         * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
9231         * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
9232
9233 2013-02-19  Pedro Alves  <palves@redhat.com>
9234
9235         PR gdb/15161
9236
9237         Harmonize with generic_load.
9238
9239         * monitor.c: Include "readline/readline.h".
9240         (monitor_load): Rename parameter 'file' to 'args'.  Use build_argv
9241         instead of sscanf.  Use CORE_ADDR/strtoulst instead of unsigned
9242         long/strtol for the 'load_offset' local.  Error out if no argument
9243         is given or if too many arguments are given.  Tilde expand the
9244         passed in file name.
9245
9246 2013-02-19  Kai Tietz  <ktietz@redhat.com>
9247
9248         PR gdb/15161
9249         * symfile.c (load_section_data): Change type of load_offset
9250         to CORE_ADDR.
9251         (generic_load): User strtoulst instead of strtoul for conversion
9252         of load_offset.
9253
9254 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9255
9256         * tilegx-tdep.c (tilegx_analyze_prologue): add check for
9257          for return address, "lr" register, saved on stack.
9258         * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
9259         after we invoke tilegx_analyze_prologue.
9260
9261 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9262
9263         * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
9264
9265 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9266
9267         * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
9268
9269 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9270
9271         * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
9272         (tilegx_write_pc): New function.
9273         (tilegx_cannot_reference_register): Return zero if REGNO
9274         is TILEGX_FAULTNUM_REGNUM.
9275         (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
9276         (tilegx_register_name): Add handling of "faultnum" register.
9277         * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
9278         * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
9279         handling of TILEGX_FAULTNUM_REGNUM.
9280         * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
9281
9282 2013-02-19  Jiong Wang  <jiwang@tilera.com>
9283
9284         * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
9285         should be aligned to 64bit.
9286
9287 2013-02-19  Kai Tietz  <ktietz@redhat.com>
9288
9289         * windows-nat.c (windows_xfer_memory): Fix debug-output
9290         for LLP64.
9291
9292 2013-02-19  Lei Liu  <lei.liu2@windriver.com>
9293
9294         * mips-linux-nat.c (mips64_linux_regsets_store_registers):
9295         Don't check DSP register number if HAVE_DSP is not set.
9296
9297 2013-02-19  Alan Modra  <amodra@gmail.com>
9298
9299         * elfread.c (struct build_id): Delete.  Use struct elf_build_id
9300         throughout file instead.
9301         (build_id_bfd_get): Update to use new elf_tdata build_id field.
9302         Don't xmalloc return value.
9303         (build_id_verify): Similarly.  Don't xfree.
9304         (build_id_to_debug_filename): Update.
9305         (find_separate_debug_file_by_buildid): Update, don't xfree.
9306
9307 2013-02-18  Tom Tromey  <tromey@redhat.com>
9308
9309         PR gdb/15102:
9310         * dwarf2read.c (read_subrange_type): Use result of
9311         'check_typedef'.
9312
9313 2013-02-16  Yuanhui Zhang  <asmwarrior@gmail.com>
9314
9315         * frame.c: Remove one extra white space after #include
9316         directive.
9317
9318 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9319
9320         * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
9321
9322 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9323
9324         * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
9325         and dir commands into an if block.
9326
9327 2013-02-15  Sanimir Agovic  <sanimir.agovic@intel.com>
9328
9329         * python/py-breakpoint (struct pybp_code):  Use int instead of
9330         enum type_code.
9331
9332 2013-02-15  Pedro Alves  <pedro@codesourcery.com>
9333             Hafiz Abid Qadeer  <abidh@codesourcery.com>
9334
9335         * NEWS: Mention new field "trace-file".
9336         * tracepoint.c (trace_status_mi): Output "trace-file" field.
9337         (tfile_open): Record the trace file's filename in the trace
9338         status.
9339         (tfile_files_info): Mention the name of the trace file.
9340         Check the "filename" field explicitely.
9341         (trace_status_command): Explicitely check "filename" field.
9342         (trace_find_command): Ditto.
9343         (trace_find_pc_command): Ditto.
9344         (trace_find_tracepoint_command): Ditto.
9345         (trace_find_line_command): Ditto.
9346         (trace_find_range_command): Ditto.
9347         (trace_find_outside_command): Ditto.
9348         * tracepoint.h (struct trace_status) <from_file>: Rename it
9349         to "filename" and make it hold the trace file's filename
9350         instead of a boolean.
9351         * remote.c (remote_get_trace_status): Initialize "filename"
9352         field with NULL instead of 0.
9353
9354 2013-02-15  Yao Qi  <yao@codesourcery.com>
9355
9356         * remote.c: Fix a typo.
9357
9358 2013-02-14  Pierre Muller  <muller@sourceware.org>
9359
9360         * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
9361
9362 2013-02-14  Pedro Alves  <palves@redhat.com>
9363
9364         * utils.c (savestring): Don't #undef it.  Move function to
9365         common/common-utils.c.
9366         * common/common-utils.c: Include gdb_string.h.
9367         (savestring): Move here from utils.c.
9368         * common/common-utils.h (savestring): Declare.
9369
9370 2013-02-14  Pedro Alves  <palves@redhat.com>
9371
9372         * utils.c (savestring): Rename parameter 'size' to 'len'.
9373
9374 2013-02-14  Pedro Alves  <palves@redhat.com>
9375             Yufeng Zhang  <yufeng.zhang@arm.com>
9376
9377         * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
9378         (aarch64_inferior_data, struct aarch64_inferior_data):
9379         Delete.
9380         (struct aarch64_process_info): New.
9381         (aarch64_process_list): New global.
9382         (aarch64_find_process_pid, aarch64_add_process)
9383         (aarch64_process_info_get): New functions.
9384         (aarch64_inferior_data_get): Delete.
9385         (aarch64_process_info_get): New function.
9386         (aarch64_forget_process): New function.
9387         (aarch64_get_debug_reg_state): New parameter 'pid'.  Reimplement.
9388         (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
9389         aarch64_get_debug_reg_state.
9390         (aarch64_notify_debug_reg_change): Use iterate_over_lwps
9391         instead of linux_nat_iterate_watchpoint_lwps.
9392         (aarch64_linux_new_fork): New function.
9393         (aarch64_linux_child_post_startup_inferior): Use
9394         aarch64_forget_process instead of aarch64_init_debug_reg_state.
9395         (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
9396         (aarch64_linux_remove_hw_breakpoint)
9397         (aarch64_handle_aligned_watchpoint)
9398         (aarch64_handle_unaligned_watchpoint)
9399         (aarch64_linux_insert_watchpoint)
9400         (aarch64_linux_remove_watchpoint)
9401         (aarch64_linux_stopped_data_address): Adjust to pass the current
9402         process id to aarch64_debug_reg_state.
9403         (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
9404         linux_nat_new_fork hook, and aarch64_forget_process as
9405         linux_nat_forget_process hook; remove the call to
9406         register_inferior_data_with_cleanup.
9407
9408 2013-02-14  Pedro Alves  <palves@redhat.com>
9409
9410         * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
9411         EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
9412         lval_memory.
9413
9414 2013-02-14  Pedro Alves  <pedro@codesourcery.com>
9415             Hafiz Abid Qadeer  <abidh@codesourcery.com>
9416
9417         * tracepoint.h (validate_trace_state_variable_name): Declare.
9418         * tracepoint.c (validate_trace_state_variable_name): New.
9419         (trace_variable_command): Parse the trace state variable's name
9420         without using parse_expression.  Do several validations.
9421         * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
9422         trace state variable's name with parse_expression.  Validate it.
9423
9424 2013-02-14  Yao Qi  <yao@codesourcery.com>
9425
9426         * infcmd.c (breakpoint_proceeded): Remove it.
9427
9428 2013-02-14  Yao Qi  <yao@codesourcery.com>
9429
9430         * tracepoint.c (end_actions_pseudocommand): Make it static.
9431         (while_stepping_pseudocommand): Likewise.
9432         * tracepoint.h (end_actions_pseudocommand): Remove the
9433         declaration.
9434         (while_stepping_pseudocommand): Likewise.
9435
9436 2013-02-14  Yao Qi  <yao@codesourcery.com>
9437
9438         * cli/cli-decode.c (help_cmd): Remove the declaration of
9439         "cmdlist".
9440         (help_all): Likewise.
9441
9442 2013-02-13  Pedro Alves  <palves@redhat.com>
9443
9444         * amd64-linux-nat.c (update_debug_registers_callback):
9445         Update comment.
9446         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
9447         iterate_over_lwps.
9448         (amd64_linux_prepare_to_resume): Pass the lwp's pid to
9449         i386_debug_reg_state.
9450         (amd64_linux_new_fork): New function.
9451         (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
9452         linux_nat_new_fork hook, and i386_forget_process as
9453         linux_nat_forget_process hook.
9454         * i386-linux-nat.c (update_debug_registers_callback):
9455         Update comment.
9456         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
9457         iterate_over_lwps.
9458         (i386_linux_prepare_to_resume): Pass the lwp's pid to
9459         i386_debug_reg_state.
9460         (i386_linux_new_fork): New function.
9461         (_initialize_i386_linux_nat): Install i386_linux_new_fork as
9462         linux_nat_new_fork hook, and i386_forget_process as
9463         linux_nat_forget_process hook.
9464         * i386-nat.c (i386_init_dregs): Delete.
9465         (i386_inferior_data, struct i386_inferior_data):
9466         Delete.
9467         (struct i386_process_info): New.
9468         (i386_process_list): New global.
9469         (i386_find_process_pid, i386_add_process, i386_process_info_get):
9470         New functions.
9471         (i386_inferior_data_get): Delete.
9472         (i386_process_info_get): New function.
9473         (i386_debug_reg_state): New parameter 'pid'.  Reimplement.
9474         (i386_forget_process): New function.
9475         (i386_cleanup_dregs): Rewrite.
9476         (i386_update_inferior_debug_regs, i386_insert_watchpoint)
9477         (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
9478         (i386_stopped_data_address, i386_insert_hw_breakpoint)
9479         (i386_remove_hw_breakpoint): Adjust to pass the current process id
9480         to i386_debug_reg_state.
9481         (i386_use_watchpoints): Don't register inferior data.
9482         * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
9483         adjust comment.
9484         (i386_forget_process): Declare.
9485         * linux-fork.c (delete_fork): Call linux_nat_forget_process.
9486         * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
9487         New static globals.
9488         (linux_child_follow_fork): Don't call linux_nat_new_thread here.
9489         (add_initial_lwp): New, factored out from ...
9490         (add_lwp): ... this.  Don't check the number of lwps before
9491         calling linux_nat_new_thread.
9492         (linux_nat_iterate_watchpoint_lwps): Delete.
9493         (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
9494         (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
9495         forks and vforks.
9496         (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
9497         initial lwp.
9498         (linux_nat_kill, linux_nat_mourn_inferior): Call
9499         linux_nat_forget_process.
9500         (linux_nat_set_new_fork, linux_nat_set_forget_process)
9501         (linux_nat_forget_process): New functions.
9502         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
9503         type.
9504         (linux_nat_iterate_watchpoint_lwps): Delete declaration.
9505         (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
9506         types.
9507         (linux_nat_set_new_fork, linux_nat_set_forget_process)
9508         (linux_nat_forget_process): New declarations.
9509
9510         * amd64fbsd-nat.c (super_mourn_inferior): New global.
9511         (amd64fbsd_mourn_inferior): New function.
9512         (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
9513         * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
9514
9515 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9516
9517         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
9518         Adding _().
9519
9520 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9521
9522         * aarch64-linux-nat.c (debug_reg_change_callback)
9523         (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
9524         %s and phex().
9525
9526 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9527
9528         * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
9529         with LONGEST.
9530
9531 2013-02-13  Pedro Alves  <palves@redhat.com>
9532             Hafiz Abid Qadeer  <abidh@codesourcery.com>
9533
9534         * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
9535
9536 2013-02-12  Tom Tromey  <tromey@redhat.com>
9537
9538         PR symtab/11464:
9539         * c-exp.y (lex_one_token): Initialize other fields of yylval on
9540         NAME return.
9541         (classify_inner_name): Remove 'first_name' argument, add
9542         'context'.  Remove unused variable.
9543         (yylex): Explicitly maintain the context type.  Exit loop earlier
9544         if NAME result is seen.
9545
9546 2013-02-12  Pedro Alves  <palves@redhat.com>
9547
9548         * amd64-darwin-tdep.c: Add (C) after Copyright.
9549         * cli/cli-cmds.h: Ditto.
9550         * cli/cli-decode.c: Ditto.
9551         * cli/cli-decode.h: Ditto.
9552         * cli/cli-dump.c: Ditto.
9553         * cli/cli-dump.h: Ditto.
9554         * cli/cli-interp.c: Ditto.
9555         * cli/cli-logging.c: Ditto.
9556         * cli/cli-script.c: Ditto.
9557         * cli/cli-script.h: Ditto.
9558         * cli/cli-setshow.c: Ditto.
9559         * cli/cli-setshow.h: Ditto.
9560         * cli/cli-utils.c: Ditto.
9561         * cli/cli-utils.h: Ditto.
9562         * config/alpha/nm-osf3.h: Ditto.
9563         * config/djgpp/djconfig.sh: Ditto.
9564         * config/i386/nm-fbsd.h: Ditto.
9565         * config/i386/nm-i386gnu.h: Ditto.
9566         * config/nm-linux.h: Ditto.
9567         * config/nm-nto.h: Ditto.
9568         * config/rs6000/nm-rs6000.h: Ditto.
9569         * config/sparc/nm-sol2.h: Ditto.
9570         * darwin-nat-info.c: Ditto.
9571         * dfp.c: Ditto.
9572         * dfp.h: Ditto.
9573         * gdb-demangle.h: Ditto.
9574         * i386-darwin-nat.c: Ditto.
9575         * i386-darwin-tdep.c: Ditto.
9576         * linux-fork.h: Ditto.
9577         * m32c-tdep.c: Ditto.
9578         * microblaze-linux-tdep.c: Ditto.
9579         * microblaze-rom.c: Ditto.
9580         * microblaze-tdep.c: Ditto.
9581         * microblaze-tdep.h: Ditto.
9582         * mips-linux-tdep.h: Ditto.
9583         * ppc-ravenscar-thread.c: Ditto.
9584         * ppc-ravenscar-thread.h: Ditto.
9585         * prologue-value.c: Ditto.
9586         * prologue-value.h: Ditto.
9587         * ravenscar-thread.c: Ditto.
9588         * ravenscar-thread.h: Ditto.
9589         * sparc-ravenscar-thread.c: Ditto.
9590         * sparc-ravenscar-thread.h: Ditto.
9591         * tilegx-linux-tdep.c: Ditto.
9592         * unwind_stop_reasons.def: Ditto.
9593         * windows-nat.h: Ditto.
9594         * xtensa-linux-tdep.c: Ditto.
9595         * xtensa-xtregs.c: Ditto.
9596         * regformats/regdat.sh: Ditto.
9597         * regformats/regdef.h: Ditto.
9598
9599 2013-02-12  Pedro Alves  <palves@redhat.com>
9600
9601         * break-catch-sig.c: Update copyright years.
9602
9603 2013-02-11  Siva Chandra Reddy  <sivachandra@google.com>
9604
9605         Add support for a destructor for ui_out data and use it to
9606         provide a ui_out destructor.
9607         * ui-out.h: Declare the new ui_out destructor.
9608         (ui_out_impl): Add a field for data destructor in ui_out_impl.
9609         * ui-out.c (default_data_destroy): Add a default data destructor
9610         which does nothing.
9611         (default_ui_out_impl): Set the new data_destroy field to
9612         default_data_destroy
9613         (uo_data_destroy): Local function which invokes the data
9614         destructor if present.
9615         (clear_table): Local function which clears the table data of a
9616         ui_out object.
9617         (ui_out_destroy): Public function which frees a ui_out object.
9618         (ui_out_table_end): Use the new clear_table function.
9619         * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
9620         NULL.
9621         * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
9622         to NULL.
9623
9624 2013-02-11  Doug Evans  <dje@google.com>
9625
9626         * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
9627         (printf_decfloat): New function.  Broken out from ui_printf.
9628         Remove unnecessary code to shift the entire format string down.
9629         (printf_pointer): New function.
9630         (ui_printf): Code to print C strings, wide C strings, decfloats,
9631         and pointers moved to separate functions.
9632
9633 2013-02-11  Sergio Durigan Junior  <sergiodj@redhat.com>
9634
9635         * valops.c (value_assign): Handling bitfield offset in
9636         `lval_internalvar_component' case.
9637
9638 2013-02-08  Doug Evans  <dje@google.com>
9639
9640         * common/format.c (parse_format_string): Fix whitespace.
9641
9642 2013-02-08  Matthew Gretton-Dann  <matthew.gretton-dann@linaro.org>
9643
9644         * stack.c (return_command): Work around uninitialized variable
9645         warning.
9646
9647 2013-02-08  Yufeng Zhang  <yufeng.zhang@arm.com>
9648
9649         * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
9650         number of the registers from 36 to 34.
9651
9652 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9653
9654         * NEWS: Mention new AArch64 native and target support.
9655
9656 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9657
9658         * MAINTAINERS (Write After Approval): Add myself.
9659
9660 2013-02-08  Jim MacArthur  <jim.macarthur@arm.com>
9661             Marcus Shawcroft  <marcus.shawcroft@arm.com>
9662             Nigel Stephens  <nigel.stephens@arm.com>
9663             Yufeng Zhang  <yufeng.zhang@arm.com>
9664
9665         * aarch64-linux-nat.c: New file.
9666         * config/aarch64/linux.mh: New file.
9667         * configure.host: Add AArch64.
9668         * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
9669
9670 2013-02-07  Doug Evans  <dje@google.com>
9671
9672         * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
9673         disassemble command.
9674
9675 2013-02-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9676
9677         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
9678         set_gdbarch_fetch_tls_load_module_address.
9679
9680 2013-02-06  David S. Miller  <davem@davemloft.net>
9681
9682         * sparc-tdep.c (sparc32_return_value): Handle writing return value when
9683         using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
9684         * value.c (struct_return_convention): New function.
9685         (using_struct_return): Implement in terms of struct_return_convention.
9686         * value.h (struct_return_convention): Declare.
9687         * stack.c (return_command): Allow successful overriding of the return
9688         value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
9689
9690 2013-02-06  Tom Tromey  <tromey@redhat.com>
9691
9692         * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
9693         outside of TRY_CATCH.
9694
9695 2013-02-06  Yao Qi  <yao@codesourcery.com>
9696
9697         * mi/mi-interp.c: Include "tracepoint.h".
9698         (mi_tsv_modified): Declare.
9699         (mi_tsv_created, mi_tsv_deleted): Update declaration.
9700         (mi_interpreter_init): Call observer_attach_tsv_modified.
9701         (mi_tsv_modified): New.
9702         (mi_tsv_created, mi_tsv_deleted): Update.
9703         * tracepoint.c (trace_variable_command): Call
9704         observer_notify_tsv_modified if the initial value of tsv is
9705         changed.
9706         (delete_trace_state_variable): Call
9707         observer_notify_tsv_deleted earlier.
9708         (trace_variable_command): Caller update.
9709         (create_tsv_from_upload): Likewise.
9710         * observer.sh: Declare "struct trace_state_variable".
9711
9712         * NEWS: Mention the new MI notification "=tsv-modified".
9713
9714 2013-02-05  Doug Evans  <dje@google.com>
9715
9716         * completer.c (location_completer): Fix typo in comment.
9717
9718 2013-02-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
9719
9720         * breakpoint.c (add_location_to_breakpoint): Insert the location with
9721         ADDRESS sorted.
9722
9723 2013-02-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9724
9725         * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
9726         Refactor if statement to avoid trailing || operator.
9727
9728 2013-02-05  Andreas Tobler  <andreast@fgznet.ch>
9729
9730         * NEWS: Add PowerPC FreeBSD as a new native configuration.
9731
9732 2013-02-04  Andreas Tobler  <andreast@fgznet.ch>
9733
9734         * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
9735         * configure.host: Add powerpc*-*-freebsd* target.
9736         * configure.tgt: Add target info for powerpc*-*-freebsd*.
9737         * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
9738         * config/powerpc/fbsd.mh: New file.
9739
9740 2013-02-04  Sergio Durigan Junior  <sergiodj@redhat.com>
9741             Denys Vlasenko  <dvlasenk@redhat.com>
9742             Pedro Alves  <palves@redhat.com>
9743
9744         * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
9745         (struct elf_internal_linux_prpsinfo): Forward declare.
9746         * gdbarch.h, gdbarch.c: Regenerate.
9747         * linux-tdep.c: Include `cli/cli-utils.h'.
9748         (linux_fill_prpsinfo): New function.
9749         (linux_make_corefile_notes): Use linux_fill_prpsinfo.  If there's
9750         an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
9751         elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
9752         depending on gdbarch pointer bitness.
9753         * ppc-linux-tdep.c: Include elf-bfd.h.
9754         (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
9755         on 32-bit.
9756
9757 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
9758             Marcus Shawcroft  <marcus.shawcroft@arm.com>
9759             Nigel Stephens  <nigel.stephens@arm.com>
9760             Yufeng Zhang  <yufeng.zhang@arm.com>
9761
9762         * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
9763
9764 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
9765             Marcus Shawcroft  <marcus.shawcroft@arm.com>
9766             Nigel Stephens  <nigel.stephens@arm.com>
9767             Yufeng Zhang  <yufeng.zhang@arm.com>
9768
9769         * aarch64-newlib-tdep.c: New file.
9770         * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
9771         aarch64*-*-elf.
9772         * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
9773         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
9774         (ALLDEPFILES): Add aarch64-newlib-tdep.c.
9775         * osabi.c (gdb_osabi_names): Add "Newlib".
9776
9777 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
9778             Marcus Shawcroft  <marcus.shawcroft@arm.com>
9779             Nigel Stephens  <nigel.stephens@arm.com>
9780             Yufeng Zhang  <yufeng.zhang@arm.com>
9781
9782         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
9783         (ALLDEPFILES): Add aarch64-linux-tdep.c.
9784         * aarch64-linux-tdep.c: New file.
9785         * aarch64-linux-tdep.h: New file.
9786         * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
9787         * configure.tgt: Add aarch64-none-linux-gnu.
9788
9789 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
9790             Marcus Shawcroft  <marcus.shawcroft@arm.com>
9791             Nigel Stephens  <nigel.stephens@arm.com>
9792             Yufeng Zhang  <yufeng.zhang@arm.com>
9793
9794         * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
9795         (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
9796         (ALLDEPFILES): Add aarch64-tdep.c.
9797         * aarch64-tdep.c: New file.
9798         * aarch64-tdep.h: New file.
9799         * configure.tgt: Add AArch64.
9800         * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
9801         (aarch64-expedite): New definition.
9802         * features/aarch64-core.xml: New file.
9803         * features/aarch64-fpu.xml: New file.
9804         * features/aarch64-without-fpu.c: New file (generated).
9805         * features/aarch64-without-fpu.xml: New file.
9806         * features/aarch64.c: New file (generated).
9807         * features/aarch64.xml: New file.
9808         * regformats/aarch64-without-fpu.dat: New file (generated).
9809         * regformats/aarch64.dat: New file (generated).
9810
9811 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9812
9813         * contrib/expect-read1.c: New file.
9814         * contrib/expect-read1.sh: New file.
9815
9816 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9817
9818         * dwarf2read.c (file_file_name): New function with code from
9819         file_full_name.
9820         (file_full_name): Move most of the code to file_file_name.
9821         (macro_start_file): Rename variable full_name to file_name and use
9822         file_file_name for it.  Add comp_dir parameter to new_macro_table.
9823         * macrocmd.c (show_pp_source_pos): New variable fullname.  Replace any
9824         macro_source_file->filename access by macro_source_fullname call.
9825         * macroscope.c (_initialize_macroscope): Update the new_macro_table
9826         caller.
9827         * macrotab.c (struct macro_table): New field comp_dir.
9828         (macro_include): New variables link_fullname and source_fullname.
9829         Replace any macro_source_file->filename access by macro_source_fullname
9830         call.
9831         (macro_lookup_inclusion): Remove the partial filenames checking code.
9832         (check_for_redefinition): New variables source_fullname and
9833         found_key_fullname.  Replace any macro_source_file->filename access by
9834         macro_source_fullname call.
9835         (macro_undef): New variables source_fullname and key_fullname.  Replace
9836         any macro_source_file->filename access by macro_source_fullname call.
9837         (macro_lookup_definition): New variables retval and source_fullname.
9838         Replace any macro_source_file->filename access by macro_source_fullname
9839         call.
9840         (foreach_macro): New variable key_fullname.  Replace any
9841         macro_source_file->filename access by macro_source_fullname call.
9842         (foreach_macro_in_scope): New variable datum_fullname.  Replace any
9843         macro_source_file->filename access by macro_source_fullname call.
9844         (new_macro_table): Add parameter comp_dir.  Initialize T with it.
9845         (macro_source_fullname): New function.
9846         * macrotab.h (struct macro_source_file): Extent the filename field
9847         comment.
9848         (new_macro_table): New parameter comp_dir, add a comment for it.
9849         (macro_source_fullname): new declaration.
9850
9851 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9852
9853         * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
9854         this_real_name to outer block.  Use it also for
9855         compare_filenames_for_search.
9856         (dw2_expand_symtabs_matching): New variable this_real_name.  Use it
9857         with dw2_get_real_path for file_matcher, considering also
9858         BASENAMES_MAY_DIFFER.
9859         (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
9860
9861 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9862
9863         * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
9864         to the file_matcher parameter.  Pass 0 to it.
9865         (dwarf2_create_include_psymtab): Copy also DIRNAME.
9866         * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
9867         NULL psymtab_to_fullname result.
9868         (psymtab_to_fullname): Remove variable r.  Never return NULL, assemble
9869         an expected filename instead.
9870         (expand_symtabs_matching_via_partial): Add basenames parameter to the
9871         file_matcher parameter.  Call also psymtab_to_fullname, after newly
9872         considering BASENAMES_MAY_DIFFER.
9873         * source.c (rewrite_source_path): Remove static.
9874         * source.h (rewrite_source_path): New declaration.
9875         * symfile.h (struct quick_symbol_functions): Add basenames parameter to
9876         the expand_symtabs_matching field.  Comment it.
9877         * symtab.c (file_matches): New function comment.  Add parameter
9878         basenames, implement it.
9879         (search_symbols_file_matches): Add basenames parameter.  Update the
9880         file_matches caller.
9881         (search_symbols): Match FILES also against symtab_to_fullname.
9882         Optimize it for BASENAMES_MAY_DIFFER.
9883
9884 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9885
9886         * source.c (print_source_lines_base): Print for TUI also "fullname".
9887         * tui/tui-data.c (init_content_element): Change tui_locator_element
9888         field to full_name.
9889         * tui/tui-data.h (struct tui_locator_element): Likewise.
9890         * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
9891         tui_update_locator_filename calls to tui_update_locator_fullname.
9892         Replace symtab->filename refererence by symtab_to_fullname call.
9893         * tui/tui-out.c (tui_field_string): Check for "fullname" now.
9894         * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
9895         field to full_name.  Replace symtab->filename refererence by
9896         symtab_to_fullname call.
9897         (tui_show_symtab_source): Rename parameter to fullname.  Change
9898         tui_locator_element field to full_name.
9899         * tui/tui-stack.c: Include source.h.
9900         (tui_set_locator_filename): Rename the declaration to ...
9901         (tui_set_locator_fullname): ... here.  Rename its parameter to
9902         fullname, updates its comment.
9903         (tui_set_locator_info): Rename its parameter to fullname.
9904         (tui_set_locator_filename): Rename the definition to ...
9905         (tui_set_locator_fullname): ... here.  Rename its parameter to
9906         fullname, updates its comment.  Change tui_locator_element field to
9907         full_name.
9908         (tui_set_locator_info): Rename its parameter to fullname.
9909         (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
9910         (tui_update_locator_filename): Rename to ...
9911         (tui_update_locator_fullname): ... here. Rename callee to
9912         tui_set_locator_fullname.
9913         (tui_show_frame_info): Replace symtab->filename refererence by
9914         symtab_to_fullname call.
9915         * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
9916         (tui_update_locator_fullname): ... here.
9917         * tui/tui-winsource.c (tui_display_main): Rename the callee to
9918         tui_update_locator_fullname.  Replace symtab->filename refererence by
9919         symtab_to_fullname call.
9920         * tui/tui.c (tui_show_source): Rename its parameter to fullname.
9921         Rename the callee to tui_update_locator_fullname.
9922         * tui/tui.h (tui_show_source): Rename its parameter to fullname.
9923
9924 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9925
9926         * ada-lang.c (user_select_syms): Replace symtab->filename refererences
9927         by symtab_to_filename_for_display calls.
9928         * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
9929         (clear_command): New variable sal_fullname, initialize it.  Replace
9930         compare_filenames_for_search by filename_cmp with sal_fullname.
9931         (say_where, update_static_tracepoint): Replace symtab->filename
9932         refererences by symtab_to_filename_for_display calls.
9933         * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
9934         Likewise.
9935         * dwarf2read.c: Include source.h.
9936         (fixup_go_packaging): Replace symtab->filename refererences by
9937         symtab_to_filename_for_display calls.
9938         * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
9939         Replace symtab->filename refererences by symtab_to_filename_for_display
9940         calls.
9941         (create_sals_line_offset, convert_linespec_to_sals): New variable
9942         fullname, initialize it, replace symtab->filename reference by the
9943         variable.
9944         * linux-fork.c: Include source.h.
9945         (info_checkpoints_command): Replace symtab->filename refererences by
9946         symtab_to_filename_for_display calls.
9947         * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
9948         by symtab_to_filename_for_display calls.
9949         * mdebugread.c: Include source.h.
9950         (psymtab_to_symtab_1): Replace symtab->filename refererences by
9951         symtab_to_filename_for_display calls.
9952         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
9953         (mi_cmd_file_list_exec_source_files): Likewise.
9954         * printcmd.c: Include source.h.
9955         (build_address_symbolic): Replace symtab->filename refererences by
9956         symtab_to_filename_for_display calls.
9957         * psymtab.c (partial_map_symtabs_matching_filename)
9958         (read_psymtabs_with_fullname): Call compare_filenames_for_search also
9959         with psymtab_to_fullname.
9960         * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
9961         by symtab_to_filename_for_display calls.
9962         (stpy_get_filename): New variable filename, initialize it, use instead
9963         of symtab->filename refererences.
9964         (salpy_str): Make variable filename const char *.  Replace
9965         symtab->filename refererences by symtab_to_filename_for_display calls.
9966         * skip.c: Include source.h and filenames.h.
9967         (skip_file_command): Remove const from the symtab variable.  Replace
9968         symtab->filename refererences by symtab_to_fullname call.
9969         (function_name_is_marked_for_skip): New variables searched_for_fullname
9970         and fullname.  Use them to search also with symtab's fullname.
9971         * source.c (find_source_lines): Replace symtab->filename refererences
9972         by symtab_to_filename_for_display calls.
9973         (print_source_lines_base): New variable filename, use it instead of
9974         symtab->filename.  Replace symtab->filename refererences by
9975         symtab_to_filename_for_display calls.
9976         (line_info, forward_search_command): Replace symtab->filename
9977         refererences by symtab_to_filename_for_display calls.
9978         (reverse_search_command): Replace symtab->filename refererences by
9979         symtab_to_filename_for_display calls.  New variable filename for it.
9980         * stack.c (frame_info): Likewise.
9981         * symmisc.c: Include source.h.
9982         (dump_objfile, dump_symtab_1, maintenance_print_symbols)
9983         (maintenance_info_symtabs): Replace symtab->filename refererences by
9984         symtab_to_filename_for_display calls.
9985         * symtab.c (iterate_over_some_symtabs): Call
9986         compare_filenames_for_search also with symtab_to_fullname.
9987         (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
9988         symtab->filename refererences by symtab_to_filename_for_display calls.
9989         (find_line_symtab): Replace symtab->filename refererences by
9990         symtab_to_filename_for_display calls.
9991         (file_matches): Replace filename_cmp by compare_filenames_for_search.
9992         (print_symbol_info): Make the last parameter const char *.  New
9993         variable s_filename.  Use it in the function.
9994         (symtab_symbol_info): Make the last_filename variable const char *.
9995         Replace symtab->filename refererences by symtab_to_filename_for_display
9996         calls.
9997         (rbreak_command): New variable fullname.  Use it.  Replace
9998         symtab->filename refererence by symtab_to_filename_for_display call.
9999         * tracepoint.c (set_traceframe_context, trace_find_line_command)
10000         (print_one_static_tracepoint_marker): Replace symtab->filename
10001         refererences by symtab_to_filename_for_display calls.
10002         * tui/tui-source.c (tui_set_source_content): New variables filename and
10003         s_filename.  Replace symtab->filename refererences by this variable.
10004         Replace other symtab->filename refererences by
10005         symtab_to_filename_for_display calls.
10006
10007 2013-02-03  Eldar Gaynetdinov <hal9000ed2k@gmail.com>
10008             Jan Kratochvil  <jan.kratochvil@redhat.com>
10009
10010         Add a new variable that controls a way in which filenames are
10011         displayed.
10012         * NEWS (set filename-display): New entry.
10013         * source.c (filename_display_basename, filename_display_relative)
10014         (filename_display_absolute, filename_display_kind_names)
10015         (filename_display_string, show_filename_display_string)
10016         (symtab_to_filename_for_display): New.
10017         (_initialize_source): Added initialization of 'filename-display'
10018         variable.
10019         * source.h (symtab_to_filename_for_display): Added declaration.
10020         * stack.c (print_frame): Added new variable and calling of a new
10021         function and condition with this variable. Changed third argument of
10022         calling of a function.
10023
10024 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10025
10026         * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
10027         Rename field reference filename to fullname.
10028         * tui/tui-data.h (struct tui_source_info): Rename field filename to
10029         fullname.  New comment for it.
10030         * tui/tui-source.c (tui_set_source_content): Rename field reference
10031         filename to fullname.  Initialize field by symtab_to_fullname now.
10032         * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
10033         reference filename to fullname.  Use symtab_to_fullname during
10034         comparison.
10035
10036 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10037
10038         Code cleanup.
10039         * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
10040         (dw2_expand_symtabs_with_fullname): ... here.  Rename parameter
10041         filename to fullname.  Rename variable this_name to this_fullname.
10042         Lowercase FILENAME_CMP call.
10043         (dw2_find_symbol_file): New comment for the returned string.
10044         (dwarf2_gdb_index_functions): Rename the function to
10045         dw2_expand_symtabs_with_fullname.
10046         * psymtab.c (read_psymtabs_with_filename): Rename to ...
10047         (read_psymtabs_with_fullname): ... here.  Rename parameter filename to
10048         fullname.
10049         (psym_functions): Rename the function to read_psymtabs_with_fullname.
10050         * symfile.h (struct quick_symbol_functions): Rename field
10051         expand_symtabs_with_filename to expand_symtabs_with_fullname and its
10052         parameter filename to fullname.  Document returned string meaning for
10053         find_symbol_file.
10054         * symtab.c (find_line_symtab): Rename the called function to
10055         expand_symtabs_with_fullname.
10056
10057 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10058
10059         Code cleanup.
10060         * breakpoint.c (clear_command): Remove variable is_abs, unify the
10061         call of filename_cmp with compare_filenames_for_search.
10062         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
10063         is_abs, unify the call of FILENAME_CMP with
10064         compare_filenames_for_search.  New gdb_asserts for real_path and name.
10065         Unify the call of compare_filenames_for_search with FILENAME_CMP.
10066         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
10067         * symfile.h (struct quick_symbol_functions): Extend the comment for
10068         map_symtabs_matching_filename.
10069         * symtab.c (compare_filenames_for_search): Remove the function comment
10070         relative path requirement.  Handle absolute filenames, with a comment.
10071         (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
10072         FILENAME_CMP with compare_filenames_for_search.  New gdb_asserts for
10073         real_path and name.  Unify the call of compare_filenames_for_search
10074         with FILENAME_CMP.
10075         (iterate_over_symtabs): New gdb_assert on REAL_PATH.
10076
10077 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10078
10079         Code cleanup.
10080         * breakpoint.c (print_breakpoint_location): Replace bp_location field
10081         source_file references by symtab field references.  Remove variables
10082         sal and fullname.
10083         (momentary_breakpoint_from_master, add_location_to_breakpoint):
10084         (clear_command, say_where): Replace bp_location field source_file
10085         references by symtab field references.
10086         (bp_location_dtor): Remove the source_file reference.
10087         (update_static_tracepoint): Replace bp_location field source_file
10088         references by symtab field references.
10089         (breakpoint_free_objfile): New function.
10090         * breakpoint.h (struct bp_location): Extend the comment for line_number.
10091         Replace the field source_file by field symtab, extend its comment.
10092         (breakpoint_free_objfile): New declaration.
10093         * objfiles.c (free_objfile): Call breakpoint_free_objfile.
10094         * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
10095         field source_file references by symtab field references.
10096
10097 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10098
10099         Replace xfullpath calls by gdb_realpath calls.
10100         * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
10101         function comment.
10102         * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
10103         Remove it from the iterate_over_some_symtabs call.
10104         (dw2_map_symtabs_matching_filename): Remove parameter full_path.
10105         Remove it from the dw2_map_expand_apply calls, remove a block handling
10106         it.
10107         * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
10108         Remove it from the iterate_over_some_symtabs call.
10109         (partial_map_symtabs_matching_filename): Remove parameter full_path.
10110         Remove it from the partial_map_expand_apply calls, remove a block
10111         handling it.  Drop gdb_realpath call and cleanups from the real_path
10112         handling.
10113         * source.c (openp): Drop the comment part about xfullpath.  Replace
10114         xfullpath calls by gdb_realpath calls.
10115         (find_and_open_source): Replace xfullpath call by gdb_realpath call.
10116         * symfile.h (struct quick_symbol_functions): Remove parameter full_path
10117         from method map_symtabs_matching_filename and its comment.
10118         * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
10119         gdb_realpath call.
10120         * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
10121         remove it also from the function comment, remove a block handling it.
10122         Drop gdb_realpath call and cleanups from the real_path handling.
10123         (iterate_over_symtabs): Drop variable full_path and its use.
10124         * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
10125         * utils.c (xfullpath): Remove.
10126         * utils.h (xfullpath): Remove.
10127
10128 2013-02-01  Andreas Tobler  <andreast@fgznet.ch>
10129
10130         * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
10131         (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
10132         (ALLDEPFILES): Add ppc64-tdep.c.
10133         * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
10134         ppc64-tdep.o to gdb_target_obs.
10135         * ppc64-tdep.h: New file.
10136         * ppc64-tdep.c: New file.
10137         (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
10138         ppc-linux-tdep.c to here.
10139         (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
10140         (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
10141         (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
10142         (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
10143         from ppc-linux-tdep.c to here.
10144         (ppc64_convert_from_func_ptr_addr): Rename from
10145         ppc64_linux_convert_from_func_ptr_addr to
10146         ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
10147         here.
10148         * rs6000-tdep.c:
10149         (read_insn): Move from ppc-linux-tdep.c to here.
10150         (insns_match_pattern, insn_d_field, insn_ds_field): Move
10151         from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
10152         * ppc-linux-tdep.c: Include ppc64-tdep.h.
10153         Removed above functions.
10154         (ppc_linux_init_abi): Adjust.
10155
10156 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
10157
10158         * ada-valprint.c (ada_print_floating): Remove unused 'len'.
10159
10160 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
10161
10162         * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
10163
10164 2013-02-01  Pedro Alves  <palves@redhat.com>
10165
10166         * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
10167         * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
10168
10169 2013-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10170
10171         * elfread.c (elf_symfile_read): Limit separate debug info additions to
10172         files with no separate debug info.
10173         * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
10174         * symfile.c (read_symbols): Call find_separate_debug_file_in_section
10175         only for files with no separate debug info.
10176
10177 2013-01-31  Tom Tromey  <tromey@redhat.com>
10178
10179         * jit.c (jit_program_space_data): Rename from jit_inferior_data;
10180         change type.
10181         (struct jit_program_space_data): Rename from jit_inferior_data.
10182         Update comments.
10183         (get_jit_program_space_data): Rename from get_jit_inferior_data.
10184         Change return type.  Attach data to program space.
10185         (jit_program_space_data_cleanup): Rename from
10186         jit_inferior_data_cleanup; change argument type.
10187         (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
10188         change type.
10189         (jit_register_code): Update.
10190         (jit_update_inferior_cache): Remove.
10191         (jit_breakpoint_deleted): Get jit data from the location's program
10192         space.
10193         (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
10194         'ps_data', change type.
10195         (jit_inferior_init, jit_breakpoint_re_set_internal)
10196         (jit_event_handler): Update.
10197         (free_objfile_data): Get data from objfile's program space.
10198         (_initialize_jit): Update.
10199
10200 2013-01-31  Tom Tromey  <tromey@redhat.com>
10201
10202         PR gdb/13987:
10203         * jit.c (struct jit_inferior_data) <cached_code_address,
10204         jit_breakpoint>: New fields.
10205         (jit_breakpoint_re_set_internal): Fix logging.  Only create
10206         breakpoint if cached address has changed.
10207         (jit_update_inferior_cache, jit_breakpoint_deleted): New
10208         functions.
10209         (_initialize_jit): Register breakpoint deleted observer.
10210
10211 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10212
10213         * infrun.c (handle_syscall_event): Remove unused gdbarch.
10214         (save_infcall_suspend_state): Ifdef out unused inf.
10215         (restore_infcall_suspend_state): Ifdef out unused inf.
10216         * jit.c (jit_register_code): Remove unused i, b, inf_data.
10217         (jit_frame_sniffer): Remove unused inf_data.
10218
10219 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10220
10221         * c-exp.y (classify_inner_name): Remove unused type.
10222         * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
10223         in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
10224         need_escape.
10225         (c_get_string): Remove unused kind.
10226         * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
10227
10228 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10229
10230         * charset.c (intermediate_encoding): Remove unused i.
10231         * completer.c (signal_completer): Remove unused i.
10232         * continuations.c (discard_my_continuations_1): Remove unused
10233         continuation_ptr.
10234         * corelow.c (core_close): Remove unuseD name.
10235         (get_core_siginfo): Remove unused pid.
10236         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
10237         i, cps.
10238         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
10239         (loclist_describe_location): Remove unused first.
10240         * event-top.c (command_line_handler): Remove unused got_eof.
10241         * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
10242         (resize_section_table): Remove unused old_value.
10243         * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
10244         * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
10245         * i386-tdep.c (i386_process_record): Remove unused rex.
10246         * infcmd.c (get_return_value): Remove unused uiout.
10247         * jv-lang.c (type_from_class): Remove unused is_array.
10248         * jv-valprint.c (java_val_print): Remove unused i.
10249         * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
10250         * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
10251         * m2-typeprint.c (m2_print_type): Remove unused code.
10252         * macroexp.c (get_character_constant): Remove unused body_start.
10253         (macro_stringify): Remove unused result.
10254         * objc-lang.c (find_methods): Remove unused gdbarch.
10255         * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
10256         * regcache.c (regcache_cooked_read): Remove unused gdbarch.
10257         * stack.c (print_frame_args): Remove unused summary.
10258         * thread.c (thread_apply_command): Remove unused p.
10259         * valarith.c (value_x_unop): Remove unused mangle_ptr.
10260         * valops.c (search_struct_method): Remove unused skip.
10261         * valprint.c (generic_val_print): Remove unused byte_order.
10262         * varobj.c (varobj_update): Remove unused changed.
10263         * cli/cli-cmds.c (complete_command): Remove unused next_item.
10264         (alias_command): Remove unused c.
10265         * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
10266         * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
10267         format.
10268         (mi_cmd_data_write_memory): Remove unused word_format.
10269         (mi_cmd_data_write_memory_bytes): Remove unused r.
10270         * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
10271         p_start, p_end.
10272         * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
10273         * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
10274         line_width.
10275
10276 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10277
10278         * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
10279         * symtab.c (iterate_over_symtabs): Remove unused s.
10280         (find_pc_sect_symtab): Remove unused pspAce.
10281         (find_pc_sect_line): Remove unused alt_symtab.
10282         (find_pcs_for_symtab_line): Remove unused ix, previous_function.
10283         (completion_list_add_name): Remove unused newsize.
10284
10285 2013-01-31  Tom Tromey  <tromey@redhat.com>
10286
10287         PR c++/14998:
10288         * dwarf2read.c (read_tag_ptr_to_member_type): Handle
10289         TYPE_CODE_FUNC.
10290
10291 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10292
10293         * target.c (target_read_string): Remove unused origlen.
10294
10295 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10296
10297         * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
10298         * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
10299         * ax-general.c (ax_print): Remove unused is_float.
10300         * blockframe.c (block_innermost_frame): Remove unused start, end.
10301         * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
10302
10303 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
10304
10305         * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
10306         (svr4_read_so_list): Remove unused lmo.
10307         * solib-target.c (solib_target_relocate_section_addresses): Remove
10308         unused flags.
10309
10310 2013-01-30  Tom Tromey  <tromey@redhat.com>
10311
10312         * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
10313
10314 2013-01-30  Tom Tromey  <tromey@redhat.com>
10315
10316         * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
10317         * utils.c (gnu_debuglink_crc32): Remove.
10318         * utils.h (gnu_debuglink_crc32): Don't declare.
10319
10320 2013-01-30  Tom Tromey  <tromey@redhat.com>
10321
10322         * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
10323         (read_structure_type, read_enumeration_type): Remove cast.
10324
10325 2013-01-30  Tom Tromey  <tromey@redhat.com>
10326
10327         * dwarf2read.c (read_namespace_type): Remove cast.
10328         (read_typedef): Likewise.
10329
10330 2013-01-29  Tom Tromey  <tromey@redhat.com>
10331
10332         * dwarf2read.c (free_dwo_file): Remove assert.
10333
10334 2013-01-29  Tom Tromey  <tromey@redhat.com>
10335
10336         * value.c (deprecated_set_value_modifiable): Remove.
10337         * value.h (deprecated_set_value_modifiable): Remove.
10338
10339 2013-01-28  Doug Evans  <dje@google.com>
10340
10341         * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
10342         to addresses from dwo files.
10343
10344 2013-01-25  Siva Chandra Reddy  <sivachandra@google.com>
10345
10346         * valops.c (find_overload_match): Remove unused argument 'lax'.
10347         * value.h: Remove unused argument 'lax' from the declaration of
10348         find_overload_match.
10349         * eval.c (value_subexp_standard): Do not pass a 'lax' argument
10350         to find_overload_match.
10351         * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
10352         argument to find_overload_match.
10353
10354 2013-01-25  Tom Tromey  <tromey@redhat.com>
10355
10356         * dwarf2read.c (processing_has_namespace_info): Remove.
10357         (struct dwarf2_cu) <processing_has_namespace_info>: New field.
10358         (process_die, read_func_scope, dwarf2_start_symtab)
10359         (new_symbol_full): Update.
10360
10361 2013-01-25  Tom Tromey  <tromey@redhat.com>
10362
10363         * cp-namespace.c (cp_set_block_scope): Remove.
10364         * cp-support.h (cp_set_block_scope): Remove.
10365         * dbxread.c: Include block.h.
10366         (cp_set_block_scope): New function.
10367         (process_one_symbol): Update.
10368         * dwarf2read.c (read_func_scope): Use block_set_scope.
10369
10370 2013-01-25  Pedro Alves  <palves@redhat.com>
10371
10372         * remote.c (add_current_inferior_and_thread): Tweak comment.
10373
10374 2013-01-25  Tom Tromey  <tromey@redhat.com>
10375
10376         * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
10377         (cp_add_using_directive): Add 'copy_names' argument.
10378         * cp-support.h (cp_add_using_directive): Update.
10379         (struct using_direct) <import_src, import_dest, alias,
10380         declaration>: Now const.
10381         * dwarf2read.c (read_import_statement): Use obconcat.
10382         Don't copy names passed to cp_add_using_directive.
10383
10384 2013-01-25  Tom Tromey  <tromey@redhat.com>
10385
10386         * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
10387
10388 2013-01-25  Pedro Alves  <palves@redhat.com>
10389
10390         * remote.c (stop_reply_extract_thread): New.
10391         (add_current_inferior_and_thread): New parameter 'wait_status'.
10392         Handle it.
10393         (remote_start_remote): Pass wait status to
10394         add_current_inferior_and_thread.
10395         (extended_remote_run): Update comment.
10396         (extended_remote_create_inferior_1): Pass wait status to
10397         add_current_inferior_and_thread.
10398
10399 2013-01-25  Andrew Burgess  <aburgess@broadcom.com>
10400             Ulrich Weigand  <uweigand@de.ibm.com>
10401
10402         * valarith.c (value_vector_widen): New function for replicating a
10403         scalar into a vector.
10404         (value_binop): Use value_vector_widen to widen scalar to vector
10405         rather than casting, this better matches gcc C behaviour.
10406         * valops.c (value_casst): Update logic for casting between vector
10407         types, and for casting from scalar to vector, try to match gcc C
10408         behaviour.
10409         * value.h (value_vector_widen): Declare.
10410         * opencl-lang.c (opencl_value_cast): New opencl specific casting
10411         function, handle special case for casting scalar to vector.
10412         (opencl_relop): Use opencl_value_cast.
10413         (evaluate_subexp_opencl): Use opencl_value_cast instead of
10414         value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
10415         in order to use opencl_value_cast.
10416
10417 2013-01-25  Yao Qi  <yao@codesourcery.com>
10418
10419         * event-loop.c: Include "queue.h".
10420         (gdb_event_p): New typedef.
10421         (DECLARE_QUEUE_P): Use.
10422         (DEFINE_QUEUE_P): Use.
10423         (async_queue_event): Remove.
10424         (gdb_event_xfree): New.
10425         (initialize_event_loop): New.
10426         (process_event): Use QUEUE macros.
10427         (event_queue): Remove.
10428         (gdb_wait_for_event): Caller update.
10429         (check_async_event_handlers): Likewise.
10430         (poll_timers): Likewise.
10431         * event-loop.h (initialize_event_loop): Declare.
10432         * event-loop.c (gdb_event_xfree): New.
10433         * top.c (gdb_init): Call initialize_event_loop.
10434
10435 2013-01-25  Yao Qi  <yao@codesourcery.com>
10436
10437         * event-loop.c (async_queue_event): Remove one parameter
10438         'position'.  Remove code handling 'position' == TAIL.
10439         (gdb_wait_for_event): Caller update.
10440         (check_async_event_handlers): Caller update.
10441         (poll_timers): Caller update.
10442         * event-loop.h (enum queue_position): Remove.
10443
10444 2013-01-25  Maxim Kuvyrkov  <maxim@kugelworks.com>
10445
10446         * MAINTAINERS: Update my email.
10447
10448 2013-01-25  Yao Qi  <yao@codesourcery.com>
10449
10450         * main.c (print_gdb_help): Remove "--epoch" from the help
10451         message.
10452
10453 2013-01-24  Ulrich Weigand  <uweigand@de.ibm.com>
10454
10455         * symtab.c (skip_prologue_using_sal): Consider a file
10456         change the same as an increased line number
10457
10458 2013-01-24  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
10459
10460         * MAINTAINERS (Write After Approval): Add myself to the list.
10461
10462 2013-01-24  Tom Tromey  <tromey@redhat.com>
10463
10464         * ada-lang.h (ada_decode_symbol): Make return type const.
10465         * ada-lang.c (ada_decode_symbol): Likewise.
10466
10467 2013-01-23  Doug Evans  <dje@google.com>
10468
10469         * linespec.c (find_linespec_symbols): Make static.
10470
10471 2013-01-23  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
10472
10473         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
10474         type on float conversion for complex type.
10475
10476 2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
10477
10478         Add a new class gdb.Architecture which exposes GDB's
10479         internal representation of architecture via GDB Python API.
10480         * Makefile.in: Add entries corresponding to the new file
10481         python/py-arch.c.
10482         * NEWS (Python Scripting): Add entries for the new class
10483         gdb.Architecture and the new method gdb.Frame.architecture.
10484         * python/py-arch.c: Implement gdb.Architecture class.
10485         * python/py-frame.c (frapy_arch): Implement the method
10486         gdb.Frame.architecture().
10487         (frame_object_methods): Add 'architecture' to the method table.
10488         * python/python-internal.h: Add declarations of new utility
10489         functions.
10490         * python/python.c (_initialize_python): Initialize
10491         gdb.Architecture class.
10492
10493 2013-01-23  Doug Evans  <dje@google.com>
10494
10495         Work around binutils/15021.
10496         * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
10497         type_unit_group out of union s.  All uses updated.
10498         (read_index_from_section): Watch for index version 8.
10499         (follow_die_sig): If using .gdb_index version <= 7, record the TU as
10500         an imported symtab.
10501         (write_psymtabs_to_index): Increment version number to 8.
10502
10503 2013-01-22  Pedro Alves  <palves@redhat.com>
10504
10505         * annotate.c (breakpoint_changed): Skip if breakpoint is not
10506         user-visible.
10507
10508 2013-01-22  Pedro Alves  <palves@redhat.com>
10509
10510         * annotate.c (annotate_breakpoints_changed): Rename to ...
10511         (annotate_breakpoints_invalid): ... this.  Make static.
10512         (breakpoint_changed): Adjust.
10513         (_initialize_annotate): Always install the observers.  Install a
10514         "breakpoint_created" observer.
10515         * annotate.h (annotate_breakpoints_changed): Delete declaration.
10516         * breakpoint.c (set_breakpoint_condition)
10517         (breakpoint_set_commands, do_map_commands_command)
10518         (init_raw_breakpoint, clear_command, set_ignore_count)
10519         (enable_breakpoint_disp): No longer call
10520         annotate_breakpoints_changed.
10521
10522 2013-01-22  Pedro Alves  <palves@redhat.com>
10523
10524         * annotate.c: Include "inferior.h".
10525         (frames_invalid_emitted)
10526         (breakpoints_invalid_emitted): New globals.
10527         (async_background_execution_p): New function.
10528         (annotate_breakpoints_changed, annotate_frames_invalid): Skip
10529         emitting the annotation if it has already been emitted.
10530         (annotate_display_prompt): New function.
10531         * annotate.h (annotate_display_prompt): New declaration.
10532         * event-top.c: Include annotate.h.
10533         (display_gdb_prompt): Call annotate_display_prompt.
10534
10535 2013-01-22  Pedro Alves  <palves@redhat.com>
10536
10537         * annotate.c (ignore_count_changed): Delete.
10538         (annotate_breakpoints_changed): Don't clear ignore_count_changed.
10539         (annotate_ignore_count_change): Delete.
10540         (annotate_stopped): Don't emit a delayed breakpoints-changed
10541         annotation.
10542         * annotate.h (annotate_ignore_count_change): Delete.
10543         * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
10544         annotate_ignore_count_change.
10545
10546 2013-01-22  Tom Tromey  <tromey@redhat.com>
10547
10548         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
10549         require_rvalue for a register location.
10550
10551 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
10552
10553         * breakpoint.c (print_one_breakpoint_location): Add MI
10554         field 'thread-groups' when printing a breakpoint.
10555         (output_thread_groups): New function.
10556
10557 2013-01-21  Siva Chandra Reddy  <sivachandra@google.com>
10558
10559         * python/lib/gdb/commands/explore.py
10560         (CompoundExplorer.explore_expr): Correct the name of a method
10561         being invoked.
10562         (ExploreTypeCommand.invoke): Add a missing 'return'.
10563
10564 2013-01-21  Tom Tromey  <tromey@redhat.com>
10565
10566         * gdb_obstack.h (obconcat): Move declaration here, from...
10567         * symfile.h (obconcat): ... here.
10568         * gdb_obstack.c: New file.
10569         (obconcat): Move from...
10570         * symfile.c (obconcat): ... here.
10571         * Makefile.in (SFILES): Add gdb_obstack.c.
10572         (COMMON_OBS): Add gdb_obstack.o.
10573
10574 2013-01-21  Tom Tromey  <tromey@redhat.com>
10575
10576         * symfile.h (obsavestring): Don't declare.
10577         * symfile.c (obsavestring): Remove.
10578         * ada-exp.y: Use obstack_copy0, not obsavestring.
10579         * ada-lang.c: Use obstack_copy0, not obsavestring.
10580         * coffread.c: Use obstack_copy0, not obsavestring.
10581         * cp-namespace.c: Use obstack_copy0, not obsavestring.
10582         * dbxread.c: Use obstack_copy0, not obsavestring.
10583         * dwarf2read.c: Use obstack_copy0, not obsavestring.
10584         * jit.c: Use obstack_copy0, not obsavestring.
10585         * mdebugread.c: Use obstack_copy0, not obsavestring.
10586         * psymtab.c: Use obstack_copy0, not obsavestring.
10587         * stabsread.c: Use obstack_copy0, not obsavestring.
10588         * xcoffread.c: Use obstack_copy0, not obsavestring.
10589
10590 2013-01-21  Tom Tromey  <tromey@redhat.com>
10591
10592         * dwarf2read.c (fixup_go_packaging): Save package name
10593         on objfile obstack.
10594         * gdbtypes.c (init_type): Don't copy name.
10595
10596 2013-01-21  Tom Tromey  <tromey@redhat.com>
10597
10598         * dwarf2read.c (struct partial_die_info) <name, scope>: Now
10599         const.
10600         (struct attribute) <u.str>: Now const.
10601         (struct fnfieldlist) <name>: Now const.
10602         (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
10603         (partial_die_parent_scope): Make return type const.
10604         (partial_die_full_name, add_partial_symbol): Update.
10605         (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
10606         'name' const.
10607         (find_file_and_directory): Make 'name' and 'comp_dir' const.
10608         (read_file_scope, read_func_scope, dwarf2_add_field)
10609         (dwarf2_add_member_fn, read_structure_type)
10610         (process_enumeration_scope, read_array_type, read_module_type)
10611         (read_base_type, read_subrange_type): Update.
10612         (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
10613         (new_symbol_full, guess_full_die_structure_name): Update.
10614         (dwarf2_canonicalize_name): Return const type.  Make 'name' const.
10615         (dwarf2_name): Return const type.
10616         (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
10617         const.
10618
10619 2013-01-21  Tom Tromey  <tromey@redhat.com>
10620
10621         * gdbtypes.c (init_type): Make 'name' const.
10622         * gdbtypes.h (init_type): Update.
10623
10624 2013-01-21  Tom Tromey  <tromey@redhat.com>
10625
10626         * buildsym.c (patch_subfile_names): Use set_last_source_file.
10627         (start_symtab): Make 'name' and 'dirname' const.  Use
10628         set_last_source_file.
10629         (restart_symtab, reset_symtab_globals): Use set_last_source_file.
10630         (last_source_file): Define.  Now static.
10631         (set_last_source_file, get_last_source_file): New functions.
10632         * buildsym.h (last_source_file): Don't declare.
10633         (start_symtab): Update.
10634         (set_last_source_file, get_last_source_file): Declare.
10635         * coffread.c (complete_symtab): Use set_last_source_file.
10636         (coff_end_symtab): Likewise.
10637         (coff_symtab_read): Use set_last_source_file, get_last_source_file.
10638         * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
10639         set_last_source_file.
10640         (process_one_symbol): Use get_last_source_file.
10641         * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
10642         (psymtab_to_symtab_1): Use get_last_source_file.
10643         * xcoffread.c (process_linenos): Use get_last_source_file.
10644         (complete_symtab): Use set_last_source_file.
10645         (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
10646         (scan_xcoff_symtab): Use set_last_source_file.
10647
10648 2013-01-21  Tom Tromey  <tromey@redhat.com>
10649
10650         * symtab.c (struct demangled_name_entry) <mangled>: Now const.
10651         (symbol_set_names): Remove casts.  Handle field const-ness.
10652
10653 2013-01-21  Tom Tromey  <tromey@redhat.com>
10654
10655         * dwarf2read.c (new_symbol_full): Remove cast.
10656         * symtab.c (symbol_set_demangled_name): Make 'name' const.
10657         * symtab.h (symbol_set_demangled_name): Update.
10658
10659 2013-01-21  Tom Tromey  <tromey@redhat.com>
10660
10661         * main.c (captured_main): Call bfd_init.
10662
10663 2013-01-21  Tom Tromey  <tromey@redhat.com>
10664
10665         * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
10666         * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
10667         * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
10668         * NEWS: Update.
10669
10670 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
10671
10672         * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
10673
10674 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
10675
10676         Fix gdb.fortran/common-block.exp crash in PIE mode.
10677         * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
10678         LOC_COMMON_BLOCK.
10679         * f-valprint.c (info_common_command_for_block): Expect
10680         LOC_COMMON_BLOCK in gdb_assert.
10681         * symtab.h (struct general_symbol_info): Update comment for the
10682         common_block member.
10683         (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
10684         (enum address_class): New member LOC_COMMON_BLOCK.
10685
10686 2013-01-18  David Blaikie  <dblaikie@gmail.com>
10687
10688         * MAINTAINERS (Write After Approval): Add "David Blaikie".
10689
10690 2013-01-18  Tom Tromey  <tromey@redhat.com>
10691
10692         PR c++/14999:
10693         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
10694         Call require_rvalue.
10695
10696 2013-01-18  Yao Qi  <yao@codesourcery.com>
10697
10698         * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
10699         (dbx_read_symtab): New declaration.
10700         (dbx_psymtab_to_symtab): Delete.
10701         (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
10702         Rename parameter PST to SELF.  Exchanged two parameters.
10703         (start_psymtab): Caller update.
10704         * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
10705         (dwarf2_read_symtab): New declaration.
10706         (dwarf2_psymtab_to_symtab): Delete.
10707         (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
10708         Rename parameter PST to SELF.  Exchanged two parameters.
10709         (create_partial_symtab): Caller update.
10710         * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
10711         (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
10712         Rename parameter PST to SELF.  Exchanged two parameters.
10713         (parse_partial_symbols, new_psymtab): Caller update.
10714         * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
10715         two parameters.
10716         * psymtab.c (psymtab_to_symtab): Caller update.
10717         * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
10718         (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
10719         Rename parameter PST to SELF.  Exchanged two parameters.
10720         (xcoff_start_psymtab): Caller update.
10721
10722 2013-01-18  Yao Qi  <yao@codesourcery.com>
10723
10724         * infrun.c (proceed): Rename local variable 'oneproc' to
10725         'force_step'.
10726
10727 2013-01-17  Doug Evans  <dje@google.com>
10728
10729         * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
10730         (dw2_build_type_unit_groups): Delete.  All uses updated.
10731
10732         * symtab.h (struct symbol_search): Add comment.
10733
10734 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
10735
10736         * symtab.c (compare_filenames_for_search): New comment for
10737         HAS_DRIVE_SPEC.
10738
10739 2013-01-17  Tom Tromey  <tromey@redhat.com>
10740
10741         * cp-abi.c (cp_abi_completer): Fix typo in assignment.
10742
10743 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
10744
10745         * symtab.c (iterate_over_some_symtabs): New variable cleanups,
10746         initialize it by existing make_cleanup.  Call new do_cleanups.
10747
10748 2013-01-17  Tom Tromey  <tromey@redhat.com>
10749
10750         * cp-abi.c (cp_abi_completer): New function.
10751         (_initialize_cp_abi): Set completer for "set cp-abi".
10752
10753 2013-01-17  Tom Tromey  <tromey@redhat.com>
10754
10755         * mem-break.c: Remove obsolete comment.
10756         * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
10757
10758 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
10759
10760         * jit.c (jit_reader_load_command): Interpret the jit reader name
10761         as an absolute path if it begins with a forward slash.
10762
10763 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
10764
10765         PR gdb/14550
10766
10767         * jit.c (finalize_symtab): Ensure that only the global block has a
10768         NULL superblock.
10769
10770 2013-01-17  Pedro Alves  <palves@redhat.com>
10771
10772         * acinclude.m4: Include ../config/plugins.m4,
10773         ../config/largefile.m4 and ../config/lead-dot.m4.  Add comments.
10774         * Makefile.in (aclocal_m4_deps): Update.
10775         * aclocal.m4: Renegerate.
10776
10777 2013-01-16  Doug Evans  <dje@google.com>
10778
10779         * contrib/cc-with-tweaks.sh: Add references to Fission docs.
10780
10781 2013-01-16  Pedro Alves  <palves@redhat.com>
10782             Tom Tromey  <tromey@redhat.com>
10783
10784         PR cli/7221:
10785         * NEWS: Add "catch signal".
10786         * breakpoint.c (base_breakpoint_ops): No longer static.
10787         (bpstat_explains_signal): New function.
10788         (init_catchpoint): No longer static.
10789         (base_breakpoint_explains_signal): New function.
10790         (base_breakpoint_ops): Initialize new field.
10791         * breakpoint.h (enum bpstat_signal_value): New.
10792         (struct breakpoint_ops) <explains_signal>: New field.
10793         (bpstat_explains_signal): Remove macro, declare as function.
10794         (base_breakpoint_ops, init_catchpoint): Declare.
10795         * break-catch-sig.c: New file.
10796         * inferior.h (signal_catch_update): Declare.
10797         * infrun.c (signal_catch): New global.
10798         (handle_syscall_event): Update for change to
10799         bpstat_explains_signal.
10800         (handle_inferior_event): Likewise.  Always handle random signals
10801         via bpstats.
10802         (signal_cache_update): Check signal_catch.
10803         (signal_catch_update): New function.
10804         (_initialize_infrun): Initialize signal_catch.
10805         * Makefile.in (SFILES): Add break-catch-sig.c.
10806         (COMMON_OBS): Add break-catch-sig.o.
10807
10808 2013-01-16  Tom Tromey  <tromey@redhat.com>
10809
10810         * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
10811         (print_one_catch_solib, print_one_catch_syscall)
10812         (print_one_catch_exec, print_one_exception_catchpoint): Emit
10813         "catch-type".
10814
10815 2013-01-16  Yao Qi  <yao@codesourcery.com>
10816
10817         * printcmd.c (current_display_number): Make it static.
10818
10819 2013-01-16  Yao Qi  <yao@codesourcery.com>
10820
10821         * infcmd.c (step_once): Don't check '!single_inst' as it was
10822         checked before.
10823
10824 2013-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10825
10826         * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
10827
10828 2013-01-14  Tom Tromey  <tromey@redhat.com>
10829
10830         * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
10831         set command.
10832         * command.h (add_setshow_string_noescape_cmd): Update.
10833         * corefile.c (set_gnutarget_command): Remove trailing whitespace.
10834         (complete_set_gnutarget): New function.
10835         (_initialize_core): Set the "set gnutarget" completer.
10836
10837 2013-01-14  Tom Tromey  <tromey@redhat.com>
10838
10839         PR symtab/14442:
10840         * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
10841         (c_type_print_modifier): Likewise.
10842         * dwarf2read.c (read_tag_restrict_type): New function.
10843         (read_type_die_1): Handle DW_TAG_restrict_type.
10844         * gdbtypes.c (make_restrict_type): New function.
10845         (recursive_dump_type): Handle TYPE_RESTRICT.
10846         * gdbtypes.h (enum type_flag_values): Renumber.
10847         (enum type_instance_flag_value): Add
10848         TYPE_INSTANCE_FLAG_RESTRICT.
10849         (TYPE_RESTRICT): New macro.
10850         (make_restrict_type): Declare.
10851
10852 2013-01-14  Tom Tromey  <tromey@redhat.com>
10853
10854         PR symtab/14931:
10855         * psymtab.c (struct psymtab_state): New.
10856         (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
10857         functions.
10858         * psympriv.h (make_cleanup_discard_psymtabs): Declare.
10859         * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
10860
10861 2013-01-14  Richard Sharman  <richard_sharman@mitel.com>
10862             Pedro Alves  <palves@redhat.com>
10863
10864         PR remote/14786
10865
10866         * remote.c (remote_threads_info): Make a copy of the reply from
10867         qfThreadInfo and use that instead of rs->buf.
10868
10869 2013-01-14  Yao Qi  <yao@codesourcery.com>
10870
10871         * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
10872         (dbx_psymtab_to_symtab): Likewise.
10873         * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
10874         * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
10875         * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
10876
10877 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
10878
10879         * parse.c (parse_exp_in_context): New variable inner_chain.  Call
10880         make_cleanup_restore_current_language.  Call set_language.  Move
10881         OLD_CHAIN and INNER_CHAIN cleanups.
10882         * utils.c (do_restore_current_language)
10883         (make_cleanup_restore_current_language): New functions.
10884         * utils.h (make_cleanup_restore_current_language): New declaration.
10885
10886 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
10887
10888         * source.c (symtab_to_fullname): Apply rewrite_source_path also for
10889         non-existing files.
10890
10891         * source.c (symtab_to_fullname): Do not prepend DIRNAME for
10892         non-existing files if FILENAME is already absolute.
10893
10894 2013-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10895
10896         * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
10897         fputs_filtered.  Append trailing newline.
10898
10899 2013-01-11  Yao Qi  <yao@codesourcery.com>
10900             Stan Shebs  <stan@codesourcery.com>
10901
10902         * psymtab.c (init_psymbol_list): Clarify the comment.
10903
10904 2013-01-11  Yao Qi  <yao@codesourcery.com>
10905
10906         * breakpoint.c (print_one_breakpoint_location): Remove dead code.
10907         (update_dprintf_command_list): Assert that 'printf_line' is
10908         non-null.  Remove condition check.
10909
10910 2013-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10911
10912         Code cleanup.
10913         * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
10914         type const char *.
10915         * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
10916         const char *.
10917         * tui/tui-source.h (tui_source_is_displayed): Likewise.
10918
10919 2013-01-09  Anthony Green  <green@moxielogic.com>
10920
10921         * cp-abi.c (cplus_print_vtable): Don't return value from void
10922         function.
10923         * ada-lang.c (re_set_catch_assert): Ditto.
10924
10925 2013-01-09  Doug Evans  <dje@google.com>
10926
10927         * symfile.h (quick_symbol_functions): Delete member
10928         pre_expand_symtabs_matching.  All uses removed.
10929         * dwarf2read.c (dw2_lookup_symbol): Implement.
10930         (dw2_do_expand_symtabs_matching): Delete.
10931         (dw2_pre_expand_symtabs_matching): Delete.
10932         (struct dw2_symtab_iterator): New type.
10933         (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
10934         (dw2_expand_symtabs_for_function): Rewrite.
10935         (dwarf2_gdb_index_functions): Update.
10936         * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
10937         (psym_functions): Update.
10938
10939 2013-01-09  Tom Tromey  <tromey@redhat.com>
10940
10941         * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
10942         * configure: Rebuild.
10943         * configure.ac: Add somread.o to the build if BFD has SOM
10944         support.
10945         * somread.c: Include som/aout.h, not syms.h.
10946         (som_symtab_read): Use som_external_symbol_dictionary_record.
10947         Unpack records manually.
10948         (_initialize_somread): Declare.
10949
10950 2012-01-08  Mike Frysinger  <vapier@gentoo.org>
10951
10952         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
10953         Cast return_address to 64bits.
10954
10955 2013-01-08  Hui Zhu  <hui_zhu@mentor.com>
10956
10957         * printcmd.c: Remove define of function output_command.
10958         * tracepoint.c: Remove extern of function output_command.
10959         * valprint.h: (output_command): New extern.
10960
10961 2013-01-07  Tom Tromey  <tromey@redhat.com>
10962
10963         * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
10964         Remove.
10965         (objc_language_defn): Use c_printchar, c_printstr,
10966         c_emit_char.
10967
10968 2013-01-07  Tom Tromey  <tromey@redhat.com>
10969
10970         PR cli/7719:
10971         * NEWS: Update.
10972         * ada-valprint.c (printstr, print_field_values): Remove
10973         "inspect_it" code.
10974         * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
10975         code.
10976         * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
10977         code.
10978         * m2-lang.c (m2_printstr): Remove "inspect_it" code.
10979         * main.c (captured_main): Remove "epoch" argument.
10980         * objc-lang.c (objc_printstr): Remove "inspect_it" code.
10981         * p-lang.c (pascal_printstr): Remove "inspect_it" code.
10982         * p-valprint.c (pascal_object_print_value_fields): Remove
10983         "inspect_it" code.
10984         * printcmd.c (print_command_1): Remove 'inspect' argument.
10985         (print_command, call_command): Update.
10986         (inspect_command): Remove.
10987         (_initialize_printcmd): Make "inspect" an alias for "print".
10988         * top.c (epoch_interface): Remove.
10989         * top.h (epoch_interface): Remove.
10990         * valprint.c (user_print_options): Update.
10991         (print_converted_chars_to_obstack): Remove "inspect_it" code.
10992         * valprint.h (struct value_print_options) <inspect_it>: Remove
10993         field.
10994
10995 2013-01-04  Tom Tromey  <tromey@redhat.com>
10996
10997         * valprint.h (read_string): Add 'extern'.
10998
10999 2013-01-07  Joel Brobecker  <brobecker@adacore.com>
11000
11001         * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
11002         used to decide whether to define darwin_read_dyld_info or not.
11003
11004 2013-01-03  Pierre Muller  <muller@sourceware.org>
11005
11006         * main.c (relocate_gdb_directory): Avoid calling stat function
11007         if DIR is empty.
11008
11009 2013-01-03  Yao Qi  <yao@codesourcery.com>
11010
11011         * psymtab.c (fixup_psymbol_section): Update declaration.
11012         (fixup_psymbol_section): Remove code returning value.
11013
11014 2013-01-03  Yao Qi  <yao@codesourcery.com>
11015
11016         * symtab.h: Remove some out of date comments.
11017          (enum exception_event_kind): Move it ...
11018         * breakpoint.c: ... here.
11019
11020 2013-01-02  Iain Sandoe  <developer@sandoe-acoustics.co.uk>
11021
11022         PR gdb/14405
11023         * darwin-nat.c (darwin_read_dyld_info): Only build if
11024         TASK_DYLD_INFO_COUNT is defined.
11025         (darwin_xfer_partial): Call darwin_read_dyld_info only if
11026         TASK_DYLD_INFO_COUNT is defined.
11027
11028 2013-01-02  Tom Tromey  <tromey@redhat.com>
11029
11030         * symfile.h (struct ecoff_debug_hack): Remove.
11031         * objfiles.c: Don't include mdebugread.h.
11032
11033 2013-01-02  Tom Tromey  <tromey@redhat.com>
11034
11035         * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
11036         * configure.ac: Check for Mach-O support in BFD.  Update
11037         CONFIG_OBS.
11038         * configure: Rebuild.
11039
11040 2013-01-02  Tom Tromey  <tromey@redhat.com>
11041
11042         * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
11043         * configure.ac: Use GDB_AC_CHECK_BFD.
11044         * configure: Rebuild.
11045
11046 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
11047
11048         * MAINTAINERS: Update my email.
11049
11050 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
11051
11052         * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
11053
11054 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
11055
11056         * rs6000-nat.c (bss_data_overlap): New function.
11057         (vmap_symtab): Use it to adjust the .bss section's offset.
11058
11059 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
11060
11061         Update year range in copyright notice of all files.
11062
11063 2013-01-01, 13  Joel Brobecker  <brobecker@adacore.com>
11064
11065         * top.c (print_gdb_version): Update copyright year.
11066
11067 For older changes see ChangeLog-2012.
11068 \f
11069 Local Variables:
11070 mode: change-log
11071 left-margin: 8
11072 fill-column: 74
11073 version-control: never
11074 coding: utf-8
11075 End: