Reimplement DJGPP's .gdbinit -> gdb.ini renaming.
[external/binutils.git] / gdb / ChangeLog
1 2013-07-01  Pedro Alves  <palves@redhat.com>
2
3         * configure.ac (GDBINIT): Define, depending on host.
4         * go32-nat.c (init_go32_ops): Don't override gdbinit here.
5         * top.c (PATH_MAX): Delete fallback definition.
6         (GDBINIT_FILENAME): Delete.
7         (gdbinit): Reimplement as const char array set to the GDBINIT
8         string constant.
9         * top.h (gdbinit): Make const.
10         * configure, config.in: Regenerate.
11
12 2013-07-01  Pedro Alves  <palves@redhat.com>
13
14         * cli/cli-cmds.c (source_script): Make 'file' parameter const.
15         * cli/cli-cmds.h (source_script): Likewise.
16         * exceptions.c (catch_command_errors_const): New function.
17         * exceptions.h (catch_command_errors_const): Declare.
18         * main.c (get_init_files): Make parameters const, and adjust.
19         (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
20         'local_gdbinit' locals const.  Adjust to use
21         catch_command_errors_const.
22         (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
23         'local_gdbinit' locals const.
24
25 2013-07-01  Pedro Alves  <palves@redhat.com>
26
27         * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
28         (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
29         * tracepoint.c: Don't check HAVE_UNISTD_H before including
30         <unistd.h>.
31
32 2013-07-01  Pedro Alves  <palves@redhat.com>
33
34         Import the "unistd" gnulib module.
35         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
36         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
37         import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
38         import/m4/unistd_h.m4.
39         * gnulib/aclocal.m4: Renenerate.
40         * gnulib/config.in: Renenerate.
41         * gnulib/configure: Renenerate.
42         * gnulib/import/Makefile.am: Renenerate.
43         * gnulib/import/Makefile.in: Renenerate.
44         * gnulib/import/m4/gnulib-cache.m4: Renenerate.
45         * gnulib/import/m4/gnulib-comp.m4: Renenerate.
46         * gnulib/import/m4/off_t.m4: New file.
47         * gnulib/import/m4/ssize_t.m4: New file.
48         * gnulib/import/m4/sys_types_h.m4: New file.
49         * gnulib/import/m4/unistd_h.m4: New file.
50         * gnulib/import/sys_types.in.h: New file.
51         * gnulib/import/unistd.c: New file.
52         * gnulib/import/unistd.in.h: New file.
53
54 2013-07-01  Pedro Alves  <palves@redhat.com>
55
56         * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
57         defined instead of checking HAVE_UNISTD_H.
58
59 2013-07-01  Pedro Alves  <palves@redhat.com>
60
61         Reimport gnulib from scratch.
62         * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
63         import/m4/onceonly.m4.
64         * gnulib/aclocal.m4: Renegerate.
65         * gnulib/config.in: Renegerate.
66         * gnulib/configure: Renegerate.
67         * gnulib/import/Makefile.in: Renegerate.
68         * gnulib/import/extra/update-copyright: Renegerate.
69         * gnulib/import/m4/onceonly.m4: Delete.
70
71 2013-07-01  Pedro Alves  <palves@redhat.com>
72
73         * tui/tui-regs.c (pagination_enabled): Delete declaration.
74
75 2013-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
76
77         Code cleanup.
78         * remote.c (async_remote_interrupt_twice): Make it static.
79         * remote.h (async_remote_interrupt_twice): Remove the declaration.
80
81 2013-06-29  Sergio Durigan Junior  <sergiodj@redhat.com>
82
83         * ia64-linux-tdep.c: Include <ctype.h>.
84         (ia64_linux_stap_is_single_operand): New function.
85         (ia64_linux_init_abi): Initialize SystemTap related attributes.
86
87 2013-06-28  Tom Tromey  <tromey@redhat.com>
88
89         * Makefile.in (version.c): Use version.in, not
90         common/version.in.
91         * common/create-version.sh: Likewise.
92         * common/version.in: Move...
93         * version.in: ...here.
94
95 2013-06-28  Pedro Alves  <palves@redhat.com>
96
97         * infrun.c (set_observer_mode): Don't declare pagination_enabled
98         here.
99         * utils.h (pagination_enabled): Declare.
100
101 2013-06-28  Pedro Alves  <palves@redhat.com>
102
103         * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
104         Move higher up in file.
105
106 2013-06-28  Tom Tromey  <tromey@redhat.com>
107
108         * tracepoint.c (deprecated_readline_begin_hook)
109         (deprecated_readline_hook, deprecated_readline_end_hook): Don't
110         declare.
111
112 2013-06-28  Pedro Alves  <palves@redhat.com>
113
114         PR tui/14880
115         * tui/tui-regs.c (tui_get_register): Fetch value contents before
116         checking if they're available.
117         * value.c (value_available_contents_eq): Change comment.
118         * value.h (value_available_contents_eq): Expand comment.
119
120 2013-06-27  Tom Tromey  <tromey@redhat.com>
121
122         * target.c (find_run_target): Remove.
123         * target.h (find_run_target): Remove.
124
125 2013-06-27  Tom Tromey  <tromey@redhat.com>
126
127         * corelow.c (core_gdbarch): Now static.
128
129 2013-06-27  Tom Tromey  <tromey@redhat.com>
130
131         * target.c (target_struct_index): Remove.
132
133 2013-06-27  Pedro Alves  <palves@redhat.com>
134
135         * infrun.c: Remove comment describing the 'stepping over runtime
136         loader dynamic symbol resolution code' mechanism; moved to
137         gdbint.texinfo.
138
139 2013-06-27  Pedro Alves  <palves@redhat.com>
140
141         * exceptions.c (catch_command_errors): Remove spurious space.
142         * exceptions.h (catch_command_errors): Second parameter is "arg",
143         not "command".
144
145 2013-06-27  Yao Qi  <yao@codesourcery.com>
146
147         * common/create-version.sh: Update comments.  Handle the case
148         that TARGET_ALIAS is empty.
149
150 2013-06-26  Pedro Alves  <palves@redhat.com>
151
152         * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
153         comment.
154
155 2013-06-26  Pedro Alves  <palves@redhat.com>
156
157         * infrun.c: Update comments on stepping over runtime loader
158         dynamic symbol resolution code.
159
160 2013-06-26  Sergio Durigan Junior  <sergiodj@redhat.com>
161
162         * ax-gdb.h (union exp_element): Forward declare.
163         * parser-defs.h: Include expression.h.
164
165 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
166
167         * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
168
169 2013-06-26  Dmitry Kozlov <ddk@codesourcery.com>
170
171         * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
172
173 2013-06-26  Dmitry Kozlov <ddk@codesourcery.com>
174
175         Fix trace-status to output proper start-time and stop-time.
176         * tracepoint.c (trace_status_command): Fix type of printf arg to
177         prevent improper type conversion.
178         (trace_status_mi): Likewise.
179
180 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
181
182         * mips-tdep.c (mips_next_pc): Fix a typo.
183
184 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
185
186         * mips-tdep.c (micromips_scan_prologue): Fix a typo.
187
188 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
189             Yao Qi  <yao@codesourcery.com>
190
191         * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
192         * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
193         * mi/mi-main.c (print_variable_or_computed): New function.
194         (mi_cmd_trace_frame_collected): New function.
195         * tracepoint.c (find_trace_state_variable_by_number): New.
196         (struct traceframe_info): Move to tracepoint.h
197         (struct collection_list): Likewise.
198         (do_collect_symbol): Include locals and arguments in the
199         collected variables list.
200         (clear_collection_list): Clear wholly collected variables list
201         and computed variables list.
202         (append_exp): New function.
203         (encode_actions_1): Include variables in the wholly
204         collected variables list.  Include memory ranges and
205         full-fledged expressions in the computed expressions list.
206         (encode_actions): Move some code to ...
207         Return the cleanup chain.
208         (encode_actions_rsp): ... here.  New function.
209         (get_traceframe_location, get_traceframe_info): Remove static.
210         * tracepoint.h (struct memrange): Moved from tracepoint.c.
211         (struct collection_list): Moved from tracepoint.c.  Add two
212         new fields 'wholly_collected' and 'computed'.
213         (find_trace_state_variable_by_number): Declare.
214         (encode_actions): Adjust declaration.
215         (encode_actions_rsp): Declare.
216         (get_traceframe_info, get_traceframe_location): Declare.
217
218         * NEWS: Mention new MI command -trace-frame-collected.
219
220 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
221             Yao Qi  <yao@codesourcery.com>
222
223         * ctf.c (ctf_traceframe_info): Push trace state variables
224         present in the trace data into the traceframe info object.
225         * breakpoint.c (DEF_VEC_I): Remove.
226         * common/filestuff.c (DEF_VEC_I): Likewise.
227         * dwarf2loc.c (DEF_VEC_I): Likewise.
228         * mi/mi-main.c (DEF_VEC_I): Likewise.
229         * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
230         * features/traceframe-info.dtd: Add tvar element and its
231         attributes.
232         * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
233         (build_traceframe_info): Push trace state variables present in
234         the trace data into the traceframe info object.
235         (traceframe_info_start_tvar): New function.
236         (tvar_attributes): New.
237         (traceframe_info_children): Add "tvar" element.
238         * tracepoint.h (struct traceframe_info) <tvars>: New field.
239
240         * NEWS: Mention the change in GDB and GDBserver.
241
242 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
243             Yao Qi  <yao@codesourcery.com>
244
245         * tracepoint.c (trace_dump_command): Move code to ...
246         (get_traceframe_location): ... here.  New.
247
248 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
249             Yao Qi  <yao@codesourcery.com>
250
251         * tracepoint.c (trace_dump_command): GDB emits an error
252          instead of a warning when a traceframe is not selected.
253
254 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
255             Yao Qi  <yao@codesourcery.com>
256
257         * tracepoint.c (tracepoint_list, stepping_list): Remove.
258         (clear_collection_list): Free fields 'aexpre_list' and 'list'
259         in collection_list.
260         (do_clear_collection_list, init_collection_list): New.
261         (encode_actions): Add local variables 'tracepoint_list' and
262         'stepping_list'.  Call init_collection_list and make cleanup
263         which calls do_clear_collection_list.  Don't call
264         clear_collection_list.
265         (_initialize_tracepoint): Delete references to
266         'tracepoint_list' and 'stepping_list'.
267
268 2013-06-25  Tom Tromey  <tromey@redhat.com>
269
270         * common/create-version.sh (date): Use "$", not "$$" in sed
271         expression.
272
273 2013-06-25  Kevin Buettner  <kevinb@redhat.com>
274
275         * NEWS (New targets): Add entry for TI MSP430.
276
277 2013-06-25  Yao Qi  <yao@codesourcery.com>
278
279         * remote.c (remote_start_remote): Move code to upload tsv
280         earlier.
281
282 2013-06-25  Yao Qi  <yao@codesourcery.com>
283             Hui Zhu  <hui@codesourcery.com>
284             Pedro Alves  <palves@redhat.com>
285
286         PR breakpoints/15075
287         PR breakpoints/15434
288         * breakpoint.c (bpstat_stop_status): Call
289         b->ops->after_condition_true.
290         (update_dprintf_command_list): Don't append "continue" command
291         to the command list of dprintf breakpoint.
292         (base_breakpoint_after_condition_true): New function.
293         (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
294         (dprintf_after_condition_true): New function.
295         (initialize_breakpoint_ops): Set dprintf_after_condition_true.
296         * breakpoint.h (breakpoint_ops): Add after_condition_true.
297
298 2013-06-24  Kevin Buettner  <kevinb@redhat.com>
299
300         * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
301         (ALLDEPFILES): Add msp430-tdep.c.
302         * configure.tgt (msp430*-*-elf): New target.
303         * msp430-tdep.c: New file.
304
305 2013-06-24  Maciej W. Rozycki  <macro@codesourcery.com>
306
307         * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
308         microMIPS synthetic symbols.
309
310 2013-06-24  Maciej W. Rozycki  <macro@codesourcery.com>
311
312         * objfiles.h (pc_in_section): New prototype.
313         (in_plt_section): Remove name argument, replace prototype with
314         static inline function.
315         * mips-tdep.h: Include "objfiles.h".
316         (in_mips_stubs_section): New function.
317         * hppa-tdep.h (gdbarch_tdep): Remove name argument of
318         in_solib_call_trampoline member.
319         (hppa_in_solib_call_trampoline): Remove name argument.
320         * objfiles.c (pc_in_section): New function.
321         (in_plt_section): Remove function.
322         * mips-linux-tdep.c: Include "objfiles.h".
323         (mips_linux_in_dynsym_stub): Call in_mips_stubs_section.  Remove
324         name argument.  Return 1 rather than the low 16-bit halfword of
325         any instruction examined.
326         (mips_linux_in_dynsym_resolve_code): Update
327         mips_linux_in_dynsym_stub call accordingly.
328         * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
329         rather than an equivalent hand-coded sequence.
330         * hppa-hpux-tdep.c (in_opd_section): Remove function.
331         (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
332         (hppa64_hpux_in_solib_call_trampoline): Likewise.
333         (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
334         in_opd_section.
335         * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
336         on call to tdep->in_solib_call_trampoline.
337         (hppa_in_solib_call_trampoline): Remove name argument, update
338         according to in_plt_section change.
339         (hppa_skip_trampoline_code): Update according to in_plt_section
340         change.
341         * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
342         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
343         Likewise.
344         * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
345         * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
346         * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
347         * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
348         * nto-tdep.c (nto_relocate_section_addresses): Likewise.
349         * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
350         * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
351         * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
352         * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
353         * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
354         * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
355         * sparc-tdep.c (sparc_analyze_prologue): Likewise.
356         * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
357
358 2013-06-24  Joel Brobecker  <brobecker@adacore.com>
359
360         * common/create-version.sh: Fix expansion of $host_alias
361         and $target_alias in generation of HOST_NAME and TARGET_NAME
362         (resp.).
363
364 2013-06-24  Tom Tromey  <tromey@redhat.com>
365
366         * common/create-version.sh: New file.
367         * Makefile.in (version.c): Use bfd/version.h, common/version.in,
368         create-version.sh.
369         (HFILES_NO_SRCDIR): Use common/version.h.
370         * version.in: Move to ...
371         * common/version.in: ... here.  Replace date with "DATE".
372         * version.h: Move to ...
373         * common/version.h: ... here.
374
375 2013-06-21  Joel Brobecker  <brobecker@adacore.com>
376
377         * gdb/gnulib/Makefile.in: Update date in copyright header.
378         * gdb/gnulib/configure.ac: Ditto.
379         * gdb/gnulib/update-gnulib.sh: Ditto.
380
381 2013-06-21  Joel Brobecker  <brobecker@adacore.com>
382
383         * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
384         "gdb/gnulib/import".
385
386 2013-06-21  Will Newton  <will.newton@linaro.org>
387
388         * doublest.c (ldfrexp): Remove function.
389         (convert_doublest_to_floatformat): Call frexpl instead of
390         ldfrexp.
391
392 2013-06-21  Will Newton  <will.newton@linaro.org>
393
394         * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
395         * gnulib/aclocal.m4: Regenerate.
396         * gnulib/config.in: Regenerate.
397         * gnulib/configure: Regenerate.
398         * gnulib/import/Makefile.am: Update.
399         * gnulib/import/Makefile.in: Update.
400         * gnulib/import/m4/gnulib-cache.m4: Update.
401         * gnulib/import/m4/gnulib-comp.m4: Update.
402         * gnulib/import/float+.h: Import.
403         * gnulib/import/float.c: Import.
404         * gnulib/import/float.in.h: Import.
405         * gnulib/import/fpucw.h: Import.
406         * gnulib/import/frexp.c: Import.
407         * gnulib/import/frexpl.c: Import.
408         * gnulib/import/isnan.c: Import.
409         * gnulib/import/isnand-nolibm.h: Import.
410         * gnulib/import/isnand.c: Import.
411         * gnulib/import/isnanl-nolibm.h: Import.
412         * gnulib/import/isnanl.c: Import.
413         * gnulib/import/itold.c: Import.
414         * gnulib/import/m4/exponentd.m4: Import.
415         * gnulib/import/m4/exponentl.m4: Import.
416         * gnulib/import/m4/float_h.m4: Import.
417         * gnulib/import/m4/fpieee.m4: Import.
418         * gnulib/import/m4/frexp.m4: Import.
419         * gnulib/import/m4/frexpl.m4: Import.
420         * gnulib/import/m4/isnand.m4: Import.
421         * gnulib/import/m4/isnanl.m4: Import.
422         * gnulib/import/m4/math_h.m4: Import.
423         * gnulib/import/math.c: Import.
424         * gnulib/import/math.in.h: Import.
425
426 2013-06-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
427
428         * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
429         replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
430         signature_INTEL_edx comparisons.
431
432 2013-06-20  Doug Evans  <dje@google.com>
433
434         symtab/15652
435         * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
436         All callers updated.
437         (open_dwp_file): If we can't find the dwp file, search the basename
438         in debug-file-directory.
439
440         * dwarf2read.c (struct dwp_file): Fix comment.
441         (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
442
443         * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
444         better.
445
446 2013-06-20  Yao Qi  <yao@codesourcery.com>
447
448         * breakpoint.c (create_breakpoint): Fix code indentation.
449
450 2013-06-20  Yao Qi  <yao@codesourcery.com>
451
452         * breakpoint.c (create_breakpoints_sal_default): Remove
453         parameter 'lsal'.  Update declaration.
454         (bkpt_create_breakpoints_sal): Caller update.
455         (tracepoint_create_breakpoints_sal): Likewise.
456
457 2013-06-20  Pedro Alves  <pedro@codesourcery.com>
458             Yao Qi  <yao@codesourcery.com>
459
460         * NEWS: Mention the new option '--skip-unavailable' of command
461         -data-list-register-values.
462         * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
463         --skip-unavailable option.  Adjust to use output_register.
464         (output_register): Add new 'skip_unavailable' parameter.
465         Handle it.
466
467 2013-06-19  Mike Frysinger  <vapier@gentoo.org>
468
469         * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
470         common/i386-gcc-cpuid.h.
471         * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
472         * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
473         Copy the latest version from upstream gcc.
474         * common/linux-btrace.c: Include i386-cpuid.h.
475         (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
476         call to i386_cpuid.
477         (cpu_supports_btrace): Likewise.
478         * go32-nat.c: Include i386-cpuid.h.
479         (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
480
481 2013-06-19  Doug Evans  <dje@google.com>
482
483         * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
484         (get_section_index): Ditto.
485
486 2013-06-19  Tom Tromey  <tromey@redhat.com>
487
488         * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
489         "dprintf" help.
490
491 2013-06-18  Doug Evans  <dje@google.com>
492
493         * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
494         before using it.
495         (dw2_expand_symtabs_matching): Fix symbol kind validity check.
496         Move test of cu_index closer to use.  Print complaint if cu_index
497         is bad.
498
499 2013-06-18  Joel Brobecker  <brobecker@adacore.com>
500
501         * machoread.c (oso_vector): Delete this global.
502         (macho_register_oso): Add new parameter "oso_vector_ptr".
503         Use it instead of the "oso_vector" global.
504         (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
505         (macho_symfile_read): Use a local oso_vector, to be free'ed
506         at the end of this function, in place of the old "oso_vector"
507         global.  Update various function calls accordingly.  Use one
508         single cleanup chain for the entire function.
509
510 2013-06-18  Joel Brobecker  <brobecker@adacore.com>
511
512         * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
513         DWARF2_PER_OBJFILE by uses of DATA instead.
514
515 2013-06-18  Tom Tromey  <tromey@redhat.com>
516
517         * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
518         argument.
519         * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
520         Special case signals other than GDB_SIGNAL_TRAP.
521         (explains_signal_watchpoint): New function.
522         (base_breakpoint_explains_signal): Add 'sig' argument.
523         (initialize_breakpoint_ops): Set 'explains_signal' method for
524         watchpoints.
525         * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
526         signal argument.
527         (bpstat_explains_signal): Likewise.
528         * infrun.c (handle_syscall_event, handle_inferior_event): Update.
529
530 2013-06-18  Tom Tromey  <tromey@redhat.com>
531
532         * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
533
534 2013-06-18  Tom Tromey  <tromey@redhat.com>
535
536         * python/python.c (finish_python_initialization): Decref
537         'pythondir' on failure path as well.
538
539 2013-06-18  Tom Tromey  <tromey@redhat.com>
540
541         PR symtab/15391:
542         * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
543         after taking bits_to_skip into account.  Sign extend byte_offset.
544         * utils.h (gdb_sign_extend): Declare.
545         * utils.c (gdb_sign_extend): New function.
546
547 2013-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
548
549         * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
550
551 2013-06-17  Pierre Muller  <muller@sourceware.org>
552
553         * corelow.c (core_open): Print GDB signal name instead of target
554         signal number.
555
556 2013-06-17  Mike Frysinger  <vapier@gentoo.org>
557
558         * .gitignore: Add /gcore.
559
560 2013-06-13  Doug Evans  <dje@google.com>
561
562         * dwarf2read.c (try_open_dwop_file): Work around behaviour of
563         OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
564
565 2013-06-12  Phil Muldoon  <pmuldoon@redhat.com>
566
567         * stack.c (backtrace_command_1): Fix indentation.
568
569 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
570
571         * window-nat.c (thread_rec): Add missing empty line after
572         local variable declaration.
573
574 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
575
576         * windows-nat.c (thread_rec): Revert format used to print
577         error code returned by SuspendThread from %d back to %u.
578
579 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
580
581         * windows-nat.c (windows_continue): Add "0x" prefix for thread
582         ID in debug trace.
583         (get_windows_debug_event): Likewise, for all debug traces.
584
585 2013-06-11  Joel Brobecker  <brobecker@adacore.com>
586
587         * window-nat.c (thread_rec): Add thread ID in SuspendThread
588         warning message.
589
590 2013-06-08  Pedro Alves  <pedro@codesourcery.com>
591             Yao Qi  <yao@codesourcery.com>
592
593         * mi/mi-main.c (get_register): Remove declaration.
594         (output_register): Declare.
595         (mi_cmd_data_list_register_values): Remove local variable
596         'tuple_cleanup'.  Move some code into output_register.
597         (get_register): Renamed to ...
598         (output_register): ... this.  Output the register's
599         "number" ui_out tuple here.
600
601 2013-06-07  Pedro Alves  <palves@redhat.com>
602
603         * darwin-nat.c: Fix formating in copyright header.
604         * darwin-nat.h: Likewise.
605         * gnu-nat.c: Likewise.
606         * machoread.c: Likewise.
607
608 2013-06-07  Pedro Alves  <palves@redhat.com>
609
610         PR server/14823
611         * regformats/regdat.sh: Output #include tdesc.h.  Make globals
612         static.  Output a global target description pointer.
613         (init_registers_${name}): Adjust to initialize a
614         target description structure.
615
616 2013-06-07  Will Newton  <will.newton@linaro.org>
617
618         * printcmd.c (build_address_symbolic): Call
619         gdbarch_addr_bits_remove for text minimal symbols.
620
621 2013-06-07  Will Newton  <will.newton@linaro.org>
622
623         * MAINTAINERS: Add myself to Write After Approval.
624
625 2013-06-07  Yao Qi  <yao@codesourcery.com>
626
627         * tracepoint.c (start_tracing): Move code to ...
628         (trace_reset_local_state): ... here.  New.
629         (disconnect_tracing): Don't call set_current_traceframe,
630         set_tracepoint_num, and set_traceframe_context. Call
631         trace_reset_local_state instead.
632         (tfile_close): Call trace_reset_local_state.
633         * ctf.c (ctf_close): Likewise.
634         * remote.c (remote_close): Likewise.
635         * tracepoint.h (trace_reset_local_state): Declare.
636
637 2013-06-06  Doug Evans  <dje@google.com>
638
639         * dwarf2read.c: Whitespace fixes for DWP file format documentation,
640         and fix header docs.
641
642 2013-06-05  Doug Evans  <dje@google.com>
643             Keith Seitz  <keiths@redhat.com>
644
645         PR 15519
646         * cp-namespace.c (find_symbol_in_baseclass): Call
647         cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
648         Check result of call to lookup_symbol_static.
649         Call lookup_static_symbol_aux unconditionally.
650         Call check_typedef on base types before accessing them.
651         (cp_lookup_nested_symbol): Fix comment.
652
653 2013-06-05  Luis Machado  <lgustavo@codesourcery.com>
654
655         * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
656         minimal symbols pointing to function descriptors.
657
658 2013-06-05  Tom Tromey  <tromey@redhat.com>
659
660         * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
661
662 2013-06-04  Sergio Durigan Junior  <sergiodj@redhat.com>
663             Pedro Alves  <palves@redhat.com>
664
665         * remote.c (remote_wait_as): Restore signal handler before returning
666         when GDB gets a notification.
667
668 2013-06-04  Gary Benson  <gbenson@redhat.com>
669
670         PR 2328
671         * breakpoint.h (handle_solib_event): Moved function declaration
672         to solib.h.
673         * breakpoint.c (handle_solib_event): Moved function to solib.c.
674         (bpstat_stop_status): Pass new argument to handle_solib_event.
675         * solib.h (update_solib_breakpoints): New function declaration.
676         (handle_solib_event): Moved function declaration from
677         breakpoint.h.
678         * solib.c (update_solib_breakpoints): New function.
679         (handle_solib_event): Moved function from breakpoint.c.
680         Updated to call solib_ops->handle_event if not NULL.
681         * solist.h (target_so_ops): New fields "update_breakpoints" and
682         "handle_event".
683         * infrun.c (set_stop_on_solib_events): New function.
684         (_initialize_infrun): Use the above for "set
685         stop-on-solib-events".
686         (handle_inferior_event): Pass new argument to handle_solib_event.
687         * solib-svr4.c (probe.h): New include.
688         (svr4_free_library_list): New forward declaration.
689         (probe_action): New enum.
690         (probe_info): New struct.
691         (probe_info): New static variable.
692         (NUM_PROBES): New definition.
693         (svr4_info): New fields "using_xfer", "probes_table" and
694         "solib_list".
695         (free_probes_table): New function.
696         (free_solib_list): New function.
697         (svr4_pspace_data_cleanup): Free probes table and solib list.
698         (svr4_copy_library_list): New function.
699         (svr4_current_sos_via_xfer_libraries): New parameter "annex".
700         (svr4_read_so_list): New parameter "prev_lm".
701         (svr4_current_sos_direct): Renamed from "svr4_current_sos".
702         (svr4_current_sos): New function.
703         (probe_and_action): New struct.
704         (hash_probe_and_action): New function.
705         (equal_probe_and_action): Likewise.
706         (register_solib_event_probe): Likewise.
707         (solib_event_probe_at): Likewise.
708         (solib_event_probe_action): Likewise.
709         (solist_update_full): Likewise.
710         (solist_update_incremental): Likewise.
711         (disable_probes_interface_cleanup): Likewise.
712         (svr4_handle_solib_event): Likewise.
713         (svr4_update_solib_event_breakpoint): Likewise.
714         (svr4_update_solib_event_breakpoints): Likewise.
715         (svr4_create_solib_event_breakpoints): Likewise.
716         (enable_break): Free probes table before creating breakpoints.
717         Use svr4_create_solib_event_breakpoints to create breakpoints.
718         (svr4_solib_create_inferior_hook): Free the solib list.
719         (_initialize_svr4_solib): Initialise
720         svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
721
722 2013-06-04  Gary Benson  <gbenson@redhat.com>
723
724         * target.h (target_ops): New field
725         "to_augmented_libraries_svr4_read".
726         (target_augmented_libraries_svr4_read): New macro.
727         * target.c (update_current_target): Handle
728         to_augmented_libraries_svr4_read.
729         * remote.c (remote_state): New field
730         "augmented_libraries_svr4_read".
731         (remote_augmented_libraries_svr4_read_feature): New function.
732         (remote_protocol_features): Add entry for
733         "augmented-libraries-svr4-read".
734         (remote_augmented_libraries_svr4_read): New function.
735         (init_remote_ops): Initialize
736         remote_ops.to_augmented_libraries_svr4_read.
737
738 2013-06-04  Gary Benson  <gbenson@redhat.com>
739
740         * NEWS: Update.
741
742 2013-06-04  Gary Benson  <gbenson@redhat.com>
743
744         * objfiles.h (inhibit_section_map_updates): New function
745         declaration.
746         (resume_section_map_updates): Likewise.
747         (resume_section_map_updates_cleanup): Likewise.
748         * objfiles.c (objfile_pspace_info): Removed field
749         "objfiles_changed_p".  New fields "new_objfiles_available",
750         "section_map_dirty" and "inhibit_updates".
751         (allocate_objfile): Set new_objfiles_available.
752         (free_objfile): Set section_map_dirty.
753         (objfile_relocate1): Likewise.
754         (in_plt_section): Likewise.
755         (find_pc_section): Update the conditions under which the
756         section map will be updated.
757         (inhibit_section_map_updates): New function.
758         (resume_section_map_updates): Likewise.
759         (resume_section_map_updates_cleanup): Likewise.
760
761 2013-06-04  Gary Benson  <gbenson@redhat.com>
762
763         * probe.h (get_probe_argument_count): New declaration.
764         (evaluate_probe_argument): Likewise.
765         * probe.c (get_probe_argument_count): New function.
766         (evaluate_probe_argument): Likewise.
767         (probe_safe_evaluate_at_pc): Use the above new functions.
768
769 2013-06-04  Alan Modra  <amodra@gmail.com>
770
771         * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
772         * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
773         (ppc_insns_match_pattern): Add frame param.  Avoid multiple
774         target mem reads on optional insns.
775         * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
776         ppc_insns_match_pattern calls.
777         * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
778         Add match for power7 thread safety insns, and new order of
779         std 2,40(1) insn.  Correct code shown for _dl_runtime_resolve
780         invocation in comment, and update rest of comment.
781         (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
782         PPC64_STANDARD_LINKAGE3_LEN): Delete.
783         (ppc64_standard_linkage2_target): Update insn offsets.
784         (ppc64_skip_trampoline_code): Use a single insn buffer.  Match newer
785         stubs first.  Update calls.
786
787 2013-06-04  Yao Qi  <yao@codesourcery.com>
788
789         * solib.c (solib_find): Don't need dir separator if path has
790         drive spec.
791
792 2013-06-03  Joel Brobecker  <brobecker@adacore.com>
793
794         Revert (indirectly causes a SIGSEGV):
795         * machoread.c (macho_symfile_read): Assign first cleanup to
796         'back_to'.
797
798 2013-06-03  Yao Qi  <yao@codesourcery.com>
799
800         * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
801         mi-parse.c.  Make them static.
802         (mi_all_values): Likewise.
803         (mi_parse_values_option): Move to mi-parse.c.  Rename it to
804         mi_parse_print_values.  Make it external.
805         * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
806         Remove the declarations.
807         * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
808         * mi/mi-parse.h (mi_parse_print_values): Declare.
809         * mi/mi-cmd-stack.c: Include mi-parse.h.
810         (parse_print_values): Remove
811         (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
812         of parse_print_values.
813         (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
814
815 2013-05-31  Pedro Alves  <pedro@codesourcery.com>
816             Yao Qi  <yao@codesourcery.com>
817
818         * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
819         (encode_actions): Move code to ...
820         (all_tracepoint_actions_and_cleanup): ... here.  New.
821         (trace_dump_command): Likewise.
822
823 2013-05-30  Tom Tromey  <tromey@redhat.com>
824
825         * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
826
827 2013-05-30  Tom Tromey  <tromey@redhat.com>
828
829         * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
830         gdb_xml_create_parser_and_cleanup_1.  Return a cleanup.  Remove
831         'old_chain' argument.  Add 'parser_result' argument.
832         (gdb_xml_create_parser_and_cleanup): Remove old version.
833         (gdb_xml_parse_quick): Update.
834         (xml_process_xincludes): Update.
835         * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
836         declare.
837
838 2013-05-30  Tom Tromey  <tromey@redhat.com>
839
840         * probe.c (collect_probes): Check arguments for NULL before
841         calling compile_rx_or_error.
842         * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
843         Remove NULL return.
844
845 2013-05-30  Tom Tromey  <tromey@redhat.com>
846
847         * infrun.c (adjust_pc_after_break): Introduce an outer null
848         cleanup.
849
850 2013-05-30  Tom Tromey  <tromey@redhat.com>
851
852         * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
853
854 2013-05-30  Tom Tromey  <tromey@redhat.com>
855
856         * cli/cli-script.c (read_command_lines_1): Use a null cleanup
857         for 'old_chain'.  Do not check 'head' before processing
858         cleanups.
859
860 2013-05-30  Tom Tromey  <tromey@redhat.com>
861
862         * mi/mi-cmd-stack.c (list_arg_or_local): Remove
863         "cleanup_tuple".
864
865 2013-05-30  Tom Tromey  <tromey@redhat.com>
866
867         * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
868         inner scope.  Unconditionally call do_cleanups.
869
870 2013-05-30  Tom Tromey  <tromey@redhat.com>
871
872         * source.c (find_and_open_source): Call do_cleanups.
873
874 2013-05-30  Tom Tromey  <tromey@redhat.com>
875
876         * linux-thread-db.c (thread_db_load_search): Unconditionally
877         call do_cleanups.
878
879 2013-05-30  Tom Tromey  <tromey@redhat.com>
880
881         * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
882         for 'cleanup'; instead use a later one.
883
884 2013-05-30  Tom Tromey  <tromey@redhat.com>
885
886         * python/py-breakpoint.c (bppy_get_commands): Use
887         explicit, unconditional return.
888         * python/py-frame.c (frapy_read_var): Likewise.
889         * python/python.c (gdbpy_decode_line): Likewise.
890
891 2013-05-30  Tom Tromey  <tromey@redhat.com>
892
893         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
894         do_cleanups on all return paths.
895
896 2013-05-30  Tom Tromey  <tromey@redhat.com>
897
898         * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
899
900 2013-05-30  Tom Tromey  <tromey@redhat.com>
901
902         * stabsread.c (read_struct_type): Call do_cleanups along
903         all return paths.
904
905 2013-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
906
907         * mips-linux-tdep.c: Adjust formatting throughout.
908
909 2013-05-30  Tom Tromey  <tromey@redhat.com>
910
911         * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
912         along all return paths.
913
914 2013-05-30  Tom Tromey  <tromey@redhat.com>
915
916         * symfile.c (find_separate_debug_file): Call do_cleanups
917         along all return paths.
918
919 2013-05-30  Tom Tromey  <tromey@redhat.com>
920
921         * symtab.c (search_symbols): Introduce a null cleanup for
922         'retval_chain'.
923
924 2013-05-30  Tom Tromey  <tromey@redhat.com>
925
926         * python/py-value.c (valpy_binop): Call do_cleanups before
927         exiting loop.
928
929 2013-05-30  Tom Tromey  <tromey@redhat.com>
930
931         * python/py-prettyprint.c (print_children): Remove extra
932         do_cleanups call.
933
934 2013-05-30  Tom Tromey  <tromey@redhat.com>
935
936         * python/py-frame.c (frapy_read_var): Call do_cleanups along
937         all return paths.
938
939 2013-05-30  Tom Tromey  <tromey@redhat.com>
940
941         * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
942         along all return paths.
943
944 2013-05-30  Tom Tromey  <tromey@redhat.com>
945
946         * cli/cli-logging.c (set_logging_redirect): Unconditionally
947         call do_cleanups.
948
949 2013-05-30  Tom Tromey  <tromey@redhat.com>
950
951         * varobj.c (c_value_of_root): Call do_cleanups along all
952         return paths.
953
954 2013-05-30  Tom Tromey  <tromey@redhat.com>
955
956         * tracepoint.c (trace_dump_command): Unconditionally call
957         do_cleanups.
958
959 2013-05-30  Tom Tromey  <tromey@redhat.com>
960
961         * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
962         do_cleanups earlier.
963
964 2013-05-30  Tom Tromey  <tromey@redhat.com>
965
966         * machoread.c (macho_symfile_read): Assign first cleanup to
967         'back_to'.
968
969 2013-05-30  Tom Tromey  <tromey@redhat.com>
970
971         * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
972
973 2013-05-30  Tom Tromey  <tromey@redhat.com>
974
975         * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
976
977 2013-05-30  Tom Tromey  <tromey@redhat.com>
978
979         * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
980         call discard_cleanups.
981         (inf_ptrace_attach): Likewise.
982
983 2013-05-30  Tom Tromey  <tromey@redhat.com>
984
985         * remote-mips.c (mips_exit_debug): Call do_cleanups on all
986         return paths.
987         (mips_initialize): Likewise.
988         (common_open): Call do_cleanups.
989
990 2013-05-30  Tom Tromey  <tromey@redhat.com>
991
992         * utils.c (internal_vproblem): Call do_cleanups.
993
994 2013-05-30  Tom Tromey  <tromey@redhat.com>
995
996         * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
997
998 2013-05-30  Tom Tromey  <tromey@redhat.com>
999
1000         * cli/cli-script.c (setup_user_args): Don't return after error.
1001
1002 2013-05-30  Tom Tromey  <tromey@redhat.com>
1003
1004         * somread.c (som_symtab_read): Call do_cleanups.
1005
1006 2013-05-30  Tom Tromey  <tromey@redhat.com>
1007
1008         * printcmd.c (print_command_1): Unconditionally call do_cleanups.
1009
1010 2013-05-30  Tom Tromey  <tromey@redhat.com>
1011
1012         * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
1013         * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
1014         * interps.c (interpreter_exec_cmd): Call do_cleanups.
1015         * source.c (show_substitute_path_command): Call do_cleanups.
1016         (unset_substitute_path_command, set_substitute_path_command):
1017         Likewise.
1018         * symfile.c (load_command): Call do_cleanups.
1019
1020 2013-05-30  Tom Tromey  <tromey@redhat.com>
1021
1022         * contrib/cleanup_check.py: New file.
1023         * contrib/gcc-with-excheck: Add option parsing.
1024
1025 2013-05-30  Joel Brobecker  <brobecker@adacore.com>
1026
1027         * windows-nat.c (windows_delete_thread): Add missing space
1028         in cast expression.
1029
1030 2013-05-30  Hafiz Abid Qadeer  <abidh@codesourcery.com>
1031
1032         * inferior.c (top level): Include tilde.h.
1033         (add_inferior_command): Call tilde_expand on the value of 'exec'
1034         argument.
1035
1036 2013-05-30  Pedro Alves  <pedro@codesourcery.com>
1037             Yao Qi  <yao@codesourcery.com>
1038
1039         * tracepoint.c (encode_actions_1): Remove parameter 't'.
1040         Caller update.
1041         (encode_actions): Likewise.
1042         * remote.c (remote_download_tracepoint): Caller update.
1043         * tracepoint.h (encode_actions): Update declaration.
1044
1045 2013-05-30  Pedro Alves  <palves@redhat.com>
1046
1047         * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
1048         pointer.
1049
1050 2013-05-30  Yao Qi  <yao@codesourcery.com>
1051
1052         * remote.c (remote_check_symbols): Remove unused parameter
1053         'objfile'.
1054         Declaration update.
1055         (remote_start_remote, remote_new_objfile): Caller update.
1056
1057 2013-05-30  Yao Qi  <yao@codesourcery.com>
1058
1059         * mi/mi-cmds.c (mi_cmds): Define MI command
1060         '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
1061         DEF_MI_CMD_CLI.
1062
1063 2013-05-29  Pedro Alves  <palves@redhat.com>
1064
1065         * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
1066         (remote_insert_watchpoint, remote_remove_watchpoint)
1067         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
1068         (remote_verify_memory, compare_sections_command)
1069         (remote_search_memory): Set the general process/thread on the
1070         remote side.
1071
1072 2013-05-29  Pedro Alves  <palves@redhat.com>
1073
1074         * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
1075         (_initialize_aarch64_tdep): Don't call
1076         initialize_tdesc_aarch64_without_fpu.
1077         * features/Makefile (WHICH): Remove reference to
1078         aarch64-without-fpu.
1079         * features/aarch64-without-fpu.c: Delete file.
1080         * regformats/aarch64-without-fpu.dat: Delete file.
1081
1082 2013-05-28  Yao Qi  <yao@codesourcery.com>
1083
1084         * tracepoint.c (stringify_collection_list): Remove parameter
1085         'string'.
1086         (encode_actions): Caller update.  Remove local variables.
1087
1088 2013-05-24  Yao Qi  <yao@codesourcery.com>
1089
1090         * tracepoint.c (TFILE_PID): Remove.
1091         (tfile_open): Don't add thread and inferior.
1092         (tfile_close): Don't set 'inferior_ptid'.  Don't call
1093         exit_inferior_silent.
1094         (tfile_thread_alive): Remove.
1095         (init_tfile_ops): Don't set field 'to_thread_alive' of
1096         tfile_ops.
1097
1098 2013-05-23  Doug Evans  <dje@google.com>
1099
1100         * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
1101
1102 2013-05-23  Pedro Alves  <palves@redhat.com>
1103
1104         * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
1105         [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
1106         (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
1107         Only define if HAVE_SOCKETS is defined.
1108         * configure.ac: Check for sys/socket.h.
1109         * config.in, configure: Regenerate.
1110
1111 2013-05-23  Pedro Alves  <palves@redhat.com>
1112
1113         * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
1114         (open_and_init_dwp_file): Use %s/pulongest instead of %u for
1115         printing uint32_t variables.
1116
1117 2013-05-23  Pedro Alves  <palves@redhat.com>
1118
1119         * NEWS: Mention GDBserver range stepping support.
1120
1121 2013-05-23  Yao Qi  <yao@codesourcery.com>
1122             Pedro Alves  <palves@redhat.com>
1123
1124         * gdbthread.h (struct thread_control_state) <may_range_step>: New
1125         field.
1126         * infcmd.c (step_once, until_next_command): Enable range stepping.
1127         * infrun.c (displaced_step_prepare): Disable range stepping.
1128         (resume): Disable range stepping if stepping over a breakpoint or
1129         we have software watchpoints.  If range stepping is enabled,
1130         assert the thread is in the stepping range.
1131         (clear_proceed_status_thread): Clear may_range_step.
1132         (handle_inferior_event): Disable range stepping as soon as we know
1133         the thread that hit the event.  Re-enable it whenever we're going
1134         to step with a step range.
1135         * remote.c (struct vCont_action_support) <r>: New field.
1136         (use_range_stepping): New global.
1137         (remote_vcont_probe): Handle 'r' action.
1138         (append_resumption): Append an 'r' action if the thread may range
1139         step.
1140         (show_range_stepping): New function.
1141         (set_range_stepping): New function.
1142         (_initialize_remote): Call add_setshow_boolean_cmd to register the
1143         'set range-stepping' and 'show range-stepping' commands.
1144         * NEWS: Mention range stepping, the new vCont;r action, and the
1145         new "set/show range-stepping" commands.
1146
1147 2013-05-23  Yao Qi  <yao@codesourcery.com>
1148             Pedro Alves  <palves@redhat.com>
1149
1150         * remote.c (struct vCont_action_support): New struct.
1151         (struct remote_state) <support_vCont_t>: Remove field.
1152         <vCont_actions_support>: New field.
1153         (remote_vcont_probe, remote_stop_ns): Update.
1154
1155 2013-05-23  Yao Qi  <yao@codesourcery.com>
1156             Pedro Alves  <palves@redhat.com>
1157
1158         * gdbthread.h (pc_in_thread_step_range): New declaration.
1159         * thread.c (pc_in_thread_step_range): New function.
1160         * infrun.c (handle_inferior_event): Use it.
1161
1162 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
1163
1164         * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
1165         of sprintf.
1166
1167 2013-05-22  Keith Seitz  <keiths@redhat.com>
1168
1169         * ada-lang.c (is_known_support_routine): Add explicit free of
1170         'func_name' from find_frame_funname.
1171         (ada_unhandled_exception_name_addr_from_raise): Add cleanups
1172         for func_name from find_frame_funname.
1173         * python/py-frame.c (frapy_name): Add explicit free of
1174         'name' from find_frame_funname.
1175         * stack.c (find_frame_funname): Add comment explaining that
1176         funcp must be freed by the caller.
1177         Return copy of symbol names instead of pointers.
1178         (print_frame): Add a cleanup for 'funname' from
1179         find_frame_funname.
1180         * stack.h (find_frame_funname): Remove "const" from
1181         'funname' parameter.
1182
1183 2013-05-22  Tom Tromey  <tromey@redhat.com>
1184
1185         PR c++/15401:
1186         * c-valprint.c (c_value_print): Use value_addr for
1187         references.  Convert back to reference type with value_ref.
1188
1189 2013-05-22  Eli Zaretskii  <eliz@gnu.org>
1190
1191         * windows-nat.c (handle_unload_dll): Don't call solib_add for the
1192         unloaded DLL, it will be done by handle_solib_event.  See
1193         http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
1194         details.
1195
1196 2013-05-22  Phil Muldoon  <pmuldoon@redhat.com>
1197
1198         * ui-out.c: Create typedef ui_out_level_p and define vector
1199         operations for that type.
1200         (struct ui_out): Use a vector instead of an array.
1201         (current_level): Return level from a vector.
1202         (push_level): Create a level in a vector.
1203         (pop_level): Delete a level in a vector.
1204         (ui_out_new): Create initial level zero level, and store in a
1205         vector.
1206         (ui_out_destroy): Add vector cleanup.
1207
1208 2013-05-22  Pedro Alves  <palves@redhat.com>
1209
1210         * python/python-internal.h (gdb_Py_DECREF): Tag with
1211         "ARI: editCase function".
1212
1213 2013-05-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
1214
1215         * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
1216
1217 2013-05-21  Pedro Alves  <palves@redhat.com>
1218
1219         * python/py-prettyprint.c (apply_val_pretty_printer): Check
1220         whether PRINTER is NULL before installing a Py_DECREF cleanup.
1221         * python/py-utils.c (py_decref): Don't check for NULL before
1222         calling Py_DECREF.
1223
1224 2013-05-21  Pedro Alves  <palves@redhat.com>
1225
1226         * python/py-utils.c (py_decref): Remove extra braces.
1227         (gdb_pymodule_addobject): Remove extra braces.
1228         * python-internal.h (gdb_Py_DECREF): New static inline function.
1229         (Py_DECREF): Redefine as calling gdb_Py_DECREF.
1230
1231 2013-05-21  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1232
1233         * breakpoints.c (detach_breakpoints): Do not
1234         detach breakpoints locations with loc_type bp_loc_other.
1235
1236 2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
1237
1238         Workaround Python 2.6.
1239         * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
1240         a block.
1241
1242 2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
1243
1244         Code cleanup: constification.
1245         * solib.c (solib_ops): Make return type and ops variable type const.
1246         (set_solib_ops): Make the new_ops parameter and ops variable const.
1247         (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
1248         (solib_add, solib_keep_data_in_core, clear_solib)
1249         (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
1250         (reload_shared_libraries, solib_global_lookup): Make the ops variable
1251         const.
1252         * solib.h (set_solib_ops): Make the new_ops parameter const.
1253
1254 2013-05-21  Joel Brobecker  <brobecker@adacore.com>
1255
1256         * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
1257         variable.
1258         (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
1259         (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
1260         (SYSTEM_GDBINIT_FILES): New variables.
1261         (all): Add stamp-system-gdbinit.
1262         (stamp-system-gdbinit): New rule.
1263         (clean-system-gdbinit, install-system-gdbinit)
1264         (uninstall-system-gdbinit): New rules.  Make them .PHONY.
1265         (install-only): Add dependency on install-system-gdbinit.
1266         (uninstall): Add dependency on uninstall-system-gdbinit.
1267         (clean): Add dependency on clean-system-gdbinit.
1268         * system-gdbinit/elinos.py: New file.
1269         * system-gdbinit/wrs-linux.py: New file.
1270
1271 2013-05-21  Joel Brobecker  <brobecker@adacore.com>
1272
1273         * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
1274
1275 2013-05-21  Hui Zhu  <hui@codesourcery.com>
1276
1277         * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
1278         * breakpoint.h (dprintf_breakpoint_ops): Add extern.
1279         * mi/mi-cmd-break.c (ctype.h): New include.
1280         (gdb_obstack.h): New include.
1281         (mi_argv_to_format, mi_cmd_break_insert_1): New.
1282         (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
1283         (mi_cmd_dprintf_insert): New.
1284         * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
1285         * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
1286
1287 2013-05-20  Tom Tromey  <tromey@redhat.com>
1288
1289         * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
1290
1291 2013-05-20  Tom Tromey  <tromey@redhat.com>
1292
1293         * python/py-value.c (valpy_get_dynamic_type): Simplify
1294         dynamic_type assignment.  Use Py_XINCREF.
1295
1296 2013-05-20  Tom Tromey  <tromey@redhat.com>
1297
1298         * python/py-type.c (typy_fields): Unconditionally decref 'r'.
1299
1300 2013-05-20  Tom Tromey  <tromey@redhat.com>
1301
1302         * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
1303         (gdbpy_selected_frame): Move object-construction code
1304         out of TRY_CATCH.
1305
1306 2013-05-20  Tom Tromey  <tromey@redhat.com>
1307
1308         * python/py-arch.c (gdbpy_initialize_arch): Use
1309         gdb_pymodule_addobject.
1310         * python/py-block.c (gdbpy_initialize_blocks): Use
1311         gdb_pymodule_addobject.
1312         * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
1313         gdb_pymodule_addobject.
1314         * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
1315         gdb_pymodule_addobject.
1316         * python/py-event.c (gdbpy_initialize_event_generic): Use
1317         gdb_pymodule_addobject.
1318         * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
1319         gdb_pymodule_addobject.
1320         * python/py-evts.c (add_new_registry): Use
1321         gdb_pymodule_addobject.
1322         (gdbpy_initialize_py_events): Likewise.
1323         * python/py-finishbreakpoint.c
1324         (gdbpy_initialize_finishbreakpoints): Use
1325         gdb_pymodule_addobject.
1326         * python/py-frame.c (gdbpy_initialize_frames): Use
1327         gdb_pymodule_addobject.
1328         * python/py-function.c (gdbpy_initialize_functions): Use
1329         gdb_pymodule_addobject.
1330         * python/py-inferior.c (gdbpy_initialize_inferior): Use
1331         gdb_pymodule_addobject.
1332         * python/py-infthread.c (gdbpy_initialize_thread): Use
1333         gdb_pymodule_addobject.
1334         * python/py-objfile.c (gdbpy_initialize_objfile): Use
1335         gdb_pymodule_addobject.
1336         * python/py-param.c (gdbpy_initialize_parameters): Use
1337         gdb_pymodule_addobject.
1338         * python/py-progspace.c (gdbpy_initialize_pspace): Use
1339         gdb_pymodule_addobject.
1340         * python/py-symbol.c (gdbpy_initialize_symbols): Use
1341         gdb_pymodule_addobject.
1342         * python/py-symtab.c (gdbpy_initialize_symtabs): Use
1343         gdb_pymodule_addobject.
1344         * python/py-type.c (gdbpy_initialize_types): Use
1345         gdb_pymodule_addobject.
1346         * python/py-utils.c (gdb_pymodule_addobject): New function.
1347         * python/py-value.c (gdbpy_initialize_values): Use
1348         gdb_pymodule_addobject.
1349         * python/python-internal.h (gdb_pymodule_addobject): Declare.
1350         * python/python.c (_initialize_python): Use
1351         gdb_pymodule_addobject.
1352
1353 2013-05-20  Tom Tromey  <tromey@redhat.com>
1354
1355         * python/py-cmd.c (cmdpy_completer): Use explicit decref.
1356         * python/py-param.c (get_set_value, get_show_value): Use
1357         explicit decrefs.
1358         * python/python.c (start_type_printers, apply_type_printers):
1359         Use explicit decrefs.
1360
1361 2013-05-20  Tom Tromey  <tromey@redhat.com>
1362
1363         * python/py-evts.c (gdbpy_initialize_py_events): Don't
1364         incref the module.
1365
1366 2013-05-20  Tom Tromey  <tromey@redhat.com>
1367
1368         * python/python.c (gdbpy_run_events): Decref the result
1369         of PyObject_CallObject.
1370
1371 2013-05-20  Tom Tromey  <tromey@redhat.com>
1372
1373         * python/py-symtab.c (set_sal): Use
1374         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.  Return -1 on error.
1375         (symtab_and_line_to_sal_object): Update.
1376
1377 2013-05-20  Tom Tromey  <tromey@redhat.com>
1378
1379         * python/py-param.c (compute_enum_values): Decref 'item'.
1380
1381 2013-05-20  Tom Tromey  <tromey@redhat.com>
1382
1383         * mi/mi-main.c: Include python-internal.h.
1384         (mi_cmd_list_features): Check gdb_python_initialized.
1385         * python/py-inferior.c (python_on_normal_stop, python_on_resume)
1386         (python_inferior_exit, python_new_objfile, add_thread_object)
1387         (delete_thread_object, py_free_inferior): Check
1388         gdb_python_initialized.
1389         * python/py-prettyprint.c (apply_val_pretty_printer): Check
1390         gdb_python_initialized.
1391         * python/py-type.c (save_objfile_types): Check
1392         gdb_python_initialized.
1393         * python/python-internal.h (gdb_python_initialized): Declare.
1394         * python/python.c (ensure_python_env): Throw exception if
1395         Python not initialized.
1396         (before_prompt_hook, source_python_script_for_objfile)
1397         (start_type_printers, apply_type_printers,
1398         free_type_printers): Check gdb_python_initialized.
1399         * varobj.c (varobj_get_display_hint)
1400         (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
1401         (install_new_value_visualizer, varobj_set_visualizer)
1402         (value_get_print_value): Check gdb_python_initialized.
1403
1404 2013-05-20  Tom Tromey  <tromey@redhat.com>
1405
1406         * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
1407         Check errors.
1408         * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
1409         * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
1410         Check errors.
1411         * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
1412         Check errors.
1413         * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
1414         Check errors.
1415         * python/py-event.c (gdbpy_initialize_event): Return 'int'.
1416         Check errors.
1417         * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
1418         init function to return 'int'.
1419         * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
1420         Return 'int'.  Check errors.
1421         * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
1422         Check errors.
1423         * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
1424         Return 'int'.  Check errors.
1425         * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
1426         Check errors.
1427         * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
1428         Check errors.
1429         * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
1430         Check errors.
1431         * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
1432         Check errors.
1433         * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
1434         Check errors.
1435         * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
1436         Check errors.
1437         * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
1438         Check errors.
1439         * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
1440         Check errors.
1441         * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
1442         Check errors.
1443         * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
1444         Check errors.
1445         * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
1446         Check errors.
1447         * python/py-type.c (gdbpy_initialize_types): Return 'int'.
1448         Check errors.
1449         * python/py-value.c (gdbpy_initialize_values): Return 'int'.
1450         Check errors.
1451         * python/python-internal.h (gdbpy_initialize_auto_load,
1452         gdbpy_initialize_values, gdbpy_initialize_frames,
1453         gdbpy_initialize_symtabs, gdbpy_initialize_commands,
1454         gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
1455         gdbpy_initialize_blocks, gdbpy_initialize_types,
1456         gdbpy_initialize_functions, gdbpy_initialize_pspace,
1457         gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
1458         gdbpy_initialize_finishbreakpoints,
1459         gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
1460         gdbpy_initialize_thread, gdbpy_initialize_inferior,
1461         gdbpy_initialize_eventregistry, gdbpy_initialize_event,
1462         gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
1463         gdbpy_initialize_signal_event,
1464         gdbpy_initialize_breakpoint_event,
1465         gdbpy_initialize_continue_event,
1466         gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
1467         gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
1468         Update.  Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
1469         * python/python.c (gdb_python_initialized): New global.
1470         (gdbpy_initialize_events): Return 'int'.  Check errors.
1471         (_initialize_python): Check errors.  Set
1472         gdb_python_initialized.
1473
1474 2013-05-20  Tom Tromey  <tromey@redhat.com>
1475
1476         * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
1477         Decref the reslut of PyObject_CallMethod.
1478
1479 2013-05-20  Tom Tromey  <tromey@redhat.com>
1480
1481         * python/py-event.c (gdbpy_initialize_event_generic): Return
1482         early if PyType_Ready fails.
1483
1484 2013-05-20  Tom Tromey  <tromey@redhat.com>
1485
1486         * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
1487         as 'default' in the switch.
1488
1489 2013-05-20  Tom Tromey  <tromey@redhat.com>
1490
1491         * python/py-inferior.c (gdbpy_inferiors): Update.  Hoist
1492         get_addr_from_python calls out of TRY_CATCH.
1493         (infpy_write_memory, infpy_search_memory): Likewise.
1494         * python/py-utils.c (get_addr_from_python): Return negative
1495         value on error.  Use TRY_CATCH.
1496         * python/python-internal.h (get_addr_from_python): Use
1497         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
1498
1499 2013-05-20  Tom Tromey  <tromey@redhat.com>
1500
1501         * python/py-event.c (evpy_emit_event): Decref the
1502         result of PyObject_CallFunctionObjArgs.
1503
1504 2013-05-20  Tom Tromey  <tromey@redhat.com>
1505
1506         * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
1507         Correctly decref.
1508
1509 2013-05-20  Tom Tromey  <tromey@redhat.com>
1510
1511         * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
1512
1513 2013-05-20  Tom Tromey  <tromey@redhat.com>
1514
1515         * python/py-event.h (gdbpy_initialize_event_generic): Use
1516         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
1517         * python/py-evts.c (add_new_registry): Use
1518         CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
1519         * python/python-internal.h
1520         (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
1521
1522 2013-05-20  Tom Tromey  <tromey@redhat.com>
1523
1524         * python/py-arch.c (archpy_disassemble): Update.
1525         * python/py-type.c (typy_get_composite, typy_lookup_typename)
1526         (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
1527         * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
1528         * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
1529         macro.
1530         (GDB_PY_HANDLE_EXCEPTION): Update.
1531         (gdbpy_convert_exception): Update.  Use CPYCHECKER_SETS_EXCEPTION.
1532
1533 2013-05-20  Tom Tromey  <tromey@redhat.com>
1534
1535         * python/python-internal.h (events_object_type): Remove.
1536
1537 2013-05-20  Tom Tromey  <tromey@redhat.com>
1538
1539         * python/py-event.h (evpy_emit_event): Use
1540         CPYCHECKER_STEALS_REFERENCE_TO_ARG.
1541         * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
1542         New macro.
1543
1544 2013-05-20  Tom Tromey  <tromey@redhat.com>
1545
1546         * py-evtregistry.c (create_event_object): Decref
1547         eventregistry_object if PyList_New fails.
1548
1549 2013-05-20  Tom Tromey  <tromey@redhat.com>
1550
1551         * py-cmd.c (gdbpy_string_to_argv): Check result of
1552         PyList_New.
1553
1554 2013-05-20  Tom Tromey  <tromey@redhat.com>
1555
1556         * python/python.c (before_prompt_hook): Add cleanup to
1557         decref 'hook'.
1558
1559 2013-05-20  Tom Tromey  <tromey@redhat.com>
1560
1561         * python/py-function.c (fnpy_init): Decref result of
1562         PyObject_GetAttrString.
1563
1564 2013-05-20  Tom Tromey  <tromey@redhat.com>
1565
1566         * python/py-threadevent.c (get_event_thread): Use
1567         CPYCHECKER_RETURNS_BORROWED_REF.
1568         * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
1569         New define.
1570         (pspace_to_pspace_object, objfile_to_objfile_object)
1571         (find_thread_object): Use it.
1572
1573 2013-05-20  Tom Tromey  <tromey@redhat.com>
1574
1575         * python/py-arch.c (arch_object_type): Use
1576         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1577         * python/py-block.c (block_syms_iterator_object_type):
1578         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1579         * python/py-bpevent.c (breakpoint_event_object_type):
1580         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1581         * python/py-cmd.c (cmdpy_object_type): Use
1582         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1583         * python/py-continueevent.c (continue_event_object_type):
1584         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1585         * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
1586         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1587         * python/py-events.h (thread_event_object_type):
1588         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1589         * python/py-evtregistry.c (eventregistry_object_type): Use
1590         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1591         * python/py-exitedevent.c (exited_event_object_type):
1592         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1593         * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
1594         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1595         * python/py-function.c (fnpy_object_type): Use
1596         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1597         * python/py-inferior.c (inferior_object_type, membuf_object_type):
1598         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1599         * python/py-infthread.c (thread_object_type): Use
1600         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1601         * python/py-lazy-string.c (lazy_string_object_type):
1602         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1603         * python/py-newobjfileevent.c (new_objfile_event_object_type):
1604         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1605         * python/py-objfile.c (objfile_object_type): Use
1606         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1607         * python/py-param.c (parmpy_object_type):
1608         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1609         * python/py-progspace.c (pspace_object_type):
1610         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1611         * python/py-signalevent.c (signal_event_object_type):
1612         Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1613         * python/py-symtab.c (symtab_object_type, sal_object_type): Use
1614         CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1615         * python/py-type.c (type_object_type, field_object_type)
1616         (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1617         * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
1618         define.
1619         (value_object_type, block_object_type, symbol_object_type)
1620         (event_object_type, stop_event_object_type, breakpoint_object_type)
1621         (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
1622
1623 2013-05-20  Andreas Tobler  <andreas@fgznet.ch>
1624
1625         * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
1626         (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
1627
1628 2013-05-20  Doug Evans  <dje@google.com>
1629
1630         When reading CU, stay in DWO.  Be more tolerent of bad debug info.
1631         For Fission.
1632         * dwarf2read.c (struct dwarf2_per_cu_data): New member
1633         reading_dwo_directly.
1634         (struct signatured_type): New member dwo_unit.
1635         (struct die_reader_specs): New member comp_dir.
1636         (create_signatured_type_table_from_index): Use malloc for
1637         all_type_units instead of objfile's obstack.
1638         (create_all_type_units): Ditto.
1639         (fill_in_sig_entry_from_dwo_entry): New function.
1640         (add_type_unit): New function.
1641         (lookup_dwo_signatured_type): New function.
1642         (lookup_dwp_signatured_type): New function.
1643         (lookup_signatured_type): New arg cu.  All callers updated.
1644         (init_cu_die_reader): Initialize comp_dir.
1645         (read_cutu_die_from_dwo): New arg stub_comp_dir.  All callers updated.
1646         Change assert of matching type signatures to call error on mismatch.
1647         (lookup_dwo_unit): Add assert.
1648         (init_tu_and_read_dwo_dies): New function.
1649         (init_cutu_and_read_dies): Call it.
1650         (build_type_unit_groups): Handle case of no type unit groups created.
1651         (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
1652         (lookup_dwo_cutu): Tweak complaint.
1653         (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
1654         (dwarf2_per_objfile_free): Free all_type_units.
1655
1656 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
1657
1658         * windows-nat.c (handle_unload_dll): Add missing empty line.
1659
1660 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
1661
1662         * dwarf2read.c (prototyped_function_p): New function.
1663         (read_subroutine_type): Use it.
1664
1665 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
1666
1667         * rs6000-aix-tdep.c: De-indent some example code provided
1668         as a comment.
1669
1670 2013-05-17  Edjunior Machado  <emachado@linux.vnet.ibm.com>
1671
1672         * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
1673         region is ok for a hardware watchpoint using the new ptrace interface
1674         on Power servers.
1675
1676 2013-05-17  Doug Evans  <dje@google.com>
1677
1678         * NEWS: Mention new maintenance commands check-symtabs, and
1679         expand-symtabs, and renamed check-psymtabs.
1680         * psymtab.c (maintenance_check_psymtabs): Renamed from
1681         maintenance_check_symtabs.  Only process already-expanded symbol
1682         tables.
1683         (_initialize_psymtab): Update.
1684         * symmisc.c (maintenance_check_symtabs): New function.
1685         (maintenance_expand_name_matcher): New function
1686         (maintenance_expand_file_matcher): New function
1687         (maintenance_expand_symtabs): New function.
1688         (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
1689         commands.
1690
1691 2013-05-17  Tom Tromey  <tromey@redhat.com>
1692
1693         * python/py-inferior.c (infpy_read_memory): Don't call
1694         PyErr_SetString if PyObject_New fails.
1695         * python/py-frame.c (frame_info_to_frame_object): Don't call
1696         PyErr_SetString if PyObject_New fails.
1697
1698 2013-05-17  Pavel Chupin  <pavel.v.chupin@intel.com>
1699
1700         * acinclude.m4: Add check for dlopen in libdl.
1701         * configure.ac: Ditto.
1702         * configure: Regenerate.
1703
1704 2013-05-17  Phil Muldoon  <pmuldoon@redhat.com>
1705
1706         * frame.c (frame_stash): Convert to htab.
1707         (frame_addr_hash): New function.
1708         (frame_addr_hash_eq): New function.
1709         (frame_stash_create): Convert function to create
1710         a hash table.
1711         (frame_stash_add): Convert function to add an entry to a hash
1712         table.
1713         (frame_stash_find): Convert function to search the hash table.
1714         (frame_stash_invalidate): Convert function to empty the hash
1715         table.
1716         (get_frame_id): Only add to stash if a frame_id is created.
1717         (_initialize_frame): Call frame_stash_create.
1718
1719 2013-05-16  Yue Lu  <hacklu.newborn@gmail.com>  (tiny change)
1720
1721         * configure.ac: Ensure MIG is available when building for GNU Hurd
1722         hosts.
1723         * configure: Regenerate.
1724
1725 2013-05-16  Joel Brobecker  <brobecker@adacore.com>
1726
1727         * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
1728
1729 2013-05-16  Joel Brobecker  <brobecker@adacore.com>
1730
1731         * ada-lang.c (ada_make_symbol_completion_list): Make sure
1732         all cleanups are done before returning from this function.
1733
1734 2013-05-15  Joel Brobecker  <brobecker@adacore.com>
1735
1736         * utils.h: #include "exceptions.h".
1737         (enum errors): Remove partial declaration.
1738
1739 2013-05-15  Joel Brobecker  <brobecker@adacore.com>
1740
1741         * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
1742         * gdbarch.h, gdbarch.c: Regenerate.
1743         * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
1744         handling.
1745
1746         * rs6000-aix-tdep.h: New file.
1747         * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
1748         * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
1749         "xml-utils.h".
1750         (struct field_info, struct ld_info_desc): New types.
1751         (ld_info32_desc, ld_info64_desc): New static constants.
1752         (struct ld_info): New type.
1753         (rs6000_aix_extract_ld_info): New function.
1754         (rs6000_aix_shared_library_to_xml): Likewise.
1755         (rs6000_aix_ld_info_to_xml): Likewise.
1756         (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
1757         (rs6000_aix_init_osabi): Add call to
1758         set_gdbarch_core_xfer_shared_libraries_aix.
1759         * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
1760         Remove "xml-utils.h" include.
1761         (LdInfo): Delete typedef.
1762         (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
1763         Delete macros.
1764         (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
1765         Adjust code accordingly.
1766         (rs6000_core_ldinfo): Delete, folded into
1767         rs6000_aix_core_xfer_shared_libraries_aix.
1768         (rs6000_xfer_shared_library): Delete.
1769         (rs6000_xfer_shared_libraries): Reimplement.
1770
1771 2013-05-15  Markus Metzger  <markus.t.metzger@intel.com>
1772
1773         * record.c (record_goto_cmdlist): New.
1774         (cmd_record_goto): Split into this ...
1775         (cmd_record_goto_begin): ... this
1776         (cmd_record_goto_end): ... and this.
1777         (_initialize_record): Change "record goto" to prefix command.
1778         Add commands for "record goto begin" and "record goto end".
1779         Add an alias for "record goto start" to "record goto begin".
1780
1781 2013-05-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
1782
1783         * linespec.c (convert_linespec_to_sals): New comment for
1784         SOURCE_FILENAME assignment.
1785
1786 2013-05-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
1787
1788         * cleanups.c (restore_my_cleanups): Replace gdb_assert by
1789         internal_warning.
1790
1791 2013-05-14  Tom Tromey  <tromey@redhat.com>
1792
1793         * eval.c (parse_and_eval_long): Make 'exp' const.
1794         * value.h (parse_and_eval_long): Update.
1795
1796 2013-05-14  Tom Tromey  <tromey@redhat.com>
1797
1798         * ui-file.c (gdb_fopen): Make arguments const.
1799         * ui-file.h (gdb_fopen): Make arguments const.
1800
1801 2013-05-14  Tom Tromey  <tromey@redhat.com>
1802
1803         * remote.c (remote_set_trace_notes): Make arguments const.
1804         * target.c (update_current_target): Update cast.
1805         * target.h (to_set_trace_notes): Make arguments const.
1806
1807 2013-05-14  Tom Tromey  <tromey@redhat.com>
1808
1809         * go32-nat.c (go32_terminal_info): Make 'args' const.
1810         * inferior.h (child_terminal_info): Update.
1811         * inflow.c (child_terminal_info): Make 'args' const.
1812         * target.c (default_terminal_info): Make 'args' const.
1813         (debug_to_terminal_save_ours): Likewise.
1814         * target.h (struct target_ops) <to_terminal_info>: Make argument
1815         const.
1816
1817 2013-05-13  Tom Tromey  <tromey@redhat.com>
1818
1819         * gcore.c (create_gcore_bfd): Make 'filename' const.
1820         * gcore.h (create_gcore_bfd): Make 'filename' const.
1821         * record-full.c (record_full_save): Make 'recfilename' const.
1822         * target.c (target_save_record): Make 'filename' const.
1823         * target.h (struct target_ops) <to_save_record>: Make 'filename'
1824         const.
1825         (target_save_record): Likewise.
1826
1827 2013-05-13  Tom Tromey  <tromey@redhat.com>
1828
1829         PR gdb/15338:
1830         * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
1831         ranges section has been read.
1832
1833 2013-05-13  Tom Tromey  <tromey@redhat.com>
1834
1835         PR exp/15364:
1836         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
1837         STRUCTOP_PTR>: Return a not_lval value for
1838         EVAL_AVOID_SIDE_EFFECTS.
1839         * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
1840         for EVAL_AVOID_SIDE_EFFECTS.
1841
1842 2013-05-13  Joel Brobecker  <brobecker@adacore.com>
1843
1844         * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
1845         floating point registers to register type before storing
1846         value.
1847         * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
1848         Likewise.
1849
1850 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
1851             Tom Tromey  <tromey@redhat.com>
1852
1853         * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
1854         New functions.
1855         * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
1856         Declare.
1857         * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
1858         (darwin_ptrace_him): Use unmark_fd_no_cloexec.
1859         * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
1860         (inf_ttrace_prepare): Use mark_fd_no_cloexec.
1861
1862 2013-05-10  Freddie Chopin  <freddie_chopin@op.pl>
1863             Tom Tromey  <tromey@redhat.com>
1864
1865         PR build/15414:
1866         * configure: Rebuild.
1867         * configure.ac (build_warnings): Do not use -Wformat-nonliteral
1868         with -Wno-format.
1869
1870 2013-05-10  Pedro Alves  <palves@redhat.com>
1871
1872         * remote.c (_initialize_remote): Fix spelling of
1873         qXfer:traceframe-info:read packet in packet config command.
1874
1875 2013-05-10  David Taylor  <dtaylor@emc.com>
1876
1877         PR remote/15455
1878
1879         * remote.c (remote_trace_set_readonly_regions): Do not overwrite
1880         "QTro" at start of packet.
1881
1882 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
1883
1884         * solib-aix.c (solib_aix_relocate_section_addresses):
1885         For the .bss section action, apply the same offset as
1886         the .data section.
1887
1888 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
1889
1890         * solib-aix.c (solib_aix_relocate_section_addresses):
1891         Remove FIXME comment.
1892
1893 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
1894
1895         PR tdep/15420:
1896         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1897         New functions, directly copied from sparc-sol-thread.c.
1898         * sparc-sol-thread.c: Delete.
1899         * configure.ac: Remove code handling sparc-solaris-thread.c.
1900         * configure: Regenerate.
1901
1902 2013-05-10  Phil Muldoon  <pmuldoon@redhat.com>
1903
1904         * stack.c (backtrace_command_1): Add "no-filters", and Python frame
1905         filter logic.
1906         (backtrace_command): Add "no-filters" option parsing.
1907         (_initialize_stack): Alter help to reflect "no-filters" option.
1908         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
1909         (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
1910         (py-frame.o): Add target
1911         * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
1912         filter files.
1913         * python/python.h: Add new frame filter constants, and flag enum.
1914         (apply_frame_filter): Add definition.
1915         * python/python.c (apply_frame_filter): New non-Python
1916         enabled function.
1917         * python/py-utils.c (py_xdecref): New function.
1918         (make_cleanup_py_xdecref): Ditto.
1919         * python/py-objfile.c: Declare frame_filters dictionary.
1920         (objfpy_dealloc): Add frame_filters dealloc.
1921         (objfpy_new): Initialize frame_filters attribute.
1922         (objfile_to_objfile_object): Ditto.
1923         (objfpy_get_frame_filters): New function.
1924         (objfpy_set_frame_filters): New function.
1925         * python/py-progspace.c: Declare frame_filters dictionary.
1926         (pspy_dealloc): Add frame_filters dealloc.
1927         (pspy_new): Initialize frame_filters attribute.
1928         (pspacee_to_pspace_object): Ditto.
1929         (pspy_get_frame_filters): New function.
1930         (pspy_set_frame_filters): New function.
1931         * python/py-framefilter.c: New file.
1932         * python/lib/gdb/command/frame_filters.py: New file.
1933         * python/lib/gdb/frames.py: New file.
1934         * python/lib/gdb/__init__.py: Initialize global frame_filters
1935         dictionary
1936         * python/lib/gdb/FrameDecorator.py: New file.
1937         * python/lib/gdb/FrameIterator.py: New file.
1938         * mi/mi-cmds.c (mi_cmds): Add frame filters command.
1939         * mi/mi-cmds.h: Declare.
1940         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
1941         --no-frame-filter logic, and Python frame filter logic.
1942         (stack_enable_frame_filters): New function.
1943         (parse_no_frame_option): Ditto.
1944         (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
1945         filter logic.
1946         (mi_cmd_stack_list_locals): Ditto.
1947         (mi_cmd_stack_list_args): Ditto.
1948         (mi_cmd_stack_list_variables): Ditto.
1949         * NEWS: Add frame filter note.
1950
1951 2013-05-09  Doug Evans  <dje@google.com>
1952
1953         * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
1954         All callers updated.
1955         (syms_from_objfile): Ditto.  Make static.
1956         (symbol_file_add_with_addrs): Renamed from
1957         symbol_file_add_with_addrs_or_offsets.  Delete args offsets,
1958         num_offsets.  All callers updated.
1959         * symfile.h (syms_from_objfile): Delete.
1960
1961         * symfile.c (decrement_reading_symtab): Add assert.
1962         (increment_reading_symtab): Ditto.
1963
1964 2013-05-09  Joel Brobecker  <brobecker@adacore.com>
1965
1966         * source.c (forward_search_command): Replace call to getc
1967         by call to fgetc.
1968         (reverse_search_command): Likewise.
1969
1970 2013-05-08  Doug Evans  <dje@google.com>
1971
1972         * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
1973         matching test.
1974
1975 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
1976
1977         * sol-thread.c (info_cb): Factorize the code a little.
1978
1979 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
1980
1981         * sol-thread.c (info_cb): Rework the output of the "maintenance
1982         info sol-threads" command a bit.
1983
1984 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
1985
1986         * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
1987         Replace ti.ti_startfunc by ti.ti_pc.
1988
1989 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
1990
1991         * solib-aix.c (solib_aix_free_library_list): New function
1992         for the case where HAVE_LIBEXPAT is not defined.
1993
1994 2013-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
1995
1996         PR breakpoints/15413:
1997         * breakpoint.c (condition_completer): Simplify the code to
1998         disconsider multiple locations of breakpoints when completing the
1999         "condition" command.
2000
2001 2013-05-07  Pierre Muller  <muller@sourceware.org>
2002
2003         * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
2004         instead of <sys/wait.h>.
2005
2006 2013-05-07  Pierre Muller  <muller@sourceware.org>
2007
2008         * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
2009         trailing new line from warning message.
2010
2011 2013-05-07  Pierre Muller  <muller@sourceware.org>
2012
2013         * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
2014         (PC_SOLIB): Change type from ari_deprecate to ari_regression.
2015
2016 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
2017
2018         * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
2019         error message (ARI fix).
2020
2021 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
2022
2023         * features/library-list-aix.dtd: Replace library-list by
2024         library-list-aix.
2025         * rs6000-nat.c: Replace library-list by library-list-aix
2026         throughout.
2027         * solib-aix.c: Likewise.
2028
2029 2013-05-07  Joel Brobecker  <brobecker@adacore.com>
2030
2031         * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
2032         Renames TARGET_OBJECT_AIX_LIBRARIES.
2033         * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
2034         TARGET_OBJECT_LIBRARIES_AIX throughout.
2035         * solib-aix.c: Likwise.
2036
2037 2013-05-07  Yao Qi  <yao@codesourcery.com>
2038
2039         * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
2040         (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
2041
2042 2013-05-07  Yao Qi  <yao@codesourcery.com>
2043
2044         * solib-dsbt.c (enable_break): Declare.
2045         (dsbt_current_sos): Remove call to enable_break2.
2046         (enable_break2): Rename to enable_break.  Set solib breakpoint
2047         on '_dl_debug_state'.
2048         (enable_break): Remove.
2049
2050 2013-05-07  Luis Machado  <lgustavo@codesourcery.com>
2051
2052         * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
2053         debug state prior to replicating existing hardware watchpoints or
2054         breakpoints.
2055
2056 2013-05-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2057
2058         * gcore.c (gcore_create_callback): Ignore sections with
2059         separate_debug_objfile_backlink != NULL.
2060
2061 2013-05-06  Sandra Loosemore  <sandra@codesourcery.com>
2062             Andrew Jenner  <andrew@codesourcery.com>
2063             Chung-Lin Tang  <cltang@codesourcery.com>
2064             Julian Brown  <julian@codesourcery.com>
2065
2066         Based on the nios2-elf port from Altera Corporation.
2067
2068         * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
2069         nios2-linux-tdep.o.
2070         (HFILES_NO_SRCDIR): Add nios2-tdep.h.
2071         (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
2072         * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
2073         * nios2-tdep.h: New.
2074         * nios2-tdep.c: New.
2075         * nios2-linux-tdep.c: New.
2076         * features/Makefile (WHICH): Add nios2-linux.
2077         (nios2-linux-expedite): Set.
2078         * features/nios2-cpu.xml: New.
2079         * features/nios2.xml: New.
2080         * features/nios2-linux.xml: New.
2081         * features/nios2.c: New (autogenerated).
2082         * features/nios2-linux.c: New (autogenerated).
2083         * regformats/nios2-linux.dat: New (autogenerated).
2084         * NEWS (Changes since GDB 7.6): Add new Nios II targets
2085         and commands.
2086
2087 2013-05-06  Doug Evans  <dje@google.com>
2088
2089         * symfile.c: Whitespace cleanup.
2090
2091         * solist.h (struct target_so_ops): New member clear_so.
2092         * solib-svr4.c (svr4_clear_so): New function.
2093         (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
2094         * solib.c (clear_so): Renamed from free_so_symbols.
2095         All callers updated.  Call target clear_so if it exists.
2096
2097 2013-05-06  Tom Tromey  <tromey@redhat.com>
2098
2099         * ada-lang.c (ada_value_primitive_packed_val): Don't
2100         call value_incref.
2101         * value.c (set_value_parent): Incref the new parent and decref
2102         the old parent.
2103         (value_copy, value_primitive_field): Use set_value_parent.
2104
2105 2013-05-06  Tom Tromey  <tromey@redhat.com>
2106
2107         * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
2108         (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
2109         if needed.
2110         * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
2111         * dwarf2read.c (write_constant_as_bytes)
2112         (dwarf2_fetch_constant_bytes): New functions.
2113
2114 2013-05-06  Tom Tromey  <tromey@redhat.com>
2115
2116         * dwarf2read.c (dwarf2_const_value_data): Remove unused
2117         parameters.
2118         (dwarf2_const_value_attr): Update.
2119
2120 2013-05-06  Tom Tromey  <tromey@redhat.com>
2121
2122         * somread.c (som_symfile_offsets): Add 'const' to addrs.
2123         * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
2124         * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
2125         Remove declaration.
2126
2127 2013-05-06  Tom Tromey  <tromey@redhat.com>
2128
2129         * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
2130         objfile's obstack.
2131
2132 2013-05-06  Doug Evans  <dje@google.com>
2133
2134         * dbxread.c (process_one_symbol): Constify section_offsets parameter.
2135         * stabsread.h (process_one_symbol): Update declaration.
2136         * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
2137         * elfread.c (elf_symfile_relocate_probe): Ditto.
2138         * psymtab.c (relocate_psymtabs): Ditto.
2139         * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
2140         (objfile_relocate): Ditto.
2141         * objfiles.h (objfile_relocate): Update declaration.
2142         * symfile.c (relative_addr_info_to_section_offsets): Constify
2143         addrs parameter.
2144         (default_symfile_offsets): Ditto.
2145         (syms_from_objfile_1): Constify offsets parameter.
2146         (syms_from_objfile): Ditto.
2147         (symbol_file_add_with_addrs_or_offsets): Ditto.
2148         (symfile_map_offsets_to_segments): Constify data parameter.
2149         * symfile.h (struct quick_symbol_functions): Constify new_offsets,
2150         delta parameters of member relocate.
2151         (struct sym_probe_fns): Constify new_offsets,
2152         delta parameters of member sym_relocate_probe.
2153         (struct sym_fns): Constify section_addr_info parameter of member
2154         sym_offsets.
2155         (relative_addr_info_to_section_offsets): Update declaration.
2156         (default_symfile_offsets): Ditto.
2157         (syms_from_objfile): Ditto.
2158         (symfile_map_offsets_to_segments): Ditto.
2159
2160         * symfile.c (syms_from_objfile_1): Use correct section count when
2161         objfile->sf == NULL.
2162
2163 2013-05-06  Mike Frysinger  <vapier@gentoo.org>
2164
2165         * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
2166
2167 2013-05-06  Doug Evans  <dje@google.com>
2168
2169         * psympriv.h (struct partial_symtab): Augment comment for member
2170         section_offsets.
2171
2172 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
2173
2174         Reimplement shared library support on ppc-aix...
2175         * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
2176         * features/library-list-aix.dtd: New file.
2177         * solib-aix.h, solib-aix.c: New file.
2178         * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
2179         (rs6000_find_toc_address_hook): Delete.
2180         (rs6000_push_dummy_call): Rewrite code setting the TOC value.
2181         (rs6000_aix_init_osabi): Register solib_aix_so_ops.
2182         * rs6000-nat.c: Remove "xcoffsolib.h" include.  Include
2183         "xml-utils.h".
2184         (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
2185         (vmap_symtab, fixup_breakpoints): Delete.
2186         (rs6000_xfer_shared_libraries): New function.
2187         (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
2188         (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
2189         (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
2190         (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
2191         (rs6000_xfer_shared_library): New function.
2192         (find_toc_address): Delete.
2193         (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
2194         * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
2195         * xcoffread.c (record_minimal_symbol): Reloate symbol address
2196         before creating minimal symbol.  Adjust function description
2197         accordingly.
2198         (scan_xcoff_symtab): Replace call to
2199         prim_record_minimal_symbol_and_info by call to
2200         record_minimal_symbol.
2201         (xcoff_symfile_offsets): Reimplement mostly as a wrapper
2202         around default_symfile_offsets.
2203         * configure.tgt: Add solib-aix.o to gdb_target_obs for
2204         powerpc-aix targets.
2205         * config/rs6000/nm-rs6000.h: Delete.
2206         * config/powerpc/aix.mh (NAT_FILE): Delete.
2207         (NATDEPFILES): Remove xcoffsolib.o.
2208         * Makefile.in (XMLFILES): Add library-list-aix.dtd.
2209         (ALL_TARGET_OBS): Add solib-aix.o.
2210         (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
2211         config/rs6000/nm-rs6000.h.  Add solib-aix.h.
2212         (ALLDEPFILES): Add solib-aix.c.  Remove xcoffsolib.c.
2213         * xcoffsolib.h, xcoffsolib.c: Delete.
2214
2215         * solib.c (reload_shared_libraries): Remove reference to
2216         SOLIB_CREATE_INFERIOR_HOOK.
2217         * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
2218         (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
2219         (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
2220         comment.
2221         * corelow.c (deprecated_core_resize_section_table): Delete.
2222         * exec.c: Remove include of xcoffsolib.h".
2223         (map_vmap, vmap): Delete.
2224         (exec_close_1): Remove references to vmap.
2225         (exec_file_attach): Remove vmap handling code, and reference
2226         to DEPRECATED_IBM6000_TARGET.
2227         (bfdsec_to_vmap): Delete.
2228         (exec_files_info): Remove block of code handling VMAP.
2229         * infcmd.c (post_create_inferior): Remove reference to
2230         SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
2231         * infrun.c (follow_exec): Remove reference to
2232         SOLIB_CREATE_INFERIOR_HOOK.
2233         * stack.c (print_frame): Remove reference to PC_SOLIB.
2234         * solib-dsbt.c (dsbt_current_sos): Adjust comment.
2235         (dsbt_relocate_main_executable): Likewise.
2236         * solib-frv.c (frv_current_sos): Likewise.
2237
2238 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
2239
2240         * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
2241         to target_write_memory and target_read_memory.
2242
2243 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
2244
2245         * darwin-nat.c (darwin_setup_fake_stop_event): New function.
2246         (darwin_attach): Adjust using darwin_setup_fake_stop_event.
2247
2248 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
2249
2250         * darwin-nat.c: Replace all "%x" instances in format strings
2251         into "0x%x" throughout.
2252
2253 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
2254
2255         * darwin-nat.c (darwin_mourn_inferior): Replace call to
2256         gdb_assert by call to MACH_CHECK_ERROR.
2257         (darwin_attach_pid): Raise an error rather than a failed
2258         assertion when various system calls failed.  Report a warning
2259         instead of raising a failed assertion when PREV_NOT is not NULL
2260         after call to mach_port_request_notification.
2261         (darwin_ptrace_me): Raise an error rather than a failed
2262         assertion when read returns nonzero.
2263
2264 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
2265
2266         * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
2267
2268 2013-05-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2269
2270         * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
2271
2272 2013-05-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2273
2274         * event-top.c (display_gdb_prompt): Call missing do_cleanups.
2275         * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
2276         * symfile.c (symfile_bfd_open): New variable back_to.  Do not leave
2277         a stale cleanup.  Fix double free of NAME.
2278
2279 2013-05-04  Eli Zaretskii  <eliz@gnu.org>
2280
2281         * windows-nat.c (windows_delete_thread): Accept an additional
2282         argument, the thread's exit code, and announce thread death when
2283         print_thread_events is non-zero and we are deleting a thread that
2284         is not the main thread.
2285         (get_windows_debug_event): Pass thread exit code to
2286         windows_delete_thread.
2287
2288 2013-05-03  Kevin Buettner  <kevinb@redhat.com>
2289
2290         * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
2291         (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
2292         (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
2293         (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
2294         (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
2295         (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
2296         (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
2297         (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
2298         (gdbarch_tdep): New struct.
2299         (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
2300         E_NUM_REGS.
2301         (v850e3v5_register_name): New function.
2302         (v850_register_type): v850e3v5 vector registers are 64-bits wide.
2303         (v850_use_struct_convention): Add `gdbarch' parameter.  Add new
2304         code handling the struct return conventions for the RH850 ABI.
2305         Update all callers.
2306         (v850_eight_byte_align_p): New function.
2307         (v850_push_call_dummy): Push structs by value, not by reference
2308         for the RH850 ABI.  Add support for eight byte alignment.
2309         (v850_dbtrap_breakpoint_from_pc): New function.
2310         (v850_gdbarch_init): Add ABI detection code.  Register
2311         v850e3v5_register_name for the v850e3v5 architecture.  Set the
2312         number of registers for v850e3v5.  Register
2313         v850_dbtrap_breakpoint_from_pc as appropriate.
2314         (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
2315
2316 2013-05-03  Doug Evans  <dje@google.com>
2317
2318         * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
2319         of bfd_count_sections.
2320         * solib-target.c (solib_target_relocate_section_addresses): Ditto.
2321         * symfile.c (default_symfile_offsets): Ditto.
2322         (syms_from_objfile_1): Ditto.  Make dummy addrs list an array of
2323         one entry, not bfd_count_sections entries.
2324
2325 2013-05-03  Kevin Buettner  <kevinb@redhat.com>
2326
2327         * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
2328         `save' and `restore' register groups.  Don't include SPL
2329         or SPH in these groups.
2330         (rl78_dwarf_reg_to_regnum):  Adjust mapping for
2331         RL78_PC_REGNUM.  Add mappings for RL78_PSW_REGNUM,
2332         RL78_ES_REGNUM, and RL78_CS_REGNUM.
2333         (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4.  Invoke
2334         dwarf2_append_unwinders().
2335
2336 2013-05-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2337
2338         * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
2339         ignore SIGINT and SIGTRAP in case these internal signals are
2340         caught explicitely.
2341
2342 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
2343
2344         * darwin-nat.c (darwin_read_write_inferior): Change types
2345         of parameters rdaddr and wraddr to "gdb_byte *". Change type
2346         of copy_count to "mach_msg_type_number_t".
2347         (darwin_read_dyld_info): Change type of parameter
2348         rdaddr to "gdb_byte *".
2349
2350 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
2351
2352         * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
2353         of &info->load_map from "char *" to "gdb_byte *".
2354
2355 2013-05-01  Joel Brobecker  <brobecker@adacore.com>
2356
2357         * ia64-tdep.c (ia64_access_fpreg): Change cast of val
2358         from "char *" to "gdb_byte *".
2359         (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
2360
2361 2013-04-30  Doug Evans  <dje@google.com>
2362
2363         * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
2364         (init_cutu_and_read_dies): Flag a complaint, not error, for bad
2365         DWO stub.  If DWO isn't found, just use stub.
2366         (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
2367
2368         * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
2369         calling init_cutu_and_read_dies.
2370
2371 2013-03-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
2372
2373         * target-descriptions.c (maint_print_c_tdesc_cmd):
2374         Add case to parse structures as register types and
2375         bitfields.
2376
2377 2013-04-30  Walfred Tedeschi  <walfred.tedeschi@intel.com>
2378
2379         * MAINTAINERS (Write After Approval): Add myself to the list.
2380
2381 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
2382
2383         * sol-thread.c (rw_common): Change type of parameter "buf"
2384         to "gdb_byte *".
2385         (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
2386         rw_common to "gdb_byte *" instead of "char *".
2387
2388 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
2389
2390         * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
2391         of local variable msym to const struct bound_minimal_symbol.
2392         Adjust use accordingly.
2393         [ti.ti_state == TD_THR_SLEEP]: Likewise.
2394
2395 2013-04-30  Samuel Thibault  <samuel.thibault@gnu.org>
2396
2397         * i386gnu-nat.c (CREG_OFFSET): New macro.
2398         (creg_offset): New array.
2399         (CREG_ADDR): Use creg_offset instead of reg_offset.
2400
2401 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
2402
2403         * mep-tdep.c (mep_write_pc): Delete.
2404         (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
2405         Add call to set_gdbarch_pc_regnum.
2406
2407 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
2408
2409         * common/filestuff.c: Replace #include <dirent.h> by
2410         #include "gdb_dirent.h".
2411
2412 2013-04-30  Joel Brobecker  <brobecker@adacore.com>
2413
2414         * common/filestuff.c: Replace #include <sys/stat.h> by
2415         #include "gdb_stat.h".
2416
2417 2013-04-29  Pierre Muller  <muller@sourceware.org>
2418
2419         * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
2420         editCase function rule.
2421         (get_DW_AT_signature_type): Likewise.
2422
2423 2013-04-29  Joel Brobecker  <brobecker@adacore.com>
2424
2425         * m32r-tdep.c (m32r_write_pc): Delete.
2426         (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
2427         Add call to set_gdbarch_pc_regnum.
2428
2429 2013-04-29  Pierre Muller  <muller@sourceware.org>
2430
2431         * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
2432
2433 2013-04-29  Joel Brobecker  <brobecker@adacore.com>
2434
2435         * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
2436
2437 2013-04-28  Yao Qi  <yao@codesourcery.com>
2438
2439         * solib-dsbt.c (fetch_loadmap): Re-indent.
2440         (displacement_from_map, enable_break2): Likewise.
2441         (dsbt_relocate_section_addresses): Likewise.
2442
2443 2013-04-26  Joel Brobecker  <brobecker@adacore.com>
2444
2445         GDB 7.6 released.
2446
2447 2013-04-25  Andreas Kaufmann  <Andreas.Kaufmann@synopsys.com>
2448
2449         PR corefiles/14983:
2450         * dwarf2read.c (process_full_comp_unit): Always create a static
2451         block.
2452
2453 2013-04-25  Hui Zhu  <hui@codesourcery.com>
2454
2455         * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
2456         to loc->cmd_bytecode.
2457
2458 2013-04-24  Doug Evans  <dje@google.com>
2459
2460         * dwarf2read.c (setup_type_unit_groups): Fix comment.
2461
2462 2013-04-22  Keith Seitz  <keiths@redhat.com>
2463
2464         * tracepoint.c (trace_save):  Call the writer's start method.
2465
2466 2013-04-24  Muhammad Bilal  <mbilal@codesourcery.com>
2467
2468         PR gdb/10462
2469         * cli/cli-decode.c (lookup_command): Show an error if there is no space
2470         before argument.
2471
2472 2013-04-23  Tom Tromey  <tromey@redhat.com>
2473
2474         * common/filestuff.c: Check USE_WIN32API before including
2475         sys/socket.h.
2476         (HAVE_F_GETFD): New define.
2477         (mark_cloexec): Check HAVE_F_GETFD.
2478         (gdb_open_cloexec): Change 'mode' to unsigned long.
2479         (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
2480         (gdb_pipe_cloexec): Check HAVE_PIPE.
2481         * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
2482         long.
2483
2484 2013-04-23  Hui Zhu  <hui@codesourcery.com>
2485
2486         PR gdb/15293
2487         * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
2488
2489 2013-04-23  Hui Zhu  <hui@codesourcery.com>
2490
2491         PR gdb/15165
2492         * breakpoint.c (dprintf_print_recreate): New.
2493         (save_breakpoints): Let it not save dprintf commands.
2494         (initialize_breakpoint_ops): Set dprintf_print_recreate.
2495
2496 2013-04-22  Tom Tromey  <tromey@redhat.com>
2497
2498         PR gdb/7912:
2499         * Makefile.in (SFILES): Add filestuff.c
2500         (COMMON_OBS): Add filestuff.o.
2501         (filestuff.o): New target.
2502         * auto-load.c (auto_load_objfile_script_1): Use
2503         gdb_fopen_cloexec.
2504         * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
2505         * cli/cli-cmds.c (shell_escape): Call close_most_fds.
2506         * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
2507         * common/agent.c (gdb_connect_sync_socket): Use
2508         gdb_socket_cloexec.
2509         * common/filestuff.c: New file.
2510         * common/filestuff.h: New file.
2511         * common/linux-osdata.c (linux_common_core_of_thread)
2512         (command_from_pid, commandline_from_pid, print_source_lines)
2513         (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
2514         (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
2515         gdb_fopen_cloexec.
2516         * common/linux-procfs.c (linux_proc_get_int)
2517         (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
2518         * config.in, configure: Rebuild.
2519         * configure.ac: Don't check for sys/socket.h.  Check for
2520         fdwalk, pipe2.
2521         * corelow.c (core_open): Use gdb_open_cloexec.
2522         * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
2523         * fork-child.c (fork_inferior): Call close_most_fds.
2524         * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
2525         * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
2526         * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
2527         Use gdb_fopen_cloexec.
2528         (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
2529         gdb_open_cloexec.
2530         (linux_async_pipe): Use gdb_pipe_cloexec.
2531         * remote-fileio.c (remote_fileio_func_open): Use
2532         gdb_open_cloexec.
2533         * remote.c (remote_file_put, remote_file_get): Use
2534         gdb_fopen_cloexec.
2535         * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
2536         close_most_fds.
2537         * ser-tcp.c (net_open): Use gdb_socket_cloexec.
2538         * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
2539         * solib.c (solib_find): Use gdb_open_cloexec.
2540         * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
2541         * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
2542         (tfile_open): Use gdb_open_cloexec.
2543         * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
2544         * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
2545         * xml-support.c (xml_fetch_content_from_file): Use
2546         gdb_fopen_cloexec.
2547         * main.c (captured_main): Call notice_open_fds.
2548
2549 2013-04-22  Edjunior Machado  <emachado@linux.vnet.ibm.com>
2550
2551         * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
2552         'char *' to 'gdb_byte *'.
2553         (gdbsim_store_register): Change the type of 'tmp' from 'char' to
2554         'gdb_byte'.
2555
2556 2013-04-22  Yao Qi  <yao@codesourcery.com>
2557
2558         * infrun.c: Fix typo in comment.
2559
2560 2013-04-22  Andrew Haley  <aph@redhat.com>
2561
2562         * arm-tdep.c (BranchDest): Cast result as "unsigned long",
2563         instead of "long".
2564
2565 2013-04-20  Yao Qi  <yao@codesourcery.com>
2566
2567         * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
2568         'char *' to 'gdb_byte *'.  Cast the return value of
2569         'bt_ctf_get_char_array' to 'gdb_byte *'.
2570
2571 2013-04-19  Pedro Alves  <palves@redhat.com>
2572
2573         * configure.ac (build_warnings): Replace -Wno-pointer-sign with
2574         -Wpointer-sign.
2575         * configure: Regenerate.
2576
2577 2013-04-19  Pedro Alves  <palves@redhat.com>
2578
2579         * ser-tcp.c (net_read_prim): Cast second argument to recv to
2580         'void *'.
2581
2582 2013-04-19  Pedro Alves  <palves@redhat.com>
2583
2584         * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
2585         Change type of 'myaddr' parameter to gdb_byte pointer.
2586         (monitor_write_memory_longlongs): Likewise.  Cast 'myaddr' pointer
2587         to 'long long' pointer instead of to 'unsigned long long'.
2588         (monitor_write_memory_block, monitor_read_memory_single)
2589         (monitor_read_memory): Change type of 'myaddr' parameter to
2590         gdb_byte pointer.
2591
2592 2013-04-19  Pedro Alves  <palves@redhat.com>
2593
2594         * record.c (validate_history_size): Make parameter 'setting'
2595         unsigned.
2596
2597 2013-04-19  Pedro Alves  <palves@redhat.com>
2598
2599         * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
2600         to 'gdb_byte *'.
2601
2602 2013-04-19  Pedro Alves  <palves@redhat.com>
2603
2604         * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
2605         local to int.
2606
2607 2013-04-19  Pedro Alves  <palves@redhat.com>
2608
2609         * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
2610         * ada-tasks.c (read_fat_string_value): Likewise.
2611
2612 2013-04-19  Pedro Alves  <palves@redhat.com>
2613
2614         * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
2615         unsigned.  Pass 'tmp' to safe_read_uleb128 instead of the signed
2616         'offset', and adjust.
2617
2618 2013-04-19  Pedro Alves  <palves@redhat.com>
2619
2620         * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
2621         (read_index_from_section): Add cast to 'char *'.
2622
2623 2013-04-19  Pedro Alves  <palves@redhat.com>
2624
2625         * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
2626
2627 2013-04-19  Pedro Alves  <palves@redhat.com>
2628
2629         * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
2630
2631 2013-04-19  Pedro Alves  <palves@redhat.com>
2632
2633         * record-full.c (record_full_get_bookmark): Change local 'ret'
2634         type to char * and add cast to gdb_byte *.
2635         (record_full_goto_bookmark): Handle 'bookmark' argument as a
2636         string.
2637         * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
2638
2639 2013-04-19  Pedro Alves  <palves@redhat.com>
2640
2641         * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
2642         * python/py-prettyprint.c (print_string_repr): Change type of
2643         'output' local to char *.  Add cast to gdb_byte * in
2644         LA_PRINT_STRING call.
2645         (print_children): Change type of 'output' local to char *.
2646         * python/py-value.c (valpy_string): Add cast to const char * in
2647         PyUnicode_Decode call.
2648
2649 2013-04-19  Pedro Alves  <palves@redhat.com>
2650
2651         * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
2652         and change its type to 'const char *'.  Adjust.
2653         (mips_send_packet): Add cast to 'char *', and remove cast to
2654         'unsigned char *'.
2655         (mips_receive_packet): Remove cast to 'unsigned char *'.
2656         (mips_load_srec): Use bfd_byte.
2657         (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
2658         (pmon_checkset): Make 'value' parameter unsigned.
2659
2660 2013-04-19  Pedro Alves  <palves@redhat.com>
2661
2662         * common/agent.c (agent_run_command): Add cast to gdb_byte *.
2663
2664 2013-04-19  Pedro Alves  <palves@redhat.com>
2665
2666         * remote.c (remote_write_bytes_aux, compare_sections_command)
2667         (remote_read_qxfer)
2668         (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
2669         (remote_hostio_readlink, remote_bfd_iovec_pread)
2670         (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
2671         binary buffer, and char when buffer is used as string.
2672         * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
2673         (trace_save, tfile_open, traceframe_walk_blocks)
2674         (tfile_fetch_registers): Likewise.
2675
2676 2013-04-19  Pedro Alves  <palves@redhat.com>
2677
2678         * ser-base.c (ser_base_write): Change prototype -- take 'void *'
2679         buffer and size_t size.  Adjust.
2680         * ser-base.h (ser_base_write): Adjust.
2681         * ser-go32.c (cnts): Change type to size_t.
2682         (dos_write): Change prototype -- take 'void *'
2683         buffer and size_t size.  Adjust.
2684         (dos_info): Print elements of 'cnts' as unsigned long.
2685         * serial.c (serial_write): Likewise.
2686         * serial.h (serial_write): Adjust.
2687         (struct serial_ops) <write>: Change prototype -- take 'void *'
2688         buffer and size_t size.  Adjust.
2689
2690 2013-04-19  Pedro Alves  <palves@redhat.com>
2691
2692         * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
2693         gdb_byte *.
2694         * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
2695
2696 2013-04-19  Pedro Alves  <palves@redhat.com>
2697
2698         * alpha-tdep.c (alpha_extract_return_value): Use
2699         regcache_cooked_read_unsigned to read 'v0'.
2700
2701 2013-04-19  Pedro Alves  <palves@redhat.com>
2702
2703         * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
2704         parameters 'at', 'as' and 'offset' to uint32_t.
2705
2706 2013-04-19  Pedro Alves  <palves@redhat.com>
2707
2708         * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
2709         'is64' to signed 'int'.
2710
2711 2013-04-19  Pedro Alves  <palves@redhat.com>
2712
2713         * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
2714         parameter to int *.
2715
2716 2013-04-19  Pedro Alves  <palves@redhat.com>
2717
2718         * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
2719         'insnbuf' buffer type to unsigned int[].
2720
2721 2013-04-19  Pedro Alves  <palves@redhat.com>
2722
2723         * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
2724
2725 2013-04-19  Pedro Alves  <palves@redhat.com>
2726
2727         * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
2728         unsigned long *.
2729
2730 2013-04-19  Pedro Alves  <palves@redhat.com>
2731
2732         * alpha-tdep.c (heuristic_fence_post): Change type to int.
2733         (alpha_heuristic_proc_start): Adjust to check -1 instead of
2734         UINT_MAX.
2735         * mips-tdep.c (heuristic_fence_post): Change type to int.
2736         (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
2737
2738 2013-04-19  Pedro Alves  <palves@redhat.com>
2739
2740         * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
2741         (struct gdbarch_tdep) <cris_version>: Make unsigned.
2742         (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
2743
2744 2013-04-19  Pedro Alves  <palves@redhat.com>
2745
2746         * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'.  Use
2747         it to get a string view of the byte buffer.
2748         * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
2749         type to gdb_byte *.  Adjust.
2750         * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
2751         Change local to char *.
2752         * solib-darwin.c (find_program_interpreter): Change return type to
2753         char *.  Adjust.
2754         (darwin_solib_get_all_image_info_addr_at_init): Adjust.
2755         * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
2756         * solib-frv.c (enable_break2): Change local 'buf' to char *.
2757         * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
2758         * solib-svr4.c (find_program_interpreter): Change return type to
2759         char *.  Adjust.
2760         (enable_break): Change local 'interp_name' to char *.
2761         * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
2762         * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
2763         (spu_pseudo_register_write_spu): Use char for string buffer.
2764         Adjust.
2765         (info_spu_event_command, info_spu_signal_command): Add casts to
2766         'char *'.
2767
2768 2013-04-19  Pedro Alves  <palves@redhat.com>
2769
2770         * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
2771         gdb_byte[].
2772         (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
2773         * ada-lang.c (ada_value_assign): Use gdb_byte.
2774         * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
2775         (alphanbsd_sigtramp_offset): Use gdb_byte.
2776         * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
2777         (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
2778         (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
2779         (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
2780         (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
2781         * arm-tdep.c (arm_stub_unwind_sniffer)
2782         (arm_displaced_init_closure): Use gdb_byte.
2783         (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
2784         (arm_default_thumb_le_breakpoint)
2785         (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
2786         * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
2787         thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
2788         * arm-wince-tdep.c (arm_wince_le_breakpoint)
2789         (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
2790         * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
2791         (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
2792         (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
2793         * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
2794         (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
2795         * cris-tdep.c (push_stack_item, cris_push_dummy_call)
2796         (cris_store_return_value, cris_extract_return_value): Use
2797         gdb_byte.
2798         (constraint): Change type of parameter to char * from signed
2799         char*.  Use gdb_byte.
2800         * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
2801         of local buffer to gdb_byte *.
2802         * dwarf2read.c (read_index_from_section): Use gdb_byte.
2803         (create_dwp_hash_table): Change type of locals to gdb_byte *.
2804         (add_address_entry): Change type of local buffer to gdb_byte[].
2805         * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
2806         (frv_push_dummy_call): Use gdb_byte.
2807         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
2808         (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
2809         (hppa_hpux_supply_save_state): Use gdb_byte.
2810         * hppa-tdep.c (hppa32_push_dummy_call)
2811         (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
2812         * ia64-tdep.c (extract_bit_field, replace_bit_field)
2813         (slotN_contents, replace_slotN_contents): Change type of parameter
2814         to gdb_byte *.
2815         (fetch_instruction, ia64_pseudo_register_write)
2816         (ia64_register_to_value, ia64_value_to_register)
2817         (ia64_extract_return_value, ia64_store_return_value)
2818         (ia64_push_dummy_call): Use gdb_byte.
2819         * m32c-tdep.c (m32c_return_value): Remove cast.
2820         * m68hc11-tdep.c (m68hc11_pseudo_register_write)
2821         (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
2822         gdb_byte.
2823         * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
2824         * mn10300-tdep.c (mn10300_store_return_value)
2825         (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
2826         gdb_byte.
2827         * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
2828         (moxie_process_record): Remove casts.
2829         * ppc-ravenscar-thread.c (supply_register_at_address)
2830         (ppc_ravenscar_generic_store_registers): Use gdb_byte.
2831         * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
2832         * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
2833         * remote-mips.c (mips_xfer_memory): Use gdb_byte.
2834         * remote.c (compare_sections_command): Use gdb_byte.
2835         * score-tdep.c (score7_free_memblock): Change type of parameter to
2836         gdb_byte *.
2837         * sh-tdep.c (sh_justify_value_in_reg): Change return type to
2838         gdb_byte *.  Use gdb_byte.
2839         (sh_push_dummy_call_fpu): Use gdb_byte.
2840         (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
2841         (sh_store_return_value_nofpu, sh_store_return_value_fpu)
2842         (sh_register_convert_to_virtual, sh_register_convert_to_raw):
2843         Change parameter type to 'gdb_byte *'.  Use gdb_byte.
2844         (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
2845         * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
2846         (sh64_store_return_value, sh64_register_convert_to_virtual):
2847         Change parameter type to 'gdb_byte *'.  Use gdb_byte.
2848         (sh64_pseudo_register_write): Use gdb_byte.
2849         * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
2850         * solib-irix.c (fetch_lm_info): Likewise.  Use gdb_byte for byte
2851         buffer.
2852         (irix_current_sos): Use gdb_byte.
2853         * solib-som.c (som_current_sos): Use gdb_byte.
2854         * sparc-ravenscar-thread.c (supply_register_at_address)
2855         (sparc_ravenscar_generic_store_registers): Use gdb_byte.
2856         * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
2857         * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
2858         * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
2859         'gdb_byte *'.
2860         * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
2861         'gdb_byte *'.
2862         * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
2863         * xstormy16-tdep.c (xstormy16_extract_return_value)
2864         (xstormy16_store_return_value): Change parameter type to
2865         'gdb_byte *'.  Adjust.
2866         (xstormy16_push_dummy_call): Use gdb_byte.
2867         * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
2868         (call0_analyze_prologue, execute_code): Use gdb_byte.
2869
2870 2013-04-19  Vladimir Kargov <kargov@gmail.com>
2871             Pedro Alves  <palves@redhat.com>
2872
2873         * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
2874         value contents.
2875
2876 2013-04-17  Doug Evans  <dje@google.com>
2877
2878         * dwarf2read.c (struct signatured_type): New member type.
2879         (struct attribute): Replace member signatured_type with signature.
2880         (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
2881         (read_call_site_scope): Call follow_die_ref instead of
2882         follow_die_ref_or_sig.
2883         (read_structure_type): Rewrite handling of signatured types.
2884         (read_enumeration_type): Ditto.
2885         (read_attribute_value): Update.
2886         (build_error_marker_type): New function.
2887         (lookup_die_type): Add assert.  Rewrite handling of signatured types.
2888         Don't call error for bad types, just build an error marker type.
2889         (dump_die_shallow): Update.
2890         (follow_die_sig_1): Renamed from follow_die_sig.
2891         Don't call error for bad types, instead return NULL.
2892         (follow_die_sig): New function.
2893         (get_signatured_type, get_DW_AT_signature_type): New functions.
2894
2895 2013-04-17  Yufeng Zhang  <yufeng.zhang@arm.com>
2896
2897         * aarch64-tdep.c (aarch64_write_pc): Removed.
2898         (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
2899         function.
2900
2901 2013-04-17  Yao Qi  <yao@codesourcery.com>
2902
2903         * top.c (print_gdb_configuration): Print configure-time
2904         parameter on using libbabeltrace or not.
2905
2906 2013-04-16  Pedro Alves  <palves@redhat.com>
2907
2908         * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
2909
2910 2013-04-16  Pedro Alves  <palves@redhat.com>
2911
2912         * common/glibc_thread_db.h: Update from upstream glibc
2913         (git 568035b7874a099087b77f7bba3e36a1173787b0).
2914
2915 2013-04-16  Pedro Alves  <palves@redhat.com>
2916
2917         * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
2918         * common/glibc_thread_db.h: ... this new file ...
2919         * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
2920
2921 2013-04-16  Will Newton  <will.newton@gmail.com>
2922             Pedro Alves  <palves@redhat.com>
2923
2924         PR build/11881
2925
2926         * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
2927         (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
2928         HAVE_THREAD_DB_H.
2929
2930 2013-04-16  Pedro Alves  <palves@redhat.com>
2931             Eli Zaretskii  <eliz@gnu.org>
2932
2933         * NEWS: Mention "set foo unlimited".
2934
2935 2013-04-15  Doug Evans  <dje@google.com>
2936
2937         * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
2938         (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
2939         (create_dwo_cu_reader): Renamed from
2940         create_dwo_debug_info_hash_table_reader.
2941         (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
2942         Remove support for multiple CUs in a DWO file.
2943         (open_and_init_dwo_file, lookup_dwo_cutu): Update.
2944
2945         * dwarf2read.c (create_debug_types_hash_table): Use hex_string
2946         instead of phex.
2947         (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
2948         (create_dwo_in_dwp): Ditto.
2949
2950 2013-04-15  Tom Tromey  <tromey@redhat.com>
2951
2952         * NEWS: Move recent entries into "since 7.6" section.
2953
2954 2013-04-15  Tom Tromey  <tromey@redhat.com>
2955
2956         PR c++/13588:
2957         * NEWS: Update.
2958         * break-catch-throw.c (struct exception_catchpoint)
2959         <exception_rx, pattern>: New fields.
2960         (fetch_probe_arguments, dtor_exception_catchpoint)
2961         (check_status_exception_catchpoint)
2962         (print_one_detail_exception_catchpoint): New functions.
2963         (handle_gnu_v3_exceptions): Add "except_rx" argument.
2964         Compile regular expression if needed.
2965         (extract_exception_regexp): New function.
2966         (catch_exception_command_1): Use extract_exception_regexp.
2967         (compute_exception): Use fetch_probe_arguments.
2968         (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
2969         and check_status fields.
2970         * cp-abi.c (cplus_typename_from_type_info): New function.
2971         * cp-abi.h (cplus_typename_from_type_info): Declare.
2972         (struct cp_abi_ops) <get_typename_from_type_info>: New field.
2973         * gdb_regex.h (compile_rx_or_error): Declare.
2974         * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
2975         comment.
2976         (init_gnuv3_ops): Set get_type_from_type_info field.
2977         * probe.c (compile_rx_or_error): Move...
2978         * utils.c (compile_rx_or_error): ... here.
2979
2980 2013-04-15  Tom Tromey  <tromey@redhat.com>
2981
2982         PR c++/15176:
2983         * NEWS: Update.
2984         * break-catch-throw.c (compute_exception): New function.
2985         (exception_funcs): New global.
2986         (_initialize_break_catch_throw): Create $_exception.
2987         * cp-abi.c (cplus_type_from_type_info): New function.
2988         * cp-abi.h (cplus_type_from_type_info): Declare.
2989         (struct cp_abi_ops) <get_type_from_type_info>: New field.
2990         * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
2991         (gnuv3_get_type_from_type_info): New functions.
2992         (init_gnuv3_ops): Set get_type_from_type_info ABI field.
2993
2994 2013-04-15  Tom Tromey  <tromey@redhat.com>
2995
2996         * break-catch-throw.c (struct exception_names): New.
2997         (exception_functions): Change type.
2998         (re_set_exception_catchpoint): Look for SDT probes.
2999
3000 2013-04-15  Tom Tromey  <tromey@redhat.com>
3001
3002         PR c++/10119:
3003         * break-catch-throw.c (exception_functions): New global.
3004         (gnu_v3_exception_catchpoint_ops): Move earlier.
3005         (struct exception_catchpoint): New.
3006         (classify_exception_breakpoint): Rewrite.
3007         (re_set_exception_catchpoint): New function.
3008         (handle_gnu_v3_exceptions): Return void.  Use init_catchpoint.
3009         Allocate a struct exception_catchpoint.
3010         (catch_exception_command_1): Update.
3011         (initialize_throw_catchpoint_ops): Set 're_set' method.
3012
3013 2013-04-15  Tom Tromey  <tromey@redhat.com>
3014
3015         * Makefile.in (SFILES): Add break-catch-throw.c
3016         (COMMON_OBS): Add break-catch-throw.o.
3017         * break-catch-throw.c: New file.
3018         * breakpoint.c: Move exception-catching code to new file.
3019         (ep_parse_optional_if_clause): No longer static.
3020         * breakpoint.h (ep_parse_optional_if_clause): Declare.
3021
3022 2013-04-15  Tom Tromey  <tromey@redhat.com>
3023
3024         PR c++/9065:
3025         * NEWS: Update.
3026         * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
3027         * c-exp.y (TYPEID): New token.
3028         (exp): Add new TYPEID productions.
3029         (ident_tokens): Add "typeid".
3030         * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
3031         * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
3032         (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
3033         * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
3034         * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
3035         case.
3036         * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
3037         (build_std_type_info_type, gnuv3_get_typeid_type)
3038         (gnuv3_get_typeid): New functions.
3039         (init_gnuv3_ops): Initialize std_type_info_gdbarch_data.  Set
3040         new fields on ABI object.
3041         * parse.c (operator_length_standard) <OP_TYPEID>: New case.
3042         * std-operator.def (OP_TYPEID): New.
3043
3044 2013-04-15  Tom Tromey  <tromey@redhat.com>
3045
3046         * elfread.c (elf_symtab_read): Install versioned symbol under
3047         unversioned name as well.
3048
3049 2013-04-15  Tom Tromey  <tromey@redhat.com>
3050
3051         PR c++/11990:
3052         * c-lang.c (cplus_language_defn): Use gdb_demangle.
3053         * c-typeprint.c (c_type_print_base): Use gdb_demangle.
3054         * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
3055         (gdb_demangle): New function.
3056         * cp-support.h (gdb_demangle): Declare.
3057         * dwarf2read.c (dwarf2_physname, fixup_partial_die)
3058         (dwarf2_name): Use gdb_demangle.
3059         * gdbtypes.c (check_stub_method): Use gdb_demangle.
3060         * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
3061         suffixes from name.
3062         (gnuv3_print_method_ptr): Use gdb_demangle.
3063         * jv-lang.c (java_demangle): Use gdb_demangle.
3064         * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
3065         * language.c (unk_lang_demangle): Use gdb_demangle.
3066         * symtab.c (symbol_find_demangled_name)
3067         (demangle_for_lookup): Use gdb_demangle.
3068
3069 2013-04-15  Tom Tromey  <tromey@redhat.com>
3070
3071         PR c++/12824:
3072         * NEWS: Update.
3073         * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
3074         New constant.
3075         (classify_exception_breakpoint): New function.
3076         (print_it_exception_catchpoint, print_one_exception_catchpoint)
3077         (print_mention_exception_catchpoint)
3078         (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
3079         (catch_exception_command_1): Handle "rethrow" catchpoint.
3080         (catch_rethrow_command): New function.
3081         (_initialize_breakpoint): Add "catch rethrow" command.
3082
3083 2013-04-15  Pierre Muller  <muller@sourceware.org>
3084
3085         * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
3086         set_gdbarch_write_pc as deprecated anymore.
3087
3088 2013-04-15  Joel Brobecker  <brobecker@adacore.com>
3089
3090         * spu-tdep.c (spu_write_pc): Add empty line after local variable
3091         declarations.
3092
3093 2013-04-13  Yao Qi  <yao@codesourcery.com>
3094
3095         * ctf.c (_initialize_ctf): Include "completer.h".
3096         Call add_target_with_completer instead of add_target.
3097
3098 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3099
3100         Fix GDB regression related to PR binutils/14813.
3101         * jit.c (mem_bfd_iovec_close): Return 0 for success.
3102         * minidebug.c (lzma_close): Add return value comment.
3103         * remote.c (remote_bfd_iovec_close): Return 0 for success.
3104         * solib-spu.c (spu_bfd_iovec_close): Likewise.
3105         * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
3106
3107 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3108
3109         * config.in: Regenerate.
3110
3111 2013-04-12  Tom Tromey  <tromey@redhat.com>
3112
3113         * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
3114         const.
3115         * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
3116         (struct die_reader_specs) <buffer>: Likewise.
3117         (die_reader_func_ftype): Make 'info_ptr' const.
3118         (struct line_header) <include_dirs, statement_program_start,
3119         statement_program_end>: Now const.
3120         (struct file_entry) <name>: Likewise.
3121         (struct partial_die_info) <sibling>: Likewise.
3122         (struct dwarf_block) <data>: Likewise.
3123         (dwarf2_read_section): Remove cast.
3124         (dwarf2_get_section_info): Make 'bufp' const.
3125         (read_index_from_section): Constify.
3126         (dw2_get_file_names_reader): Make 'info_ptr' const.
3127         (dw2_get_primary_filename_reader): Likewise.
3128         (read_comp_unit_head): Make 'info_ptr' and return type const.
3129         (read_and_check_comp_unit_head, read_and_check_type_unit_head):
3130         Likewise.
3131         (read_abbrev_offset): Constify.
3132         (dwarf2_create_include_psymtab): Make 'name' const.
3133         (create_debug_types_hash_table): Update.
3134         (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
3135         (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
3136         Constify.
3137         (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
3138         (load_partial_comp_unit_reader): Make 'info_ptr' const.
3139         (read_comp_units_from_section): Constify.
3140         (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
3141         (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
3142         const.
3143         (dwarf2_compute_name, setup_type_unit_groups): Constify.
3144         (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
3145         (create_dwp_hash_table, dwarf2_ranges_read)
3146         (dwarf2_record_block_ranges): Constify.
3147         (read_die_and_children, read_die_and_siblings_1)
3148         (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
3149         const.
3150         (read_full_die_1, read_full_die): Make 'info_ptr' const.
3151         (abbrev_table_read_table): Constify.
3152         (load_partial_dies): Make 'info_ptr' const.
3153         (read_partial_die, read_attribute_value, read_attribute): Make
3154         'info_ptr' and return type const.
3155         (read_address, read_initial_length)
3156         (read_checked_initial_length_and_offset, read_offset)
3157         (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
3158         const.
3159         (read_direct_string): Make 'buf' and return type const.
3160         (read_indirect_string_at_offset, read_indirect_string_from_dwz)
3161         (read_indirect_string): Make return type const.
3162         (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
3163         (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
3164         'info_ptr' const.
3165         (read_str_index): Make return type const.
3166         (add_include_dir): Make 'include_dir' const.
3167         (add_file_name): Make 'name' const.
3168         (dwarf_decode_line_header): Constify.
3169         (psymtab_include_file_name): Make return type const.
3170         (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
3171         (dwarf2_start_subfile): Make 'filename' const.
3172         (dwarf2_const_value_attr): Make 'bytes' const.
3173         (read_signatured_type_reader): Make 'info_ptr' const.
3174         (decode_locdesc): Constify.
3175         (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
3176         const.
3177         (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
3178         'mac_end', and return type const.
3179         (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
3180         (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
3181         type const.
3182         (per_cu_header_read_in): Constify.
3183         * symfile.h (dwarf2_get_section_info): Update.
3184
3185 2013-04-12  Tom Tromey  <tromey@redhat.com>
3186
3187         * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
3188
3189 2013-04-12  Eli Zaretskii  <eliz@gnu.org>
3190
3191         * NEWS: Mention "show configuration", --configuration.
3192         * top.c (print_gdb_configuration): New function, displays the
3193         details about GDB configure-time parameters.
3194         (print_gdb_version): Mention "show configuration".
3195         * cli/cli-cmds.c (show_configuration): New function.
3196         (_initialize_cli_cmds): Add the "show configuration" command.
3197         * main.c (captured_main) <print_configuration>: New static var.
3198         <long_options>: Use it.
3199         If --configuration was given, call print_gdb_configuration.
3200
3201 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3202             Pedro Alves  <palves@redhat.com>
3203
3204         * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
3205         (generated_files): Add gcore.
3206         (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
3207         HAVE_NATIVE_GCORE_HOST.
3208         (gcore): New.
3209         * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
3210         * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
3211         config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
3212         config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
3213         config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
3214         Add HAVE_NATIVE_GCORE_HOST.
3215         * configure: Regenerate.
3216         * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
3217         New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME.  New
3218         AC_CONFIG_FILES for gcore.
3219         * configure.tgt: Add gdb_have_gcore to the initial comment.  Set
3220         gdb_have_gcore.
3221         * gdb_gcore.sh: Rename to ...
3222         * gcore.in: ... here.  Remove gcore.sh comment.  Use GDB_TRANSFORM_NAME
3223         and GCORE_TRANSFORM_NAME substitutions.
3224
3225         Fix parsing tabs in ${gdb_target_obs}.
3226         * configure.tgt (gdb_have_gcore): Replace case with for and if.
3227
3228 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3229
3230         * remote.c (unpush_and_perror): Add output message final dot.
3231
3232 2013-04-11  Yao Qi  <yao@codesourcery.com>
3233
3234         * tracepoint.c (tfile_interp_line): Fit parameters line and
3235         utpp in one line.
3236
3237 2013-04-10  Joel Brobecker  <brobecker@adacore.com>
3238
3239         * solib.c (solib_map_sections): Remove code overwriting
3240         SO->SO_NAME with the bfd's filename.
3241
3242 2013-04-10  Pedro Alves  <palves@redhat.com>
3243
3244         * cli/cli-decode.c (integer_unlimited_completer): New function.
3245         (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
3246         (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
3247         completer.
3248         * cli/cli-setshow.c: Include "cli/cli-utils.h".
3249         (is_unlimited_literal): New function.
3250         (do_set_command): Handle literal "unlimited" arguments.
3251         * frame.c (_initialize_frame) <set backtrace limit>: Document
3252         "unlimited".
3253         * printcmd.c (_initialize_printcmd) <set print
3254         max-symbolic-offset>: Add help text.
3255         * record-full.c (_initialize_record_full) <set record full
3256         insn-number-max>: Likewise.
3257         * record.c (_initialize_record) <set record
3258         instruction-history-size, set record function-call-history-size>:
3259         Add help text.
3260         * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
3261         help text.
3262         * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
3263         Likewise.
3264         * source.c (_initialize_source) <set listsize>: Add help text.
3265         * utils.c (initialize_utils) <set height, set width>: Likewise.
3266         <set pagination>: Mention "set height unlimited".
3267         * valprint.c (_initialize_valprint) <set print elements, set print
3268         repeats>: Document "unlimited".
3269
3270 2013-04-10  Pedro Alves  <palves@redhat.com>
3271
3272         * cli/cli-cmds.c (quit_command): Call query_if_trace_running
3273         instead of disconnect_tracing.
3274         * infcmd.c (detach_command, disconnect_command): Call
3275         query_if_trace_running.  Adjust.
3276         * top.c: Include "tracepoint.h".
3277         (quit_target): Delete.  Contents moved ...
3278         (quit_force): ... here.  Wrap each stage of teardown in
3279         TRY_CATCH.  Call disconnect_tracing before detaching.
3280
3281 2013-04-10  Hui Zhu  <hui@codesourcery.com>
3282             Yao Qi  <yao@codesourcery.com>
3283
3284         * configure.ac: Check libbabeltrace is installed.
3285         * config.in: Regenerate.
3286         * configure: Regenerate.
3287         * Makefile.in (LIBBABELTRACE): New.
3288         (CLIBS): Add LIBBABELTRACE.
3289         * ctf.c: Include "exec.h".
3290         (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
3291         (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
3292         (ctf_save_metadata_header): Define new type aliases in
3293         metadata.
3294         (ctf_write_header): Define event type "tsv_def" and "tp_def"
3295         in metadata.  Start a new faked packet for trace status.
3296         (ctf_write_status): Write trace status to CTF.
3297         (ctf_write_uploaded_tsv): Write TSV to CTF.
3298         (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
3299         (ctf_write_definition_end): End the faked packet.
3300
3301         (ctx, ctf_iter, trace_dirname): New.
3302         (start_pos): New variable.
3303         (ctf_destroy, ctf_open_dir, ctf_open): New.
3304         (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
3305         macros.
3306         (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
3307         (ctf_fetch_registers, ctf_xfer_partial): New.
3308         (ctf_get_trace_state_variable_value): New.
3309         (ctf_get_tpnum_from_frame_event): New.
3310         (ctf_get_traceframe_address): New.
3311         (ctf_trace_find, ctf_has_stack): New.
3312         (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
3313         (ctf_get_trace_status, ctf_read_status): New.
3314         (_initialize_ctf): New.
3315         * tracepoint.c (get_tracepoint_number): New
3316         (get_uploaded_tsv): Remove 'static'.
3317         (struct traceframe_info, trace_regblock_size): Move it to ...
3318         * tracepoint.h: ... here.
3319         (get_tracepoint_number): Declare it.
3320         (get_uploaded_tsv): Declare it.
3321
3322         * NEWS: Mention new configure option.
3323
3324 2013-04-10  Pedro Alves  <palves@redhat.com>
3325             Hui Zhu  <hui@codesourcery.com>
3326
3327         * breakpoint.c (dprintf_re_set): New.
3328         (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
3329         to dprintf_re_set.
3330
3331 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
3332
3333         * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
3334         Remove solib-svr4.o from the list.
3335
3336 2013-04-09  Joel Brobecker  <brobecker@adacore.com>
3337
3338         * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
3339         Use gdb_assert_not_reached instead of invalid boolean expression.
3340
3341 2013-04-09  Pedro Alves  <palves@redhat.com>
3342
3343         * remote.c (unpush_and_perror): New function.
3344         (readchar, remote_serial_write): Use it.
3345
3346 2013-04-09  Markus Metzger  <markus.t.metzger@intel.com>
3347
3348         * NEWS: Mention new btrace RSP packets.
3349
3350 2013-04-08  Tom Tromey  <tromey@redhat.com>
3351
3352         * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
3353         long.
3354
3355 2013-04-08  Tom Tromey  <tromey@redhat.com>
3356
3357         * maint.c (print_bfd_section_info): Print the section index.
3358         * symmisc.c (dump_msymbols): Print the section index.
3359
3360 2013-04-08  Tom Tromey  <tromey@redhat.com>
3361
3362         PR symtab/8424:
3363         * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
3364         SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
3365         * breakpoint.c (resolve_sal_pc): Update.
3366         * elfread.c (elf_gnu_ifunc_record_cache): Update.
3367         * findvar.c (struct minsym_lookup_data) <objfile>: New field.
3368         (minsym_lookup_iterator_cb): Use it.
3369         (default_read_var_value): Update.
3370         * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
3371         Update.
3372         * infcmd.c (jump_command): Update.
3373         * linespec.c (minsym_found): Update.
3374         * maint.c (maintenance_translate_address): Update.
3375         * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
3376         (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
3377         * parse.c (write_exp_msymbol): Update.
3378         * printcmd.c (address_info): Update.
3379         * psymtab.c (find_pc_sect_psymbol): Update.
3380         (fixup_psymbol_section): Check SYMBOL_SECTION, not
3381         SYMBOL_OBJ_SECTION.
3382         (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
3383         Don't initialize SYMBOL_OBJ_SECTION.
3384         * spu-tdep.c (spu_catch_start): Update.
3385         * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
3386         * symmisc.c (dump_msymbols, print_symbol): Update.
3387         * symtab.c (fixup_section): Don't set 'obj_section'.  Change
3388         how fallback section is computed.
3389         (fixup_symbol_section): Update.
3390         (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
3391         Update.
3392         (allocate_symbol, initialize_symbol, allocate_template_symbol):
3393         Initialize SYMBOL_SECTION.
3394         * symtab.h (struct general_symbol_info) <section>: Update comment.
3395         <obj_section>: Remove.
3396         (SYMBOL_OBJ_SECTION): Add 'objfile' argument.  Rewrite.
3397         (SYMBOL_OBJFILE): New macro.
3398
3399 2013-04-08  Tom Tromey  <tromey@redhat.com>
3400
3401         * coffread.c (record_minimal_symbol): Update.
3402         * dbxread.c (record_minimal_symbol): Update.
3403         * elfread.c (record_minimal_symbol): Update.
3404         * machoread.c (macho_symtab_add_minsym): Update.
3405         * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
3406         Update.
3407         * minsyms.c (prim_record_minimal_symbol): Update.
3408         (prim_record_minimal_symbol_full): Remove 'bfd_section'
3409         argument.
3410         (prim_record_minimal_symbol_and_info): Likewise.
3411         * minsyms.h (prim_record_minimal_symbol_full)
3412         (prim_record_minimal_symbol_and_info): Update.
3413         * symtab.c (allocate_symbol, initialize_symbol)
3414         (allocate_template_symbol): Initialize SYMBOL_SECTION.
3415         * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
3416         Update.
3417
3418 2013-04-08  Tom Tromey  <tromey@redhat.com>
3419
3420         PR symtab/8423:
3421         * solib-som.c (som_solib_section_offsets): Use BFD section
3422         indices.  Set offsets for all sections.
3423         * somread.c (som_symtab_read): Compute BFD section for
3424         symbol.  Use prim_record_minimal_symbol_and_info.
3425         (som_symfile_read): Fix comment.
3426         (struct find_section_offset_arg): New.
3427         (find_section_offset, set_section_index): New functions.
3428         (som_symfile_offsets): Use set_section_index to compute
3429         section indices.
3430
3431 2013-04-08  Tom Tromey  <tromey@redhat.com>
3432
3433         * coffread.c (cs_to_section): Use gdb_bfd_section_index.
3434         * elfread.c (record_minimal_symbol, elf_symtab_read): Use
3435         gdb_bfd_section_index.
3436         * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
3437         New functions.
3438         * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
3439         Declare.
3440         * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
3441         Update.
3442         * objfiles.c (add_to_objfile_sections_full): New function.
3443         (add_to_objfile_sections): Use it.
3444         (build_section_table): Rewrite.
3445         (objfile_relocate1): Use gdb_bfd_section_index.  Update.
3446         * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
3447         (struct objfile) <sections>: Update comment.
3448         (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
3449         is NULL.
3450         (ALL_OBJSECTIONS): Use it.
3451         * solib-dsbt.c (dsbt_relocate_main_executable): Update.
3452         * solib-frv.c (frv_relocate_main_executable): Update.
3453         * solib-target.c (solib_target_relocate_section_addresses):
3454         Use gdb_bfd_section_index.
3455         * symfile.c (build_section_addr_info_from_section_table):
3456         Use gdb_bfd_section_index.
3457         (build_section_addr_info_from_bfd, place_section): Likewise.
3458         * symtab.c (fixup_section): Update.
3459         * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
3460
3461 2013-04-08  Tom Tromey  <tromey@redhat.com>
3462
3463         * minsyms.h (struct bound_minimal_symbol): New.
3464         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
3465         Remove objfile argument.
3466         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
3467         Return bound_minimal_symbol.
3468         * minsyms.c (lookup_minimal_symbol_by_pc_1)
3469         (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
3470         Return bound_minimal_symbol.
3471         (in_gnu_ifunc_stub): Update.
3472         (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
3473         Remove 'objfile_p' argument.
3474         (lookup_solib_trampoline_symbol_by_pc): Update.
3475         * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
3476         arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
3477         c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
3478         glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
3479         i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
3480         linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
3481         mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
3482         ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
3483         stack.c, symtab.c, tui/tui-disasm.c: Update.
3484
3485 2013-04-08  Tom Tromey  <tromey@redhat.com>
3486
3487         * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
3488         Use symbol's obstack, not an objfile.
3489         * coffread.c (process_coff_symbol): Update.
3490         * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
3491         * jv-lang.c (add_class_symbol): Update.
3492         * mdebugread.c (new_symbol): Update.
3493         * minsyms.c (prim_record_minimal_symbol_full)
3494         (terminate_minimal_symbol_table): Update.
3495         * psymtab.c (add_psymbol_to_bcache): Clear entire symbol.  Update.
3496         * stabsread.c (define_symbol, read_enum_type): Update.
3497         * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
3498         Handle Ada specially.
3499         (symbol_set_language): Add 'obstack' argument.
3500         (symbol_set_names): Update.
3501         (symbol_natural_name, symbol_demangled_name): Always use
3502         ada_decode_symbol.
3503         * symtab.h (struct general_symbol_info)
3504         <language_specific::obstack>: New field.
3505         <ada_mangled>: New field.
3506         (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
3507         (symbol_set_language): Update.
3508
3509 2013-04-08  Tom Tromey  <tromey@redhat.com>
3510
3511         * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
3512         Take an obstack, not an objfile.
3513         (symbol_set_names): Update.
3514         * symtab.h (symbol_set_demangled_name): Update.
3515
3516 2013-04-08  Tom Tromey  <tromey@redhat.com>
3517
3518         * coffread.c (process_coff_symbol, coff_read_enum_type): Call
3519         allocate_symbol.
3520         * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
3521         (read_func_scope): Call allocate_template_symbol.
3522         (new_symbol_full): Call allocate_symbol.
3523         * jit.c (finalize_symtab): Call allocate_symbol.
3524         * jv-lang.c (add_class_symbol): Call allocate_symbol.
3525         * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
3526         * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
3527         (common_block_end): Call allocate_symbol.
3528         * symtab.c (allocate_symbol, initialize_symbol)
3529         (allocate_template_symbol): New functions.
3530         * symtab.c (allocate_symbol, initialize_symbol)
3531         (allocate_template_symbol): Declare.
3532         * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
3533
3534 2013-04-08  Pedro Alves  <palves@redhat.com>
3535             Keith Seitz  <keiths@redhat.com>
3536
3537         * breakpoint.c (create_breakpoint): Rename
3538         "parse_condition_and_thread" parameter to "parse_arg".  Update
3539         describing comment.  If !PARSE_ARG, then error out if ARG is not
3540         the empty string after extracting the location.
3541         * breakpoint.h (create_breakpoint): Rename
3542         "parse_condition_and_thread" parameter to "parse_arg".
3543
3544 2013-04-08  Aleksandar Ristovski  <aristovski@qnx.com
3545
3546         * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
3547
3548 2013-04-07  Yao Qi  <yao@codesourcery.com>
3549
3550         * remote.c (remote_trace_find): Change type of parameters 'addr1'
3551         and 'addr2' to CORE_ADDR.
3552         * target.c (update_current_target): Update.
3553         * target.h (struct target_ops) <to_trace_find>: Change parameter
3554         type to CORE_ADDR.
3555         * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
3556         'addr2' to CORE_ADDR.
3557         (tfile_trace_find): Likewise.
3558         (tfile_get_traceframe_address): Change return type to CORE_ADDR.
3559         Change local variable 'addr' to type CORE_ADDR.
3560         * tracepoint.h (tfind_1): Update declaration.
3561
3562 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
3563
3564         * windows-nat.c (windows_get_absolute_argv0): Move from here...
3565         * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
3566         Include main.h.
3567
3568         * windows-nat.h (windows_get_absolute_argv0): Move prototype from
3569         here...
3570         * main.h (windows_get_absolute_argv0): ...to here.
3571
3572 2013-04-05  Doug Evans  <dje@google.com>
3573
3574         * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
3575         (read_cutu_die_from_dwo): Add comments.
3576         (read_structure_type): Update comment.
3577         (read_enumeration_type, read_namespace_type): Update comment.
3578         (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
3579
3580 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3581
3582         Convert man pages to texinfo, new gdbinit.5 texinfo page.
3583         * Makefile.in (gdb.z): Remove.
3584         (install-only): Remove $(man1dir) and gdb.1 installation.
3585         * gdb.1: Remove.
3586
3587 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3588
3589         Fix compatibility with Linux kernel 3.8.3.
3590         * linux-tdep.c (linux_find_memory_regions_full): Move variable number
3591         to more inner block.  Remove parsing of NUMBER from outer block.
3592         Parse NUMBER only if KEYWORD has been identified.
3593
3594 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3595
3596         Fix variable name shadowing.
3597         * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
3598         filename to mapsfilename and update its uses.
3599
3600 2013-04-05  Eli Zaretskii  <eliz@gnu.org>
3601
3602         * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
3603         empty.  See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
3604         and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
3605         details of the problem.
3606
3607 2013-04-04  Pedro Alves  <palves@redhat.com>
3608             Hui Zhu  <hui@codesourcery.com>
3609
3610         * breakpoint.c (validate_commands_for_breakpoint): If validating a
3611         tracepoint, reset its STEP_COUNT and call validate_actionline.
3612
3613 2013-04-03  Doug Evans  <dje@google.com>
3614
3615         * dwarf2read.c (read_die_and_siblings_1): Renamed from
3616         read_die_and_siblings.
3617         (read_die_and_siblings): New function.
3618         (read_cutu_die_from_dwo): Dump die if requested.
3619         (read_die_and_children): Call read_full_die_1 and
3620         read_die_and_siblings_1.
3621         (read_full_die): Dump die if requested.
3622
3623         * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
3624
3625         * dwarf2read.c (struct dwo_file): New member comp_dir.
3626         Rename member name to dwo_name.  All uses updated.
3627         (hash_dwo_file): Include comp_dir in computation.
3628         (eq_dwo_file): Ditto.
3629         (lookup_dwo_file_slot): New arg comp_dir.  All callers updated.
3630         (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
3631
3632         * psymtab.c (read_psymtabs_with_fullname): Don't call
3633         psymtab_to_fullname if the basenames are different.
3634
3635 2013-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3636
3637         * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
3638         New entry about "fullname" presence.
3639
3640 2013-04-03  Pedro Alves  <palves@redhat.com>
3641
3642         * NEWS: Mention x86_64/Cygwin as new native configuration.
3643
3644 2013-04-02  Doug Evans  <dje@google.com>
3645
3646         * dwarf2read.c (read_structure_type): Fix typo in comment.
3647
3648 2013-04-02  Pedro Alves  <palves@redhat.com>
3649
3650         * NEWS: Mention "set/show debug aarch64", "set/show debug
3651         coff-pe-read" and "set/show debug mach-o".
3652
3653 2013-04-02  Pedro Alves  <palves@redhat.com>
3654
3655         * NEWS: Mention "set/show remote trace-buffer-size-packet".
3656
3657 2013-04-02  Eli Zaretskii  <eliz@gnu.org>
3658
3659         * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
3660         gdb_string.h is now in common/.
3661
3662 2013-04-02  Pedro Alves  <palves@redhat.com>
3663
3664         * NEWS: Move "set debug notification" and "set trace-buffer-size"
3665         under "New options".
3666
3667 2013-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3668
3669         Revert this patch:
3670         PR gdb/15275
3671         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
3672
3673 2013-04-02  Pedro Alves  <palves@redhat.com>
3674
3675         PR gdb/15275
3676
3677         * remote.c (send_interrupt_sequence): Use remote_serial_write.
3678         (remote_serial_write): New function.
3679         (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
3680
3681 2013-04-01  Jiong Wang  <jiwang@tilera.com>
3682
3683         * NEWS: Mention TILE-Gx in "New native configurations" and
3684         "New targets" sections. 
3685
3686 2013-04-01  Doug Evans  <dje@google.com>
3687
3688         * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
3689         (process_enumeration_scope): Simplify.
3690
3691         * dwarf2read.c (struct dwarf2_per_cu_data): Move member
3692         type_unit_group ...
3693         (struct signatured_type): ... to here.
3694         (sig_type_ptr): New typedef.
3695         (type_unit_group): Delete member 't.first_cu'.  Move member 'tus'
3696         out of union 't'.  All uses updated.
3697         (dw2_get_file_names_reader): Assert not called for a type unit.
3698         (dw2_get_file_names): Assert not called for a type unit or type
3699         unit group.
3700         (build_type_psymtabs_reader): Assert called for a type unit.
3701         (build_type_psymtab_dependencies): Assert called for a type unit group.
3702
3703         * dwarf2read.c (free_dwo_file): Add comment.
3704         (dwarf2_per_objfile_free): Unref dwp bfd.
3705
3706 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
3707
3708         * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
3709         (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
3710         (read_pe_exported_syms): Remove unused 'exportix'.
3711         (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
3712         'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
3713         'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
3714
3715 2013-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
3716
3717         * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
3718         (print_it_watchpoint): Remove unused 'bl'.
3719         (say_where): Remove unused 'uiout'.
3720         (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
3721         (bkpt_breakpoint_hit): Remove unused 'b'.
3722         (internal_bkpt_print_it): Remove unused 'uiout'.
3723         * buildsym.c (augment_type_symtab): Remove unused 'i'.
3724
3725 2013-03-31  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
3726
3727         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
3728         (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
3729
3730 2013-03-29  Doug Evans  <dje@google.com>
3731
3732         * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
3733         Delete arg is_dwp.  All callers updated.
3734         (open_dwp_file): New function.
3735         (open_and_init_dwp_file): Call it.
3736         (get_dwp_file): New function.
3737         (lookup_dwo_cutu): Call it.
3738
3739         * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
3740         unnecessary, cleanup.
3741
3742         * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
3743
3744         * dwarf2read.c (read_cutu_die_from_dwo): New function.
3745         (lookup_dwo_unit): New function.
3746         (init_cutu_and_read_dies): Move DWO handling to new functions.
3747
3748         * dwarf2read.c (struct signatured_type): Tweak comment.
3749         (struct dwo_unit): Tweak comment.
3750         (create_debug_types_hash_table): Tweak comment.  Reformat long line.
3751         (create_dwo_debug_info_hash_table): Tweak comment.
3752         (dwarf2_per_cu_offset_and_type): Tweak comment.
3753
3754         * dwarf2read.c (lookup_signatured_type): Remove complaint about
3755         missing .debug_types section.
3756
3757 2013-03-29  Yao Qi  <yao@codesourcery.com>
3758
3759         * corelow.c: Include "completer.h".
3760         (_initialize_corelow): Call add_target_with_completer with
3761         argument 'filename_completer'.
3762         * tracepoint.c: Likewise.
3763         * exec.c (_initialize_exec): Likewise.
3764         * target.c (add_target): Rename to ...
3765         (add_target_with_completer): ... this.  Call set_cmd_completer
3766         if parameter completer is not NULL.
3767         (add_target): New.
3768         * target.h: Include "command.h".
3769         (add_target_with_completer): Declare it.
3770
3771 2013-03-28  Joel Brobecker  <brobecker@adacore.com>
3772
3773         * coffread.c (is_import_fixup_symbol): New function.
3774         (record_minimal_symbol): Use is_import_fixup_symbol to
3775         detect import fixup symbols, and discard them.
3776
3777 2013-03-28  Doug Evans  <dje@google.com>
3778
3779         * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
3780         types hash table until we know we need it.
3781
3782         * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
3783         index numbers.
3784
3785         * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
3786         All callers updated.
3787         (dw2_print_stats): Print #read CUs too.
3788         (dump_die_shallow): Print signatured types better.
3789
3790         * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
3791         info_or_types_section to section.  All uses updated.
3792         (struct dwo_unit): Ditto.
3793
3794 2013-03-28  Pedro Alves  <palves@redhat.com>
3795
3796         * NEWS (New options): New section.
3797         (New options): Mention set/show remote trace-status-packet.
3798         * remote.c (PACKET_qTStatus): New enumeration value.
3799         (remote_get_trace_status): Skip sending qTStatus if the packet is
3800         disabled.  Use packet_ok.
3801         (_initialize_remote): Register a configuration command for
3802         qTStatus packet.
3803
3804 2013-03-28  Doug Evans  <dje@google.com>
3805
3806         * symfile.c (find_separate_debug_file): Add comment.
3807         (terminate_after_last_dir_separator): Tweak comment.
3808
3809         * dwarf2read.c (create_partial_symtab): Add forward decl.
3810         (create_partial_symtab): Move to be closer to other psymtab functions.
3811         (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
3812
3813         * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
3814         (compute_symtab_includes): Remove unnecessary forward declaration.
3815         (die_needs_namespace): Add comment marking group of functions for
3816         dwarf2 name computation.
3817
3818         * typeprint.c (_initialize_typeprint): Improve type help text.
3819
3820         * python/python.c (finish_python_initialization): Provide suggestion
3821         for how to tell gdb to find its python files.
3822
3823 2013-03-28  Pedro Alves  <palves@redhat.com>
3824
3825         PR gdb/15294
3826
3827         * source.c (_initialize_source): Change back "set listsize" to an
3828         integer command.
3829
3830 2013-03-27  Gareth McMullin  <gareth@blacksphere.co.nz>
3831
3832         PR gdb/15275
3833         * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
3834
3835 2013-03-27  Pedro Alves  <palves@redhat.com>
3836
3837         * top.c (history_size): Rename to ...
3838         (history_size_setshow_var): ... this.  Add comment.
3839         (show_commands): Use readline's 'history_length' instead of
3840         computing the history length by calling history_get in a loop.
3841         (set_history_size_command): Error out for sizes over INT_MAX.
3842         Restore previous history size on invalid size.
3843         (init_history): If HISTSIZE is negative, leave the history size as
3844         zero.  Add comments.
3845         (init_main): Adjust.
3846
3847 2013-03-27  Pedro Alves  <palves@redhat.com>
3848
3849         * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
3850         coff_pe_read" command to "set debug coff-pe-read".
3851
3852 2013-03-27  Markus Metzger  <markus.t.metzger@intel.com>
3853
3854         * record.c (command_size_to_target_size): Fix size comparison.
3855         Change parameter type from pointer to integer to integer.
3856         Update all users.
3857
3858 2013-03-27  Pierre Muller  <muller@sourceware.org>
3859
3860         * windows-nat.c (handle_output_debug_string): Avoid typecast
3861         from integer of different size warning.
3862
3863 2013-03-26  Joel Brobecker  <brobecker@adacore.com>
3864
3865         * windows-nat.c (handle_output_debug_string): Add empty line
3866         after local block variable definition.
3867
3868 2013-03-26  Pedro Alves  <palves@redhat.com>
3869
3870         * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
3871         (net_open): Make 'polls' local unsigned.
3872
3873 2013-03-26  Pedro Alves  <palves@redhat.com>
3874
3875         * remote.c (_initialize_remote): Make "set remoteaddresssize"
3876         a zuinteger command instead of uinteger.
3877
3878 2013-03-26  Pedro Alves  <palves@redhat.com>
3879
3880         * record-full.c (record_full_insn_num): Make it unsigned.
3881         (record_full_check_insn_num, record_full_message)
3882         (record_full_registers_change, record_full_xfer_partial): Remove
3883         record_full_insn_max_num check (it's always != 0).
3884         (record_full_info, record_full_restore): Use %u as format string.
3885         (): Use %u as format string.
3886         (set_record_full_insn_max_num): Remove record_full_insn_max_num
3887         check (it's always != 0).
3888
3889 2013-03-26  Pedro Alves  <palves@redhat.com>
3890
3891         * dcache.c (_initialize_dcache): Make the "set dcache line-size"
3892         and "set dcache size" commands zuinteger instead of uinteger.
3893
3894 2013-03-26  Pedro Alves  <palves@redhat.com>
3895
3896         * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
3897         command zuinteger instead of uinteger.
3898
3899 2013-03-26  Pedro Alves  <palves@redhat.com>
3900
3901         * coff-pe-read.c (_initialize_coff_pe_read): Make the command
3902         zuinteger instead of uinteger.
3903
3904 2013-03-26  Pedro Alves  <palves@redhat.com>
3905
3906         * record.c (record_insn_history_size_setshow_var)
3907         (record_call_history_size_setshow_var): New globals.
3908         (command_size_to_target_size): New function.
3909         (cmd_record_insn_history, cmd_record_call_history): Use
3910         command_size_to_target_size instead of cast.
3911         (validate_history_size, set_record_insn_history_size)
3912         (set_record_call_history_size): New functions.
3913         (_initialize_record): Install set_record_insn_history_size and
3914         set_record_call_history_size as "set" hooks of "set record
3915         instruction-history-size" and "set record
3916         function-call-history-size".
3917
3918 2013-03-26  Pedro Alves  <palves@redhat.com>
3919
3920         * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
3921         use with history_max_entries use.  Remove FIXME note.
3922
3923 2013-03-26  Markus Metzger  <markus.t.metzger@intel.com>
3924
3925         * record-btrace.c (record_btrace_close): Call
3926         record_btrace_auto_disable.
3927
3928 2013-03-25  Joel Brobecker  <brobecker@adacore.com>
3929
3930         * rs6000-nat.c (fixup_breakpoints): Delete declaration.
3931
3932 2013-03-25  Doug Evans  <dje@google.com>
3933
3934         * contrib/cc-with-tweaks.sh: Check exit code of dwp.
3935
3936 2013-03-25  Tom Tromey  <tromey@redhat.com>
3937
3938         PR symtab/11462:
3939         * c-exp.y (exp): Add new productions for destructors after '.' and
3940         '->'.
3941         (write_destructor_name): New function.
3942
3943 2013-03-25  Tom Tromey  <tromey@redhat.com>
3944
3945         PR c++/9197:
3946         * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
3947         value_struct_elt, not lookup_struct_elt_type.
3948         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
3949         STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
3950         * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
3951
3952 2013-03-25  Yao Qi  <yao@codesourcery.com>
3953
3954         * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
3955         instead of '_mkdir'.
3956
3957 2013-03-23  Eli Zaretskii  <eliz@gnu.org>
3958
3959         * windows-nat.c (windows_get_absolute_argv0): New function.
3960         * windows-nat.h: Add its prototype.
3961
3962         * main.c (get_init_files): Use filename_ncmp instead of strncmp.
3963         Use IS_DIR_SEPARATOR instead of looking for a character inside
3964         SLASH_STRING.  Include filenames.h.
3965         (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
3966         relocate_gdb_directory works when passed gdb_program_name.
3967         Include windows-nat.h.
3968
3969 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
3970
3971         * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
3972         * remote.c (trace_error): Remove the special handling of '2'.
3973         (readchar) <SERIAL_EOF>
3974         (readchar) <SERIAL_ERROR>
3975         (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
3976         (remote_get_trace_status): Call throw_exception if EX is
3977         TARGET_CLOSE_ERROR.
3978         * utils.c (perror_with_name): Rename to ...
3979         (throw_perror_with_name): ... here.  New parameter errcode, describe it
3980         in the function comment.
3981         (perror_with_name): New function wrapper.
3982         * utils.h (enum errors): New stub declaration.
3983         (throw_perror_with_name): New declaration.
3984
3985 2013-03-22  Pedro Alves  <palves@redhat.com>
3986             Yao Qi  <yao@codesourcery.com>
3987             Mark Kettenis  <kettenis@gnu.org>
3988
3989         * cli/cli-setshow.c (do_set_command) <var_uinteger>:
3990         Don't let the user set the value to UINT_MAX directly.
3991         <var_integer>: Don't let the user set the value to INT_MAX
3992         directly.
3993
3994 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
3995
3996         * remote.c (remote_unpush_target): New function.
3997         (remote_open_1): Remove two pop_target calls, update one comment, add
3998         comment to target_preopen call.  Replace pop_target call by
3999         remote_unpush_target call.
4000         (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
4001         pop_target calls by remote_unpush_target calls.
4002
4003 2013-03-22  Pedro Alves  <palves@redhat.com>
4004
4005         * linux-nat.c (linux_child_follow_fork): Don't call
4006         linux_enable_event_reporting.
4007         (linux_handle_extended_wait): Don't call
4008         linux_enable_event_reporting.
4009
4010 2013-03-22  Pedro Alves  <palves@redhat.com>
4011
4012         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
4013         use it to rewrite the trampoline buffers with type gdb_byte[], and
4014         undefine the macro.  Remove char* cast.
4015
4016 2013-03-21  Doug Evans  <dje@google.com>
4017
4018         New commands "mt set per-command {space,time,symtab} {on,off}".
4019         * NEWS: Add entry.
4020         * event-top.c: #include "maint.h".
4021         * main.c: #include "maint.h".
4022         * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
4023         timeval-utils.h, maint.h, cli/cli-setshow.h.
4024         (per_command_time, per_command_space): New static globals.
4025         (per_command_symtab): New static global.
4026         (per_command_setlist, per_command_showlist): New static globals.
4027         (struct cmd_stats): Move here from utils.c.
4028         (set_per_command_time): Renamed from set_display_time in utils.c
4029         and moved here.  All callers updated.
4030         (set_per_command_space): Renamed from set_display_space in utils.c
4031         and moved here.  All callers updated.
4032         (count_symtabs_and_blocks): New function.
4033         (report_command_stats): Moved here from utils.c.  Add support for
4034         printing symtab stats.  Only print data if enabled before command
4035         executed.
4036         (make_command_stats_cleanup): Ditto.
4037         (sert_per_command_cmd, show_per_command_cmd): New functions.
4038         (_initialize_maint_cmds): Add new commands
4039         mt set per-command {space,time,symtab} {on,off}.
4040         * maint.h: New file.
4041         * top.c: #include "maint.h".
4042         * utils.c (reset_prompt_for_continue_wait_time): New function.
4043         (get_prompt_for_continue_wait_time): New function.
4044         * utils.h (reset_prompt_for_continue_wait_time): Declare
4045         (get_prompt_for_continue_wait_time): Declare.
4046         (make_command_stats_cleanup): Moved to maint.h.
4047         (set_display_time, set_display_space): Moved to maint.h and renamed
4048         to set_per_command_time, set_per_command_space.
4049         * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
4050         parse_binary_operation and made non-static.  Don't call error,
4051         just return an error marker.  All callers updated.
4052         * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
4053
4054 2013-03-21  Tom Tromey  <tromey@redhat.com>
4055
4056         * symfile.c (alloc_section_addr_info): Update header.  Don't set
4057         'num_sections' field.
4058         (build_section_addr_info_from_section_table): Set 'num_sections'.
4059         (build_section_addr_info_from_bfd): Likewise.
4060         (build_section_addr_info_from_objfile): Remove dead loop
4061         condition.
4062         (free_section_addr_info): Unconditionally call xfree.
4063         (relative_addr_info_to_section_offsets, addrs_section_sort)
4064         (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
4065         condition.
4066         (syms_from_objfile_1): Remove dead 'if' condition.  Check
4067         'num_sections'.
4068         (add_symbol_file_command): Set 'num_sections'.
4069         * symfile-mem.c (symbol_file_add_from_memory): Set
4070         'num_sections'.
4071         * somread.c (som_symfile_offsets): Remove dead loop condition.
4072         * machoread.c (macho_symfile_offsets): Remove dead 'if'.
4073         * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
4074
4075 2013-03-21  Tom Tromey  <tromey@redhat.com>
4076
4077         * tracepoint.h (decode_agent_options): Add 'trace_string'
4078         argument.
4079         * tracepoint.c (decode_agent_options): Add 'trace_string'
4080         argument.
4081         (validate_actionline): Update.
4082         (collect_symbol): Add 'trace_string' argument.
4083         (struct add_local_symbols_data) <trace_string>: New field.
4084         (do_collect_symbol): Update.
4085         (add_local_symbols): Add 'trace_string' argument.
4086         (encode_actions_1): Update.
4087         (trace_dump_actions): Update.
4088         * dwarf2loc.c (access_memory): Update.
4089         * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
4090         * ax-general.c (new_agent_expr): Update.
4091         * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
4092         (gen_trace_for_return_address): Add argument.
4093         (trace_kludge, trace_string_kludge): Remove.
4094         * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
4095         (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
4096         (gen_trace_for_var): Add 'trace_string' argument.
4097         (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
4098         (gen_printf, agent_eval_command_one): Update.
4099
4100 2013-03-21  Tom Tromey  <tromey@redhat.com>
4101
4102         PR exp/15109:
4103         * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
4104         Handle FILENAME token.
4105
4106 2013-03-21  Tom Tromey  <tromey@redhat.com>
4107
4108         * c-exp.y (YYPRINT): Define.
4109         (c_print_token): New function.
4110
4111 2013-03-21  Tom Tromey  <tromey@redhat.com>
4112
4113         * c-exp.y (%union) <sym, ivar, ivec>: Remove.
4114
4115 2013-03-21  Yao Qi  <yao@codesourcery.com>
4116
4117         * ctf.c: Include "gdb_stat.h".
4118         [USE_WIN32API]: New macro 'mkdir'.
4119         (ctf_start): Use permission bits macros if they are defined.
4120
4121 2013-03-20  Keith Seitz  <keiths@redhat.com>
4122
4123         * breakpoint.h (struct breakpoint): Add comment to
4124         extra_string indicating that this member is mallod'd.
4125         * breakpoint.c (base_breakpoint_dtor): Free extra_string.
4126
4127 2013-03-20  Pedro Alves  <palves@redhat.com>
4128
4129         PR gdb/15289
4130
4131         * cli/cli-setshow.c (do_set_command)
4132         <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
4133         the result of parsing the command argument.  Throw error if the
4134         value is greater than UINT_MAX.  Print the invalid value with
4135         plongest.
4136         <var_integer, var_zinteger>: Use LONGEST for variable holding the
4137         result of parsing the command argument.  Throw error if the value
4138         is greater than INT_MAX, not greater or equal.  Also throw error
4139         if the value is less than INT_MIN.  Print the invalid value with
4140         plongest.
4141         <var_zuinteger_unlimited>: Throw error if the value is greater
4142         than INT_MAX, not greater or equal.
4143         (do_show_command) <var_integer, var_zinteger,
4144         var_zuinteger_unlimited>: Use %d for printing int, not %u.
4145
4146 2013-03-20  Tom Tromey  <tromey@redhat.com>
4147
4148         * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
4149         if possible.
4150         * dwarf2read.c (read_func_scope): Remove old FIXME.
4151         * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
4152         not LOC_COMPUTED.
4153         * findvar.c (symbol_read_needs_frame, default_read_var_value):
4154         Unconditionally call via computed ops, if possible.
4155         * printcmd.c (address_info): Unconditionally call via computed ops,
4156         if possible.
4157         * stack.c (read_frame_arg): Unconditionally call via computed ops,
4158         if possible.
4159         * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
4160         * tracepoint.c (scope_info): Unconditionally call via computed ops,
4161         if possible.
4162
4163 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4164             Tom Tromey  <tromey@redhat.com>
4165
4166         PR symtab/8421:
4167         * coffread.c (coff_register_index): New global.
4168         (process_coff_symbol, coff_read_enum_type): Set
4169         SYMBOL_ACLASS_INDEX.
4170         (_initialize_coffread): Initialize new global.
4171         * dwarf2loc.c (locexpr_find_frame_base_location)
4172         (dwarf2_block_frame_base_locexpr_funcs)
4173         (loclist_find_frame_base_location)
4174         (dwarf2_block_frame_base_loclist_funcs): New.
4175         (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
4176         (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
4177         * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
4178         (dwarf2_block_frame_base_loclist_funcs): New.
4179         * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
4180         (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
4181         globals.
4182         (read_func_scope): Update.
4183         (fixup_go_packaging, mark_common_block_symbol_computed)
4184         (var_decode_location, new_symbol_full, dwarf2_const_value):
4185         Set SYMBOL_ACLASS_INDEX.
4186         (dwarf2_symbol_mark_computed): Likewise.  Add 'is_block' argument.
4187         (_initialize_dwarf2_read): Initialize new globals.
4188         * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
4189         * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
4190         * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
4191         globals.
4192         (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
4193         (_initialize_mdebugread): Initialize new globals.
4194         * psympriv.h (struct partial_symbol) <aclass>: Update comment.
4195         * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
4196         (stab_register_index, stab_regparm_index): New globals.
4197         (define_symbol, read_enum_type, common_block_end): Set
4198         SYMBOL_ACLASS_INDEX.
4199         (_initialize_stabsread): Initialize new globals.
4200         * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
4201         globals.
4202         (MAX_SYMBOL_IMPLS): New define.
4203         (register_symbol_computed_impl, register_symbol_block_impl)
4204         (register_symbol_register_impl)
4205         (initialize_ordinary_address_classes): New functions.
4206         (_initialize_symtab): Call initialize_ordinary_address_classes.
4207         * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
4208         (struct symbol_impl): New.
4209         (SYMBOL_ACLASS_BITS): New define.
4210         (struct symbol) <aclass, ops>: Remove fields.
4211         <aclass_index>: New field.
4212         (symbol_impls): Declare.
4213         (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
4214         (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
4215         (register_symbol_computed_impl, register_symbol_block_impl)
4216         (register_symbol_register_impl): Declare.
4217         (struct symbol_computed_ops): Add location_has_loclist.
4218         (struct symbol_block_ops): New.
4219         (SYMBOL_BLOCK_OPS): New.
4220         * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
4221
4222 2013-03-20  Tom Tromey  <tromey@redhat.com>
4223
4224         * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
4225         (print_partial_symbols, recursively_search_psymtabs): Use
4226         PSYMBOL_CLASS.
4227
4228 2013-03-20  Pierre Muller  <muller@sourceware.org>
4229
4230         * contrib/ari/gdb_ari.sh (OP eol rule): Also check
4231         addtion, subtraction, multiplication and division binary operator.
4232
4233 2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4234
4235         Code cleanup.
4236         * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
4237         * bsd-kvm.c (bsd_kvm_close): Likewise.
4238         * bsd-uthread.c (bsd_uthread_close): Likewise.
4239         * corelow.c (core_close): Likewise.
4240         (core_close_cleanup): Remove parameter quitting from a caller.
4241         * event-top.c (async_disconnect): Likewise.
4242         * exec.c (exec_close_1): Remove parameter quitting.
4243         * go32-nat.c (go32_close): Likewise.
4244         * linux-nat.c (linux_nat_close): Remove parameter quitting.  Remove
4245         parameter quitting from a caller.
4246         * mips-linux-nat.c (super_close): Remove parameter quitting from the
4247         variable.
4248         (mips_linux_close): Remove parameter quitting.  Remove parameter
4249         quitting from a caller.
4250         * monitor.c (monitor_close): Remove parameter quitting.
4251         * monitor.h (monitor_close): Likewise.
4252         * record-btrace.c (record_btrace_close): Likewise.
4253         * record-full.c (record_full_close): Likewise.
4254         * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
4255         it also from fprintf_unfiltered.
4256         * remote-mips.c (mips_close): Remove parameter quitting.
4257         (mips_detach): Remove parameter quitting from a caller.
4258         * remote-sim.c (gdbsim_close): Remove parameter quitting.
4259         (gdbsim_close): Remove duplicate function comment.  Remove parameter
4260         quitting and remove it also from printf_filtered.
4261         * remote.c (remote_close): Remove parameter quitting.
4262         * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
4263         * target.c (update_current_target): Remove parameter int from to_close
4264         de_fault.
4265         (push_target, unpush_target, pop_target): Remove parameter quitting from
4266         a caller.
4267         (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
4268         Remove parameter quitting from a caller.
4269         (target_preopen): Remove parameter quitting from a caller.
4270         (target_close): Remove parameter quitting.  Remove parameter quitting
4271         from a caller two times.  Remove parameter quitting also from
4272         fprintf_unfiltered.
4273         * target.h (struct target_ops): Remove parameter quitting and as int
4274         from fields to_xclose and to_close.
4275         (extern struct target_ops current_target):
4276         (target_close, pop_all_targets): Remove parameter quitting.  Update the
4277         comment.
4278         (pop_all_targets_above): Remove parameter quitting.
4279         * top.c (quit_target): Remove parameter quitting from a caller.
4280         * tracepoint.c (tfile_close): Remove parameter quitting.
4281         * windows-nat.c (windows_close): Remove parameter quitting.
4282
4283 2013-03-20  Corinna Vinschen  <vinschen@redhat.com>
4284
4285         * windows-nat.c (handle_output_debug_string): Replace call
4286         to string_to_core_addr with call to strtoull.
4287
4288 2013-03-20  Yao Qi  <yao@codesourcery.com>
4289
4290         * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
4291         and write it to CTF metadata.
4292
4293 2013-03-19  Corinna Vinschen  <vinschen@redhat.com>
4294
4295         * windows-nat.c (handle_output_debug_string): Change type of n to
4296         SIZE_T to avoid crash on 64 bit systems.
4297
4298 2013-03-17  Eli Zaretskii  <eliz@gnu.org>
4299
4300         * python/python-internal.h (HAVE_SNPRINTF)
4301         [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
4302         about redefinition of snprintf by pyerrors.h.
4303
4304 2013-03-15  Steve Ellcey  <sellcey@mips.com>
4305
4306         * remote-sim.c (sim_command_completer): Make char arguments const.
4307
4308 2013-03-15  Tom Tromey  <tromey@redhat.com>
4309
4310         PR c++/15116:
4311         * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
4312
4313 2013-03-14  Tom Tromey  <tromey@redhat.com>
4314
4315         * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
4316         New fields.
4317         (get_file_crc): Move from symfile.c.
4318         (gdb_bfd_crc): New function.
4319         * gdb_bfd.h (gdb_bfd_crc): Declare.
4320         * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
4321         * symfile.c (get_file_crc): Move to gdb_bfd.c.
4322         (separate_debug_file_exists): Use gdb_bfd_crc.
4323
4324 2013-03-14  Tom Tromey  <tromey@redhat.com>
4325
4326         * symfile.c (get_debug_link_info): Remove.
4327         (find_separate_debug_file_by_debuglink): Use
4328         bfd_get_debug_link_info.
4329
4330 2013-03-14  Tom Tromey  <tromey@redhat.com>
4331
4332         * symtab.c (error_in_psymtab_expansion): New function.
4333         (lookup_symbol_aux_quick)
4334         (basic_lookup_transparent_type_quick): Remove "last resort"
4335         code.  Use error_in_psymtab_expansion.
4336
4337 2013-03-14  Doug Evans  <dje@google.com>
4338             Jan Kratochvil  <jan.kratochvil@redhat.com>
4339
4340         * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
4341         any successful compare_filenames_for_search or FILENAME_CMP.
4342         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
4343         * symtab.c (iterate_over_some_symtabs): Likewise.
4344
4345 2013-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
4346
4347         * source.c (print_source_lines_base): Make a local copy of
4348         symtab_to_fullname.
4349
4350 2013-03-14  Hui Zhu  <hui_zhu@mentor.com>
4351             Jan Kratochvil  <jan.kratochvil@redhat.com>
4352
4353         * source.c (print_source_lines_base): Suppress "file" for TUI.
4354
4355 2013-03-14  Keith Seitz  <keiths@redhat.com>
4356             Alan Matsuoka  <alanm@redhat.com>
4357
4358         PR c++/15203
4359         PR c++/15210
4360         * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
4361         TYPE_CODE_METHOD.
4362         * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
4363         symbols.
4364
4365 2013-03-14  Yao Qi  <yao@codesourcery.com>
4366
4367         * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
4368         status to tfile if trace is stopped by command 'tstop'.
4369
4370 2013-03-14  Yao Qi  <yao@codesourcery.com>
4371
4372         * tracepoint.c (tfile_write_status): Write trace notes and user
4373         name into tfile if they are not NULL.
4374
4375 2013-03-14  Hui Zhu  <hui@codesourcery.com>
4376             Yao Qi  <yao@codesourcery.com>
4377
4378         * Makefile.in (REMOTE_OBS): Add ctf.o.
4379         (SFILES): Add ctf.c.
4380         (HFILES_NO_SRCDIR): Add ctf.h.
4381         * ctf.c, ctf.h: New files.
4382         * tracepoint.c: Include 'ctf.h'.
4383         (collect_pseudocommand): Remove static.
4384         (trace_save_command): Parse option "-ctf".
4385         Produce different trace file writers per option.
4386         Adjust output message.
4387         (trace_save_tfile, trace_save_ctf): New.
4388         * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
4389         * mi/mi-main.c: Include 'ctf.h'.
4390         (mi_cmd_trace_save): Handle option '-ctf'.  Call either
4391         trace_save_tfile or trace_save_ctf.
4392         * NEWS: Mention these changes.
4393
4394 2013-03-14  Yao Qi  <yao@codesourcery.com>
4395
4396         * tracepoint.c (trace_file_writer_xfree): New.
4397         (struct tfile_writer_data): New.
4398         (tfile_dtor, tfile_can_target_save, tfile_start): New.
4399         (tfile_write_header, tfile_write_regblock_type): New.
4400         (tfile_write_status, tfile_write_uploaded_tsv): New.
4401         (tfile_write_uploaded_tp, tfile_write_definition_end): New.
4402         (tfile_write_raw_data, (tfile_end): New.
4403         (tfile_write_ops): New global variable.
4404         (TRACE_WRITE_R_BLOCK): New macro.
4405         (TRACE_WRITE_M_BLOCK_HEADER): New macro.
4406         (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
4407         (TRACE_WRITE_V_BLOCK): New macro.
4408         (trace_save): Add extra one parameter WRITER.  Make it static.
4409         Use WRITER to writer trace.
4410         (tfile_trace_file_writer_new): New.
4411         (trace_save_command): Caller update.
4412         (trace_save_tfile): Write trace data in TFILE format.
4413         * tracepoint.h (struct trace_frame_write_ops): New.
4414         (struct trace_file_write_ops): New.
4415         (struct trace_file_writer): New.
4416         (trace_save): Remove its declaration.
4417         (trace_save_tfile): Declare it.
4418         * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
4419         instead of trace_save.
4420
4421 2013-03-13  Pedro Alves  <palves@redhat.com>
4422
4423         * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
4424
4425 2013-03-13  Pedro Alves  <palves@redhat.com>
4426
4427         * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
4428         commented out code.
4429         * demangle.c (current_demangling_style_string): Make it const.
4430         (set_demangling_command): Assert the demangling style is known.
4431         Remove all handling of unknown styles.  Set
4432         'current_demangling_style_string' to an element of the
4433         demangling_style_names array.
4434         (set_demangling_style): Delete.
4435         (_initialize_demangler): Set current_demangling_style_string to the
4436         element of the demangling_style_names array that corresponds to
4437         the default demangling style.  Remove FIXME note.  Don't call
4438         set_demangling_style.
4439         * gdb-demangle.h (set_demangling_style): Remove declaration.
4440
4441 2013-03-13  Pedro Alves  <palves@redhat.com>
4442
4443         * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
4444         fields const.
4445         (ada_make_symbol_completion_list): Make "text0" parameter const.
4446         * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
4447         * breakpoint.c (condition_completer): Make "text" and "word"
4448         parameters const.  Adjust.
4449         (check_tracepoint_command): Adjust to validate_actionline
4450         prototype change.
4451         (catch_syscall_completer): Make "text" and "word" parameters
4452         const.
4453         * cli/cli-cmds.c (show_user): Make "comname" local const.
4454         (valid_command_p): Make "command" parameter const.
4455         (alias_command): Make "alias_prefix" and "command_prefix" locals
4456         const.
4457         * cli/cli-decode.c (add_cmd): Make "name" parameter const.
4458         (add_alias_cmd): Make "name" and "oldname" parameters const.
4459         Adjust.  No longer make copy of OLDNAME.
4460         (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
4461         (add_setshow_cmd_full, add_setshow_enum_cmd)
4462         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
4463         (add_setshow_filename_cmd, add_setshow_string_cmd)
4464         (add_setshow_string_noescape_cmd)
4465         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
4466         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
4467         (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
4468         (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
4469         Make "name" parameter const.
4470         (help_cmd): Rename "command" parameter to "arg".  New const local
4471         "command".
4472         (find_cmd): Make "command" parameter const.
4473         (lookup_cmd_1): Make "text" parameter pointer to const.  Adjust to
4474         deprecated_cmd_warning prototype change.
4475         (undef_cmd_error): Make "cmdtype" parameter const.
4476         (lookup_cmd): Make "line" parameter const.
4477         (deprecated_cmd_warning): Change type of "text" parameter to
4478         pointer to const char, from pointer to pointer to char.  Adjust.
4479         (lookup_cmd_composition): Make "text" parameter const.
4480         (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
4481         parameters const.
4482         * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
4483         const.
4484         * cli/cli-script.c (validate_comname): Make "tem" local const.
4485         (define_command): New const local "tem_c".  Use it in calls to
4486         lookup_cmd.
4487         (document_command): Make "tem" and "comfull" locals const.
4488         (show_user_1): Make "prefix" and "name" parameters const.
4489         * cli-script.h (show_user_1): Make "prefix" and "name" parameters
4490         const.
4491         * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
4492         (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
4493         (deprecated_cmd_warning, lookup_cmd_composition, add_com)
4494         (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
4495         (complete_on_enum, add_setshow_enum_cmd)
4496         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
4497         (add_setshow_filename_cmd, add_setshow_string_cmd)
4498         (add_setshow_string_noescape_cmd)
4499         (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
4500         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
4501         (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
4502         Change prototypes, constifying strings.
4503         * completer.c (noop_completer, filename_completer): Make "text"
4504         and "prefix" parameters const.
4505         (location_completer, expression_completer)
4506         (complete_line_internal): Make "text" and "prefix" parameters
4507         const and adjust.
4508         (command_completer, signal_completer): Make "text" and "prefix"
4509         parameters const.
4510         * completer.h (noop_completer, filename_completer)
4511         (expression_completer, location_completer, command_completer)
4512         (signal_completer): Change prototypes.
4513         * corefile.c (complete_set_gnutarget): Make "text" and "word"
4514         parameters const.
4515         * cp-abi.c (cp_abi_completer): Likewise.
4516         * expression.h (parse_expression_for_completion): Change
4517         prototype.
4518         * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
4519         parameters const.
4520         * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
4521         * infrun.c (handle_completer): Make "text" and "word" parameters
4522         const.
4523         * interps.c (interpreter_completer): Make "text" and "word"
4524         parameters const.
4525         * language.h (struct language_defn)
4526         <la_make_symbol_completion_list>: Make "text" and "word"
4527         parameters const.
4528         * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
4529         (parse_exp_in_context): Rename to ...
4530         (parse_exp_in_context_1): ... this.
4531         (parse_exp_in_context): Reimplement, with const hack from
4532         parse_exp_1.
4533         (parse_expression_for_completion): Make "string" parameter const.
4534         * printcmd.c (decode_format): Make "string_ptr" parameter pointer
4535         to pointer to const char.  Adjust.
4536         (print_command_1): Make "exp" parameter const.
4537         (output_command): Rename to ...
4538         (output_command_const): ... this.  Make "exp" parameter const.
4539         (output_command): Reimplement.
4540         (x_command): Adjust.
4541         (display_command): Rename "exp" parameter to "arg".  New "exp"
4542         local, const version of "arg".
4543         * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
4544         "cmd_name" local const.
4545         * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
4546         call.
4547         (cmdpy_completer): Make "text" and "word" parameters const.
4548         (gdbpy_parse_command_name): Make "prefix_text2" local const.
4549         * python/py-param.c (add_setshow_generic): Make "tmp_name" local
4550         const.
4551         * remote.c (_initialize_remote): Make "cmd_name" local const.
4552         * symtab.c (language_search_unquoted_string): Make "text" and "p"
4553         parameters const.  Adjust.
4554         (completion_list_add_fields): Make "sym_text", "text" and "word"
4555         parameters const.
4556         (struct add_name_data) <sym_text, text, word>: Make fields const.
4557         (default_make_symbol_completion_list_break_on): Make "text" and
4558         "word" parameters const.  Adjust locals.
4559         (default_make_symbol_completion_list)
4560         (make_symbol_completion_list, make_symbol_completion_type)
4561         (make_symbol_completion_list_fn): Make "text" and "word"
4562         parameters const.
4563         (make_file_symbol_completion_list): Make "text", "word" and
4564         "srcfile" parameters const.  Adjust locals.
4565         (add_filename_to_list): Make "text" and "word" parameters const.
4566         (struct add_partial_filename_data) <text, word>: Make fields
4567         const.
4568         (make_source_files_completion_list): Make "text" and "word"
4569         parameters const.
4570         * symtab.h (default_make_symbol_completion_list_break_on)
4571         (default_make_symbol_completion_list, make_symbol_completion_list)
4572         (make_symbol_completion_type enum type_code)
4573         (make_symbol_completion_list_fn make_file_symbol_completion_list)
4574         (make_source_files_completion_list): Change prototype.
4575         * top.c (execute_command): Adjust to pass pointer to pointer to
4576         const char to lookup_cmd, and to deprecated_cmd_warning prototype
4577         change.
4578         (set_verbose): Make "cmdname" local const.
4579         * tracepoint.c (decode_agent_options): Make "exp" parameter const,
4580         and adjust.
4581         (validate_actionline): Make "line" parameter a pointer to const
4582         char, and adjust.
4583         (encode_actions_1): Make "action_exp" local const, and adjust.
4584         (encode_actions): Adjust.
4585         (replace_comma): Delete.
4586         (trace_dump_actions): Make "action_exp" and "next_comma" locals
4587         const, and adjust.  Don't frob the action string while splitting
4588         it at commas.  Instead, make a copy of each split substring in
4589         turn.
4590         (trace_dump_command): Adjust to validate_actionline prototype
4591         change.
4592         * tracepoint.h (decode_agent_options, decode_agent_options)
4593         (encode_actions, validate_actionline): Change prototypes.
4594         * valprint.h (output_command): Delete declaration.
4595         (output_command_const): Declare.
4596         * value.c (function_destroyer): Cast const away in xfree call.
4597
4598 2013-03-13  Pedro Alves  <palves@redhat.com>
4599
4600         * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
4601         rather than casting 'const char * const *' to 'const char **'.
4602         * ada-lex.l (processInt): Make "trailer" local const.  Remove
4603         'const char **' cast.
4604         * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
4605         locals, and use those as strtol output pointer, instead than doing
4606         invalid casts to from 'const char **' to 'char **'.
4607         (_initialize_demangle): Remove cast.
4608         * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
4609         locals, and use those as strtol output pointer, instead than doing
4610         invalid casts to from 'const char **' to 'char **'.
4611         * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
4612         casts.
4613         * stap-probe.c (stap_parse_register_operand)
4614         (stap_parse_single_operand): Likewise.
4615
4616 2013-03-13  Yao Qi  <yao@codesourcery.com>
4617
4618         * tracepoint.c (tfile_get_trace_state_variable_value): Look for
4619         the last matched 'V' blcok in trace frame.
4620
4621 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
4622
4623         * NEWS: Create a new section for the next release branch.
4624         Rename the section of the current branch, now that it has
4625         been cut.
4626
4627 2013-03-12  Joel Brobecker  <brobecker@adacore.com>
4628
4629         GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
4630         * version.in: Bump version to 7.6.50.20130312-cvs.
4631
4632 2013-03-12  Keith Seitz  <keiths@redhat.com>
4633
4634         * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
4635         * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
4636         Remove temporary copy of input string.
4637         (mi_execute_command_wrapper): Make "cmd" const.
4638         * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
4639         * mi/mi-parse.c (mi_parse_argv): Make "args" const.
4640         Use const strings.
4641         (mi_parse): Make "cmd" const.
4642         Use const strings.
4643         * mi/mi-parse.h (mi_parse): Make "cmd" const.
4644
4645 2013-03-12  Keith Seitz  <keiths@redhat.com>
4646
4647         * ada-lang.c (ada_read_renaming_var_value): Pass const
4648         pointer to expression string to parse_exp_1.
4649         (create_excep_cond_exprs): Likewise.
4650         * ax-gdb.c (agent_eval_command_one): Likewise.
4651         (maint_agent_printf_command): Likewise.
4652         Constify much of the string handling/parsing.
4653         * breakpoint.c (set_breakpoint_condition): Pass const
4654         pointer to expression string to parse_exp_1.
4655         (update_watchpoint): Likewise.
4656         (parse_cmd_to_aexpr): Constify string handling.
4657         Pass const pointer to parse_exp_1.
4658         (init_breakpoint_sal): Pass const pointer to parse_exp_1.
4659         (find_condition_and_thread): Likewise.
4660         Make TOK const.
4661         (watch_command_1): Make "arg" const.
4662         Constify string handling.
4663         Copy the expression string instead of changing the input
4664         string.
4665         (update_breakpoint_location): Pass const pointer to
4666         parse_exp_1.
4667         * eval.c (parse_and_eval_address): Make "exp" const.
4668         (parse_to_comma_and_eval): Make "expp" const.
4669         (parse_and_eval): Make "exp" const.
4670         * expression.h (parse_expression): Make argument const.
4671         (parse_exp_1): Make first argument const.
4672         * findcmd.c (parse_find_args): Treat "args" as const.
4673         * linespec.c (parse_linespec): Pass const pointer to
4674         linespec_expression_to_pc.
4675         (linespec_expression_to_pc): Make "exp_ptr" const.
4676         * parse.c (parse_exp_1): Make "stringptr" const.
4677         Make a copy of the expression to pass to parse_exp_in_context until
4678         this whole interface can be constified.
4679         (parse_expression): Make "string" const.
4680         * printcmd.c (ui_printf): Treat "arg" as const.
4681         Handle const strings.
4682         * tracepoint.c (validate_actionline): Pass const pointer to
4683         all calls to parse_exp_1.
4684         (encode_actions_1): Likewise.
4685         * value.h (parse_to_comma_and_eval): Make argument const.
4686         (parse_and_eval_address): Likewise.
4687         (parse_and_eval): Likewise.
4688         * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
4689         (varobj_set_value): Likewise.
4690         * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
4691         constify string handling.
4692         Pass const pointers to parse_and_eval_address and
4693         parse_to_comman_and_eval.
4694         * cli/cli-utils.c (skip_to_space): Rename to ...
4695         (skip_to_space_const): ... this. Handle const strings.
4696         * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
4697         skip_to_space_const.
4698         (skip_to_space_const): Declare.
4699         * common/format.c (parse_format_string): Make "arg" const.
4700         Handle const strings.
4701         * common/format.h (parse_format_string): Make "arg" const.
4702         * gdbserver/ax.c (ax_printf): Make "format" const.
4703         * python/python.c (gdbpy_parse_and_eval): Do not make a copy
4704         of the expression string.
4705
4706 2013-03-12  Hui Zhu  <hui@codesourcery.com>
4707
4708         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
4709
4710 2013-03-12  Yao Qi  <yao@codesourcery.com>
4711             Hui Zhu  <hui@codesourcery.com>
4712
4713         * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
4714         (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
4715         DW_OP_deref_size.
4716
4717 2013-03-12  Paul Hilfinger  <hilfingr@adacore.com>
4718
4719         * ada-lex.l (rules): Only recognize 'thread' as a
4720         delimiter when followed by numerals, as for c-exp.y.
4721         Use new rewind_to_char function to rewind the input for
4722         expression-delimiting tokens.
4723         (rewind_to_char): New function.
4724
4725 2013-03-11  Pedro Alves  <palves@redhat.com>
4726             Jan Kratochvil  <jan.kratochvil@redhat.com>
4727
4728         * configure: Regenerate.
4729         * configure.ac (check dynamic export flag): Link python test with
4730         $PYTHON_LIBS.
4731
4732 2013-03-11  Doug Evans  <dje@google.com>
4733             Keith Seitz  <keiths@redhat.com>
4734
4735         * linespec.c (find_linespec_symbols): Call find_function_symbols
4736         first, and then call lookup_prefix_sym/find_method.
4737
4738 2013-03-11  Pedro Alves  <palves@redhat.com>
4739
4740         * charset.c (convert_between_encodings): Don't cast between
4741         different pointer to pointer types.  Instead, make the 'inp' local
4742         be of the type iconv expects.
4743         (wchar_iterate): Don't cast between different pointer to pointer
4744         types.  Instead, use new pointer local of the type iconv expects.
4745         * target.c (target_read_stralloc, target_fileio_read_stralloc):
4746         Add new local of type char pointer, and use it to get a
4747         char/string view of the byte buffer, instead of casting between
4748         pointer to pointer types.
4749
4750 2013-03-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
4751
4752         * remote.c (remote_set_trace_buffer_size): Move != operator
4753         to the start of next line to fix an ARI warning.
4754
4755 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
4756
4757         * NEWS: Add record changes.
4758
4759 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
4760
4761         * record-btrace.c (btrace_insn_history): Omit the pc prefix in
4762         the instruction history disassembly.
4763         * disasm.c (dump_insns): Omit the pc prefix, if requested.
4764         * disasm.h (DISASSEMBLY_OMIT_PC): New.
4765
4766 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
4767
4768         * Makefile.in (SFILES): Add record-btrace.c
4769         (COMMON_OBS): Add record-btrace.o
4770         * record-btrace.c: New.
4771         * objfiles.c: Include btrace.h.
4772         (free_objfile): call btrace_free_objfile.
4773
4774 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
4775
4776         * target.c (target_call_history, target_call_history_from,
4777         target_call_history_range): New.
4778         * target.h (target_ops) <to_call_history, to_call_history_from,
4779         to_call_history_range>: New fields.
4780         (target_call_history, target_call_history_from,
4781         target_call_history_range): New declaration.
4782         * record.c (get_call_history_modifiers, cmd_record_call_history,
4783         record_call_history_size): New.
4784         (_initialize_record): Add the "record function-call-history" command.
4785         Add "set/show record function-call-history-size" commands.
4786         * record.h (record_print_flag): New.
4787
4788 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
4789
4790         * target.h (target_ops) <to_insn_history, to_insn_history_from,
4791         to_insn_history_range>: New fields.
4792         (target_insn_history): New.
4793         (target_insn_history_from): New.
4794         (target_insn_history_range): New.
4795         * target.c (target_insn_history): New.
4796         (target_insn_history_from): New.
4797         (target_insn_history_range): New.
4798         * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
4799         (record_insn_history_size): New.
4800         (get_insn_number): New.
4801         (get_context_size): New.
4802         (no_chunk): New.
4803         (get_insn_history_modifiers): New.
4804         (cmd_record_insn_history): New.
4805         (_initialize_record): Add "set/show record instruction-history-size"
4806         command. Add "record instruction-history" command.
4807
4808 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
4809
4810         * record.h (record_disconnect): New.
4811         (record_detach): New.
4812         (record_mourn_inferior): New.
4813         (record_kill): New.
4814         * record-full.c (record_disconnect, record_detach,
4815         record_mourn_inferior, record_kill): Move to...
4816         * record.c: ...here.
4817         (DEBUG): New.
4818         (record_stop): New.
4819         (record_unpush): New.
4820         (cmd_record_stop): Call record_stop. Replace unpush_target
4821         call with record_unpush call.
4822         (record_disconnect, record_detach): Assert that the target
4823         is of record stratum. Call record_unpush, record_stop, and
4824         DEBUG.
4825         (record_mourn_inferior, record_kill): Assert that the target
4826         is of record stratum. Call record_unpush and DEBUG.
4827
4828 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
4829
4830         * record-full.h, record-full.c (record_memory_query): Rename
4831         to ...
4832         (record_full_memory_query): ...this. Update all users.
4833         (record_arch_list_add_reg): Rename to ...
4834         (record_full_arch_list_add_reg): ...this. Update all users.
4835         (record_arch_list_add_mem): Rename to ...
4836         (record_full_arch_list_add_mem): ...this. Update all users.
4837         (record_arch_list_add_end): Rename to ...
4838         (record_full_arch_list_add_end): ...this. Update all users.
4839         (record_gdb_operation_disable_set): Rename to ...
4840         (record_full_gdb_operation_disable_set): ...this.
4841         Update all users.
4842
4843 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
4844
4845         * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
4846         (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
4847         (RECORD_IS_REPLAY): Renamed to ...
4848         (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
4849         (RECORD_FILE_MAGIC): Renamed to ...
4850         (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
4851         (record_mem_entry): Renamed to ...
4852         (record_full_mem_entry): ... this. Updated all users.
4853         (record_reg_entry): Renamed to ...
4854         (record_full_reg_entry): ... this. Updated all users.
4855         (record_end_entry): Renamed to ...
4856         (record_full_end_entry): ... this. Updated all users.
4857         (record_type) <record_end, record_reg, record_mem>: Renamed
4858         to ...
4859         (record_full_type) <record_full_end, record_full_reg,
4860         record_full_mem>: ... this. Updated all users.
4861         (record_entry): Renamed to ...
4862         (record_full_entry): ... this. Updated all users.
4863         (record_core_buf_entry): Renamed to ...
4864         (record_full_core_buf_entry): ... this. Updated all users.
4865         (record_core_regbuf): Renamed to ...
4866         (record_full_core_regbuf): ... this. Updated all users.
4867         (record_core_start): Renamed to ...
4868         (record_full_core_start): ... this. Updated all users.
4869         (record_core_end): Renamed to ...
4870         (record_full_core_end): ... this. Updated all users.
4871         (record_core_buf_list): Renamed to ...
4872         (record_full_core_buf_list): ... this. Updated all users.
4873         (record_first): Renamed to ...
4874         (record_full_first): ... this. Updated all users.
4875         (record_list): Renamed to ...
4876         (record_full_list): ... this. Updated all users.
4877         (record_arch_list_head): Renamed to ...
4878         (record_full_arch_list_head): ... this. Updated all users.
4879         (record_arch_list_tail): Renamed to ...
4880         (record_full_arch_list_tail): ... this. Updated all users.
4881         (record_stop_at_limit): Renamed to ...
4882         (record_full_stop_at_limit): ... this. Updated all users.
4883         (record_insn_max_num): Renamed to ...
4884         (record_full_insn_max_num): ... this. Updated all users.
4885         (record_insn_num): Renamed to ...
4886         (record_full_insn_num): ... this. Updated all users.
4887         (record_insn_count): Renamed to ...
4888         (record_full_insn_count): ... this. Updated all users.
4889         (record_ops): Renamed to ...
4890         (record_full_ops): ... this. Updated all users.
4891         (record_core_ops): Renamed to ...
4892         (record_full_core_ops): ... this. Updated all users.
4893         (set_record_cmdlist): Renamed to ...
4894         (set_record_full_cmdlist): ... this. Updated all users.
4895         (show_record_cmdlist): Renamed to ...
4896         (show_record_full_cmdlist): ... this. Updated all users.
4897         (record_cmdlist): Renamed to ...
4898         (record_full_cmdlist): ... this. Updated all users.
4899         (record_beneath_to_resume_ops): Renamed to ...
4900         (record_full_beneath_to_resume_ops): ... this. Updated all users.
4901         (record_beneath_to_resume): Renamed to ...
4902         (record_full_beneath_to_resume): ... this. Updated all users.
4903         (record_beneath_to_wait_ops): Renamed to ...
4904         (record_full_beneath_to_wait_ops): ... this. Updated all users.
4905         (record_beneath_to_wait): Renamed to ...
4906         (record_full_beneath_to_wait): ... this. Updated all users.
4907         (record_beneath_to_store_registers_ops): Renamed to ...
4908         (record_full_beneath_to_store_registers_ops): ... this.
4909         Updated all users.
4910         (record_beneath_to_store_registers): Renamed to ...
4911         (record_full_beneath_to_store_registers): ... this.
4912         Updated all users.
4913         (record_beneath_to_xfer_partial_ops): Renamed to ...
4914         (record_full_beneath_to_xfer_partial_ops): ... this.
4915         Updated all users.
4916         (record_beneath_to_xfer_partial): Renamed to ...
4917         (record_full_beneath_to_xfer_partial): ... this.
4918         Updated all users.
4919         (record_beneath_to_insert_breakpoint): Renamed to ...
4920         (record_full_beneath_to_insert_breakpoint): ... this.
4921         Updated all users.
4922         (record_beneath_to_stopped_by_watchpoint): Renamed to ...
4923         (record_full_beneath_to_stopped_by_watchpoint): ... this.
4924         Updated all users.
4925         (record_beneath_to_stopped_data_address): Renamed to ...
4926         (record_full_beneath_to_stopped_data_address): ... this.
4927         Updated all users.
4928         (record_beneath_to_async): Renamed to ...
4929         (record_full_beneath_to_async): ... this. Updated all users.
4930         (record_goto_insn): Renamed to ...
4931         (record_full_goto_insn): ... this. Updated all users.
4932         (record_save): Renamed to ...
4933         (record_full_save): ... this. Updated all users.
4934         (record_reg_alloc): Renamed to ...
4935         (record_full_reg_alloc): ... this. Updated all users.
4936         (record_reg_release): Renamed to ...
4937         (record_full_reg_release): ... this. Updated all users.
4938         (record_mem_alloc): Renamed to ...
4939         (record_full_mem_alloc): ... this. Updated all users.
4940         (record_mem_release): Renamed to ...
4941         (record_full_mem_release): ... this. Updated all users.
4942         (record_end_alloc): Renamed to ...
4943         (record_full_end_alloc): ... this. Updated all users.
4944         (record_end_release): Renamed to ...
4945         (record_full_end_release): ... this. Updated all users.
4946         (record_entry_release): Renamed to ...
4947         (record_full_entry_release): ... this. Updated all users.
4948         (record_list_release): Renamed to ...
4949         (record_full_list_release): ... this. Updated all users.
4950         (record_list_release_following): Renamed to ...
4951         (record_full_list_release_following): ... this.
4952         Updated all users.
4953         (record_list_release_first): Renamed to ...
4954         (record_full_list_release_first): ... this. Updated all users.
4955         (record_arch_list_add): Renamed to ...
4956         (record_full_arch_list_add): ... this. Updated all users.
4957         (record_get_loc): Renamed to ...
4958         (record_full_get_loc): ... this. Updated all users.
4959         (record_check_insn_num): Renamed to ...
4960         (record_full_check_insn_num): ... this. Updated all users.
4961         (record_arch_list_cleanups): Renamed to ...
4962         (record_full_arch_list_cleanups): ... this. Updated all users.
4963         (record_message): Renamed to ...
4964         (record_full_message): ... this. Updated all users.
4965         (record_message_wrapper): Renamed to ...
4966         (record_full_message_wrapper): ... this. Updated all users.
4967         (record_message_wrapper_safe): Renamed to ...
4968         (record_full_message_wrapper_safe): ... this. Updated all users.
4969         (record_gdb_operation_disable): Renamed to ...
4970         (record_full_gdb_operation_disable): ... this. Updated all users.
4971         (record_hw_watchpoint): Renamed to ...
4972         (record_full_hw_watchpoint): ... this. Updated all users.
4973         (record_exec_insn): Renamed to ...
4974         (record_full_exec_insn): ... this. Updated all users.
4975         (record_restore): Renamed to ...
4976         (record_full_restore): ... this. Updated all users.
4977         (record_async_inferior_event_token): Renamed to ...
4978         (record_full_async_inferior_event_token): ... this.
4979         Updated all users.
4980         (record_async_inferior_event_handler): Renamed to ...
4981         (record_full_async_inferior_event_handler): ... this.
4982         Updated all users.
4983         (record_core_open_1): Renamed to ...
4984         (record_full_core_open_1): ... this. Updated all users.
4985         (record_open_1): Renamed to ...
4986         (record_full_open_1): ... this. Updated all users.
4987         (record_open): Renamed to ...
4988         (record_full_open): ... this. Updated all users.
4989         (record_close): Renamed to ...
4990         (record_full_close): ... this. Updated all users.
4991         (record_resume_step): Renamed to ...
4992         (record_full_resume_step): ... this. Updated all users.
4993         (record_resumed): Renamed to ...
4994         (record_full_resumed): ... this. Updated all users.
4995         (record_execution_dir): Renamed to ...
4996         (record_full_execution_dir): ... this. Updated all users.
4997         (record_resume): Renamed to ...
4998         (record_full_resume): ... this. Updated all users.
4999         (record_get_sig): Renamed to ...
5000         (record_full_get_sig): ... this. Updated all users.
5001         (record_sig_handler): Renamed to ...
5002         (record_full_sig_handler): ... this. Updated all users.
5003         (record_wait_cleanups): Renamed to ...
5004         (record_full_wait_cleanups): ... this. Updated all users.
5005         (record_wait_1): Renamed to ...
5006         (record_full_wait_1): ... this. Updated all users.
5007         (record_wait): Renamed to ...
5008         (record_full_wait): ... this. Updated all users.
5009         (record_stopped_by_watchpoint): Renamed to ...
5010         (record_full_stopped_by_watchpoint): ... this. Updated all users.
5011         (record_disconnect): Renamed to ...
5012         (record_full_disconnect): ... this. Updated all users.
5013         (record_detach): Renamed to ...
5014         (record_full_detach): ... this. Updated all users.
5015         (record_mourn_inferior): Renamed to ...
5016         (record_full_mourn_inferior): ... this. Updated all users.
5017         (record_kill): Renamed to ...
5018         (record_full_kill): ... this. Updated all users.
5019         (record_stopped_data_address): Renamed to ...
5020         (record_full_stopped_data_address): ... this. Updated all users.
5021         (record_registers_change): Renamed to ...
5022         (record_full_registers_change): ... this. Updated all users.
5023         (record_store_registers): Renamed to ...
5024         (record_full_store_registers): ... this. Updated all users.
5025         (record_xfer_partial): Renamed to ...
5026         (record_full_xfer_partial): ... this. Updated all users.
5027         (record_breakpoint): Renamed to ...
5028         (record_full_breakpoint): ... this. Updated all users.
5029         (record_breakpoint_p): Renamed to ...
5030         (record_full_breakpoint_p): ... this. Updated all users.
5031         (record_breakpoints): Renamed to ...
5032         (record_full_breakpoints): ... this. Updated all users.
5033         (record_sync_record_breakpoints): Renamed to ...
5034         (record_full_sync_record_breakpoints): ... this.
5035         Updated all users.
5036         (record_init_record_breakpoints): Renamed to ...
5037         (record_full_init_record_breakpoints): ... this.
5038         Updated all users.
5039         (record_insert_breakpoint): Renamed to ...
5040         (record_full_insert_breakpoint): ... this. Updated all users.
5041         (record_remove_breakpoint): Renamed to ...
5042         (record_full_remove_breakpoint): ... this. Updated all users.
5043         (record_can_execute_reverse): Renamed to ...
5044         (record_full_can_execute_reverse): ... this. Updated all users.
5045         (record_get_bookmark): Renamed to ...
5046         (record_full_get_bookmark): ... this. Updated all users.
5047         (record_goto_bookmark): Renamed to ...
5048         (record_full_goto_bookmark): ... this. Updated all users.
5049         (record_async): Renamed to ...
5050         (record_full_async): ... this. Updated all users.
5051         (record_can_async_p): Renamed to ...
5052         (record_full_can_async_p): ... this. Updated all users.
5053         (record_is_async_p): Renamed to ...
5054         (record_full_is_async_p): ... this. Updated all users.
5055         (record_execution_direction): Renamed to ...
5056         (record_full_execution_direction): ... this. Updated all users.
5057         (record_info): Renamed to ...
5058         (record_full_info): ... this. Updated all users.
5059         (record_delete): Renamed to ...
5060         (record_full_delete): ... this. Updated all users.
5061         (record_is_replaying): Renamed to ...
5062         (record_full_is_replaying): ... this. Updated all users.
5063         (record_goto_entry): Renamed to ...
5064         (record_full_goto_entry): ... this. Updated all users.
5065         (record_goto_begin): Renamed to ...
5066         (record_full_goto_begin): ... this. Updated all users.
5067         (record_goto_end): Renamed to ...
5068         (record_full_goto_end): ... this. Updated all users.
5069         (record_goto): Renamed to ...
5070         (record_full_goto): ... this. Updated all users.
5071         (init_record_ops): Renamed to ...
5072         (init_record_full_ops): ... this. Updated all users.
5073         (record_core_resume): Renamed to ...
5074         (record_full_core_resume): ... this. Updated all users.
5075         (record_core_kill): Renamed to ...
5076         (record_full_core_kill): ... this. Updated all users.
5077         (record_core_fetch_registers): Renamed to ...
5078         (record_full_core_fetch_registers): ... this. Updated all users.
5079         (record_core_prepare_to_store): Renamed to ...
5080         (record_full_core_prepare_to_store): ... this. Updated all users.
5081         (record_core_store_registers): Renamed to ...
5082         (record_full_core_store_registers): ... this. Updated all users.
5083         (record_core_xfer_partial): Renamed to ...
5084         (record_full_core_xfer_partial): ... this. Updated all users.
5085         (record_core_insert_breakpoint): Renamed to ...
5086         (record_full_core_insert_breakpoint): ... this. Updated all users.
5087         (record_core_remove_breakpoint): Renamed to ...
5088         (record_full_core_remove_breakpoint): ... this. Updated all users.
5089         (record_core_has_execution): Renamed to ...
5090         (record_full_core_has_execution): ... this. Updated all users.
5091         (init_record_core_ops): Renamed to ...
5092         (init_record_full_core_ops): ... this. Updated all users.
5093         (cmd_record_restore): Renamed to ...
5094         (cmd_record_full_restore): ... this. Updated all users.
5095         (record_save_cleanups): Renamed to ...
5096         (record_full_save_cleanups): ... this. Updated all users.
5097         (cmd_record_start): Renamed to ...
5098         (cmd_record_full_start): ... this. Updated all users.
5099         (set_record_insn_max_num): Renamed to ...
5100         (set_record_full_insn_max_num): ... this. Updated all users.
5101         (set_record_command): Renamed to ...
5102         (set_record_full_command): ... this. Updated all users.
5103         (show_record_command): Renamed to ...
5104         (show_record_full_command): ... this. Updated all users.
5105         (_initialize_record): Renamed to ...
5106         (_initialize_record_full): ... this. Updated all users.
5107
5108 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
5109
5110         * record.h: Split into this and ...
5111         * record-full.h: ... this.
5112         * record.c: Split into this and ...
5113         * record-full.c: ... this.
5114         * target.h (target_ops): Add new fields to_info_record,
5115         to_save_record, to_delete_record, to_record_is_replaying,
5116         to_goto_record_begin, to_goto_record_end, to_goto_record.
5117         (target_info_record): New.
5118         (target_save_record): New.
5119         (target_supports_delete_record): New.
5120         (target_delete_record): New.
5121         (target_record_is_replaying): New.
5122         (target_goto_record_begin): New.
5123         (target_goto_record_end): New.
5124         (target_goto_record): New.
5125         * target.c (target_info_record): New.
5126         (target_save_record): New.
5127         (target_supports_delete_record): New.
5128         (target_delete_record): New.
5129         (target_record_is_replaying): New.
5130         (target_goto_record_begin): New.
5131         (target_goto_record_end): New.
5132         (target_goto_record): New.
5133         * record.h: Declare struct cmd_list_element.
5134         (record_cmdlist): New declaration.
5135         (set_record_cmdlist): New declaration.
5136         (show_record_cmdlist): New declaration.
5137         (info_record_cmdlist): New declaration.
5138         (cmd_record_goto): New declaration.
5139         * record.c: Remove unnecessary includes.
5140         Include inferior.h.
5141         (cmd_record_goto): Remove declaration.
5142         (record_cmdlist): Now extern. Initialize.
5143         (set_record_cmdlist): Now extern. Initialize.
5144         (show_record_cmdlist): Now extern. Initialize.
5145         (info_record_cmdlist): Now extern. Initialize.
5146         (find_record_target): New.
5147         (require_record_target): New.
5148         (cmd_record_start): Update.
5149         (cmd_record_delete): Remove target-specific code.
5150         Call target_delete_record.
5151         (cmd_record_stop): Unpush any record target.
5152         (set_record_insn_max_num): Move to record-full.c
5153         (set_record_command): Add comment.
5154         (show_record_command): Add comment.
5155         (info_record_command): Update comment.
5156         Remove target-specific code.
5157         Call the record target's to_info_record.
5158         (cmd_record_start): New.
5159         (cmd_record_goto): Now extern.
5160         Remove target-specific code.
5161         Call target_goto_begin,  target_goto_end, or target_goto.
5162         (_initialize_record): Move record target ops initialization to
5163         record-full.c.
5164         Change "record" command help text.
5165         Move "record restore", "record set", and "record show" commands to
5166         record-full.c.
5167         * Makefile.in (SFILES): Add record-full.c.
5168         (HFILES_NO_SRCDIR): Add record-full.h.
5169         (COMMON_OBS): Add record-full.o.
5170         * amd64-linux-tdep.c: Include record-full.h instead of record.h.
5171         * arm-tdep.c: Include record-full.h.
5172         * i386-linux-tdep.c: Include record-full.h instead of record.h.
5173         * i386-tdep.c: Include record-full.h.
5174         * infrun.c: Include record-full.h.
5175         * linux-record.c: Include record-full.h.
5176         * moxie-tdep.c: Include record-full.h.
5177         * record-full.c: Include record-full.h.
5178         Change module comment.
5179         (set_record_full_cmdlist): New.
5180         (show_record_full_cmdlist): New.
5181         (record_full_cmdlist): New.
5182         (record_goto_insn): New declaration.
5183         (record_save): New declaration.
5184         (record_check_insn_num): Change query string.
5185         (record_info): New.
5186         (record_delete): New.
5187         (record_is_replaying): New.
5188         (record_goto_entry): New.
5189         (record_goto_begin): New.
5190         (record_goto_end): New.
5191         (record_goto): New.
5192         (init_record_ops): Update.
5193         (init_record_core_ops): Update.
5194         (cmd_record_save): Rename to record_save. Remove target and arg checks.
5195         (cmd_record_start): New.
5196         (set_record_insn_max_num): Moved from record.c
5197         (set_record_full_command): New.
5198         (show_record_full_command): New.
5199         (_initialize_record_full): New.
5200
5201 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
5202
5203         * target.h (add_deprecated_target_alias): New.
5204         * target.c (add_deprecated_target_alias): New.
5205
5206 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
5207
5208         * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
5209         and signal.h.
5210         (linux_supports_btrace): Add kernel and
5211         cpuid check.
5212         (kernel_supports_btrace): New function.
5213         (cpu_supports_btrace): New function.
5214         (intel_supports_btrace): New function.
5215
5216 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
5217
5218         * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
5219         * remote.c: Include btrace.h.
5220         (struct btrace_target_info): New struct.
5221         (remote_supports_btrace): New function.
5222         (send_Qbtrace): New function.
5223         (remote_enable_btrace): New function.
5224         (remote_disable_btrace): New function.
5225         (remote_teardown_btrace): New function.
5226         (remote_read_btrace): New function.
5227         (init_remote_ops): Add btrace ops.
5228         (enum <unnamed>): Add btrace packets.
5229         (struct protocol_feature remote_protocol_features[]): Add btrace packets.
5230         (_initialize_remote): Add packet configuration for branch tracing.
5231
5232 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
5233
5234         * features/btrace.dtd: New file.
5235         * Makefile.in (XMLFILES): Add btrace.dtd.
5236         * btrace.h (parse_xml_btrace): New declaration.
5237         * btrace.c: Include xml-support.h.
5238         (parse_xml_btrace): New function.
5239         (parse_xml_btrace_block): New function.
5240         (block_attributes): New struct.
5241         (btrace_attributes): New struct.
5242         (btrace_children): New struct.
5243         (btrace_elements): New struct.
5244
5245 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
5246
5247         * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
5248         (amd64_linux_enable_btrace): New.
5249         (amd64_linux_disable_btrace): New.
5250         (amd64_linux_teardown_btrace): New.
5251         (_initialize_amd64_linux_nat): Initialize btrace ops.
5252         * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
5253         (i386_linux_enable_btrace): New.
5254         (i386_linux_disable_btrace): New.
5255         (i386_linux_teardown_btrace): New.
5256         (_initialize_i386_linux_nat): Initialize btrace ops.
5257         * config/i386/linux.mh: Add linux-btrace.o.
5258         * config/i386/linux64.mh: Add linux-btrace.o.
5259
5260 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
5261
5262         * common/linux_btrace.h: New file.
5263         * common/linux_btrace.c: New file.
5264         * Makefile.in (SFILES): Add btrace.c.
5265         (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
5266         (COMMON_OBS): Add btrace.o.
5267         (linux-btrace.o): New rule.
5268
5269 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
5270
5271         * target.h: Include btrace.h.
5272         (struct target_ops) <to_supports_btrace, to_enable_btrace,
5273         to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
5274         * target.c (target_supports_btrace): New function.
5275         (target_enable_btrace): New function.
5276         (target_disable_btrace): New function.
5277         (target_teardown_btrace): New function.
5278         (target_read_btrace): New function.
5279         * btrace.h: New file.
5280         * btrace.c: New file.
5281         * Makefile.in: Add btrace.c.
5282         * gdbthread.h: Include btrace.h.
5283         (struct thread_info): Add btrace field.
5284         * thread.c: Include btrace.h.
5285         (clear_thread_inferior_resources): Call target_teardown_btrace.
5286         * common/btrace-common.h: New file.
5287
5288 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
5289
5290         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
5291         for CHILD, ignore PTRACE_KILL errors, move the inner block variable
5292         kill_status to outer block.
5293
5294 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
5295
5296         Fix entry-values if the callee called a noreturn function.
5297         * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
5298         get_frame_address_in_block.  Add new comment.
5299
5300 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
5301
5302         Fix entry-values in C++ across CUs.
5303         * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
5304         lookup_minimal_symbol.  Add a comment.
5305         * dwarf2read.c
5306         (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
5307         DW_AT_linkage_name.
5308
5309 2013-03-08  Yao Qi  <yao@codesourcery.com>
5310
5311         * tracepoint.c (_initialize_tracepoint): Indent the code.
5312
5313 2013-03-08  Pedro Alves  <palves@redhat.com>
5314
5315         * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
5316         (parse_find_args, find_command): Change type of pattern buffer
5317         locals to 'gdb_byte *'.
5318
5319 2013-03-08  Stan Shebs  <stan@codesourcery.com>
5320             Hafiz Abid Qadeer  <abidh@codesourcery.com>
5321
5322         * NEWS: Mention set and show trace-buffer-size commands.
5323         Mention new packet.
5324         * target.h (struct target_ops): New method
5325         to_set_trace_buffer_size.
5326         (target_set_trace_buffer_size): New macro.
5327         * target.c (update_current_target): Set up new method.
5328         * tracepoint.c (trace_buffer_size): New global.
5329         (start_tracing): Send it to the target.
5330         (set_trace_buffer_size): New function.
5331         (_initialize_tracepoint): Add new setshow for trace-buffer-size.
5332         * remote.c (remote_set_trace_buffer_size): New function.
5333         (_initialize_remote): Use it.
5334         (QTBuffer:size) New remote command.
5335         (PACKET_QTBuffer_size): New enum.
5336         (remote_protocol_features): Add an entry for
5337         PACKET_QTBuffer_size.
5338
5339 2013-03-08  Tom Tromey  <tromey@redhat.com>
5340
5341         * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
5342         variable.
5343
5344 2013-03-07  Pedro Alves  <palves@redhat.com>
5345
5346         * target.c (target_read_stralloc, target_fileio_read_alloc):
5347         *Cast pointer to 'gdb_byte *' in target call.
5348
5349 2013-03-07  Pedro Alves  <palves@redhat.com>
5350
5351         * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
5352         call.
5353
5354 2013-03-07  Keith Seitz  <keiths@redhat.com>
5355
5356         * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
5357         (trace_pass_command): Likewise.
5358         * cli/cli-cmds.c: Include cli/cli-utils.h.
5359         (source_command): Use skip-spaces.
5360         (disassemble_command): Likewise.
5361         * findcmd.c: Include cli/cli-utils.h.
5362         (parse_find_args): Use skip_spaces.
5363         * go32-nat.c: Include cli/cli-utils.h.
5364         (go32_sldt): Use skip_spaces.
5365         (go32_sgdt): Likewise.
5366         (go32_sidt): Likewise.
5367         (go32_pde): Likewise.
5368         (go32_pte): Likewise.
5369         (go32_pte_for_address): Likewise.
5370         * infcmd.c: Include cli/cli-utils.h.
5371         (registers_info): Use skip_spaces.
5372         * linux-tdep.c (read_mapping): Use skip_spaces_const.
5373         (linux_info_proc): Likewise.
5374         * linux-thread-db.c: Include cli/cli-utils.h.
5375         (info_auto_load_libthread_db): Use skip_spaces_const.
5376         * m32r-rom.c: Include cli/cli-utils.h.
5377         (m32r_upload_command): Use skip_spaces.
5378         * maint.c: Include cli/cli-utils.h.
5379         (maintenance_translate_address): Use skip_spaces.
5380         * mi/mi-parse.c: Include cli/cli-utils.h.
5381         (mi_parse_argv): Use skip_spaces.
5382         (mi_parse): Likewise.
5383         * minsyms.c: Include cli/cli-utils.h.
5384         (msymbol_hash_iw): Use skip_spaces_const.
5385         * objc-lang.c: Include cli/cli-utils.h.
5386         (parse_selector): Use skip_spaces.
5387         (parse_method): Likewise.
5388         * python/python.c: Include cli/cli-utils.h.
5389         (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
5390         (python_command)[HAVE_PYTHON]: Likewise.
5391         (python_interactive_command)[!HAVE_PYTHON]: Likewise.
5392         * remote-m32r-sdi.c: Include cli/cli-utils.h.
5393         (m32r_load): Use skip_spaces.
5394         * serial.c: Include cli/cli-utils.h.
5395         (serial_open): Use skip_spaces_const.
5396         * stack.c: Include cli/cli-utils.h.
5397         (parse_frame_specification_1): Use skip_spaces_const.
5398         * symfile.c: Include cli/cli-utils.h.
5399         (set_ext_lang_command): Use skip_spaces.
5400         * symtab.c: Include cli/cli-utils.h.
5401         (rbreak_command): Use skip_spaces.
5402         * thread.c (thread_name_command): Use skip_spaces.
5403         * tracepoint.c (validate_actionline): Use skip_spaces.
5404         (encode_actions_1): Likewise.
5405         (trace_find_range_command): Likewise.
5406         (trace_find_outside_command): Likewise.
5407         (trace_dump_actions): Likewise.
5408
5409 2013-03-07  Pedro Alves  <palves@redhat.com>
5410
5411         * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
5412         * expprint.c (print_subexp_standard): Likewise.
5413         * utils.c (host_char_to_target): Likewise.
5414         * valprint.c (generic_emit_char, generic_printstr): Likewise.
5415         * varobj.c (value_get_print_value): Change type of local to char*.
5416         Cast it gdb_byte * in call to language printer.
5417
5418 2013-03-07  Pedro Alves  <palves@redhat.com>
5419
5420         * charset.c (struct wchar_iterator) <input>: Change type to 'const
5421         gdb_byte *'.
5422         (make_wchar_iterator): Remove cast to char*.
5423         (wchar_iterate): Change type of local.
5424
5425 2013-03-07  Pedro Alves  <palves@redhat.com>
5426
5427         * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
5428         for 'regcache->register_status'.
5429
5430 2013-03-07  Pedro Alves  <palves@redhat.com>
5431
5432         * breakpoint.c (breakpoint_xfer_memory): Change type of local to
5433         int.
5434
5435 2013-03-07  Pedro Alves  <palves@redhat.com>
5436
5437         * stap-probe.c (handle_stap_probe): Add cast to char*.
5438
5439 2013-03-07  Pedro Alves  <palves@redhat.com>
5440
5441         * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
5442         RECORD_MSGRCV>: Pass a signed variable to
5443         regcache_raw_read_signed, instead of an unsigned one.
5444
5445 2013-03-07  Pedro Alves  <palves@redhat.com>
5446
5447         * remote-notif.c (notif_debug): Change type to int.
5448         * remote-notif.h (notif_debug): Likewise.
5449
5450 2013-03-07  Pedro Alves  <palves@redhat.com>
5451
5452         * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
5453
5454 2013-03-07  Pedro Alves  <palves@redhat.com>
5455
5456         * remote.c (hex2bin, bin2hex): Move extern declarations to ...
5457         * remote.h (hex2bin, bin2hex): ... here.
5458         * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
5459
5460 2013-03-07  Eli Zaretskii  <eliz@gnu.org>
5461
5462         * utils.c (initialize_utils): Improve doc strings of "set/show
5463         width", "set/show height", and "set/show pagination".
5464
5465 2013-03-06  Keith Seitz  <keiths@redhat.com>
5466
5467         * ax-gdb.c (gen_printf): Make FORMAT const.
5468         * ax-gdb.h (gen_printf): Likewise.
5469         * ax-general.c (ax_string): Make STR const.
5470         * ax.h (ax_string): Likewise.
5471
5472 2013-03-06  Doug Evans  <dje@google.com>
5473
5474         * elfread.c (elf_symfile_read): Move debugging printf to more
5475         logical location.
5476
5477 2013-03-06  Pedro Alves  <palves@redhat.com>
5478
5479         * python/py-utils.c (target_string_to_unicode): Delete function.
5480         * python/python-internal.h (target_string_to_unicode): Delete
5481         declaration.
5482
5483 2013-03-06  Pierre Muller  <muller@sourceware.org>
5484
5485         * linespec.c (get_current_search_block): ARI fix, use (void)
5486         for empty parameter list.
5487
5488 2013-03-05  Doug Evans  <dje@google.com>
5489
5490         * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
5491         of old ada_lookup_symbol_list.  In !full_search case, don't
5492         search superblocks.
5493         (ada_lookup_symbol_list): Delete arg full_search, all callers
5494         updated.  Call ada_lookup_symbol_list_worker.
5495         (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
5496         * ada-lang.h (ada_lookup_symbol_list): Update.
5497         * language.h (language_defn): Update comment for
5498         la_iterate_over_symbols.
5499         * linespec.c (iterate_over_file_blocks): New function.
5500         (iterate_over_all_matching_symtabs): Call it.
5501         (lookup_prefix_sym): Ditto.
5502         (get_current_search_block): New function.
5503         (get_search_block): Delete.
5504         (find_label_symbols): Call get_current_search_block.
5505         (add_matching_symbols_to_info): Call iterate_over_file_blocks.
5506         * symtab.c (iterate_over_symbols): Don't search superblocks.
5507
5508 2013-03-05  Yao Qi  <yao@codesourcery.com>
5509
5510         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
5511         parameter VAR's type from "unsigned int" to "int".
5512         * command.h (var_zuinteger_unlimited): Update its comments.
5513         (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
5514
5515 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
5516
5517         * NEWS: Mention new target x86_64-*-cygwin*.
5518
5519 2013-03-05  Corinna Vinschen  <vinschen@redhat.de>
5520
5521         * configure.host: Add x86_64-*-cygwin* as host.
5522         * configure.tgt: Add x86_64-*-cygwin* as target.
5523         * config/i386/cygwin64.mh: New file.
5524
5525 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
5526
5527         * linespec.c (decode_line_2): Fix duplicate request off by two message.
5528
5529 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
5530
5531         * linespec.c (struct linespec_canonical_name): New.
5532         (struct linespec_state): Change canonical_names type to it.
5533         (add_sal_to_sals): Change variable canonical_name to canonical.  Change
5534         xrealloc element size.  Initialize the different CANONICAL fields.
5535         (canonical_to_fullform): New.
5536         (filter_results): Use it.  Add variables canonical, fullform and
5537         cleanup.
5538         (struct decode_line_2_item, decode_line_2_compare_items): New.
5539         (decode_line_2): Remove variables iter and item_names, add variables
5540         items and items_count.  Modify the code for these new variables.
5541
5542 2013-03-04  Corinna Vinschen  <vinschen@redhat.com>
5543
5544         * coff-pe-read.c (read_pe_exported_syms): Don't return without
5545         calling do_cleanup.
5546
5547 2013-03-04  Luis Machado  <lgustavo@codesourcery.com>
5548
5549         * tracepoint.c (build_traceframe_info): Add code for byte order.
5550
5551 2013-03-02  Kevin Buettner  <kevinb@redhat.com>
5552
5553         * v850-tdep.c: (v850e2_register_name): Revise system register
5554         names to match current V850E2M architecture specifications.
5555         Update register number enum comments too.
5556         
5557 2013-03-01  Jiong Wang  <jiwang@tilera.com>
5558             Pedro Alves  <palves@redhat.com>
5559
5560         * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
5561         to END_ADDR.
5562         (tilegx_skip_prologue): Limit prologue analysis to section end.
5563
5564 2013-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
5565
5566         * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
5567         use it.
5568
5569 2013-03-01  Pedro Alves  <palves@redhat.com>
5570
5571         Use gdb_byte for bytes from the program being debugged.
5572
5573         * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
5574         Change type of local 'buf' to gdb_byte.
5575         * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
5576         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
5577         * cris-tdep.c (cris_sigcontext_addr)
5578         (cris_sigtramp_frame_unwind_cache): Likewise.
5579         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
5580         (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
5581         Likewise.
5582         * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
5583         * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
5584         (hppa32_hpux_search_dummy_call_sequence)
5585         (hppa_hpux_supply_save_state): Likewise.
5586         * hppa-linux-tdep.c (insns_match_pattern)
5587         (hppa_linux_find_global_pointer): Likewise.
5588         * hppa-tdep.c (hppa_in_function_epilogue_p)
5589         (skip_prologue_hard_way, hppa_frame_cache): Likewise.
5590         * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
5591         * i386fbsd-tdep.c (i386fbsd_supply_uthread)
5592         (i386fbsd_collect_uthread): Likewise.
5593         * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
5594         * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
5595         * ia64-tdep.c (examine_prologue, ia64_frame_cache)
5596         (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
5597         (ia64_sigtramp_frame_prev_register, ia64_access_reg)
5598         (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
5599         (ia64_libunwind_frame_prev_register)
5600         (ia64_libunwind_sigtramp_frame_this_id)
5601         (ia64_find_global_pointer_from_dynamic_section)
5602         (find_extant_func_descr, find_func_descr, ia64_dummy_id)
5603         (ia64_unwind_pc): Likewise.
5604         * iq2000-tdep.c (iq2000_store_return_value): Likewise.
5605         * m68hc11-tdep.c (m68hc11_push_dummy_call)
5606         (m68hc11_extract_return_value): Likewise.
5607         * m68klinux-nat.c (fetch_register, store_register): Likewise.
5608         * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
5609         (mep_get_insn, mep_push_dummy_call): Likewise.
5610         * mips-linux-tdep.c (mips_linux_get_longjmp_target)
5611         (mips_linux_in_dynsym_stub): Likewise.
5612         * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
5613         * ppc-linux-nat.c (fetch_register, store_register): Likewise.
5614         * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
5615         to gdb_byte.
5616         * remote-mips.c (mips_set_register): Likewise.
5617         * remote-sim.c (gdbsim_fetch_register): Likewise.
5618         * score-tdep.c (score7_fetch_inst): Change type of parameter
5619         'memblock' and local 'buf' to gdb_byte.
5620         (score7_malloc_and_get_memblock): Change return type to gdb_byte.
5621         Change type of local 'buf' to gdb_byte.  Adjust.
5622         (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
5623         to gdb_byte**.
5624         (score7_analyze_prologue): Change type of 'memblock' and
5625         'memblock_ptr' locals to gdb_byte*.
5626         * sh64-tdep.c (sh64_extract_return_value)
5627         (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
5628         * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
5629         * solib-pa64.c (pa64_solib_create_inferior_hook)
5630         (pa64_open_symbol_file_object): Remove local 'buf'.
5631         * solib-som.c (som_solib_create_inferior_hook, link_map_start)
5632         (som_open_symbol_file_object): Likewise.
5633         * solib-spu.c (spu_current_sos): Likewise.
5634         * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
5635         * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
5636         (spu_store_registers): Likewise.
5637         * target.c (debug_print_register): Likewise.
5638         * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
5639         * xstormy16-tdep.c (xstormy16_store_return_value)
5640         (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
5641         (xstormy16_find_jmp_table_entry): Likewise.
5642
5643 2013-03-01  Jiong Wang  <jiwang@tilera.com>
5644
5645         * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
5646         (tilegx_gdbarch_init): Install it.
5647
5648 2013-02-28  Tom Tromey  <tromey@redhat.com>
5649
5650         * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
5651         PyLong_Check.
5652
5653 2013-02-28  Doug Evans  <dje@google.com>
5654
5655         * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
5656         * python/python.c (gdbpy_find_pc_line): Ditto.
5657
5658 2013-02-28  Tom Tromey  <tromey@redhat.com>
5659
5660         * contrib/excheck.py: New file.
5661         * contrib/exsummary.py: New file.
5662         * contrib/gcc-with-excheck: New file.
5663
5664 2013-02-28  Tom Tromey  <tromey@redhat.com>
5665
5666         * python/python.c (gdbpy_print_stack): Call begin_line and
5667         fprintf_filtered inside TRY_CATCH.
5668
5669 2013-02-28  Tom Tromey  <tromey@redhat.com>
5670
5671         * python/python.c (gdbpy_find_pc_line): Call find_pc_line
5672         inside TRY_CATCH.
5673
5674 2013-02-28  Tom Tromey  <tromey@redhat.com>
5675
5676         * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
5677         frame_object_to_frame_info inside TRY_CATCH.
5678
5679 2013-02-28  Tom Tromey  <tromey@redhat.com>
5680
5681         * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
5682         TRY_CATCH.
5683
5684 2013-02-28  Tom Tromey  <tromey@redhat.com>
5685
5686         * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
5687
5688 2013-02-27  Corinna Vinschen  <vinschen@redhat.com>
5689
5690         * windows-nat.c: Throughout, fix format strings and casts of
5691         printf-like functions to avoid type related warnings on all
5692         platforms.
5693         (handle_output_debug_string): Fetch context information address
5694         from debug string using string_to_core_addr.
5695
5696 2013-02-27  Jiong Wang  <jiwang@tilera.com>
5697
5698         * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
5699         * regformats/reg-tilegx32.dat: New.
5700
5701 2013-02-27  Jiong Wang  <jiwang@tilera.com>
5702
5703         * configure.tgt (tilegx-*-linux*): Enable gdbserver.
5704
5705 2013-02-27  Jiong Wang  <jiwang@tilera.com>
5706
5707         * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
5708
5709 2013-02-27  Yao Qi  <yao@codesourcery.com>
5710             Pedro Alves  <palves@redhat.com>
5711
5712         * tracepoint.c (tfile_trace_find): For tfind
5713         pc/tp/range/outside, look for the next trace frame instead of
5714         always starting from frame 0.
5715
5716 2013-02-26  Anthony Green  <green@moxielogic.com>
5717
5718         * configure.tgt: Add support for moxie-*-rtems* target.
5719
5720 2013-02-25  Pedro Alves  <palves@redhat.com>
5721
5722         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
5723         warning text.
5724
5725 2013-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
5726
5727         * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
5728         if $fp is used as the virtual frame pointer.
5729
5730 2013-02-23  Alan Modra  <amodra@gmail.com>
5731
5732         * elfread.c (elf_symtab_read): Do not use udata.p here to find
5733         symbol size.
5734         * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
5735         * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
5736         * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
5737         * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
5738
5739 2013-02-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
5740
5741         Code cleanup.
5742         * elfread.c (build_id_bfd_get): Make the return type const.
5743         (build_id_verify): Make the check parameter const.
5744         (build_id_to_debug_filename): Make the build_id parameter and variable
5745         data const.
5746         (find_separate_debug_file_by_buildid): Make the variable build_id const.
5747
5748 2013-02-21  Alan Modra  <amodra@gmail.com>
5749
5750         * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
5751
5752 2013-02-20  Siva Chandra Reddy  <sivachandra@google.com>
5753
5754         Add a new method 'disassemble' to gdb.Architecture class.
5755         * python/py-arch.c (archpy_disassmble): Implementation of the
5756         new method gdb.Architecture.disassemble.
5757         (arch_object_methods): Add entry for the new method.
5758
5759 2013-02-20  Jiong Wang  <jiwang@tilera.com>
5760
5761         * MAINTAINERS (Write After Approval): Add myself to the list.
5762
5763 2013-02-19  Pedro Alves  <palves@redhat.com>
5764
5765         Garbage collect 'struct monitor_ops'::load_routine.
5766
5767         * monitor.h (struct monitor_ops) <load_routine>: Remove field.
5768         * monitor.c (monitor_load): No longer call
5769         current_monitor->load_routine.
5770         * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
5771         * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
5772         * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
5773
5774 2013-02-19  Pedro Alves  <palves@redhat.com>
5775
5776         PR gdb/15161
5777
5778         Harmonize with generic_load.
5779
5780         * monitor.c: Include "readline/readline.h".
5781         (monitor_load): Rename parameter 'file' to 'args'.  Use build_argv
5782         instead of sscanf.  Use CORE_ADDR/strtoulst instead of unsigned
5783         long/strtol for the 'load_offset' local.  Error out if no argument
5784         is given or if too many arguments are given.  Tilde expand the
5785         passed in file name.
5786
5787 2013-02-19  Kai Tietz  <ktietz@redhat.com>
5788
5789         PR gdb/15161
5790         * symfile.c (load_section_data): Change type of load_offset
5791         to CORE_ADDR.
5792         (generic_load): User strtoulst instead of strtoul for conversion
5793         of load_offset.
5794
5795 2013-02-19  Jiong Wang  <jiwang@tilera.com>
5796
5797         * tilegx-tdep.c (tilegx_analyze_prologue): add check for
5798          for return address, "lr" register, saved on stack.
5799         * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
5800         after we invoke tilegx_analyze_prologue.
5801
5802 2013-02-19  Jiong Wang  <jiwang@tilera.com>
5803
5804         * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
5805
5806 2013-02-19  Jiong Wang  <jiwang@tilera.com>
5807
5808         * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
5809
5810 2013-02-19  Jiong Wang  <jiwang@tilera.com>
5811
5812         * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
5813         (tilegx_write_pc): New function.
5814         (tilegx_cannot_reference_register): Return zero if REGNO
5815         is TILEGX_FAULTNUM_REGNUM.
5816         (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
5817         (tilegx_register_name): Add handling of "faultnum" register.
5818         * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
5819         * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
5820         handling of TILEGX_FAULTNUM_REGNUM.
5821         * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
5822
5823 2013-02-19  Jiong Wang  <jiwang@tilera.com>
5824
5825         * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
5826         should be aligned to 64bit.
5827
5828 2013-02-19  Kai Tietz  <ktietz@redhat.com>
5829
5830         * windows-nat.c (windows_xfer_memory): Fix debug-output
5831         for LLP64.
5832
5833 2013-02-19  Lei Liu  <lei.liu2@windriver.com>
5834
5835         * mips-linux-nat.c (mips64_linux_regsets_store_registers):
5836         Don't check DSP register number if HAVE_DSP is not set.
5837
5838 2013-02-19  Alan Modra  <amodra@gmail.com>
5839
5840         * elfread.c (struct build_id): Delete.  Use struct elf_build_id
5841         throughout file instead.
5842         (build_id_bfd_get): Update to use new elf_tdata build_id field.
5843         Don't xmalloc return value.
5844         (build_id_verify): Similarly.  Don't xfree.
5845         (build_id_to_debug_filename): Update.
5846         (find_separate_debug_file_by_buildid): Update, don't xfree.
5847
5848 2013-02-18  Tom Tromey  <tromey@redhat.com>
5849
5850         PR gdb/15102:
5851         * dwarf2read.c (read_subrange_type): Use result of
5852         'check_typedef'.
5853
5854 2013-02-16  Yuanhui Zhang  <asmwarrior@gmail.com>
5855
5856         * frame.c: Remove one extra white space after #include
5857         directive.
5858
5859 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5860
5861         * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
5862
5863 2013-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5864
5865         * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
5866         and dir commands into an if block.
5867
5868 2013-02-15  Sanimir Agovic  <sanimir.agovic@intel.com>
5869
5870         * python/py-breakpoint (struct pybp_code):  Use int instead of
5871         enum type_code.
5872
5873 2013-02-15  Pedro Alves  <pedro@codesourcery.com>
5874             Hafiz Abid Qadeer  <abidh@codesourcery.com>
5875
5876         * NEWS: Mention new field "trace-file".
5877         * tracepoint.c (trace_status_mi): Output "trace-file" field.
5878         (tfile_open): Record the trace file's filename in the trace
5879         status.
5880         (tfile_files_info): Mention the name of the trace file.
5881         Check the "filename" field explicitely.
5882         (trace_status_command): Explicitely check "filename" field.
5883         (trace_find_command): Ditto.
5884         (trace_find_pc_command): Ditto.
5885         (trace_find_tracepoint_command): Ditto.
5886         (trace_find_line_command): Ditto.
5887         (trace_find_range_command): Ditto.
5888         (trace_find_outside_command): Ditto.
5889         * tracepoint.h (struct trace_status) <from_file>: Rename it
5890         to "filename" and make it hold the trace file's filename
5891         instead of a boolean.
5892         * remote.c (remote_get_trace_status): Initialize "filename"
5893         field with NULL instead of 0.
5894
5895 2013-02-15  Yao Qi  <yao@codesourcery.com>
5896
5897         * remote.c: Fix a typo.
5898
5899 2013-02-14  Pierre Muller  <muller@sourceware.org>
5900
5901         * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
5902
5903 2013-02-14  Pedro Alves  <palves@redhat.com>
5904
5905         * utils.c (savestring): Don't #undef it.  Move function to
5906         common/common-utils.c.
5907         * common/common-utils.c: Include gdb_string.h.
5908         (savestring): Move here from utils.c.
5909         * common/common-utils.h (savestring): Declare.
5910
5911 2013-02-14  Pedro Alves  <palves@redhat.com>
5912
5913         * utils.c (savestring): Rename parameter 'size' to 'len'.
5914
5915 2013-02-14  Pedro Alves  <palves@redhat.com>
5916             Yufeng Zhang  <yufeng.zhang@arm.com>
5917
5918         * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
5919         (aarch64_inferior_data, struct aarch64_inferior_data):
5920         Delete.
5921         (struct aarch64_process_info): New.
5922         (aarch64_process_list): New global.
5923         (aarch64_find_process_pid, aarch64_add_process)
5924         (aarch64_process_info_get): New functions.
5925         (aarch64_inferior_data_get): Delete.
5926         (aarch64_process_info_get): New function.
5927         (aarch64_forget_process): New function.
5928         (aarch64_get_debug_reg_state): New parameter 'pid'.  Reimplement.
5929         (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
5930         aarch64_get_debug_reg_state.
5931         (aarch64_notify_debug_reg_change): Use iterate_over_lwps
5932         instead of linux_nat_iterate_watchpoint_lwps.
5933         (aarch64_linux_new_fork): New function.
5934         (aarch64_linux_child_post_startup_inferior): Use
5935         aarch64_forget_process instead of aarch64_init_debug_reg_state.
5936         (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
5937         (aarch64_linux_remove_hw_breakpoint)
5938         (aarch64_handle_aligned_watchpoint)
5939         (aarch64_handle_unaligned_watchpoint)
5940         (aarch64_linux_insert_watchpoint)
5941         (aarch64_linux_remove_watchpoint)
5942         (aarch64_linux_stopped_data_address): Adjust to pass the current
5943         process id to aarch64_debug_reg_state.
5944         (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
5945         linux_nat_new_fork hook, and aarch64_forget_process as
5946         linux_nat_forget_process hook; remove the call to
5947         register_inferior_data_with_cleanup.
5948
5949 2013-02-14  Pedro Alves  <palves@redhat.com>
5950
5951         * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
5952         EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
5953         lval_memory.
5954
5955 2013-02-14  Pedro Alves  <pedro@codesourcery.com>
5956             Hafiz Abid Qadeer  <abidh@codesourcery.com>
5957
5958         * tracepoint.h (validate_trace_state_variable_name): Declare.
5959         * tracepoint.c (validate_trace_state_variable_name): New.
5960         (trace_variable_command): Parse the trace state variable's name
5961         without using parse_expression.  Do several validations.
5962         * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
5963         trace state variable's name with parse_expression.  Validate it.
5964
5965 2013-02-14  Yao Qi  <yao@codesourcery.com>
5966
5967         * infcmd.c (breakpoint_proceeded): Remove it.
5968
5969 2013-02-14  Yao Qi  <yao@codesourcery.com>
5970
5971         * tracepoint.c (end_actions_pseudocommand): Make it static.
5972         (while_stepping_pseudocommand): Likewise.
5973         * tracepoint.h (end_actions_pseudocommand): Remove the
5974         declaration.
5975         (while_stepping_pseudocommand): Likewise.
5976
5977 2013-02-14  Yao Qi  <yao@codesourcery.com>
5978
5979         * cli/cli-decode.c (help_cmd): Remove the declaration of
5980         "cmdlist".
5981         (help_all): Likewise.
5982
5983 2013-02-13  Pedro Alves  <palves@redhat.com>
5984
5985         * amd64-linux-nat.c (update_debug_registers_callback):
5986         Update comment.
5987         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
5988         iterate_over_lwps.
5989         (amd64_linux_prepare_to_resume): Pass the lwp's pid to
5990         i386_debug_reg_state.
5991         (amd64_linux_new_fork): New function.
5992         (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
5993         linux_nat_new_fork hook, and i386_forget_process as
5994         linux_nat_forget_process hook.
5995         * i386-linux-nat.c (update_debug_registers_callback):
5996         Update comment.
5997         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
5998         iterate_over_lwps.
5999         (i386_linux_prepare_to_resume): Pass the lwp's pid to
6000         i386_debug_reg_state.
6001         (i386_linux_new_fork): New function.
6002         (_initialize_i386_linux_nat): Install i386_linux_new_fork as
6003         linux_nat_new_fork hook, and i386_forget_process as
6004         linux_nat_forget_process hook.
6005         * i386-nat.c (i386_init_dregs): Delete.
6006         (i386_inferior_data, struct i386_inferior_data):
6007         Delete.
6008         (struct i386_process_info): New.
6009         (i386_process_list): New global.
6010         (i386_find_process_pid, i386_add_process, i386_process_info_get):
6011         New functions.
6012         (i386_inferior_data_get): Delete.
6013         (i386_process_info_get): New function.
6014         (i386_debug_reg_state): New parameter 'pid'.  Reimplement.
6015         (i386_forget_process): New function.
6016         (i386_cleanup_dregs): Rewrite.
6017         (i386_update_inferior_debug_regs, i386_insert_watchpoint)
6018         (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
6019         (i386_stopped_data_address, i386_insert_hw_breakpoint)
6020         (i386_remove_hw_breakpoint): Adjust to pass the current process id
6021         to i386_debug_reg_state.
6022         (i386_use_watchpoints): Don't register inferior data.
6023         * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
6024         adjust comment.
6025         (i386_forget_process): Declare.
6026         * linux-fork.c (delete_fork): Call linux_nat_forget_process.
6027         * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
6028         New static globals.
6029         (linux_child_follow_fork): Don't call linux_nat_new_thread here.
6030         (add_initial_lwp): New, factored out from ...
6031         (add_lwp): ... this.  Don't check the number of lwps before
6032         calling linux_nat_new_thread.
6033         (linux_nat_iterate_watchpoint_lwps): Delete.
6034         (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
6035         (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
6036         forks and vforks.
6037         (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
6038         initial lwp.
6039         (linux_nat_kill, linux_nat_mourn_inferior): Call
6040         linux_nat_forget_process.
6041         (linux_nat_set_new_fork, linux_nat_set_forget_process)
6042         (linux_nat_forget_process): New functions.
6043         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
6044         type.
6045         (linux_nat_iterate_watchpoint_lwps): Delete declaration.
6046         (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
6047         types.
6048         (linux_nat_set_new_fork, linux_nat_set_forget_process)
6049         (linux_nat_forget_process): New declarations.
6050
6051         * amd64fbsd-nat.c (super_mourn_inferior): New global.
6052         (amd64fbsd_mourn_inferior): New function.
6053         (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
6054         * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
6055
6056 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
6057
6058         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
6059         Adding _().
6060
6061 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
6062
6063         * aarch64-linux-nat.c (debug_reg_change_callback)
6064         (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
6065         %s and phex().
6066
6067 2013-02-13  Marcus Shawcroft  <marcus.shawcroft@arm.com>
6068
6069         * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
6070         with LONGEST.
6071
6072 2013-02-13  Pedro Alves  <palves@redhat.com>
6073             Hafiz Abid Qadeer  <abidh@codesourcery.com>
6074
6075         * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
6076
6077 2013-02-12  Tom Tromey  <tromey@redhat.com>
6078
6079         PR symtab/11464:
6080         * c-exp.y (lex_one_token): Initialize other fields of yylval on
6081         NAME return.
6082         (classify_inner_name): Remove 'first_name' argument, add
6083         'context'.  Remove unused variable.
6084         (yylex): Explicitly maintain the context type.  Exit loop earlier
6085         if NAME result is seen.
6086
6087 2013-02-12  Pedro Alves  <palves@redhat.com>
6088
6089         * amd64-darwin-tdep.c: Add (C) after Copyright.
6090         * cli/cli-cmds.h: Ditto.
6091         * cli/cli-decode.c: Ditto.
6092         * cli/cli-decode.h: Ditto.
6093         * cli/cli-dump.c: Ditto.
6094         * cli/cli-dump.h: Ditto.
6095         * cli/cli-interp.c: Ditto.
6096         * cli/cli-logging.c: Ditto.
6097         * cli/cli-script.c: Ditto.
6098         * cli/cli-script.h: Ditto.
6099         * cli/cli-setshow.c: Ditto.
6100         * cli/cli-setshow.h: Ditto.
6101         * cli/cli-utils.c: Ditto.
6102         * cli/cli-utils.h: Ditto.
6103         * config/alpha/nm-osf3.h: Ditto.
6104         * config/djgpp/djconfig.sh: Ditto.
6105         * config/i386/nm-fbsd.h: Ditto.
6106         * config/i386/nm-i386gnu.h: Ditto.
6107         * config/nm-linux.h: Ditto.
6108         * config/nm-nto.h: Ditto.
6109         * config/rs6000/nm-rs6000.h: Ditto.
6110         * config/sparc/nm-sol2.h: Ditto.
6111         * darwin-nat-info.c: Ditto.
6112         * dfp.c: Ditto.
6113         * dfp.h: Ditto.
6114         * gdb-demangle.h: Ditto.
6115         * i386-darwin-nat.c: Ditto.
6116         * i386-darwin-tdep.c: Ditto.
6117         * linux-fork.h: Ditto.
6118         * m32c-tdep.c: Ditto.
6119         * microblaze-linux-tdep.c: Ditto.
6120         * microblaze-rom.c: Ditto.
6121         * microblaze-tdep.c: Ditto.
6122         * microblaze-tdep.h: Ditto.
6123         * mips-linux-tdep.h: Ditto.
6124         * ppc-ravenscar-thread.c: Ditto.
6125         * ppc-ravenscar-thread.h: Ditto.
6126         * prologue-value.c: Ditto.
6127         * prologue-value.h: Ditto.
6128         * ravenscar-thread.c: Ditto.
6129         * ravenscar-thread.h: Ditto.
6130         * sparc-ravenscar-thread.c: Ditto.
6131         * sparc-ravenscar-thread.h: Ditto.
6132         * tilegx-linux-tdep.c: Ditto.
6133         * unwind_stop_reasons.def: Ditto.
6134         * windows-nat.h: Ditto.
6135         * xtensa-linux-tdep.c: Ditto.
6136         * xtensa-xtregs.c: Ditto.
6137         * regformats/regdat.sh: Ditto.
6138         * regformats/regdef.h: Ditto.
6139
6140 2013-02-12  Pedro Alves  <palves@redhat.com>
6141
6142         * break-catch-sig.c: Update copyright years.
6143
6144 2013-02-11  Siva Chandra Reddy  <sivachandra@google.com>
6145
6146         Add support for a destructor for ui_out data and use it to
6147         provide a ui_out destructor.
6148         * ui-out.h: Declare the new ui_out destructor.
6149         (ui_out_impl): Add a field for data destructor in ui_out_impl.
6150         * ui-out.c (default_data_destroy): Add a default data destructor
6151         which does nothing.
6152         (default_ui_out_impl): Set the new data_destroy field to
6153         default_data_destroy
6154         (uo_data_destroy): Local function which invokes the data
6155         destructor if present.
6156         (clear_table): Local function which clears the table data of a
6157         ui_out object.
6158         (ui_out_destroy): Public function which frees a ui_out object.
6159         (ui_out_table_end): Use the new clear_table function.
6160         * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
6161         NULL.
6162         * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
6163         to NULL.
6164
6165 2013-02-11  Doug Evans  <dje@google.com>
6166
6167         * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
6168         (printf_decfloat): New function.  Broken out from ui_printf.
6169         Remove unnecessary code to shift the entire format string down.
6170         (printf_pointer): New function.
6171         (ui_printf): Code to print C strings, wide C strings, decfloats,
6172         and pointers moved to separate functions.
6173
6174 2013-02-11  Sergio Durigan Junior  <sergiodj@redhat.com>
6175
6176         * valops.c (value_assign): Handling bitfield offset in
6177         `lval_internalvar_component' case.
6178
6179 2013-02-08  Doug Evans  <dje@google.com>
6180
6181         * common/format.c (parse_format_string): Fix whitespace.
6182
6183 2013-02-08  Matthew Gretton-Dann  <matthew.gretton-dann@linaro.org>
6184
6185         * stack.c (return_command): Work around uninitialized variable
6186         warning.
6187
6188 2013-02-08  Yufeng Zhang  <yufeng.zhang@arm.com>
6189
6190         * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
6191         number of the registers from 36 to 34.
6192
6193 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
6194
6195         * NEWS: Mention new AArch64 native and target support.
6196
6197 2013-02-08  Marcus Shawcroft  <marcus.shawcroft@arm.com>
6198
6199         * MAINTAINERS (Write After Approval): Add myself.
6200
6201 2013-02-08  Jim MacArthur  <jim.macarthur@arm.com>
6202             Marcus Shawcroft  <marcus.shawcroft@arm.com>
6203             Nigel Stephens  <nigel.stephens@arm.com>
6204             Yufeng Zhang  <yufeng.zhang@arm.com>
6205
6206         * aarch64-linux-nat.c: New file.
6207         * config/aarch64/linux.mh: New file.
6208         * configure.host: Add AArch64.
6209         * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
6210
6211 2013-02-07  Doug Evans  <dje@google.com>
6212
6213         * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
6214         disassemble command.
6215
6216 2013-02-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
6217
6218         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
6219         set_gdbarch_fetch_tls_load_module_address.
6220
6221 2013-02-06  David S. Miller  <davem@davemloft.net>
6222
6223         * sparc-tdep.c (sparc32_return_value): Handle writing return value when
6224         using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
6225         * value.c (struct_return_convention): New function.
6226         (using_struct_return): Implement in terms of struct_return_convention.
6227         * value.h (struct_return_convention): Declare.
6228         * stack.c (return_command): Allow successful overriding of the return
6229         value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
6230
6231 2013-02-06  Tom Tromey  <tromey@redhat.com>
6232
6233         * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
6234         outside of TRY_CATCH.
6235
6236 2013-02-06  Yao Qi  <yao@codesourcery.com>
6237
6238         * mi/mi-interp.c: Include "tracepoint.h".
6239         (mi_tsv_modified): Declare.
6240         (mi_tsv_created, mi_tsv_deleted): Update declaration.
6241         (mi_interpreter_init): Call observer_attach_tsv_modified.
6242         (mi_tsv_modified): New.
6243         (mi_tsv_created, mi_tsv_deleted): Update.
6244         * tracepoint.c (trace_variable_command): Call
6245         observer_notify_tsv_modified if the initial value of tsv is
6246         changed.
6247         (delete_trace_state_variable): Call
6248         observer_notify_tsv_deleted earlier.
6249         (trace_variable_command): Caller update.
6250         (create_tsv_from_upload): Likewise.
6251         * observer.sh: Declare "struct trace_state_variable".
6252
6253         * NEWS: Mention the new MI notification "=tsv-modified".
6254
6255 2013-02-05  Doug Evans  <dje@google.com>
6256
6257         * completer.c (location_completer): Fix typo in comment.
6258
6259 2013-02-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
6260
6261         * breakpoint.c (add_location_to_breakpoint): Insert the location with
6262         ADDRESS sorted.
6263
6264 2013-02-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
6265
6266         * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
6267         Refactor if statement to avoid trailing || operator.
6268
6269 2013-02-05  Andreas Tobler  <andreast@fgznet.ch>
6270
6271         * NEWS: Add PowerPC FreeBSD as a new native configuration.
6272
6273 2013-02-04  Andreas Tobler  <andreast@fgznet.ch>
6274
6275         * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
6276         * configure.host: Add powerpc*-*-freebsd* target.
6277         * configure.tgt: Add target info for powerpc*-*-freebsd*.
6278         * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
6279         * config/powerpc/fbsd.mh: New file.
6280
6281 2013-02-04  Sergio Durigan Junior  <sergiodj@redhat.com>
6282             Denys Vlasenko  <dvlasenk@redhat.com>
6283             Pedro Alves  <palves@redhat.com>
6284
6285         * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
6286         (struct elf_internal_linux_prpsinfo): Forward declare.
6287         * gdbarch.h, gdbarch.c: Regenerate.
6288         * linux-tdep.c: Include `cli/cli-utils.h'.
6289         (linux_fill_prpsinfo): New function.
6290         (linux_make_corefile_notes): Use linux_fill_prpsinfo.  If there's
6291         an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
6292         elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
6293         depending on gdbarch pointer bitness.
6294         * ppc-linux-tdep.c: Include elf-bfd.h.
6295         (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
6296         on 32-bit.
6297
6298 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
6299             Marcus Shawcroft  <marcus.shawcroft@arm.com>
6300             Nigel Stephens  <nigel.stephens@arm.com>
6301             Yufeng Zhang  <yufeng.zhang@arm.com>
6302
6303         * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
6304
6305 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
6306             Marcus Shawcroft  <marcus.shawcroft@arm.com>
6307             Nigel Stephens  <nigel.stephens@arm.com>
6308             Yufeng Zhang  <yufeng.zhang@arm.com>
6309
6310         * aarch64-newlib-tdep.c: New file.
6311         * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
6312         aarch64*-*-elf.
6313         * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
6314         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
6315         (ALLDEPFILES): Add aarch64-newlib-tdep.c.
6316         * osabi.c (gdb_osabi_names): Add "Newlib".
6317
6318 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
6319             Marcus Shawcroft  <marcus.shawcroft@arm.com>
6320             Nigel Stephens  <nigel.stephens@arm.com>
6321             Yufeng Zhang  <yufeng.zhang@arm.com>
6322
6323         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
6324         (ALLDEPFILES): Add aarch64-linux-tdep.c.
6325         * aarch64-linux-tdep.c: New file.
6326         * aarch64-linux-tdep.h: New file.
6327         * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
6328         * configure.tgt: Add aarch64-none-linux-gnu.
6329
6330 2013-02-04  Jim MacArthur  <jim.macarthur@arm.com>
6331             Marcus Shawcroft  <marcus.shawcroft@arm.com>
6332             Nigel Stephens  <nigel.stephens@arm.com>
6333             Yufeng Zhang  <yufeng.zhang@arm.com>
6334
6335         * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
6336         (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
6337         (ALLDEPFILES): Add aarch64-tdep.c.
6338         * aarch64-tdep.c: New file.
6339         * aarch64-tdep.h: New file.
6340         * configure.tgt: Add AArch64.
6341         * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
6342         (aarch64-expedite): New definition.
6343         * features/aarch64-core.xml: New file.
6344         * features/aarch64-fpu.xml: New file.
6345         * features/aarch64-without-fpu.c: New file (generated).
6346         * features/aarch64-without-fpu.xml: New file.
6347         * features/aarch64.c: New file (generated).
6348         * features/aarch64.xml: New file.
6349         * regformats/aarch64-without-fpu.dat: New file (generated).
6350         * regformats/aarch64.dat: New file (generated).
6351
6352 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
6353
6354         * contrib/expect-read1.c: New file.
6355         * contrib/expect-read1.sh: New file.
6356
6357 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
6358
6359         * dwarf2read.c (file_file_name): New function with code from
6360         file_full_name.
6361         (file_full_name): Move most of the code to file_file_name.
6362         (macro_start_file): Rename variable full_name to file_name and use
6363         file_file_name for it.  Add comp_dir parameter to new_macro_table.
6364         * macrocmd.c (show_pp_source_pos): New variable fullname.  Replace any
6365         macro_source_file->filename access by macro_source_fullname call.
6366         * macroscope.c (_initialize_macroscope): Update the new_macro_table
6367         caller.
6368         * macrotab.c (struct macro_table): New field comp_dir.
6369         (macro_include): New variables link_fullname and source_fullname.
6370         Replace any macro_source_file->filename access by macro_source_fullname
6371         call.
6372         (macro_lookup_inclusion): Remove the partial filenames checking code.
6373         (check_for_redefinition): New variables source_fullname and
6374         found_key_fullname.  Replace any macro_source_file->filename access by
6375         macro_source_fullname call.
6376         (macro_undef): New variables source_fullname and key_fullname.  Replace
6377         any macro_source_file->filename access by macro_source_fullname call.
6378         (macro_lookup_definition): New variables retval and source_fullname.
6379         Replace any macro_source_file->filename access by macro_source_fullname
6380         call.
6381         (foreach_macro): New variable key_fullname.  Replace any
6382         macro_source_file->filename access by macro_source_fullname call.
6383         (foreach_macro_in_scope): New variable datum_fullname.  Replace any
6384         macro_source_file->filename access by macro_source_fullname call.
6385         (new_macro_table): Add parameter comp_dir.  Initialize T with it.
6386         (macro_source_fullname): New function.
6387         * macrotab.h (struct macro_source_file): Extent the filename field
6388         comment.
6389         (new_macro_table): New parameter comp_dir, add a comment for it.
6390         (macro_source_fullname): new declaration.
6391
6392 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
6393
6394         * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
6395         this_real_name to outer block.  Use it also for
6396         compare_filenames_for_search.
6397         (dw2_expand_symtabs_matching): New variable this_real_name.  Use it
6398         with dw2_get_real_path for file_matcher, considering also
6399         BASENAMES_MAY_DIFFER.
6400         (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
6401
6402 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
6403
6404         * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
6405         to the file_matcher parameter.  Pass 0 to it.
6406         (dwarf2_create_include_psymtab): Copy also DIRNAME.
6407         * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
6408         NULL psymtab_to_fullname result.
6409         (psymtab_to_fullname): Remove variable r.  Never return NULL, assemble
6410         an expected filename instead.
6411         (expand_symtabs_matching_via_partial): Add basenames parameter to the
6412         file_matcher parameter.  Call also psymtab_to_fullname, after newly
6413         considering BASENAMES_MAY_DIFFER.
6414         * source.c (rewrite_source_path): Remove static.
6415         * source.h (rewrite_source_path): New declaration.
6416         * symfile.h (struct quick_symbol_functions): Add basenames parameter to
6417         the expand_symtabs_matching field.  Comment it.
6418         * symtab.c (file_matches): New function comment.  Add parameter
6419         basenames, implement it.
6420         (search_symbols_file_matches): Add basenames parameter.  Update the
6421         file_matches caller.
6422         (search_symbols): Match FILES also against symtab_to_fullname.
6423         Optimize it for BASENAMES_MAY_DIFFER.
6424
6425 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
6426
6427         * source.c (print_source_lines_base): Print for TUI also "fullname".
6428         * tui/tui-data.c (init_content_element): Change tui_locator_element
6429         field to full_name.
6430         * tui/tui-data.h (struct tui_locator_element): Likewise.
6431         * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
6432         tui_update_locator_filename calls to tui_update_locator_fullname.
6433         Replace symtab->filename refererence by symtab_to_fullname call.
6434         * tui/tui-out.c (tui_field_string): Check for "fullname" now.
6435         * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
6436         field to full_name.  Replace symtab->filename refererence by
6437         symtab_to_fullname call.
6438         (tui_show_symtab_source): Rename parameter to fullname.  Change
6439         tui_locator_element field to full_name.
6440         * tui/tui-stack.c: Include source.h.
6441         (tui_set_locator_filename): Rename the declaration to ...
6442         (tui_set_locator_fullname): ... here.  Rename its parameter to
6443         fullname, updates its comment.
6444         (tui_set_locator_info): Rename its parameter to fullname.
6445         (tui_set_locator_filename): Rename the definition to ...
6446         (tui_set_locator_fullname): ... here.  Rename its parameter to
6447         fullname, updates its comment.  Change tui_locator_element field to
6448         full_name.
6449         (tui_set_locator_info): Rename its parameter to fullname.
6450         (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
6451         (tui_update_locator_filename): Rename to ...
6452         (tui_update_locator_fullname): ... here. Rename callee to
6453         tui_set_locator_fullname.
6454         (tui_show_frame_info): Replace symtab->filename refererence by
6455         symtab_to_fullname call.
6456         * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
6457         (tui_update_locator_fullname): ... here.
6458         * tui/tui-winsource.c (tui_display_main): Rename the callee to
6459         tui_update_locator_fullname.  Replace symtab->filename refererence by
6460         symtab_to_fullname call.
6461         * tui/tui.c (tui_show_source): Rename its parameter to fullname.
6462         Rename the callee to tui_update_locator_fullname.
6463         * tui/tui.h (tui_show_source): Rename its parameter to fullname.
6464
6465 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
6466
6467         * ada-lang.c (user_select_syms): Replace symtab->filename refererences
6468         by symtab_to_filename_for_display calls.
6469         * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
6470         (clear_command): New variable sal_fullname, initialize it.  Replace
6471         compare_filenames_for_search by filename_cmp with sal_fullname.
6472         (say_where, update_static_tracepoint): Replace symtab->filename
6473         refererences by symtab_to_filename_for_display calls.
6474         * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
6475         Likewise.
6476         * dwarf2read.c: Include source.h.
6477         (fixup_go_packaging): Replace symtab->filename refererences by
6478         symtab_to_filename_for_display calls.
6479         * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
6480         Replace symtab->filename refererences by symtab_to_filename_for_display
6481         calls.
6482         (create_sals_line_offset, convert_linespec_to_sals): New variable
6483         fullname, initialize it, replace symtab->filename reference by the
6484         variable.
6485         * linux-fork.c: Include source.h.
6486         (info_checkpoints_command): Replace symtab->filename refererences by
6487         symtab_to_filename_for_display calls.
6488         * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
6489         by symtab_to_filename_for_display calls.
6490         * mdebugread.c: Include source.h.
6491         (psymtab_to_symtab_1): Replace symtab->filename refererences by
6492         symtab_to_filename_for_display calls.
6493         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
6494         (mi_cmd_file_list_exec_source_files): Likewise.
6495         * printcmd.c: Include source.h.
6496         (build_address_symbolic): Replace symtab->filename refererences by
6497         symtab_to_filename_for_display calls.
6498         * psymtab.c (partial_map_symtabs_matching_filename)
6499         (read_psymtabs_with_fullname): Call compare_filenames_for_search also
6500         with psymtab_to_fullname.
6501         * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
6502         by symtab_to_filename_for_display calls.
6503         (stpy_get_filename): New variable filename, initialize it, use instead
6504         of symtab->filename refererences.
6505         (salpy_str): Make variable filename const char *.  Replace
6506         symtab->filename refererences by symtab_to_filename_for_display calls.
6507         * skip.c: Include source.h and filenames.h.
6508         (skip_file_command): Remove const from the symtab variable.  Replace
6509         symtab->filename refererences by symtab_to_fullname call.
6510         (function_name_is_marked_for_skip): New variables searched_for_fullname
6511         and fullname.  Use them to search also with symtab's fullname.
6512         * source.c (find_source_lines): Replace symtab->filename refererences
6513         by symtab_to_filename_for_display calls.
6514         (print_source_lines_base): New variable filename, use it instead of
6515         symtab->filename.  Replace symtab->filename refererences by
6516         symtab_to_filename_for_display calls.
6517         (line_info, forward_search_command): Replace symtab->filename
6518         refererences by symtab_to_filename_for_display calls.
6519         (reverse_search_command): Replace symtab->filename refererences by
6520         symtab_to_filename_for_display calls.  New variable filename for it.
6521         * stack.c (frame_info): Likewise.
6522         * symmisc.c: Include source.h.
6523         (dump_objfile, dump_symtab_1, maintenance_print_symbols)
6524         (maintenance_info_symtabs): Replace symtab->filename refererences by
6525         symtab_to_filename_for_display calls.
6526         * symtab.c (iterate_over_some_symtabs): Call
6527         compare_filenames_for_search also with symtab_to_fullname.
6528         (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
6529         symtab->filename refererences by symtab_to_filename_for_display calls.
6530         (find_line_symtab): Replace symtab->filename refererences by
6531         symtab_to_filename_for_display calls.
6532         (file_matches): Replace filename_cmp by compare_filenames_for_search.
6533         (print_symbol_info): Make the last parameter const char *.  New
6534         variable s_filename.  Use it in the function.
6535         (symtab_symbol_info): Make the last_filename variable const char *.
6536         Replace symtab->filename refererences by symtab_to_filename_for_display
6537         calls.
6538         (rbreak_command): New variable fullname.  Use it.  Replace
6539         symtab->filename refererence by symtab_to_filename_for_display call.
6540         * tracepoint.c (set_traceframe_context, trace_find_line_command)
6541         (print_one_static_tracepoint_marker): Replace symtab->filename
6542         refererences by symtab_to_filename_for_display calls.
6543         * tui/tui-source.c (tui_set_source_content): New variables filename and
6544         s_filename.  Replace symtab->filename refererences by this variable.
6545         Replace other symtab->filename refererences by
6546         symtab_to_filename_for_display calls.
6547
6548 2013-02-03  Eldar Gaynetdinov <hal9000ed2k@gmail.com>
6549             Jan Kratochvil  <jan.kratochvil@redhat.com>
6550
6551         Add a new variable that controls a way in which filenames are
6552         displayed.
6553         * NEWS (set filename-display): New entry.
6554         * source.c (filename_display_basename, filename_display_relative)
6555         (filename_display_absolute, filename_display_kind_names)
6556         (filename_display_string, show_filename_display_string)
6557         (symtab_to_filename_for_display): New.
6558         (_initialize_source): Added initialization of 'filename-display'
6559         variable.
6560         * source.h (symtab_to_filename_for_display): Added declaration.
6561         * stack.c (print_frame): Added new variable and calling of a new
6562         function and condition with this variable. Changed third argument of
6563         calling of a function.
6564
6565 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
6566
6567         * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
6568         Rename field reference filename to fullname.
6569         * tui/tui-data.h (struct tui_source_info): Rename field filename to
6570         fullname.  New comment for it.
6571         * tui/tui-source.c (tui_set_source_content): Rename field reference
6572         filename to fullname.  Initialize field by symtab_to_fullname now.
6573         * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
6574         reference filename to fullname.  Use symtab_to_fullname during
6575         comparison.
6576
6577 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
6578
6579         Code cleanup.
6580         * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
6581         (dw2_expand_symtabs_with_fullname): ... here.  Rename parameter
6582         filename to fullname.  Rename variable this_name to this_fullname.
6583         Lowercase FILENAME_CMP call.
6584         (dw2_find_symbol_file): New comment for the returned string.
6585         (dwarf2_gdb_index_functions): Rename the function to
6586         dw2_expand_symtabs_with_fullname.
6587         * psymtab.c (read_psymtabs_with_filename): Rename to ...
6588         (read_psymtabs_with_fullname): ... here.  Rename parameter filename to
6589         fullname.
6590         (psym_functions): Rename the function to read_psymtabs_with_fullname.
6591         * symfile.h (struct quick_symbol_functions): Rename field
6592         expand_symtabs_with_filename to expand_symtabs_with_fullname and its
6593         parameter filename to fullname.  Document returned string meaning for
6594         find_symbol_file.
6595         * symtab.c (find_line_symtab): Rename the called function to
6596         expand_symtabs_with_fullname.
6597
6598 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
6599
6600         Code cleanup.
6601         * breakpoint.c (clear_command): Remove variable is_abs, unify the
6602         call of filename_cmp with compare_filenames_for_search.
6603         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
6604         is_abs, unify the call of FILENAME_CMP with
6605         compare_filenames_for_search.  New gdb_asserts for real_path and name.
6606         Unify the call of compare_filenames_for_search with FILENAME_CMP.
6607         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
6608         * symfile.h (struct quick_symbol_functions): Extend the comment for
6609         map_symtabs_matching_filename.
6610         * symtab.c (compare_filenames_for_search): Remove the function comment
6611         relative path requirement.  Handle absolute filenames, with a comment.
6612         (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
6613         FILENAME_CMP with compare_filenames_for_search.  New gdb_asserts for
6614         real_path and name.  Unify the call of compare_filenames_for_search
6615         with FILENAME_CMP.
6616         (iterate_over_symtabs): New gdb_assert on REAL_PATH.
6617
6618 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
6619
6620         Code cleanup.
6621         * breakpoint.c (print_breakpoint_location): Replace bp_location field
6622         source_file references by symtab field references.  Remove variables
6623         sal and fullname.
6624         (momentary_breakpoint_from_master, add_location_to_breakpoint):
6625         (clear_command, say_where): Replace bp_location field source_file
6626         references by symtab field references.
6627         (bp_location_dtor): Remove the source_file reference.
6628         (update_static_tracepoint): Replace bp_location field source_file
6629         references by symtab field references.
6630         (breakpoint_free_objfile): New function.
6631         * breakpoint.h (struct bp_location): Extend the comment for line_number.
6632         Replace the field source_file by field symtab, extend its comment.
6633         (breakpoint_free_objfile): New declaration.
6634         * objfiles.c (free_objfile): Call breakpoint_free_objfile.
6635         * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
6636         field source_file references by symtab field references.
6637
6638 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
6639
6640         Replace xfullpath calls by gdb_realpath calls.
6641         * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
6642         function comment.
6643         * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
6644         Remove it from the iterate_over_some_symtabs call.
6645         (dw2_map_symtabs_matching_filename): Remove parameter full_path.
6646         Remove it from the dw2_map_expand_apply calls, remove a block handling
6647         it.
6648         * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
6649         Remove it from the iterate_over_some_symtabs call.
6650         (partial_map_symtabs_matching_filename): Remove parameter full_path.
6651         Remove it from the partial_map_expand_apply calls, remove a block
6652         handling it.  Drop gdb_realpath call and cleanups from the real_path
6653         handling.
6654         * source.c (openp): Drop the comment part about xfullpath.  Replace
6655         xfullpath calls by gdb_realpath calls.
6656         (find_and_open_source): Replace xfullpath call by gdb_realpath call.
6657         * symfile.h (struct quick_symbol_functions): Remove parameter full_path
6658         from method map_symtabs_matching_filename and its comment.
6659         * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
6660         gdb_realpath call.
6661         * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
6662         remove it also from the function comment, remove a block handling it.
6663         Drop gdb_realpath call and cleanups from the real_path handling.
6664         (iterate_over_symtabs): Drop variable full_path and its use.
6665         * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
6666         * utils.c (xfullpath): Remove.
6667         * utils.h (xfullpath): Remove.
6668
6669 2013-02-01  Andreas Tobler  <andreast@fgznet.ch>
6670
6671         * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
6672         (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
6673         (ALLDEPFILES): Add ppc64-tdep.c.
6674         * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
6675         ppc64-tdep.o to gdb_target_obs.
6676         * ppc64-tdep.h: New file.
6677         * ppc64-tdep.c: New file.
6678         (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
6679         ppc-linux-tdep.c to here.
6680         (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
6681         (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
6682         (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
6683         (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
6684         from ppc-linux-tdep.c to here.
6685         (ppc64_convert_from_func_ptr_addr): Rename from
6686         ppc64_linux_convert_from_func_ptr_addr to
6687         ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
6688         here.
6689         * rs6000-tdep.c:
6690         (read_insn): Move from ppc-linux-tdep.c to here.
6691         (insns_match_pattern, insn_d_field, insn_ds_field): Move
6692         from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
6693         * ppc-linux-tdep.c: Include ppc64-tdep.h.
6694         Removed above functions.
6695         (ppc_linux_init_abi): Adjust.
6696
6697 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
6698
6699         * ada-valprint.c (ada_print_floating): Remove unused 'len'.
6700
6701 2013-02-01  Aleksandar Ristovski  <aristovski@qnx.com>
6702
6703         * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
6704
6705 2013-02-01  Pedro Alves  <palves@redhat.com>
6706
6707         * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
6708         * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
6709
6710 2013-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6711
6712         * elfread.c (elf_symfile_read): Limit separate debug info additions to
6713         files with no separate debug info.
6714         * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
6715         * symfile.c (read_symbols): Call find_separate_debug_file_in_section
6716         only for files with no separate debug info.
6717
6718 2013-01-31  Tom Tromey  <tromey@redhat.com>
6719
6720         * jit.c (jit_program_space_data): Rename from jit_inferior_data;
6721         change type.
6722         (struct jit_program_space_data): Rename from jit_inferior_data.
6723         Update comments.
6724         (get_jit_program_space_data): Rename from get_jit_inferior_data.
6725         Change return type.  Attach data to program space.
6726         (jit_program_space_data_cleanup): Rename from
6727         jit_inferior_data_cleanup; change argument type.
6728         (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
6729         change type.
6730         (jit_register_code): Update.
6731         (jit_update_inferior_cache): Remove.
6732         (jit_breakpoint_deleted): Get jit data from the location's program
6733         space.
6734         (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
6735         'ps_data', change type.
6736         (jit_inferior_init, jit_breakpoint_re_set_internal)
6737         (jit_event_handler): Update.
6738         (free_objfile_data): Get data from objfile's program space.
6739         (_initialize_jit): Update.
6740
6741 2013-01-31  Tom Tromey  <tromey@redhat.com>
6742
6743         PR gdb/13987:
6744         * jit.c (struct jit_inferior_data) <cached_code_address,
6745         jit_breakpoint>: New fields.
6746         (jit_breakpoint_re_set_internal): Fix logging.  Only create
6747         breakpoint if cached address has changed.
6748         (jit_update_inferior_cache, jit_breakpoint_deleted): New
6749         functions.
6750         (_initialize_jit): Register breakpoint deleted observer.
6751
6752 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
6753
6754         * infrun.c (handle_syscall_event): Remove unused gdbarch.
6755         (save_infcall_suspend_state): Ifdef out unused inf.
6756         (restore_infcall_suspend_state): Ifdef out unused inf.
6757         * jit.c (jit_register_code): Remove unused i, b, inf_data.
6758         (jit_frame_sniffer): Remove unused inf_data.
6759
6760 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
6761
6762         * c-exp.y (classify_inner_name): Remove unused type.
6763         * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
6764         in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
6765         need_escape.
6766         (c_get_string): Remove unused kind.
6767         * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
6768
6769 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
6770
6771         * charset.c (intermediate_encoding): Remove unused i.
6772         * completer.c (signal_completer): Remove unused i.
6773         * continuations.c (discard_my_continuations_1): Remove unused
6774         continuation_ptr.
6775         * corelow.c (core_close): Remove unuseD name.
6776         (get_core_siginfo): Remove unused pid.
6777         * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
6778         i, cps.
6779         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
6780         (loclist_describe_location): Remove unused first.
6781         * event-top.c (command_line_handler): Remove unused got_eof.
6782         * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
6783         (resize_section_table): Remove unused old_value.
6784         * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
6785         * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
6786         * i386-tdep.c (i386_process_record): Remove unused rex.
6787         * infcmd.c (get_return_value): Remove unused uiout.
6788         * jv-lang.c (type_from_class): Remove unused is_array.
6789         * jv-valprint.c (java_val_print): Remove unused i.
6790         * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
6791         * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
6792         * m2-typeprint.c (m2_print_type): Remove unused code.
6793         * macroexp.c (get_character_constant): Remove unused body_start.
6794         (macro_stringify): Remove unused result.
6795         * objc-lang.c (find_methods): Remove unused gdbarch.
6796         * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
6797         * regcache.c (regcache_cooked_read): Remove unused gdbarch.
6798         * stack.c (print_frame_args): Remove unused summary.
6799         * thread.c (thread_apply_command): Remove unused p.
6800         * valarith.c (value_x_unop): Remove unused mangle_ptr.
6801         * valops.c (search_struct_method): Remove unused skip.
6802         * valprint.c (generic_val_print): Remove unused byte_order.
6803         * varobj.c (varobj_update): Remove unused changed.
6804         * cli/cli-cmds.c (complete_command): Remove unused next_item.
6805         (alias_command): Remove unused c.
6806         * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
6807         * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
6808         format.
6809         (mi_cmd_data_write_memory): Remove unused word_format.
6810         (mi_cmd_data_write_memory_bytes): Remove unused r.
6811         * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
6812         p_start, p_end.
6813         * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
6814         * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
6815         line_width.
6816
6817 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
6818
6819         * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
6820         * symtab.c (iterate_over_symtabs): Remove unused s.
6821         (find_pc_sect_symtab): Remove unused pspAce.
6822         (find_pc_sect_line): Remove unused alt_symtab.
6823         (find_pcs_for_symtab_line): Remove unused ix, previous_function.
6824         (completion_list_add_name): Remove unused newsize.
6825
6826 2013-01-31  Tom Tromey  <tromey@redhat.com>
6827
6828         PR c++/14998:
6829         * dwarf2read.c (read_tag_ptr_to_member_type): Handle
6830         TYPE_CODE_FUNC.
6831
6832 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
6833
6834         * target.c (target_read_string): Remove unused origlen.
6835
6836 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
6837
6838         * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
6839         * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
6840         * ax-general.c (ax_print): Remove unused is_float.
6841         * blockframe.c (block_innermost_frame): Remove unused start, end.
6842         * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
6843
6844 2013-01-31  Aleksandar Ristovski  <aristovski@qnx.com>
6845
6846         * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
6847         (svr4_read_so_list): Remove unused lmo.
6848         * solib-target.c (solib_target_relocate_section_addresses): Remove
6849         unused flags.
6850
6851 2013-01-30  Tom Tromey  <tromey@redhat.com>
6852
6853         * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
6854
6855 2013-01-30  Tom Tromey  <tromey@redhat.com>
6856
6857         * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
6858         * utils.c (gnu_debuglink_crc32): Remove.
6859         * utils.h (gnu_debuglink_crc32): Don't declare.
6860
6861 2013-01-30  Tom Tromey  <tromey@redhat.com>
6862
6863         * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
6864         (read_structure_type, read_enumeration_type): Remove cast.
6865
6866 2013-01-30  Tom Tromey  <tromey@redhat.com>
6867
6868         * dwarf2read.c (read_namespace_type): Remove cast.
6869         (read_typedef): Likewise.
6870
6871 2013-01-29  Tom Tromey  <tromey@redhat.com>
6872
6873         * dwarf2read.c (free_dwo_file): Remove assert.
6874
6875 2013-01-29  Tom Tromey  <tromey@redhat.com>
6876
6877         * value.c (deprecated_set_value_modifiable): Remove.
6878         * value.h (deprecated_set_value_modifiable): Remove.
6879
6880 2013-01-28  Doug Evans  <dje@google.com>
6881
6882         * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
6883         to addresses from dwo files.
6884
6885 2013-01-25  Siva Chandra Reddy  <sivachandra@google.com>
6886
6887         * valops.c (find_overload_match): Remove unused argument 'lax'.
6888         * value.h: Remove unused argument 'lax' from the declaration of
6889         find_overload_match.
6890         * eval.c (value_subexp_standard): Do not pass a 'lax' argument
6891         to find_overload_match.
6892         * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
6893         argument to find_overload_match.
6894
6895 2013-01-25  Tom Tromey  <tromey@redhat.com>
6896
6897         * dwarf2read.c (processing_has_namespace_info): Remove.
6898         (struct dwarf2_cu) <processing_has_namespace_info>: New field.
6899         (process_die, read_func_scope, dwarf2_start_symtab)
6900         (new_symbol_full): Update.
6901
6902 2013-01-25  Tom Tromey  <tromey@redhat.com>
6903
6904         * cp-namespace.c (cp_set_block_scope): Remove.
6905         * cp-support.h (cp_set_block_scope): Remove.
6906         * dbxread.c: Include block.h.
6907         (cp_set_block_scope): New function.
6908         (process_one_symbol): Update.
6909         * dwarf2read.c (read_func_scope): Use block_set_scope.
6910
6911 2013-01-25  Pedro Alves  <palves@redhat.com>
6912
6913         * remote.c (add_current_inferior_and_thread): Tweak comment.
6914
6915 2013-01-25  Tom Tromey  <tromey@redhat.com>
6916
6917         * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
6918         (cp_add_using_directive): Add 'copy_names' argument.
6919         * cp-support.h (cp_add_using_directive): Update.
6920         (struct using_direct) <import_src, import_dest, alias,
6921         declaration>: Now const.
6922         * dwarf2read.c (read_import_statement): Use obconcat.
6923         Don't copy names passed to cp_add_using_directive.
6924
6925 2013-01-25  Tom Tromey  <tromey@redhat.com>
6926
6927         * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
6928
6929 2013-01-25  Pedro Alves  <palves@redhat.com>
6930
6931         * remote.c (stop_reply_extract_thread): New.
6932         (add_current_inferior_and_thread): New parameter 'wait_status'.
6933         Handle it.
6934         (remote_start_remote): Pass wait status to
6935         add_current_inferior_and_thread.
6936         (extended_remote_run): Update comment.
6937         (extended_remote_create_inferior_1): Pass wait status to
6938         add_current_inferior_and_thread.
6939
6940 2013-01-25  Andrew Burgess  <aburgess@broadcom.com>
6941             Ulrich Weigand  <uweigand@de.ibm.com>
6942
6943         * valarith.c (value_vector_widen): New function for replicating a
6944         scalar into a vector.
6945         (value_binop): Use value_vector_widen to widen scalar to vector
6946         rather than casting, this better matches gcc C behaviour.
6947         * valops.c (value_casst): Update logic for casting between vector
6948         types, and for casting from scalar to vector, try to match gcc C
6949         behaviour.
6950         * value.h (value_vector_widen): Declare.
6951         * opencl-lang.c (opencl_value_cast): New opencl specific casting
6952         function, handle special case for casting scalar to vector.
6953         (opencl_relop): Use opencl_value_cast.
6954         (evaluate_subexp_opencl): Use opencl_value_cast instead of
6955         value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
6956         in order to use opencl_value_cast.
6957
6958 2013-01-25  Yao Qi  <yao@codesourcery.com>
6959
6960         * event-loop.c: Include "queue.h".
6961         (gdb_event_p): New typedef.
6962         (DECLARE_QUEUE_P): Use.
6963         (DEFINE_QUEUE_P): Use.
6964         (async_queue_event): Remove.
6965         (gdb_event_xfree): New.
6966         (initialize_event_loop): New.
6967         (process_event): Use QUEUE macros.
6968         (event_queue): Remove.
6969         (gdb_wait_for_event): Caller update.
6970         (check_async_event_handlers): Likewise.
6971         (poll_timers): Likewise.
6972         * event-loop.h (initialize_event_loop): Declare.
6973         * event-loop.c (gdb_event_xfree): New.
6974         * top.c (gdb_init): Call initialize_event_loop.
6975
6976 2013-01-25  Yao Qi  <yao@codesourcery.com>
6977
6978         * event-loop.c (async_queue_event): Remove one parameter
6979         'position'.  Remove code handling 'position' == TAIL.
6980         (gdb_wait_for_event): Caller update.
6981         (check_async_event_handlers): Caller update.
6982         (poll_timers): Caller update.
6983         * event-loop.h (enum queue_position): Remove.
6984
6985 2013-01-25  Maxim Kuvyrkov  <maxim@kugelworks.com>
6986
6987         * MAINTAINERS: Update my email.
6988
6989 2013-01-25  Yao Qi  <yao@codesourcery.com>
6990
6991         * main.c (print_gdb_help): Remove "--epoch" from the help
6992         message.
6993
6994 2013-01-24  Ulrich Weigand  <uweigand@de.ibm.com>
6995
6996         * symtab.c (skip_prologue_using_sal): Consider a file
6997         change the same as an increased line number
6998
6999 2013-01-24  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
7000
7001         * MAINTAINERS (Write After Approval): Add myself to the list.
7002
7003 2013-01-24  Tom Tromey  <tromey@redhat.com>
7004
7005         * ada-lang.h (ada_decode_symbol): Make return type const.
7006         * ada-lang.c (ada_decode_symbol): Likewise.
7007
7008 2013-01-23  Doug Evans  <dje@google.com>
7009
7010         * linespec.c (find_linespec_symbols): Make static.
7011
7012 2013-01-23  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
7013
7014         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
7015         type on float conversion for complex type.
7016
7017 2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
7018
7019         Add a new class gdb.Architecture which exposes GDB's
7020         internal representation of architecture via GDB Python API.
7021         * Makefile.in: Add entries corresponding to the new file
7022         python/py-arch.c.
7023         * NEWS (Python Scripting): Add entries for the new class
7024         gdb.Architecture and the new method gdb.Frame.architecture.
7025         * python/py-arch.c: Implement gdb.Architecture class.
7026         * python/py-frame.c (frapy_arch): Implement the method
7027         gdb.Frame.architecture().
7028         (frame_object_methods): Add 'architecture' to the method table.
7029         * python/python-internal.h: Add declarations of new utility
7030         functions.
7031         * python/python.c (_initialize_python): Initialize
7032         gdb.Architecture class.
7033
7034 2013-01-23  Doug Evans  <dje@google.com>
7035
7036         Work around binutils/15021.
7037         * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
7038         type_unit_group out of union s.  All uses updated.
7039         (read_index_from_section): Watch for index version 8.
7040         (follow_die_sig): If using .gdb_index version <= 7, record the TU as
7041         an imported symtab.
7042         (write_psymtabs_to_index): Increment version number to 8.
7043
7044 2013-01-22  Pedro Alves  <palves@redhat.com>
7045
7046         * annotate.c (breakpoint_changed): Skip if breakpoint is not
7047         user-visible.
7048
7049 2013-01-22  Pedro Alves  <palves@redhat.com>
7050
7051         * annotate.c (annotate_breakpoints_changed): Rename to ...
7052         (annotate_breakpoints_invalid): ... this.  Make static.
7053         (breakpoint_changed): Adjust.
7054         (_initialize_annotate): Always install the observers.  Install a
7055         "breakpoint_created" observer.
7056         * annotate.h (annotate_breakpoints_changed): Delete declaration.
7057         * breakpoint.c (set_breakpoint_condition)
7058         (breakpoint_set_commands, do_map_commands_command)
7059         (init_raw_breakpoint, clear_command, set_ignore_count)
7060         (enable_breakpoint_disp): No longer call
7061         annotate_breakpoints_changed.
7062
7063 2013-01-22  Pedro Alves  <palves@redhat.com>
7064
7065         * annotate.c: Include "inferior.h".
7066         (frames_invalid_emitted)
7067         (breakpoints_invalid_emitted): New globals.
7068         (async_background_execution_p): New function.
7069         (annotate_breakpoints_changed, annotate_frames_invalid): Skip
7070         emitting the annotation if it has already been emitted.
7071         (annotate_display_prompt): New function.
7072         * annotate.h (annotate_display_prompt): New declaration.
7073         * event-top.c: Include annotate.h.
7074         (display_gdb_prompt): Call annotate_display_prompt.
7075
7076 2013-01-22  Pedro Alves  <palves@redhat.com>
7077
7078         * annotate.c (ignore_count_changed): Delete.
7079         (annotate_breakpoints_changed): Don't clear ignore_count_changed.
7080         (annotate_ignore_count_change): Delete.
7081         (annotate_stopped): Don't emit a delayed breakpoints-changed
7082         annotation.
7083         * annotate.h (annotate_ignore_count_change): Delete.
7084         * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
7085         annotate_ignore_count_change.
7086
7087 2013-01-22  Tom Tromey  <tromey@redhat.com>
7088
7089         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
7090         require_rvalue for a register location.
7091
7092 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
7093
7094         * breakpoint.c (print_one_breakpoint_location): Add MI
7095         field 'thread-groups' when printing a breakpoint.
7096         (output_thread_groups): New function.
7097
7098 2013-01-21  Siva Chandra Reddy  <sivachandra@google.com>
7099
7100         * python/lib/gdb/commands/explore.py
7101         (CompoundExplorer.explore_expr): Correct the name of a method
7102         being invoked.
7103         (ExploreTypeCommand.invoke): Add a missing 'return'.
7104
7105 2013-01-21  Tom Tromey  <tromey@redhat.com>
7106
7107         * gdb_obstack.h (obconcat): Move declaration here, from...
7108         * symfile.h (obconcat): ... here.
7109         * gdb_obstack.c: New file.
7110         (obconcat): Move from...
7111         * symfile.c (obconcat): ... here.
7112         * Makefile.in (SFILES): Add gdb_obstack.c.
7113         (COMMON_OBS): Add gdb_obstack.o.
7114
7115 2013-01-21  Tom Tromey  <tromey@redhat.com>
7116
7117         * symfile.h (obsavestring): Don't declare.
7118         * symfile.c (obsavestring): Remove.
7119         * ada-exp.y: Use obstack_copy0, not obsavestring.
7120         * ada-lang.c: Use obstack_copy0, not obsavestring.
7121         * coffread.c: Use obstack_copy0, not obsavestring.
7122         * cp-namespace.c: Use obstack_copy0, not obsavestring.
7123         * dbxread.c: Use obstack_copy0, not obsavestring.
7124         * dwarf2read.c: Use obstack_copy0, not obsavestring.
7125         * jit.c: Use obstack_copy0, not obsavestring.
7126         * mdebugread.c: Use obstack_copy0, not obsavestring.
7127         * psymtab.c: Use obstack_copy0, not obsavestring.
7128         * stabsread.c: Use obstack_copy0, not obsavestring.
7129         * xcoffread.c: Use obstack_copy0, not obsavestring.
7130
7131 2013-01-21  Tom Tromey  <tromey@redhat.com>
7132
7133         * dwarf2read.c (fixup_go_packaging): Save package name
7134         on objfile obstack.
7135         * gdbtypes.c (init_type): Don't copy name.
7136
7137 2013-01-21  Tom Tromey  <tromey@redhat.com>
7138
7139         * dwarf2read.c (struct partial_die_info) <name, scope>: Now
7140         const.
7141         (struct attribute) <u.str>: Now const.
7142         (struct fnfieldlist) <name>: Now const.
7143         (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
7144         (partial_die_parent_scope): Make return type const.
7145         (partial_die_full_name, add_partial_symbol): Update.
7146         (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
7147         'name' const.
7148         (find_file_and_directory): Make 'name' and 'comp_dir' const.
7149         (read_file_scope, read_func_scope, dwarf2_add_field)
7150         (dwarf2_add_member_fn, read_structure_type)
7151         (process_enumeration_scope, read_array_type, read_module_type)
7152         (read_base_type, read_subrange_type): Update.
7153         (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
7154         (new_symbol_full, guess_full_die_structure_name): Update.
7155         (dwarf2_canonicalize_name): Return const type.  Make 'name' const.
7156         (dwarf2_name): Return const type.
7157         (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
7158         const.
7159
7160 2013-01-21  Tom Tromey  <tromey@redhat.com>
7161
7162         * gdbtypes.c (init_type): Make 'name' const.
7163         * gdbtypes.h (init_type): Update.
7164
7165 2013-01-21  Tom Tromey  <tromey@redhat.com>
7166
7167         * buildsym.c (patch_subfile_names): Use set_last_source_file.
7168         (start_symtab): Make 'name' and 'dirname' const.  Use
7169         set_last_source_file.
7170         (restart_symtab, reset_symtab_globals): Use set_last_source_file.
7171         (last_source_file): Define.  Now static.
7172         (set_last_source_file, get_last_source_file): New functions.
7173         * buildsym.h (last_source_file): Don't declare.
7174         (start_symtab): Update.
7175         (set_last_source_file, get_last_source_file): Declare.
7176         * coffread.c (complete_symtab): Use set_last_source_file.
7177         (coff_end_symtab): Likewise.
7178         (coff_symtab_read): Use set_last_source_file, get_last_source_file.
7179         * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
7180         set_last_source_file.
7181         (process_one_symbol): Use get_last_source_file.
7182         * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
7183         (psymtab_to_symtab_1): Use get_last_source_file.
7184         * xcoffread.c (process_linenos): Use get_last_source_file.
7185         (complete_symtab): Use set_last_source_file.
7186         (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
7187         (scan_xcoff_symtab): Use set_last_source_file.
7188
7189 2013-01-21  Tom Tromey  <tromey@redhat.com>
7190
7191         * symtab.c (struct demangled_name_entry) <mangled>: Now const.
7192         (symbol_set_names): Remove casts.  Handle field const-ness.
7193
7194 2013-01-21  Tom Tromey  <tromey@redhat.com>
7195
7196         * dwarf2read.c (new_symbol_full): Remove cast.
7197         * symtab.c (symbol_set_demangled_name): Make 'name' const.
7198         * symtab.h (symbol_set_demangled_name): Update.
7199
7200 2013-01-21  Tom Tromey  <tromey@redhat.com>
7201
7202         * main.c (captured_main): Call bfd_init.
7203
7204 2013-01-21  Tom Tromey  <tromey@redhat.com>
7205
7206         * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
7207         * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
7208         * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
7209         * NEWS: Update.
7210
7211 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
7212
7213         * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
7214
7215 2013-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
7216
7217         Fix gdb.fortran/common-block.exp crash in PIE mode.
7218         * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
7219         LOC_COMMON_BLOCK.
7220         * f-valprint.c (info_common_command_for_block): Expect
7221         LOC_COMMON_BLOCK in gdb_assert.
7222         * symtab.h (struct general_symbol_info): Update comment for the
7223         common_block member.
7224         (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
7225         (enum address_class): New member LOC_COMMON_BLOCK.
7226
7227 2013-01-18  David Blaikie  <dblaikie@gmail.com>
7228
7229         * MAINTAINERS (Write After Approval): Add "David Blaikie".
7230
7231 2013-01-18  Tom Tromey  <tromey@redhat.com>
7232
7233         PR c++/14999:
7234         * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
7235         Call require_rvalue.
7236
7237 2013-01-18  Yao Qi  <yao@codesourcery.com>
7238
7239         * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
7240         (dbx_read_symtab): New declaration.
7241         (dbx_psymtab_to_symtab): Delete.
7242         (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
7243         Rename parameter PST to SELF.  Exchanged two parameters.
7244         (start_psymtab): Caller update.
7245         * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
7246         (dwarf2_read_symtab): New declaration.
7247         (dwarf2_psymtab_to_symtab): Delete.
7248         (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
7249         Rename parameter PST to SELF.  Exchanged two parameters.
7250         (create_partial_symtab): Caller update.
7251         * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
7252         (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
7253         Rename parameter PST to SELF.  Exchanged two parameters.
7254         (parse_partial_symbols, new_psymtab): Caller update.
7255         * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
7256         two parameters.
7257         * psymtab.c (psymtab_to_symtab): Caller update.
7258         * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
7259         (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
7260         Rename parameter PST to SELF.  Exchanged two parameters.
7261         (xcoff_start_psymtab): Caller update.
7262
7263 2013-01-18  Yao Qi  <yao@codesourcery.com>
7264
7265         * infrun.c (proceed): Rename local variable 'oneproc' to
7266         'force_step'.
7267
7268 2013-01-17  Doug Evans  <dje@google.com>
7269
7270         * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
7271         (dw2_build_type_unit_groups): Delete.  All uses updated.
7272
7273         * symtab.h (struct symbol_search): Add comment.
7274
7275 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7276
7277         * symtab.c (compare_filenames_for_search): New comment for
7278         HAS_DRIVE_SPEC.
7279
7280 2013-01-17  Tom Tromey  <tromey@redhat.com>
7281
7282         * cp-abi.c (cp_abi_completer): Fix typo in assignment.
7283
7284 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7285
7286         * symtab.c (iterate_over_some_symtabs): New variable cleanups,
7287         initialize it by existing make_cleanup.  Call new do_cleanups.
7288
7289 2013-01-17  Tom Tromey  <tromey@redhat.com>
7290
7291         * cp-abi.c (cp_abi_completer): New function.
7292         (_initialize_cp_abi): Set completer for "set cp-abi".
7293
7294 2013-01-17  Tom Tromey  <tromey@redhat.com>
7295
7296         * mem-break.c: Remove obsolete comment.
7297         * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
7298
7299 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
7300
7301         * jit.c (jit_reader_load_command): Interpret the jit reader name
7302         as an absolute path if it begins with a forward slash.
7303
7304 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
7305
7306         PR gdb/14550
7307
7308         * jit.c (finalize_symtab): Ensure that only the global block has a
7309         NULL superblock.
7310
7311 2013-01-17  Pedro Alves  <palves@redhat.com>
7312
7313         * acinclude.m4: Include ../config/plugins.m4,
7314         ../config/largefile.m4 and ../config/lead-dot.m4.  Add comments.
7315         * Makefile.in (aclocal_m4_deps): Update.
7316         * aclocal.m4: Renegerate.
7317
7318 2013-01-16  Doug Evans  <dje@google.com>
7319
7320         * contrib/cc-with-tweaks.sh: Add references to Fission docs.
7321
7322 2013-01-16  Pedro Alves  <palves@redhat.com>
7323             Tom Tromey  <tromey@redhat.com>
7324
7325         PR cli/7221:
7326         * NEWS: Add "catch signal".
7327         * breakpoint.c (base_breakpoint_ops): No longer static.
7328         (bpstat_explains_signal): New function.
7329         (init_catchpoint): No longer static.
7330         (base_breakpoint_explains_signal): New function.
7331         (base_breakpoint_ops): Initialize new field.
7332         * breakpoint.h (enum bpstat_signal_value): New.
7333         (struct breakpoint_ops) <explains_signal>: New field.
7334         (bpstat_explains_signal): Remove macro, declare as function.
7335         (base_breakpoint_ops, init_catchpoint): Declare.
7336         * break-catch-sig.c: New file.
7337         * inferior.h (signal_catch_update): Declare.
7338         * infrun.c (signal_catch): New global.
7339         (handle_syscall_event): Update for change to
7340         bpstat_explains_signal.
7341         (handle_inferior_event): Likewise.  Always handle random signals
7342         via bpstats.
7343         (signal_cache_update): Check signal_catch.
7344         (signal_catch_update): New function.
7345         (_initialize_infrun): Initialize signal_catch.
7346         * Makefile.in (SFILES): Add break-catch-sig.c.
7347         (COMMON_OBS): Add break-catch-sig.o.
7348
7349 2013-01-16  Tom Tromey  <tromey@redhat.com>
7350
7351         * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
7352         (print_one_catch_solib, print_one_catch_syscall)
7353         (print_one_catch_exec, print_one_exception_catchpoint): Emit
7354         "catch-type".
7355
7356 2013-01-16  Yao Qi  <yao@codesourcery.com>
7357
7358         * printcmd.c (current_display_number): Make it static.
7359
7360 2013-01-16  Yao Qi  <yao@codesourcery.com>
7361
7362         * infcmd.c (step_once): Don't check '!single_inst' as it was
7363         checked before.
7364
7365 2013-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7366
7367         * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
7368
7369 2013-01-14  Tom Tromey  <tromey@redhat.com>
7370
7371         * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
7372         set command.
7373         * command.h (add_setshow_string_noescape_cmd): Update.
7374         * corefile.c (set_gnutarget_command): Remove trailing whitespace.
7375         (complete_set_gnutarget): New function.
7376         (_initialize_core): Set the "set gnutarget" completer.
7377
7378 2013-01-14  Tom Tromey  <tromey@redhat.com>
7379
7380         PR symtab/14442:
7381         * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
7382         (c_type_print_modifier): Likewise.
7383         * dwarf2read.c (read_tag_restrict_type): New function.
7384         (read_type_die_1): Handle DW_TAG_restrict_type.
7385         * gdbtypes.c (make_restrict_type): New function.
7386         (recursive_dump_type): Handle TYPE_RESTRICT.
7387         * gdbtypes.h (enum type_flag_values): Renumber.
7388         (enum type_instance_flag_value): Add
7389         TYPE_INSTANCE_FLAG_RESTRICT.
7390         (TYPE_RESTRICT): New macro.
7391         (make_restrict_type): Declare.
7392
7393 2013-01-14  Tom Tromey  <tromey@redhat.com>
7394
7395         PR symtab/14931:
7396         * psymtab.c (struct psymtab_state): New.
7397         (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
7398         functions.
7399         * psympriv.h (make_cleanup_discard_psymtabs): Declare.
7400         * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
7401
7402 2013-01-14  Richard Sharman  <richard_sharman@mitel.com>
7403             Pedro Alves  <palves@redhat.com>
7404
7405         PR remote/14786
7406
7407         * remote.c (remote_threads_info): Make a copy of the reply from
7408         qfThreadInfo and use that instead of rs->buf.
7409
7410 2013-01-14  Yao Qi  <yao@codesourcery.com>
7411
7412         * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
7413         (dbx_psymtab_to_symtab): Likewise.
7414         * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
7415         * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
7416         * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
7417
7418 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
7419
7420         * parse.c (parse_exp_in_context): New variable inner_chain.  Call
7421         make_cleanup_restore_current_language.  Call set_language.  Move
7422         OLD_CHAIN and INNER_CHAIN cleanups.
7423         * utils.c (do_restore_current_language)
7424         (make_cleanup_restore_current_language): New functions.
7425         * utils.h (make_cleanup_restore_current_language): New declaration.
7426
7427 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
7428
7429         * source.c (symtab_to_fullname): Apply rewrite_source_path also for
7430         non-existing files.
7431
7432         * source.c (symtab_to_fullname): Do not prepend DIRNAME for
7433         non-existing files if FILENAME is already absolute.
7434
7435 2013-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7436
7437         * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
7438         fputs_filtered.  Append trailing newline.
7439
7440 2013-01-11  Yao Qi  <yao@codesourcery.com>
7441             Stan Shebs  <stan@codesourcery.com>
7442
7443         * psymtab.c (init_psymbol_list): Clarify the comment.
7444
7445 2013-01-11  Yao Qi  <yao@codesourcery.com>
7446
7447         * breakpoint.c (print_one_breakpoint_location): Remove dead code.
7448         (update_dprintf_command_list): Assert that 'printf_line' is
7449         non-null.  Remove condition check.
7450
7451 2013-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
7452
7453         Code cleanup.
7454         * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
7455         type const char *.
7456         * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
7457         const char *.
7458         * tui/tui-source.h (tui_source_is_displayed): Likewise.
7459
7460 2013-01-09  Anthony Green  <green@moxielogic.com>
7461
7462         * cp-abi.c (cplus_print_vtable): Don't return value from void
7463         function.
7464         * ada-lang.c (re_set_catch_assert): Ditto.
7465
7466 2013-01-09  Doug Evans  <dje@google.com>
7467
7468         * symfile.h (quick_symbol_functions): Delete member
7469         pre_expand_symtabs_matching.  All uses removed.
7470         * dwarf2read.c (dw2_lookup_symbol): Implement.
7471         (dw2_do_expand_symtabs_matching): Delete.
7472         (dw2_pre_expand_symtabs_matching): Delete.
7473         (struct dw2_symtab_iterator): New type.
7474         (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
7475         (dw2_expand_symtabs_for_function): Rewrite.
7476         (dwarf2_gdb_index_functions): Update.
7477         * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
7478         (psym_functions): Update.
7479
7480 2013-01-09  Tom Tromey  <tromey@redhat.com>
7481
7482         * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
7483         * configure: Rebuild.
7484         * configure.ac: Add somread.o to the build if BFD has SOM
7485         support.
7486         * somread.c: Include som/aout.h, not syms.h.
7487         (som_symtab_read): Use som_external_symbol_dictionary_record.
7488         Unpack records manually.
7489         (_initialize_somread): Declare.
7490
7491 2012-01-08  Mike Frysinger  <vapier@gentoo.org>
7492
7493         * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
7494         Cast return_address to 64bits.
7495
7496 2013-01-08  Hui Zhu  <hui_zhu@mentor.com>
7497
7498         * printcmd.c: Remove define of function output_command.
7499         * tracepoint.c: Remove extern of function output_command.
7500         * valprint.h: (output_command): New extern.
7501
7502 2013-01-07  Tom Tromey  <tromey@redhat.com>
7503
7504         * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
7505         Remove.
7506         (objc_language_defn): Use c_printchar, c_printstr,
7507         c_emit_char.
7508
7509 2013-01-07  Tom Tromey  <tromey@redhat.com>
7510
7511         PR cli/7719:
7512         * NEWS: Update.
7513         * ada-valprint.c (printstr, print_field_values): Remove
7514         "inspect_it" code.
7515         * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
7516         code.
7517         * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
7518         code.
7519         * m2-lang.c (m2_printstr): Remove "inspect_it" code.
7520         * main.c (captured_main): Remove "epoch" argument.
7521         * objc-lang.c (objc_printstr): Remove "inspect_it" code.
7522         * p-lang.c (pascal_printstr): Remove "inspect_it" code.
7523         * p-valprint.c (pascal_object_print_value_fields): Remove
7524         "inspect_it" code.
7525         * printcmd.c (print_command_1): Remove 'inspect' argument.
7526         (print_command, call_command): Update.
7527         (inspect_command): Remove.
7528         (_initialize_printcmd): Make "inspect" an alias for "print".
7529         * top.c (epoch_interface): Remove.
7530         * top.h (epoch_interface): Remove.
7531         * valprint.c (user_print_options): Update.
7532         (print_converted_chars_to_obstack): Remove "inspect_it" code.
7533         * valprint.h (struct value_print_options) <inspect_it>: Remove
7534         field.
7535
7536 2013-01-04  Tom Tromey  <tromey@redhat.com>
7537
7538         * valprint.h (read_string): Add 'extern'.
7539
7540 2013-01-07  Joel Brobecker  <brobecker@adacore.com>
7541
7542         * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
7543         used to decide whether to define darwin_read_dyld_info or not.
7544
7545 2013-01-03  Pierre Muller  <muller@sourceware.org>
7546
7547         * main.c (relocate_gdb_directory): Avoid calling stat function
7548         if DIR is empty.
7549
7550 2013-01-03  Yao Qi  <yao@codesourcery.com>
7551
7552         * psymtab.c (fixup_psymbol_section): Update declaration.
7553         (fixup_psymbol_section): Remove code returning value.
7554
7555 2013-01-03  Yao Qi  <yao@codesourcery.com>
7556
7557         * symtab.h: Remove some out of date comments.
7558          (enum exception_event_kind): Move it ...
7559         * breakpoint.c: ... here.
7560
7561 2013-01-02  Iain Sandoe  <developer@sandoe-acoustics.co.uk>
7562
7563         PR gdb/14405
7564         * darwin-nat.c (darwin_read_dyld_info): Only build if
7565         TASK_DYLD_INFO_COUNT is defined.
7566         (darwin_xfer_partial): Call darwin_read_dyld_info only if
7567         TASK_DYLD_INFO_COUNT is defined.
7568
7569 2013-01-02  Tom Tromey  <tromey@redhat.com>
7570
7571         * symfile.h (struct ecoff_debug_hack): Remove.
7572         * objfiles.c: Don't include mdebugread.h.
7573
7574 2013-01-02  Tom Tromey  <tromey@redhat.com>
7575
7576         * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
7577         * configure.ac: Check for Mach-O support in BFD.  Update
7578         CONFIG_OBS.
7579         * configure: Rebuild.
7580
7581 2013-01-02  Tom Tromey  <tromey@redhat.com>
7582
7583         * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
7584         * configure.ac: Use GDB_AC_CHECK_BFD.
7585         * configure: Rebuild.
7586
7587 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
7588
7589         * MAINTAINERS: Update my email.
7590
7591 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
7592
7593         * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
7594
7595 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
7596
7597         * rs6000-nat.c (bss_data_overlap): New function.
7598         (vmap_symtab): Use it to adjust the .bss section's offset.
7599
7600 2013-01-01  Joel Brobecker  <brobecker@adacore.com>
7601
7602         Update year range in copyright notice of all files.
7603
7604 2013-01-01, 13  Joel Brobecker  <brobecker@adacore.com>
7605
7606         * top.c (print_gdb_version): Update copyright year.
7607
7608 For older changes see ChangeLog-2012.
7609 \f
7610 Local Variables:
7611 mode: change-log
7612 left-margin: 8
7613 fill-column: 74
7614 version-control: never
7615 coding: utf-8
7616 End: