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