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