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