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