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