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