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