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