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