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