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