infrun.c: simplify "end stepping range" code a bit.
[external/binutils.git] / gdb / ChangeLog
1 2014-05-29  Pedro Alves  <palves@redhat.com>
2
3         * infrun.c (process_event_stop_test, handle_step_into_function)
4         (handle_step_into_function_backward): Adjust.
5         Don't set the even thread's stop_step and call stop_waiting before
6         calling end_stepping_range.  Instead do that ...
7         (end_stepping_range): ... here.  Take an ecs pointer parameter.
8
9 2014-05-29  Pedro Alves  <palves@redhat.com>
10
11         * infrun.c (stop_stepping): Rename to ...
12         (stop_waiting): ... this.
13         (proceed): Update comment.
14         (process_event_stop_test, handle_inferior_event)
15         (handle_signal_stop, handle_step_into_function)
16         (handle_step_into_function_backward): Update.
17
18 2014-05-29  Pedro Alves  <palves@redhat.com>
19
20         * infcall.c (run_inferior_call): Don't check whether the current
21         thread is running after the proceed call.
22
23 2014-05-29  Pedro Alves  <palves@redhat.com>
24             Tom Tromey  <tromey@redhat.com>
25
26         * NEWS: Mention "maint set target-async", "set mi-async", and that
27         background execution commands are now always available.
28         * target.h (target_async_permitted): Update comment.
29         * target.c (target_async_permitted, target_async_permitted_1):
30         Default to 1.
31         (set_target_async_command): Rename to ...
32         (maint_set_target_async_command): ... this.
33         (show_target_async_command): Rename to ...
34         (maint_show_target_async_command): ... this.
35         (_initialize_target): Adjust.
36         * infcmd.c (prepare_execution_command): Make extern.
37         * inferior.h (prepare_execution_command): Declare.
38         * infrun.c (set_observer_mode): Leave target async alone.
39         * mi/mi-interp.c (mi_interpreter_init): Install
40         mi_on_sync_execution_done as sync_execution_done observer.
41         (mi_on_sync_execution_done): New function.
42         (mi_execute_command_input_handler): Don't print the prompt if we
43         just started a synchronous command with an async target.
44         (mi_on_resume): Check sync_execution before printing prompt.
45         * mi/mi-main.h (mi_async_p): Declare.
46         * mi/mi-main.c: Include gdbcmd.h.
47         (mi_async_p): New function.
48         (mi_async, mi_async_1): New globals.
49         (set_mi_async_command, show_mi_async_command, mi_async): New
50         functions.
51         (exec_continue): Call prepare_execution_command.
52         (run_one_inferior, mi_cmd_exec_run, mi_cmd_list_target_features)
53         (mi_execute_async_cli_command): Use mi_async_p.
54         (_initialize_mi_main): Install "set mi-async".  Make
55         "target-async" a deprecated alias.
56
57 2014-05-29  Pedro Alves  <palves@redhat.com>
58
59         * cli/cli-interp.c (cli_interpreter_display_prompt_p): Delete.
60         (_initialize_cli_interp): Adjust.
61         * event-loop.c: Include "observer.h".
62         (start_event_loop): Notify 'command_error' observers instead of
63         calling display_gdb_prompt.  Remove FIXME comment.
64         * event-top.c (display_gdb_prompt): Remove call into the
65         interpreters.
66         * inf-loop.c: Include "observer.h".
67         (inferior_event_handler): Notify 'command_error' observers instead
68         of calling display_gdb_prompt.
69         * infrun.c (fetch_inferior_event): Notify 'sync_execution_done'
70         observers instead of calling display_gdb_prompt.
71         * interps.c (interp_set): Don't call display_gdb_prompt.
72         (current_interp_display_prompt_p): Delete.
73         * interps.h (interp_prompt_p): Delete declaration.
74         (interp_prompt_p_ftype): Delete.
75         (struct interp_procs) <prompt_proc_p>: Delete field.
76         (current_interp_display_prompt_p): Delete declaration.
77         * mi-interp.c (mi_interpreter_prompt_p): Delete.
78         (_initialize_mi_interp): Adjust.
79         * tui-interp.c (tui_init): Install 'sync_execution_done' and
80         'command_error' observers.
81         (tui_on_sync_execution_done, tui_on_command_error): New
82         functions.
83         (tui_display_prompt_p): Delete.
84         (_initialize_tui_interp): Adjust.
85
86 2014-05-29  Pedro Alves  <palves@redhat.com>
87
88         PR gdb/13860
89         * cli/cli-interp.c: Include infrun.h and observer.h.
90         (cli_uiout, cli_interp): New globals.
91         (cli_on_signal_received, cli_on_end_stepping_range)
92         (cli_on_signal_exited, cli_on_exited, cli_on_no_history): New
93         functions.
94         (cli_interpreter_init): Install them as 'end_stepping_range',
95         'signal_received' 'signal_exited', 'exited' and 'no_history'
96         observers.
97         (_initialize_cli_interp): Remove cli_interp local.
98         * infrun.c (handle_inferior_event): Call the several stop reason
99         observers instead of printing the stop reason directly.
100         (end_stepping_range): New function.
101         (print_end_stepping_range_reason, print_signal_exited_reason)
102         (print_exited_reason, print_signal_received_reason)
103         (print_no_history_reason): Make static, and add an uiout
104         parameter.  Print to that instead of to CURRENT_UIOUT.
105         * infrun.h (print_end_stepping_range_reason)
106         (print_signal_exited_reason, print_exited_reason)
107         (print_signal_received_reason print_no_history_reason): New
108         declarations.
109         * mi/mi-common.h (struct mi_interp): Rename 'uiout' field to
110         'mi_uiout'.
111         <cli_uiout>: New field.
112         * mi/mi-interp.c (mi_interpreter_init): Adjust.  Create the new
113         uiout for CLI output.  Install 'signal_received',
114         'end_stepping_range', 'signal_exited', 'exited' and 'no_history'
115         observers.
116         (find_mi_interpreter, mi_interp_data, mi_on_signal_received)
117         (mi_on_end_stepping_range, mi_on_signal_exited, mi_on_exited)
118         (mi_on_no_history): New functions.
119         (ui_out_free_cleanup): Delete function.
120         (mi_on_normal_stop): Don't allocate a new uiout for CLI output,
121         instead use the one already stored in the MI interpreter data.
122         (mi_ui_out): Adjust.
123         * tui/tui-interp.c: Include infrun.h and observer.h.
124         (tui_interp): New global.
125         (tui_on_signal_received, tui_on_end_stepping_range)
126         (tui_on_signal_exited, tui_on_exited)
127         (tui_on_no_history): New functions.
128         (tui_init): Install them as 'end_stepping_range',
129         'signal_received' 'signal_exited', 'exited' and 'no_history'
130         observers.
131         (_initialize_tui_interp): Delete tui_interp local.
132
133 2014-05-29  Pedro Alves  <palves@redhat.com>
134
135         PR gdb/15713
136         * linux-nat.c (linux_nat_resume_callback): Rename the second
137         parameter to 'except'.  Skip LP if it points to EXCEPT.
138         (linux_nat_resume): Don't mark the event lwp as not stopped
139         before resuming sibling lwps.  Instead ask
140         linux_nat_resume_callback to skip the event lwp.  Mark it as not
141         stopped after actually resuming it.
142         (linux_handle_syscall_trap): Mark the lwp as not stopped after
143         resuming it.
144         (wait_lwp): Mark the lwp as stopped here.
145         (stop_wait_callback): Mark the lwp as not stopped right after
146         resuming it.  Don't mark lwps as stopped here.
147         (linux_nat_filter_event): Mark the lwp as stopped earlier.
148         (linux_nat_wait_1): Don't mark dead lwps as stopped here.
149
150 2014-05-29  Pedro Alves  <palves@redhat.com>
151
152         PR PR15693
153         * infrun.c (resume): Determine how much to resume depending on
154         whether the caller wanted a step, not whether we can hardware step
155         the target.  Mark all threads that we intend to run as running,
156         unless we're calling an inferior function.
157         (normal_stop): If the thread is running an infcall, don't finish
158         thread state.
159         * target.c (target_resume): Don't mark threads as running here.
160
161 2014-05-28  Joel Brobecker  <brobecker@adacore.com>
162
163         * serial.c (_initialize_serial): Remove support for
164         the "set remotebaud" and "show remotebaud" commands.
165         * NEWS: Add entry documenting the removal of that command.
166
167 2014-05-28  Yao Qi  <yao@codesourcery.com>
168
169         * charset.c: Fix typo in comments.
170
171 2014-05-27  Gary Benson  <gbenson@redhat.com>
172
173         * utils.c (internal_vproblem): Prompt for a bug report.
174
175 2014-05-26  Andy Wingo  <wingo@igalia.com>
176
177         * guile/scm-arch.c (arscm_mark_arch_smob):
178         * guile/scm-block.c (bkscm_mark_block_smob)
179         (bkscm_mark_block_syms_progress_smob):
180         * guile/scm-breakpoint.c (bpscm_mark_breakpoint_smob):
181         * guile/scm-exception.c (exscm_mark_exception_smob):
182         * guile/scm-frame.c (frscm_mark_frame_smob):
183         * guile/scm-iterator.c (itscm_mark_iterator_smob):
184         * guile/scm-lazy-string.c (lsscm_mark_lazy_string_smob):
185         * guile/scm-objfile.c (ofscm_mark_objfile_smob):
186         * guile/scm-pretty-print.c (ppscm_mark_pretty_printer_smob)
187         (ppscm_mark_pretty_printer_worker_smob):
188         * guile/scm-symbol.c (syscm_mark_symbol_smob):
189         * guile/scm-symtab.c (stscm_mark_symtab_smob, stscm_mark_sal_smob):
190         * guile/scm-type.c (tyscm_mark_type_smob, tyscm_mark_field_smob):
191         * guile/scm-value.c (vlscm_mark_value_smob): Remove unnecessary
192         mark functions.
193         * guile/scm-symtab.c (stscm_free_sal_smob): Remove unnecessary free
194         function.
195
196 2014-05-26  Andy Wingo  <wingo@igalia.com>
197             Doug Evans  <xdje42@gmail.com>
198
199         * guile/guile-internal.h (GDB_SMOB_HEAD): Replace properties with
200         empty_base_class.  All uses updated.
201         (gdbscm_mark_gsmob, gdbscm_mark_chained_gsmob)
202         (gdbscm_mark_eqable_gsmob): Remove these now-unneeded functions.
203         Adapt all callers.
204         * guile/scm-gsmob.c (gdbscm_mark_gsmob)
205         (gdbscm_mark_chained_gsmob, gdbscm_mark_eqable_gsmob): Remove.
206         (gdbscm_gsmob_property, gdbscm_set_gsmob_property_x)
207         (gdbscm_gsmob_has_property_p, add_property_name)
208         (gdbscm_gsmob_properties): Remove, and remove them from gsmob_functions.
209         * guile/lib/gdb.scm (gdb-object-property, set-gdb-object-property)
210         (gdb-object-has-property?, gdb-object-properties): Remove.
211         (gdb-object-kind): Renamed from gsmob-kind.
212
213 2014-05-26  Andy Wingo  <wingo@igalia.com>
214
215         * configure.ac (try_guile_versions): Allow building with guile 2.2.
216         * configure: Regenerate.
217
218 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
219
220         * symfile-mem.c (symbol_file_add_from_memory): Add BFD sections.
221
222 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
223
224         * record-btrace.c (record_btrace_allow_memory_access): Remove.
225         (replay_memory_access_read_only, replay_memory_access_read_write)
226         (replay_memory_access_types, replay_memory_access)
227         (set_record_btrace_cmdlist, show_record_btrace_cmdlist)
228         (cmd_set_record_btrace, cmd_show_record_btrace)
229         (cmd_show_replay_memory_access): New.
230         (record_btrace_xfer_partial, record_btrace_insert_breakpoint)
231         (record_btrace_remove_breakpoint): Replace
232         record_btrace_allow_memory_access with replay_memory_access.
233         (_initialize_record_btrace): Add commands.
234         * NEWS: Announce it.
235
236 2014-05-22  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
237
238         * aarch64-linux-nat.c (asm/ptrace.h): Include.
239
240 2014-05-22  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
241
242         * MAINTAINERS (Write After Approval): Move self back from
243         paper trail.
244
245 2014-05-22  Pedro Alves  <palves@redhat.com>
246
247         * inferior.h (debug_infrun, debug_displaced, stop_on_solib_events)
248         (sync_execution, sched_multi, step_stop_if_no_debug, non_stop)
249         (disable_randomization, enum exec_direction_kind)
250         (execution_direction, stop_registers, start_remote)
251         (clear_proceed_status, proceed, resume, user_visible_resume_ptid)
252         (wait_for_inferior, normal_stop, get_last_target_status)
253         (prepare_for_detach, fetch_inferior_event, init_wait_for_inferior)
254         (insert_step_resume_breakpoint_at_sal)
255         (follow_inferior_reset_breakpoints, stepping_past_instruction_at)
256         (set_step_info, print_stop_event, signal_stop_state)
257         (signal_print_state, signal_pass_state, signal_stop_update)
258         (signal_print_update, signal_pass_update)
259         (update_signals_program_target, clear_exit_convenience_vars)
260         (displaced_step_dump_bytes, update_observer_mode)
261         (signal_catch_update, gdb_signal_from_command): Move
262         declarations ...
263         * infrun.h: ... to this new file.
264         * amd64-tdep.c: Include infrun.h.
265         * annotate.c: Include infrun.h.
266         * arch-utils.c: Include infrun.h.
267         * arm-linux-tdep.c: Include infrun.h.
268         * arm-tdep.c: Include infrun.h.
269         * break-catch-sig.c: Include infrun.h.
270         * breakpoint.c: Include infrun.h.
271         * common/agent.c: Include infrun.h instead of inferior.h.
272         * corelow.c: Include infrun.h.
273         * event-top.c: Include infrun.h.
274         * go32-nat.c: Include infrun.h.
275         * i386-tdep.c: Include infrun.h.
276         * inf-loop.c: Include infrun.h.
277         * infcall.c: Include infrun.h.
278         * infcmd.c: Include infrun.h.
279         * infrun.c: Include infrun.h.
280         * linux-fork.c: Include infrun.h.
281         * linux-nat.c: Include infrun.h.
282         * linux-thread-db.c: Include infrun.h.
283         * monitor.c: Include infrun.h.
284         * nto-tdep.c: Include infrun.h.
285         * procfs.c: Include infrun.h.
286         * record-btrace.c: Include infrun.h.
287         * record-full.c: Include infrun.h.
288         * remote-m32r-sdi.c: Include infrun.h.
289         * remote-mips.c: Include infrun.h.
290         * remote-notif.c: Include infrun.h.
291         * remote-sim.c: Include infrun.h.
292         * remote.c: Include infrun.h.
293         * reverse.c: Include infrun.h.
294         * rs6000-tdep.c: Include infrun.h.
295         * s390-linux-tdep.c: Include infrun.h.
296         * solib-irix.c: Include infrun.h.
297         * solib-osf.c: Include infrun.h.
298         * solib-svr4.c: Include infrun.h.
299         * target.c: Include infrun.h.
300         * top.c: Include infrun.h.
301         * windows-nat.c: Include infrun.h.
302         * mi/mi-interp.c: Include infrun.h.
303         * mi/mi-main.c: Include infrun.h.
304         * python/py-threadevent.c: Include infrun.h.
305
306 2014-05-22  Pedro Alves  <palves@redhat.com>
307
308         * infrun.c (handle_inferior_event): Store the exit code for
309         --return-child-result here, instead of ...
310         (print_exited_reason): ... here.
311
312 2014-05-21  Pedro Alves  <palves@redhat.com>
313
314         PR gdb/13860
315         * gdbthread.h (struct thread_control_state): New field
316         `command_interp'.
317         * infrun.c (follow_fork): Copy the new thread control field to the
318         child fork thread.
319         (clear_proceed_status_thread): Clear the new thread control field.
320         (proceed): Set the new thread control field.
321         * interps.h (command_interp): Declare.
322         * interps.c (command_interpreter): New global.
323         (command_interp): New function.
324         (interp_exec): Set `command_interpreter' while here.
325         * cli-out.c (cli_uiout_dtor): New function.
326         (cli_ui_out_impl): Install it.
327         * mi/mi-interp.c: Include cli-out.h.
328         (mi_cmd_interpreter_exec): Add comment.
329         (restore_current_uiout_cleanup): New function.
330         (ui_out_free_cleanup): New function.
331         (mi_on_normal_stop): If finishing an execution command started by
332         a CLI command, or any kind of breakpoint-like event triggered,
333         print the stop event to the output (CLI) stream.
334         * mi/mi-out.c (mi_ui_out_impl): Install NULL `dtor' handler.
335
336 2014-05-21  Pedro Alves  <palves@redhat.com>
337
338         * cli/cli-cmds.c (list_command): Handle the first "list" after the
339         current source line having changed.
340         * frame.h (set_current_sal_from_frame): Remove 'center' parameter.
341         * infrun.c (normal_stop): Adjust call to
342         set_current_sal_from_frame.
343         * source.c (clear_lines_listed_range): New function.
344         (set_current_source_symtab_and_line, identify_source_line): Clear
345         the lines listed range.
346         (line_info): Handle the first "info line" after the current source
347         line having changed.
348         * stack.c (print_stack_frame): Remove center handling.
349         (set_current_sal_from_frame): Remove 'center' parameter.  Don't
350         center sal.line.
351
352 2014-05-21  Pedro Alves  <palves@redhat.com>
353
354         * inf-child.c (inf_child_mourn_inferior): New function.
355         * inf-child.h (inf_child_mourn_inferior): New declaration.
356         * darwin-nat.c (darwin_mourn_inferior): Use
357         inf_child_mourn_inferior.
358         * gnu-nat.c (gnu_mourn_inferior): Likewise.
359         * inf-ptrace.c (inf_ptrace_mourn_inferior): Likewise.
360         * inf-ttrace.c (inf_ttrace_mourn_inferior): Likewise.
361         * nto-procfs.c (procfs_mourn_inferior): Likewise.
362         * windows-nat.c (windows_mourn_inferior): Likewise.
363
364 2014-05-21  Doug Evans  <xdje42@gmail.com>
365
366         * guile/scm-breakpoint.c (breakpoint_functions): Fix typo.
367
368 2014-05-21  Doug Evans  <xdje42@gmail.com>
369
370         * guile/scm-exception.c (gdbscm_invalid_object_error): Make result void.
371         (gdbscm_out_of_range_error): Ditto.
372         (gdbscm_memory_error): Ditto.
373         * guile/scm-string.c (gdbscm_scm_to_target_string_unsafe): Delete.
374         * guile/guile-internal.h (gdbscm_invalid_object_error): Update.
375         (gdbscm_out_of_range_error): Update.
376         (gdbscm_memory_error): Update.
377         (gdbscm_scm_to_target_string_unsafe): Delete.
378
379 2014-05-21  Pedro Alves  <palves@redhat.com>
380
381         * inf-child.c (inf_child_ops, inf_child_explicitly_opened): New
382         globals.
383         (inf_child_open_target): New function.
384         (inf_child_open): Use inf_child_open_target to push the target
385         instead of erroring out.
386         (inf_child_disconnect, inf_child_close)
387         (inf_child_maybe_unpush_target): New functions.
388         (inf_child_target): Install inf_child_disconnect and
389         inf_child_close.  Store a pointer to the returned object.
390         * inf-child.h (inf_child_open_target, inf_child_maybe_unpush): New
391         declarations.
392         * target.c (auto_connect_native_target): New global.
393         (show_default_run_target): New function.
394         (find_default_run_target): Return NULL if automatically connecting
395         to the native target is disabled.
396         (_initialize_target): Install set/show auto-connect-native-target.
397         * NEWS: Mention "set auto-connect-native-target", and "target
398         native".
399         * linux-nat.c (super_close): New global.
400         (linux_nat_close): Call super_close.
401         (linux_nat_add_target): Store a pointer to the base class's
402         to_close method.
403         * inf-ptrace.c (inf_ptrace_mourn_inferior, inf_ptrace_detach): Use
404         inf_child_maybe_unpush.
405         * inf-ttrace.c (inf_ttrace_him): Don't push the target if it is
406         already pushed.
407         (inf_ttrace_mourn_inferior): Only unpush the target after mourning
408         the inferior.  Use inf_child_maybe_unpush_target.
409         (inf_ttrace_attach): Don't push the target if it is already
410         pushed.
411         (inf_ttrace_detach): Use inf_child_maybe_unpush_target.
412         * darwin-nat.c (darwin_mourn_inferior): Only unpush the target
413         after mourning the inferior.  Use inf_child_maybe_unpush_target.
414         (darwin_attach_pid): Don't push the target if it is already
415         pushed.
416         * gnu-nat.c (gnu_mourn_inferior): Only unpush the target after
417         mourning the inferior.  Use inf_child_maybe_unpush_target.
418         (gnu_detach): Use inf_child_maybe_unpush_target.
419         * go32-nat.c (go32_create_inferior): Don't push the target if it
420         is already pushed.
421         (go32_mourn_inferior): Use inf_child_maybe_unpush_target.
422         * nto-procfs.c (procfs_is_nto_target): Adjust comment.
423         (procfs_open): Rename to ...
424         (procfs_open_1): ... this.  Add target_ops parameter.  Adjust
425         comments.  Can target_preopen before changing node.  Call
426         inf_child_open_target to push the target explicitly.
427         (procfs_attach): Don't push the target if it is already pushed.
428         (procfs_detach): Use inf_child_maybe_unpush_target.
429         (procfs_create_inferior): Don't push the target if it is already
430         pushed.
431         (nto_native_ops): New global.
432         (procfs_open): Reimplement.
433         (procfs_native_open): New function.
434         (init_procfs_targets): Install procfs_native_open as to_open of
435         "target native".  Store a pointer to the "native" target in
436         nto_native_ops.
437         * procfs.c (procfs_attach): Don't push the target if it is already
438         pushed.
439         (procfs_detach): Use inf_child_maybe_unpush_target.
440         (procfs_mourn_inferior): Only unpush the target after mourning the
441         inferior.  Use inf_child_maybe_unpush_target.
442         (procfs_init_inferior): Don't push the target if it is already
443         pushed.
444         * windows-nat.c (do_initial_windows_stuff): Don't push the target
445         if it is already pushed.
446
447 2014-05-21  Pedro Alves  <palves@redhat.com>
448
449         * NEWS: Mention that the "child", "GNU, "djgpp", "darwin-child"
450         and "procfs" targets are now called "native" instead.
451
452 2014-05-21  Pedro Alves  <palves@redhat.com>
453
454         * go32-nat.c (go32_open): Delete.
455         (go32_target): Don't override the to_open method.
456
457 2014-05-21  Pedro Alves  <palves@redhat.com>
458
459         * nto-procfs.c (procfs_can_run): New function.
460         (nto_procfs_ops): New global.
461         (init_procfs_targets): New, based on procfs_target.  Install
462         "target native" in addition to "target procfs".
463         (_initialize_procfs): Call init_procfs_targets instead of adding
464         the target here.
465
466 2014-05-21  Pedro Alves  <palves@redhat.com>
467
468         * windows-nat.c (windows_target): Don't override to_shortname,
469         to_longname or to_doc.
470
471 2014-05-21  Pedro Alves  <palves@redhat.com>
472
473         * gnu-nat.c (gnu): Don't override to_shortname, to_longname or
474         to_doc.
475
476 2014-05-21  Pedro Alves  <palves@redhat.com>
477
478         * darwin-nat.c (_initialize_darwin_inferior): Don't override
479         to_shortname, to_longname or to_doc.
480
481 2014-05-21  Pedro Alves  <palves@redhat.com>
482
483         * go32-nat.c (go32_target): Don't override to_shortname,
484         to_longname or to_doc.
485
486 2014-05-21  Pedro Alves  <palves@redhat.com>
487
488         * inf-child.c (inf_child_open): Remove mention of "child".
489         (inf_child_target): Rename target to "native" instead of "child".
490
491 2014-05-21  Andreas Arnez  <arnez@linux.vnet.ibm.com>
492
493         * Makefile.in (SFILES): Delete "regset.c".
494         (COMMON_OBS): Delete "regset.o".
495         * regset.c: Remove.
496         * regset.h (regset_alloc): Delete prototype.
497
498 2014-05-21  Andreas Arnez  <arnez@linux.vnet.ibm.com>
499
500         * sparc-linux-tdep.c (sparc32_linux_gregset)
501         (sparc32_linux_fpregset): New static regset structures.
502         (sparc32_linux_init_abi): Drop dynamic regset allocations.
503         * sparc-tdep.h (struct gdbarch_tdep): Constify 'gregset' and
504         'fpregset' fields.
505         * sparc64-linux-tdep.c: (sparc64_linux_gregset)
506         (sparc64_linux_fpregset): New static regset structures.
507         (sparc64_linux_init_abi): Drop dynamic regset allocations.
508         * sparc64fbsd-tdep.c (sparc64fbsd_gregset, sparc64fbsd_fpregset):
509         New static regset structures.
510         (sparc64fbsd_init_abi): Drop dynamic regset allocations.
511         * sparc64nbsd-tdep.c (sparc64nbsd_gregset, sparc64nbsd_fpregset):
512         New static regset structures.
513         (sparc64nbsd_init_abi): Drop dynamic regset allocations.
514         * sparc64obsd-tdep.c (sparc64obsd_gregset, sparc64obsd_fpregset):
515         New static regset structures.
516         (sparc64obsd_init_abi): Drop dynamic regset allocations.
517         * sparcnbsd-tdep.c (sparc32nbsd_gregset, sparc32nbsd_fpregset):
518         New static regset structures.
519         (sparc32nbsd_init_abi): Drop dynamic regset allocations.
520
521 2014-05-21  Andreas Arnez  <arnez@linux.vnet.ibm.com>
522
523         * sparc-linux-nat.c (supply_gregset, supply_fpregset)
524         (fill_gregset, fill_fpregset, _initialize_sparc_linux_nat): Rename
525         register maps ("regmaps") from "*regset" to "*regmap".  Do this
526         for all regmap types and variables.
527         * sparc-linux-tdep.c (sparc32_linux_step_trap)
528         (sparc32_linux_supply_core_gregset)
529         (sparc32_linux_collect_core_gregset)
530         (sparc32_linux_supply_core_fpregset)
531         (sparc32_linux_collect_core_fpregset): Likewise.
532         * sparc-nat.c (sparc_gregset, sparc_fpregset): Rename to...
533         (sparc_gregmap, sparc_fpregmap): ... these.
534         (sparc_supply_gregset, sparc_collect_gregset)
535         (sparc_supply_fpregset, sparc_collect_fpregset): Likewise.
536         (sparc_fetch_inferior_registers, sparc_store_inferior_registers)
537         (_initialize_sparc_nat): Rename regmaps.
538         * sparc-nat.h (sparc_gregset, sparc_fpregset): Rename to...
539         (sparc_gregmap, sparc_fpregmap): ... these.
540         (sparc_supply_gregset, sparc_collect_gregset)
541         (sparc_supply_fpregset, sparc_collect_fpregset): Likewise.
542         * sparc-sol2-nat.c (sparc_sol2_gregset, sparc_sol2_fpregset):
543         Rename macros to...
544         (sparc_sol2_gregmap, sparc_sol2_fpregmap): ... these.
545         (supply_gregset, supply_fpregset, fill_gregset, fill_fpregset):
546         Likewise.
547         * sparc-sol2-tdep.c (sparc32_sol2_gregset, sparc32_sol2_fpregset):
548         Rename to...
549         (sparc32_sol2_gregmap, sparc32_sol2_fpregmap): ... these.
550         * sparc-tdep.c (sparc32_supply_gregset, sparc32_collect_gregset)
551         (sparc32_supply_fpregset, sparc32_collect_fpregset): Rename
552         regmaps.
553         (sparc32_sunos4_gregset, sparc32_sunos4_fpregset)
554         (sparc32_bsd_fpregset): Rename to...
555         (sparc32_sunos4_gregmap, sparc32_sunos4_fpregmap)
556         (sparc32_bsd_fpregmap): ... these.
557         * sparc-tdep.h (struct sparc_gregset, struct sparc_fpregset)
558         (sparc32_sunos4_gregset, sparc32_sunos4_fpregset)
559         (sparc32_bsd_fpregset, sparc32_sol2_gregset)
560         (sparc32_sol2_fpregset, sparc32nbsd_gregset): Rename to...
561         (struct sparc_gregmap, struct sparc_fpregmap)
562         (sparc32_sunos4_gregmap, sparc32_sunos4_fpregmap)
563         (sparc32_bsd_fpregmap, sparc32_sol2_gregmap)
564         (sparc32_sol2_fpregmap, sparc32nbsd_gregmap): ... these.
565         (sparc32_supply_regset, sparc32_collect_gregset)
566         (sparc32_supply_fpregset, sparc32_collect_fpregset): Adjust
567         prototypes.
568         * sparc64-linux-nat.c (sparc64_linux_ptrace_gregset): Rename to...
569         (sparc64_linux_ptrace_gregmap): ... this.
570         (supply_gregset, supply_fpregset, fill_gregset, fill_fpregset)
571         (_initialize_sparc64_linux_nat): Rename regmaps.
572         * sparc64-linux-tdep.c (sparc64_linux_core_gregset): Rename to...
573         (sparc64_linux_core_gregmap): ... this.
574         (sparc64_linux_supply_core_gregset)
575         (sparc64_linux_collect_core_gregset)
576         (sparc64_linux_supply_core_fpregset)
577         (sparc64_linux_collect_core_fpregset): Rename regmaps.
578         * sparc64-sol2-tdep.c (sparc64_sol2_gregset)
579         (sparc64_sol2_fpregset): Rename to...
580         (sparc64_sol2_gregmap, sparc64_sol2_fpregmap): ... these.
581         * sparc64-tdep.c (sparc64_supply_gregset, sparc64_collect_gregset)
582         (sparc64_supply_fpregset, sparc64_collect_fpregset): Rename
583         regmaps.
584         * sparc64-tdep.h (struct sparc_gregset, sparc64_sol2_gregset)
585         (sparc64_sol2_fpregset, sparc64fbsd_gregset, sparc64nbsd_gregset)
586         (sparc64_bsd_fpregset): Rename to...
587         (struct sparc_gregmap, sparc64_sol2_gregmap)
588         (sparc64_sol2_fpregmap, sparc64fbsd_gregmap, sparc64nbsd_gregmap)
589         (sparc64_bsd_fpregmap): ... these.
590         (sparc64_supply_gregset, sparc64_collect_gregset)
591         (sparc64_supply_fpregset, sparc64_collect_fpregset): Adjust
592         prototypes.
593         * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Rename regmaps.
594         * sparc64fbsd-tdep.c (sparc64fbsd_gregset): Rename to...
595         (sparc64fbsd_gregmap): ... this.
596         (sparc64fbsd_supply_gregset, sparc64fbsd_collect_gregset)
597         (sparc64fbsd_supply_fpregset, sparc64fbsd_collect_fpregset):
598         Rename regmaps.
599         * sparc64nbsd-nat.c (sparc64nbsd_supply_gregset)
600         (sparc64nbsd_collect_gregset, sparc64nbsd_supply_fpregset)
601         (sparc64nbsd_collect_fpregset): Likewise.
602         * sparc64nbsd-tdep.c (sparc64nbsd_gregset): Rename to...
603         (sparc64nbsd_gregmap): ... this.
604         (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): Rename
605         regmaps.
606         * sparc64obsd-nat.c (_initialize_sparc64obsd_nat): Likewise.
607         * sparc64obsd-tdep.c (sparc64obsd_gregset): Rename to...
608         (sparc64obsd_gregmap): ... this.
609         (sparc64obsd_supply_gregset, sparc64obsd_supply_fpregset): Rename
610         regmaps.
611         * sparcnbsd-nat.c (_initialize_sparcnbsd_nat): Likewise.
612         * sparcnbsd-tdep.c (sparc32nbsd_gregset): Rename to...
613         (sparc32nbsd_gregmap): ... this.
614         (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): Rename
615         regmaps.
616
617 2014-05-21  Andreas Arnez  <arnez@linux.vnet.ibm.com>
618
619         * score-tdep.c (score7_linux_gregset): New static regset
620         structure.
621         (score7_linux_regset_from_core_section): Remove dynamic regset
622         allocation.
623         (score_gdbarch_init): Drop allocation of tdep structure.
624         * score-tdep.h (struct gdbarch_tdep): Remove declaration.
625
626 2014-05-21  Andreas Arnez  <arnez@linux.vnet.ibm.com>
627
628         * mn10300-linux-tdep.c (am33_gregset, am33_fpregset): New static
629         regset structures.
630         (am33_regset_from_core_section): Remove dynamic regset
631         allocations.
632
633 2014-05-21  Andreas Arnez  <arnez@linux.vnet.ibm.com>
634
635         * mips-linux-tdep.c (mips_linux_gregset, mips64_linux_gregset)
636         (mips_linux_fpregset, mips64_linux_fpregset): New static regset
637         structures.
638         (mips_linux_regset_from_core_section): Remove dynamic regset
639         allocations.
640         * mips-tdep.h (struct gdbarch_tdep): Remove fields 'gregset',
641         'gregset64', 'fpregset', and 'fpregset64'.
642         * mips-tdep.c (mips_gdbarch_init): Remove initialization of
643         deleted tdep fields.
644
645 2014-05-21  Andreas Arnez  <arnez@linux.vnet.ibm.com>
646
647         * amd64-tdep.c (amd64_fpregset, amd64_xstateregset): New static
648         regset structures.
649         (amd64_regset_from_core_section): Remove dynamic regset
650         allocations.
651         * amd64obsd-tdep.c (amd64obsd_combined_regset): New static regset
652         structure.
653         (amd64obsd_regset_from_core_section): Remove dynamic regset
654         allocation.
655         * i386-cygwin-tdep.c (i386_windows_regset_from_core_section):
656         Likewise.
657         * i386-nto-tdep.c (i386nto_supply_gregset): Adjust call to
658         x86-common regset supply function.
659         * i386-tdep.c (i386_collect_gregset): Make static.
660         (i386_gregset): New global regset structure.
661         (i386_fpregset, i386_xstateregset): New static regset structures.
662         (i386_regset_from_core_section): Remove dynamic regset
663         allocations.
664         (i386_gdbarch_init): Remove initialization of tdep fields
665         'gregset', 'fpregset', and 'xstateregset'.
666         * i386-tdep.h (struct gdbarch_tdep): Remove fields 'gregset',
667         'fpregset', and 'xstateregset'.
668         (i386_collect_gregset): Remove prototype.
669         (i386_gregset): New declaration.
670         * i386obsd-tdep.c (i386obsd_aout_gregset): New static regset
671         structure.
672         (i386obsd_aout_regset_from_core_section): Remove dynamic regset
673         allocation.
674
675 2014-05-21  Andreas Arnez  <arnez@linux.vnet.ibm.com>
676
677         * arm-linux-tdep.c (arm_linux_gregset, arm_linux_fpregset)
678         (arm_linux_vfpregset): New static regset structures.
679         (arm_linux_regset_from_core_section): Remove dynamic allocation of
680         regset structures.
681         * arm-tdep.h (struct gdbarch_tdep): Remove 'gregset', 'fpregset',
682         and 'vfpregset' fields.
683
684 2014-05-21  Andreas Arnez  <arnez@linux.vnet.ibm.com>
685
686         * aarch64-linux-tdep.c (aarch64_linux_gregset)
687         (aarch64_linux_fpregset): New static regset structures.
688         (aarch64_linux_regset_from_core_section): Drop dynamic allocation
689         of regset structures.
690         * aarch64-tdep.h (struct gdbarch_tdep): Remove 'gregset' and
691         'fpregset' fields.
692
693 2014-05-21  Andreas Arnez  <arnez@linux.vnet.ibm.com>
694
695         * regset.h (struct regset): Remove gdbarch field.
696         * regset.c (regset_alloc): Drop initialization of gdbarch field.
697         * nios2-linux-tdep.c (nios2_core_regset): Likewise.
698         * ppcfbsd-tdep.c (ppc32_fbsd_gregset, ppc64_fbsd_gregset):
699         Likewise.
700         * ppc-linux-tdep.c (ppc32_linux_gregset, ppc64_linux_gregset)
701         (ppc32_linux_fpregset, ppc32_linux_vrregset)
702         (ppc32_linux_vsxregset): Likewise.
703         * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get the gdbarch
704         via the regcache instead of the regset.
705         * i386-tdep.c (i386_supply_gregset, i386_collect_gregset)
706         (i386_supply_fpregset, i386_collect_fpregset): Likewise.
707         * amd64obsd-tdep.c (amd64obsd_supply_regset): Likewise.
708         * amd64-tdep.c (amd64_supply_fpregset, amd64_collect_fpregset):
709         Likewise.
710
711 2014-05-21  Andreas Arnez  <arnez@linux.vnet.ibm.com>
712
713         * alpha-linux-tdep.c (alpha_linux_gregset, alpha_linux_fpregset):
714         Constify structures.
715         * alphanbsd-tdep.c (alphanbsd_gregset, alphanbsd_fpregset)
716         (alphanbsd_aout_gregset): Likewise.
717         * armbsd-tdep.c (armbsd_gregset, armbsd_fpregset): Likewise.
718         * frv-linux-tdep.c (frv_linux_gregset, frv_linux_fpregset):
719         Likewise.
720         * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
721         * hppa-linux-tdep.c (hppa_linux_regset, hppa_linux_fpregset):
722         Likewise.
723         * hppanbsd-tdep.c (hppanbsd_gregset): Likewise.
724         * hppaobsd-tdep.c (hppaobsd_gregset, hppaobsd_fpregset): Likewise.
725         * m32r-linux-tdep.c (m32r_linux_gregset): Likewise.
726         * m68kbsd-tdep.c (m68kbsd_gregset, m68kbsd_fpregset): Likewise.
727         * m88k-tdep.c (m88k_gregset): Likewise.
728         * mips64obsd-tdep.c (mips64obsd_gregset): Likewise.
729         * mipsnbsd-tdep.c (mipsnbsd_gregset, mipsnbsd_fpregset): Likewise.
730         * nios2-linux-tdep.c (nios2_core_regset): Likewise.
731         * ppcfbsd-tdep.c (ppc32_fbsd_fpregset): Likewise.
732         * ppcnbsd-tdep.c (ppcnbsd_gregset, ppcnbsd_fpregset): Likewise.
733         * ppcnbsd-tdep.h (ppcnbsd_gregset, ppcnbsd_fpregset): Likewise.
734         * ppcobsd-tdep.c (ppcobsd_gregset, ppcobsd_fpregset): Likewise.
735         * ppcobsd-tdep.h (ppcobsd_gregset, ppcobsd_fpregset): Likewise.
736         * rs6000-aix-tdep.c (rs6000_aix32_regset, rs6000_aix64_regset):
737         Likewise.
738         * sh-tdep.c (sh_corefile_gregset, sh_corefile_fpregset): Likewise.
739         * sh-tdep.h (sh_corefile_gregset): Likewise.
740         * tilegx-linux-tdep.c (tilegx_linux_regset): Likewise.
741         * vax-tdep.c (vax_gregset): Likewise.
742
743 2014-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
744
745         Fix TLS access for -static -pthread.
746         * linux-thread-db.c (struct thread_db_info): Add td_thr_tlsbase_p.
747         (try_thread_db_load_1): Initialize it.
748         (thread_db_get_thread_local_address): Call it if LM is zero.
749         * target.c (target_translate_tls_address): Remove LM_ADDR zero check.
750         * target.h (struct target_ops) (to_get_thread_local_address): Add
751         load_module_addr comment.
752
753 2014-05-21  Pedro Alves  <palves@redhat.com>
754
755         * dcache.c (dcache_read_memory_partial): If reading the cache line
756         fails, fallback to reading just the memory the caller wanted.
757
758 2014-05-20  Doug Evans  <dje@google.com>
759
760         * python/py-progspace.c (py_free_pspace): Call target_gdbarch
761         instead of get_current_arch.
762
763 2014-05-20  Pedro Alves  <palves@redhat.com>
764
765         * NEWS: Mention that compare-sections now works with all targets.
766
767         * remote.c (PACKET_qCRC): New enum value.
768         (remote_verify_memory): Don't send qCRC if the target has no
769         execution.  Use packet_support/packet_ok.  If the target doesn't
770         support the qCRC packet, fallback to a deep memory copy.
771         (compare_sections_command): Say "target image" instead of "remote
772         executable".
773         (_initialize_remote): Add PACKET_qCRC to the list of config
774         packets that have no associated command.  Extend comment.
775         * target.c (simple_verify_memory, default_verify_memory): New
776         function.
777         * target.h (struct target_ops) <to_verify_memory>: Default to
778         default_verify_memory.
779         (simple_verify_memory): New declaration.
780         * target-delegates.c: Regenerate.
781
782 2014-05-20  Markus Metzger  <markus.t.metzger@intel.com>
783
784         * record-btrace.c (record_btrace_step_thread): Check for empty history.
785
786 2014-05-20  Hui Zhu  <hui@codesourcery.com>
787             Yao Qi  <yao@codesourcery.com>
788
789         PR backtrace/16558
790         * aarch64-linux-tdep.c (aarch64_linux_sigframe_init): Update comments
791         and change address of sp and pc.
792
793 2014-05-19  Tom Tromey  <tromey@redhat.com>
794
795         * gdbtypes.c (rank_function): Use XNEWVEC.
796         * mi/mi-cmds.c (build_table): Use XCNEWVEC.
797
798 2014-05-19  Doug Evans  <dje@google.com>
799
800         * dwarf2read.c (build_type_psymtabs_1): Renamed from
801         build_type_unit_groups and moved closer to only caller.  Remove
802         arguments.  All references updated.  Remove outdated .gdb_index
803         comment.
804         (struct tu_abbrev_offset, sort_tu_by_abbrev_offset): Move with
805         build_type_psymtabs_1.
806
807 2014-05-19  Doug Evans  <dje@google.com>
808
809         * dwarf2read.c (struct dwarf2_per_objfile): Delete unused members
810         n_type_unit_groups, all_type_unit_groups.  All uses removed.
811         (get_type_unit_group, build_type_unit_groups): Delete forward decls.
812         (dw2_get_cutu): Renamed from dw2_get_cu.  All callers updated.
813         (dw2_get_cu): Renamed from dw2_get_primary_cu.  All callers updated.
814         (add_type_unit_group_to_table): Delete.
815
816 2014-05-19  Doug Evans  <dje@google.com>
817
818         * eval.c (evaluate_subexp_standard): Add some comments.
819
820 2014-05-17  Doug Evans  <xdje42@gmail.com>
821
822         * progspace.c (remove_program_space): Delete, unused.
823         * progspace.h (remove_program_space): Ditto.
824
825 2014-05-17  Doug Evans  <xdje42@gmail.com>
826
827         * inferior.c (prune_inferiors): Fix comment.
828         (remove_inferior_command): Call prune_program_spaces.
829
830 2014-05-16  Doug Evans  <dje@google.com>
831
832         New command line option -D.
833         * NEWS: Mention it.
834         * main.c (set_gdb_data_directory): New function.
835         (captured_main): Recognize -D.  Flag error for --data-directory "".
836         Call set_gdb_data_directory.
837         (print_gdb_help): Print --data-directory, -D.
838         * main.h (set_gdb_data_directory): Declare.
839         * top.c (staged_gdb_datadir): New static global.
840         (set_gdb_datadir): Call set_gdb_data_directory
841         (show_gdb_datadir): New function.
842         (init_main): Update init of data-directory parameter.
843
844 2014-05-16  Gregory Fong  <gregory.0xf0@gmail.com>
845
846         Import the "dirfd" gnulib module.
847         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add dirfd.
848         * gnulib/aclocal.m4: Update.
849         * gnulib/config.in: Update.
850         * gnulib/configure: Update.
851         * gnulib/import/Makefile.am: Update.
852         * gnulib/import/Makefile.in: Update.
853         * gnulib/import/dirfd.c: New.
854         * gnulib/import/m4/dirfd.m4: New.
855         * gnulib/import/m4/gnulib-cache.m4: Update.
856         * gnulib/import/m4/gnulib-comp.m4: Update.
857
858 2014-05-16  Pierre Muller  <muller@sourceware.org>
859             Yao Qi  <yao@codesourcery.com>
860
861         * valprint.c (print_wchar): Move the code on checking whether
862         W is a printable wide char to the default branch of switch
863         statement below.  Call wchar_printable instead of gdb_iswprint.
864
865 2014-05-16  Taimoor Mirza  <tmirza@codesourcery.com>
866
867         * arm-tdep.c (thumb_analyze_prologue): Fix offset calculation for
868         ldr.w and ldrd instructions.
869
870 2014-05-15  Doug Evans  <dje@google.com>
871
872         * dwarf2read.c (read_structure_type): Delete outdated comments.
873
874 2014-05-14  Tom Tromey  <tromey@redhat.com>
875
876         * macrocmd.c (print_macro_definition): Reindent.
877
878 2014-05-13  Doug Evans  <xdje42@gmail.com>
879
880         * python/py-cmd.c (cmdpy_completer): Add comment.
881         (completers): Make const.
882
883 2014-05-13  Simon Marchi  <simon.marchi@ericsson.com>
884
885         * infrun.c (resume): Remove should_resume (unused).  Move up
886         declaration of resume_ptid.
887
888 2014-05-13  Tom Tromey  <tromey@redhat.com>
889
890         * language.h (unop_type_check): Remove.
891         (binop_type_check): Don't declare.
892
893 2014-05-13  Andreas Arnez  <arnez@vnet.linux.ibm.com>
894
895         * s390-linux-nat.c (fill_gregset): Remove erroneous offset 4 in
896         call to regcache_raw_collect.
897
898 2014-05-12  Simon Marchi  <simon.marchi@ericsson.com>
899
900         * mi/mi-console.c (mi_console_raw_packet): Use the value from
901         mi_console->quote as the quoting character.
902
903 2014-05-12  Simon Marchi  <simon.marchi@ericsson.com>
904
905         * MAINTAINERS (Write After Approval): Add "Simon Marchi".
906
907 2014-04-29  Tom Tromey  <tromey@redhat.com>
908
909         * varobj.c (_initialize_varobj): Rename to "set debug varobj" and
910         "show debug varobj".
911
912 2014-05-07  Kyle McMartin  <kyle@redhat.com>
913
914         Pushed by Joel Brobecker  <brobecker@adacore.com>.
915         * aarch64-tdep.c (aarch64_software_single_step): New function.
916         (aarch64_gdbarch_init): Handle single stepping of atomic sequences
917         with aarch64_software_single_step.
918
919 2014-05-05  Joel Brobecker  <brobecker@adacore.com>
920
921         GDB 7.7.1 released.
922
923 2014-05-05  Keith Seitz  <keiths@redhat.com>
924
925         * linespec.c (linespec_parse_basic): Run cleanups if a convenience
926         variable or history value is successfully parsed.
927
928 2014-05-05  Yao Qi  <yao@codesourcery.com>
929             Pedro Alves  <palves@redhat.com>
930
931         * tracefile-tfile.c (tfile_xfer_partial): Record the lowest
932         address of blocks that intersects the requested range.  Trim
933         LEN up to LOW_ADDR_AVAILABLE if read from executable read-only
934         sections.
935         * ctf.c (ctf_xfer_partial): Likewise.
936
937 2014-05-05  Yao Qi  <yao@codesourcery.com>
938
939         * printcmd.c (display_command): Remove the check to
940         target_has_execution.
941
942 2014-05-03  Mark Kettenis  <kettenis@gnu.org>
943
944         * ppcobsd-nat.c: Include "obsd-nat.h".
945         (_initialize_ppcobsd_nat): Call obsd_add_target instead of
946         add_target.
947         * config/powerpc/obsd.mh (NATDEPFILES): Add obsd-nat.o.
948
949 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
950
951         * stap-probe.c (enum stap_arg_bitness): New enums to represent 8
952         and 16-bit signed and unsigned arguments.  Update comment.
953         (stap_parse_probe_arguments): Extend code to handle such
954         arguments.  Use warning instead of complaint to notify about
955         unrecognized bitness.
956
957 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
958
959         PR breakpoints/16889
960         * stap-probe.c (stap_parse_probe_arguments): Simplify
961         check for non-prefixed probes (i.e., probes whose
962         arguments do not start with "N@").  Always set the
963         argument type to a sane value.
964
965 2014-05-01  David Taylor  <dtaylor@emc.com>
966
967         * remote.c (compare_sections_command): Add -r option to compare
968         all loadable read-only sections.
969
970 2014-04-30  Siva Chandra Reddy  <sivachandra@google.com>
971
972         * dwarf2loc.c (dwarf2_locexpr_baton_eval,
973         dwarf2_evaluate_property): Remove unused CORE_ADDR argument.
974         Update all callers.
975         * dwarf2loc.h (dwarf2_evaluate_property): Update signature.
976         * gdbtypes.c (resolve_dynamic_range, resolve_dynamic_array):
977         Remove unused CORE_ADDR argument.  Update all callers.
978
979 2014-04-29  Pedro Alves  <palves@redhat.com>
980
981         * remote.c (struct packet_config) <detect>: Extend comment.
982         (add_packet_config_cmd): Don't set the config's detect or support
983         fields here.
984         (init_all_packet_configs): Also initialize the config's 'detect'
985         field.
986         (reset_all_packet_configs_support): New function.
987         (remote_open_1): Call reset_all_packet_configs_support instead of
988         init_all_packet_configs.
989         (_initialize_remote): Initialize all packet configs.  Assert that
990         all packets have an associated command, except a few known
991         outliers.
992
993 2014-04-28  Joel Brobecker  <brobecker@adacore.com>
994
995         * dwarf2read.c (read_subrange_type): Handle dynamic
996         DW_AT_lower_bound attributes.
997
998 2014-04-28  Joel Brobecker  <brobecker@adacore.com>
999
1000         * ada-lang.c (ada_discrete_type_high_bound): Resolve the type's
1001         dynamic bounds before computing its upper bound.
1002         (ada_discrete_type_low_bound): Same as above with the lower bound.
1003
1004 2014-04-28  Joel Brobecker  <brobecker@adacore.com>
1005
1006         * dwarf2read.c (is_dynamic_type): Return true for dynamic
1007         range types.  Adjust the array handling implementation to
1008         take advantage of this change.
1009         (resolve_dynamic_range): New function, mostly extracted from
1010         resolve_dynamic_bounds.
1011         (resolve_dynamic_array): New function, mostly extracted from
1012         resolve_dynamic_bounds.
1013         (resolve_dynamic_bounds): Delete.
1014         (resolve_dynamic_type): Reimplement.  Add handling of
1015         TYPE_CODE_RANGE types.
1016
1017 2014-04-28  Joel Brobecker  <brobecker@adacore.com>
1018
1019         * ada-varobj.c (ada_varobj_describe_simple_array_child): Remove
1020         handling of parallel ___XA types.
1021
1022 2014-04-28  Joel Brobecker  <brobecker@adacore.com>
1023
1024         * ada-lang.c (ada_evaluate_subexp) <OP_VAR_VALUE>: Remove
1025         unnecessary second call to static_unwrap_type.
1026
1027 2014-04-27  Hui Zhu  <hui@codesourcery.com>
1028
1029         * stack.c (print_frame_info): Call do_gdb_disassembly with
1030         DUMMY_FRAME, SIGTRAMP_FRAME and ARCH_FRAME.
1031
1032 2014-04-26  Doug Evans  <xdje42@gmail.com>
1033
1034         * guile/scm-safe-call.c (scscm_eval_scheme_string): Fix comment.
1035
1036 2014-04-25  Pedro Alves  <palves@redhat.com>
1037
1038         PR server/16255
1039         * common/linux-ptrace.c (linux_ptrace_attach_warnings): Rename to ...
1040         (linux_ptrace_attach_fail_reason): ... this.  Remove "warning: "
1041         and newline from built string.
1042         * common/linux-ptrace.h (linux_ptrace_attach_warnings): Rename to ...
1043         (linux_ptrace_attach_fail_reason): ... this.
1044         * linux-nat.c (linux_nat_attach): Adjust to use
1045         linux_ptrace_attach_fail_reason.
1046
1047 2014-04-25  Pedro Alves  <palves@redhat.com>
1048
1049         * remote.c (struct remote_state): Remove multi_process_aware,
1050         non_stop_aware, cond_tracepoints, cond_breakpoints,
1051         breakpoint_commands, fast_tracepoints, static_tracepoints,
1052         install_in_trace, disconnected_tracing,
1053         enable_disable_tracepoints, string_tracing, and
1054         augmented_libraries_svr4_read fields.
1055         (remote_multi_process_p): Move further below in the file.
1056         (struct packet_config): Add comments.
1057         (update_packet_config): Delete function.
1058         (show_packet_config_cmd): Use packet_config_support.
1059         (add_packet_config_cmd): Use NULL as set callback.
1060         (packet_ok): "set remote foo-packet"-style commands no longer
1061         change config->supported -- adjust.
1062         (PACKET_ConditionalTracepoints, PACKET_ConditionalBreakpoints)
1063         (PACKET_BreakpointCommands, PACKET_FastTracepoints)
1064         (PACKET_StaticTracepoints, PACKET_InstallInTrace): Add comments.
1065         (PACKET_QNonStop, PACKET_multiprocess_feature)
1066         (PACKET_EnableDisableTracepoints_feature, PACKET_tracenz_feature)
1067         (PACKET_DisconnectedTracing_feature)
1068         (PACKET_augmented_libraries_svr4_read_feature): New enum values.
1069         (set_remote_protocol_packet_cmd): Delete function.
1070         (packet_config_support, packet_support): New functions.
1071         (set_remote_protocol_Z_packet_cmd): Don't call
1072         update_packet_config.
1073         (remote_query_attached, remote_pass_signals)
1074         (remote_program_signals, remote_threads_info)
1075         (remote_threads_extra_info, remote_start_remote): Use
1076         packet_support.
1077         (remote_start_remote): Use packet_config_support and
1078         packet_support.
1079         (init_all_packet_configs): Set all packets to unknown support,
1080         instead of calling update_packet_config.
1081         (remote_check_symbols): Use packet_support.
1082         (remote_supported_packet): Unconditionally set the packet config's
1083         support status.
1084         (remote_multi_process_feature, remote_non_stop_feature)
1085         (remote_cond_tracepoint_feature, remote_cond_breakpoint_feature)
1086         (remote_breakpoint_commands_feature)
1087         (remote_fast_tracepoint_feature, remote_static_tracepoint_feature)
1088         (remote_install_in_trace_feature)
1089         (remote_disconnected_tracing_feature)
1090         (remote_enable_disable_tracepoint_feature)
1091         (remote_string_tracing_feature)
1092         (remote_augmented_libraries_svr4_read_feature): Delete functions.
1093         (remote_protocol_features): Adjust to use remote_supported_packet
1094         for "augmented-libraries-svr4-read", "multiprocess", "QNonStop",
1095         "ConditionalTracepoints", "ConditionalBreakpoints",
1096         "BreakpointCommands", "FastTracepoints", "StaticTracepoints",
1097         "InstallInTrace", "DisconnectedTracing", "DisconnectedTracing",
1098         "EnableDisableTracepoints", and "tracenz".
1099         (remote_query_supported): Use packet_support.
1100         (remote_open_1): Adjust.
1101         (extended_remote_attach_1): Use packet_support.  Switch on the
1102         result of packet_ok instead of checking whether the packet ended
1103         up disabled.
1104         (remote_vcont_resume): Use packet_support.
1105         (remote_resume, remote_stop_ns, fetch_register_using_p)
1106         (remote_prepare_to_store, store_register_using_P)
1107         (check_binary_download, remote_write_bytes): Use packet_support.
1108         (remote_vkill): Use packet_support.  Switch on the result of
1109         packet_ok instead of checking whether the packet ended up
1110         disabled.
1111         (extended_remote_supports_disable_randomization): Use
1112         packet_support.
1113         (extended_remote_run): Switch on the result of packet_ok instead
1114         of checking whether the packet ended up disabled.
1115         (remote_insert_breakpoint, remote_remove_breakpoint)
1116         (remote_insert_watchpoint, remote_remove_watchpoint)
1117         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Use
1118         packet_support.
1119         (remote_search_memory): Use packet_config_support.
1120         (remote_get_thread_local_address, remote_get_tib_address)
1121         (remote_hostio_send_command, remote_can_execute_reverse): Use
1122         packet_support.
1123         (remote_supports_cond_tracepoints)
1124         (remote_supports_cond_breakpoints)
1125         (remote_supports_fast_tracepoints)
1126         (remote_supports_static_tracepoints)
1127         (remote_supports_install_in_trace)
1128         (remote_supports_enable_disable_tracepoint)
1129         (remote_supports_string_tracing)
1130         (remote_can_run_breakpoint_commands): Rewrite, checking whether
1131         the packet config says the feature is enabled or disabled.
1132         (remote_download_tracepoint, remote_trace_set_readonly_regions)
1133         (remote_get_trace_status): Use packet_support.
1134         (remote_set_disconnected_tracing): Adjust to check whether the
1135         feature is enabled with packet_support.
1136         (remote_set_trace_buffer_size, remote_use_agent)
1137         (remote_can_use_agent, remote_supports_btrace): Use
1138         packet_support.
1139         (remote_enable_btrace, remote_disable_btrace, remote_read_btrace):
1140         Use packet_config_support.
1141         (remote_augmented_libraries_svr4_read): Rewrite, checking whether
1142         the packet config says the feature is enabled or disabled.
1143         (set_range_stepping): Use packet_support.
1144
1145 2014-04-25  Tom Tromey  <tromey@redhat.com>
1146
1147         * cli/cli-cmds.c (_initialize_cli_cmds): Document "quit" command's
1148         argument.
1149
1150 2014-04-24  Sanimir Agovic  <sanimir.agovic@intel.com>
1151
1152         * NEWS: Mention support for C99 variable length arrays.
1153
1154 2014-04-24  Joel Brobecker  <brobecker@adacore.com>
1155
1156         * ada-lang.c (standard_exc): Expand introductory comment.
1157
1158 2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
1159             Walfred Tedeschi  <walfred.tedeschi@intel.com>
1160
1161         * amd64-linux-nat.c (amd64_linux_gregset32_reg_offset): Add
1162         AVX512 registers.
1163         (amd64_linux_read_description): Add code to handle AVX512 xstate
1164         mask and return respective tdesc.
1165         * amd64-linux-tdep.c: Include features/i386/amd64-avx512-linux.c
1166         and features/i386/x32-avx512-linux.c.
1167         (amd64_linux_gregset_reg_offset): Add AVX512 registers.
1168         (amd64_linux_core_read_description): Add code to handle AVX512
1169         xstate mask and return respective tdesc.
1170         (_initialize_amd64_linux_tdep): Initialize AVX512 tdesc.
1171         * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM): Adjust regnum
1172         calculation.
1173         (AMD64_LINUX_NUM_REGS): Adjust to new number of registers.
1174         (tdesc_amd64_avx512_linux): New prototype.
1175         (tdesc_x32_avx512_linux): Likewise.
1176         * amd64-tdep.c: Include features/i386/amd64-avx512.c and
1177         features/i386/x32-avx512.c.
1178         (amd64_ymm_avx512_names): New register names for pseudo
1179         registers YMM16-31.
1180         (amd64_ymmh_avx512_names): New register names for raw registers
1181         YMMH16-31.
1182         (amd64_k_names): New register names for K registers.
1183         (amd64_zmmh_names): New register names for ZMM raw registers.
1184         (amd64_zmm_names): New registers names for ZMM pseudo registers.
1185         (amd64_xmm_avx512_names): New register names for XMM16-31
1186         registers.
1187         (amd64_pseudo_register_name): Add code to return AVX512 pseudo
1188         registers.
1189         (amd64_init_abi): Add code to intitialize AVX512 tdep variables
1190         if feature is present.
1191         (_initialize_amd64_tdep): Call AVX512 tdesc initializers.
1192         * amd64-tdep.h (enum amd64_regnum): Add AVX512 registers.
1193         (AMD64_NUM_REGS): Adjust to new number of registers.
1194         * i386-linux-nat.c (GETXSTATEREGS_SUPPLIES): Extend range of
1195         registers supplied via XSTATE by AVX512 registers.
1196         (i386_linux_read_description): Add case for AVX512.
1197         * i386-linux-tdep.c: Include i386-avx512-linux.c.
1198         (i386_linux_gregset_reg_offset): Add AVX512 registers.
1199         (i386_linux_core_read_description): Add case for AVX512.
1200         (i386_linux_init_abi): Install supported register note section
1201         for AVX512.
1202         (_initialize_i386_linux_tdep): Add call to tdesc init function for
1203         AVX512.
1204         * i386-linux-tdep.h (I386_LINUX_NUM_REGS): Set number of
1205         registers to be number of zmm7h + 1.
1206         (tdesc_i386_avx512_linux): Add tdesc for AVX512 registers.
1207         * i386-tdep.c: Include features/i386/i386-avx512.c.
1208         (i386_zmm_names): Add ZMM pseudo register names array.
1209         (i386_zmmh_names): Add ZMM raw register names array.
1210         (i386_k_names): Add K raw register names array.
1211         (num_lower_zmm_regs): Add constant for the number of lower ZMM
1212         registers. AVX512 has 16 more ZMM registers than there are YMM
1213         registers.
1214         (i386_zmmh_regnum_p): Add function to look up register number of
1215         ZMM raw registers.
1216         (i386_zmm_regnum_p): Likewise for ZMM pseudo registers.
1217         (i386_k_regnum_p): Likewise for K raw registers.
1218         (i386_ymmh_avx512_regnum_p): Likewise for additional YMM raw
1219         registers added by AVX512.
1220         (i386_ymm_avx512_regnum_p): Likewise for additional YMM pseudo
1221         registers added by AVX512.
1222         (i386_xmm_avx512_regnum_p): Likewise for additional XMM registers
1223         added by AVX512.
1224         (i386_register_name): Add code to hide YMMH16-31 and ZMMH0-31.
1225         (i386_pseudo_register_name): Add ZMM pseudo registers.
1226         (i386_zmm_type): Construct and return vector registers type for ZMM
1227         registers.
1228         (i386_pseudo_register_type): Return appropriate type for YMM16-31,
1229         ZMM0-31 pseudo registers and K registers.
1230         (i386_pseudo_register_read_into_value): Add code to read K, ZMM
1231         and YMM16-31 registers from register cache.
1232         (i386_pseudo_register_write): Add code to write  K, ZMM and
1233         YMM16-31 registers.
1234         (i386_register_reggroup_p): Add code to include/exclude AVX512
1235         registers in/from respective register groups.
1236         (i386_validate_tdesc_p): Handle AVX512 feature, add AVX512
1237         registers if feature is present in xcr0.
1238         (i386_gdbarch_init): Add code to initialize AVX512 feature
1239         variables in tdep structure, wire in pseudo registers and call
1240         initialize_tdesc_i386_avx512.
1241         * i386-tdep.h (struct gdbarch_tdep): Add AVX512 related
1242         variables.
1243         (i386_regnum): Add AVX512 registers.
1244         (I386_SSE_NUM_REGS): New define for number of SSE registers.
1245         (I386_AVX_NUM_REGS): Likewise for AVX registers.
1246         (I386_AVX512_NUM_REGS): Likewise for AVX512 registers.
1247         (I386_MAX_REGISTER_SIZE): Change to 64 bytes, ZMM registers are
1248         512 bits wide.
1249         (i386_xmm_avx512_regnum_p): New prototype for register look up.
1250         (i386_ymm_avx512_regnum_p): Likewise.
1251         (i386_k_regnum_p): Likewise.
1252         (i386_zmm_regnum_p): Likewise.
1253         (i386_zmmh_regnum_p): Likewise.
1254         * i387-tdep.c : Update year in copyright notice.
1255         (xsave_ymm_avx512_offset): New table for YMM16-31 offsets in
1256         XSAVE buffer.
1257         (XSAVE_YMM_AVX512_ADDR): New macro.
1258         (xsave_xmm_avx512_offset): New table for XMM16-31 offsets in
1259         XSAVE buffer.
1260         (XSAVE_XMM_AVX512_ADDR): New macro.
1261         (xsave_avx512_k_offset): New table for K register offsets in
1262         XSAVE buffer.
1263         (XSAVE_AVX512_K_ADDR): New macro.
1264         (xsave_avx512_zmm_h_offset): New table for ZMM register offsets
1265         in XSAVE buffer.
1266         (XSAVE_AVX512_ZMM_H_ADDR): New macro.
1267         (i387_supply_xsave): Add code to supply AVX512 registers to XSAVE
1268         buffer.
1269         (i387_collect_xsave): Add code to collect AVX512 registers from
1270         XSAVE buffer.
1271         * i387-tdep.h (I387_NUM_XMM_AVX512_REGS): New define for number
1272         of XMM16-31 registers.
1273         (I387_NUM_K_REGS): New define for number of K registers.
1274         (I387_K0_REGNUM): New define for K0 register number.
1275         (I387_NUM_ZMMH_REGS): New define for number of ZMMH registers.
1276         (I387_ZMM0H_REGNUM): New define for ZMM0H register number.
1277         (I387_NUM_YMM_AVX512_REGS): New define for number of YMM16-31
1278         registers.
1279         (I387_YMM16H_REGNUM): New define for YMM16H register number.
1280         (I387_XMM16_REGNUM): New define for XMM16 register number.
1281         (I387_YMM0_REGNUM): New define for YMM0 register number.
1282         (I387_KEND_REGNUM): New define for last K register number.
1283         (I387_ZMMENDH_REGNUM): New define for last ZMMH register number.
1284         (I387_YMMH_AVX512_END_REGNUM): New define for YMM31 register
1285         number.
1286         (I387_XMM_AVX512_END_REGNUM): New define for XMM31 register
1287         number.
1288         * common/i386-xstate.h: Add AVX 3.1 feature bits, mask and XSTATE
1289         size.
1290         * features/Makefile: Add AVX512 related files.
1291         * features/i386/32bit-avx512.xml: New file.
1292         * features/i386/64bit-avx512.xml: Likewise.
1293         * features/i386/amd64-avx512-linux.c: Likewise.
1294         * features/i386/amd64-avx512-linux.xml: Likewise.
1295         * features/i386/amd64-avx512.c: Likewise.
1296         * features/i386/amd64-avx512.xml: Likewise.
1297         * features/i386/i386-avx512-linux.c: Likewise.
1298         * features/i386/i386-avx512-linux.xml: Likewise.
1299         * features/i386/i386-avx512.c: Likewise.
1300         * features/i386/i386-avx512.xml: Likewise.
1301         * features/i386/x32-avx512-linux.c: Likewise.
1302         * features/i386/x32-avx512-linux.xml: Likewise.
1303         * features/i386/x32-avx512.c: Likewise.
1304         * features/i386/x32-avx512.xml: Likewise.
1305         * regformats/i386/amd64-avx512-linux.dat: New file.
1306         * regformats/i386/amd64-avx512.dat: Likewise.
1307         * regformats/i386/i386-avx512-linux.dat: Likewise.
1308         * regformats/i386/i386-avx512.dat: Likewise.
1309         * regformats/i386/x32-avx512-linux.dat: Likewise.
1310         * regformats/i386/x32-avx512.dat: Likewise.
1311         * NEWS: Add note about new support for AVX512.
1312
1313
1314 2014-04-23  Pedro Alves  <palves@redhat.com>
1315
1316         * breakpoint.c (insert_bp_location): Tolerate errors if the
1317         breakpoint is set in a user-loaded objfile.
1318         (remove_breakpoint_1): Likewise.  Also tolerate errors if the
1319         location is marked shlib_disabled.  If the breakpoint is set in a
1320         user-loaded objfile is a GDB-side memory breakpoint, validate it
1321         before uninsertion.  (disable_breakpoints_in_freed_objfile): Skip
1322         non-OBJF_USERLOADED objfiles.  Don't clear the location's inserted
1323         flag.
1324         * mem-break.c (memory_validate_breakpoint): New function.
1325         * objfiles.c (userloaded_objfile_contains_address_p): New
1326         function.
1327         * objfiles.h (userloaded_objfile_contains_address_p): Declare.
1328         * target.h (memory_validate_breakpoint): New declaration.
1329
1330 2014-04-23  Pedro Alves  <palves@redhat.com>
1331
1332         * breakpoint.c (insert_bp_location, remove_breakpoint_1): If
1333         the breakpoint is set in a shared library, only suppress
1334         errors for software breakpoints, not hardware breakpoints.
1335
1336 2014-04-22  Pedro Alves  <palves@redhat.com>
1337
1338         * infrun.c (schedlock_applies): New function, factored out from
1339         find_thread_needs_step_over.
1340         (find_thread_needs_step_over): Use it.
1341         (switch_back_to_stepped_thread): Always clear trap_expected if the
1342         step over is finished.  Return early if scheduler locking applies.
1343         Look for the stepping thread and a potential step-over thread with
1344         a single loop.
1345         (currently_stepping_or_nexting_callback): Delete.
1346
1347 2014-04-22  Nick Clifton  <nickc@redhat.com>
1348
1349         * NEWS: Mention that ARM sim now supports tracing.
1350
1351 2014-04-22  Yao Qi  <yao@codesourcery.com>
1352
1353         * tracefile-tfile.c (tfile_fetch_registers): Move the bottom
1354         to ...
1355         * tracefile.c (tracefile_fetch_registers): ... it.  New
1356         function.
1357         * tracefile.h (tracefile_fetch_registers): Declare.
1358         * ctf.c (ctf_fetch_registers): Remove the bottom.  Call
1359         tracefile_fetch_registers.
1360
1361 2014-04-19  Eli Zaretskii  <eliz@gnu.org>
1362
1363         PR gdb/14018
1364         * windows-nat.c (thread_rec): Don't display a warning when
1365         SuspendThread fails with ERROR_ACCESS_DENIED.  If SuspendThread
1366         fails for any reason, set th->suspended to -1, so that we don't
1367         try to resume such a thread.  Also, don't return NULL in these
1368         cases, to avoid completely ruin the session due to "PC register is
1369         not available" error.
1370         (do_windows_fetch_inferior_registers): Check errors in
1371         GetThreadContext call.
1372         (windows_continue): Accept an additional argument KILLED; if not
1373         zero, ignore errors in the SetThreadContext call, since the
1374         inferior was killed and is shutting down.
1375         (windows_resume, get_windows_debug_event)
1376         (windows_create_inferior, windows_mourn_inferior)
1377         (windows_kill_inferior): All callers of windows_continue changed
1378         to adjust to its new calling sequence.
1379
1380 2014-04-19  Yao Qi  <yao@codesourcery.com>
1381
1382         * ctf.c (ctf_open): Call post_create_inferior.
1383
1384 2014-04-19  Yao Qi  <yao@codesourcery.com>
1385
1386         * ctf.c (handle_id): New static variable.
1387         (ctf_open_dir): Get handle_id from bt_context_add_trace return
1388         value.  Get the declaration of event "register" and get length
1389         of field "contents".
1390
1391 2014-04-19  Yao Qi  <yao@codesourcery.com>
1392
1393         * ctf.c (ctf_xfer_partial): Check 'name' is NULL before strcmp.
1394
1395 2014-04-18  Siva Chandra Reddy  <sivachandra@google.com>
1396
1397         * valops.c (oload_method_static): Remove unnecessary argument
1398         METHOD.  Update all callers.
1399
1400 2014-04-18  Pedro alves  <palves@redhat.com>
1401             Tom Tromey  <tromey@redhat.com>
1402
1403         PR backtrace/15558
1404         * frame.c (get_prev_frame_1): Rename to ...
1405         (get_prev_frame_always): ... this, and make extern.  Adjust.
1406         (skip_artificial_frames): Use get_prev_frame_always.
1407         (frame_unwind_caller_id, frame_pop, get_prev_frame)
1408         (get_frame_unwind_stop_reason): Adjust to rename.
1409         * frame.h (get_prev_frame_always): Declare.
1410         * inline-frame.c: Include frame.h.
1411         (inline_frame_this_id): Use get_prev_frame_always.
1412
1413 2014-04-18  Tristan Gingold  <gingold@adacore.com>
1414
1415         * solib-darwin.c (darwin_solib_create_inferior_hook): Simplify
1416         code by using bfd_mach_o_get_base_address.
1417
1418 2014-04-17  Ulrich Weigand  <uweigand@de.ibm.com>
1419
1420         * spu-tdep.c: Include "dwarf2-frame.h" and "ax.h".
1421         (spu_ax_pseudo_register_collect): New function.
1422         (spu_ax_pseudo_register_push_stack): Likewise.
1423         (spu_dwarf_reg_to_regnum): Likewise.
1424         (spu_gdbarch_init): Install them.  Append DWARF unwinders.
1425
1426 2014-04-17  Ulrich Weigand  <uweigand@de.ibm.com>
1427
1428         * gdbarch.sh (value_from_register): Make class "m" instead of "f".
1429         Replace FRAME argument with FRAME_ID.
1430         * gdbarch.c, gdbarch.h: Regenerate.
1431         * findvar.c (default_value_from_register): Add GDBARCH argument;
1432         replace FRAME by FRAME_ID.  No longer call get_frame_id.
1433         (value_from_register): Update call to gdbarch_value_from_register.
1434         * value.h (default_value_from_register): Update prototype.
1435         * s390-linux-tdep.c (s390_value_from_register): Update interface
1436         and call to default_value_from_register.
1437         * spu-tdep.c (spu_value_from_register): Likewise.
1438
1439         * findvar.c (address_from_register): Remove TYPE argument.
1440         Do not call value_from_register; use gdbarch_value_from_register
1441         with null_frame_id instead.
1442         * value.h (address_from_register): Update prototype.
1443         * dwarf2-frame.c (read_addr_from_reg): Use address_from_register.
1444         * dwarf2loc.c (dwarf_expr_read_addr_from_reg): Update for
1445         address_from_register interface change.
1446
1447 2014-04-17  Yao Qi  <yao@codesourcery.com>
1448
1449         * gdbtypes.h: Update comments to link to types and macros'
1450         definitions.
1451
1452 2014-04-16  Siva Chandra Reddy  <sivachandra@google.com>
1453
1454         * gdbtypes.h: Remove definition of the macro TYPE_FN_FIELDS.
1455
1456 2014-04-16  Keith Seitz  <keiths@redhat.com>
1457
1458         PR gdb/15827
1459         * dwarf2read.c (skip_one_die): Check that all relative-offset
1460         sibling DIEs fall within range of the current reader's buffer.
1461         (read_partial_die): Likewise.
1462
1463 2014-04-16  Keith Seitz  <keiths@redhat.com>
1464
1465         PR c++/16597
1466         * cp-namespace.c (lookup_symbol_file): If the type name of
1467         `this' is NULL, return immediately.
1468
1469 2014-04-14  Keith Seitz  <keiths@redhat.com>
1470
1471         PR c++/16253
1472         * ada-lang.c (ada_symbol_matches_domain): Moved here and renamed
1473         from symbol_matches_domain in symtab.c. All local callers
1474         of symbol_matches_domain updated.
1475         (standard_lookup): If DOMAIN is VAR_DOMAIN and no symbol is found,
1476         search STRUCT_DOMAIN.
1477         (ada_find_any_type_symbol): Do not search STRUCT_DOMAIN
1478         independently.  standard_lookup will do that automatically.
1479         * cp-namespace.c (cp_lookup_symbol_nonlocal): Explain when/why
1480         VAR_DOMAIN searches may return a STRUCT_DOMAIN match.
1481         (cp_lookup_symbol_in_namespace): Likewise.
1482         If no VAR_DOMAIN symbol is found, search STRUCT_DOMAIN.
1483         (cp_lookup_symbol_exports): Explain when/why VAR_DOMAIN searches
1484         may return a STRUCT_DOMAIN match.
1485         (lookup_symbol_file): Search for the class name in STRUCT_DOMAIN.
1486         * cp-support.c: Include language.h.
1487         (inspect_type): Explicitly search STRUCT_DOMAIN before searching
1488         VAR_DOMAIN.
1489         * psymtab.c (match_partial_symbol): Compare the requested
1490         domain with the symbol's domain directly.
1491         (lookup_partial_symbol): Likewise.
1492         * symtab.c (lookup_symbol_in_language): Explain when/why
1493         VAR_DOMAIN searches may return a STRUCT_DOMAIN match.
1494         If no VAR_DOMAIN symbol is found, search STRUCT_DOMAIN for
1495         appropriate languages.
1496         (symbol_matches_domain): Renamed `ada_symbol_matches_domain'
1497         and moved to ada-lang.c
1498         (lookup_block_symbol): Explain that this function only returns
1499         symbol matching the requested DOMAIN.
1500         Compare the requested domain with the symbol's domain directly.
1501         (iterate_over_symbols): Compare the requested domain with the
1502         symbol's domain directly.
1503         * symtab.h (symbol_matches_domain): Remove.
1504
1505 2014-04-14  Tom Tromey  <tromey@redhat.com>
1506
1507         PR c++/15246:
1508         * c-exp.y (type_aggregate_p): New function.
1509         (qualified_name, classify_inner_name): Use it.
1510         * c-typeprint.c (c_type_print_base): Handle TYPE_DECLARED_CLASS
1511         and TYPE_TARGET_TYPE of an enum type.
1512         * dwarf2read.c (read_enumeration_type): Set TYPE_DECLARED_CLASS on
1513         an enum type.
1514         (determine_prefix) <case DW_TAG_enumeration_type>: New case;
1515         handle TYPE_DECLARED_CLASS.
1516         * gdbtypes.c (rank_one_type): Handle TYPE_DECLARED_CLASS on enum
1517         types.
1518         * gdbtypes.h (TYPE_DECLARED_CLASS): Update comment.
1519         * valops.c (enum_constant_from_type): New function.
1520         (value_aggregate_elt): Use it.
1521         * cp-namespace.c (cp_lookup_nested_symbol): Handle
1522         TYPE_CODE_ENUM.
1523
1524 2014-04-14  Tom Tromey  <tromey@redhat.com>
1525
1526         * valops.c (value_aggregate_elt, value_struct_elt_for_reference)
1527         (value_namespace_elt, value_maybe_namespace_elt): Make "name"
1528         const.
1529         * value.h (value_aggregate_elt): Update.
1530
1531 2014-04-14  Tom Tromey  <tromey@redhat.com>
1532
1533         * dwarf2read.c (read_enumeration_type): Handle DW_AT_type.
1534
1535 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
1536
1537         * eval.c (evaluate_subexp_for_sizeof): Add enum noside argument.
1538         (evaluate_subexp_standard): Pass noside argument.
1539         (evaluate_subexp_for_sizeof) <BINOP_SUBSCRIPT>: Handle subscript case
1540         if noside equals EVAL_NORMAL. If the subscript yields a vla type
1541         re-evaluate subscript operation with EVAL_NORMAL to enable sideffects.
1542         * gdbtypes.c (resolve_dynamic_bounds): Mark bound as evaluated.
1543         * gdbtypes.h (enum range_flags): Add RANGE_EVALUATED case.
1544
1545 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
1546
1547         * findvar.c (default_read_var_value): Resolve dynamic bounds if location
1548         points to a constant blob.
1549
1550 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
1551
1552         * dwarf2read.c (read_subrange_type): Convert DW_AT_count to a dynamic
1553         property and store it as the high bound and flag the range accordingly.
1554         * gdbtypes.c (resolve_dynamic_bounds): If range is flagged as
1555         RANGE_UPPER_BOUND_IS_COUNT assign low + high - 1 as the new high bound.
1556         * gdbtypes.h (enum range_flags): New enum.
1557         (struct range_bounds): Add flags member.
1558
1559 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
1560
1561         * c-typeprint.c (c_type_print_varspec_suffix): Added
1562         check for not yet resolved high bound. If unresolved, print
1563         "variable length" string to the console instead of random
1564         length.
1565
1566 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
1567
1568         * ada-lang.c (ada_value_primitive_packed_val): Re-fetch type from
1569         value.
1570         (ada_template_to_fixed_record_type_1): Likewise.
1571         (ada_to_fixed_type_1): Likewise.
1572         * cp-valprint.c (cp_print_value_fields_rtti): Likewise.
1573         (cp_print_value): Likewise.
1574         * d-valprint.c (dynamic_array_type): Likewise.
1575         * findvar.c (address_of_variable): Likewise.
1576         * jv-valprint.c (java_value_print): Likewise.
1577         * valops.c (value_ind): Likewise.
1578         * value.c (coerce_ref): Likewise.
1579
1580 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
1581
1582         * eval.c (evaluate_subexp_for_sizeof) <UNOP_IND>: Create an indirect
1583         value and retrieve the dynamic type size.
1584
1585 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
1586
1587         * eval.c (evaluate_subexp_for_sizeof) <OP_VAR_VALUE>: If the type
1588         passed to sizeof is dynamic evaluate the argument to compute the length.
1589
1590 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
1591             Joel Brobecker  <brobecker@adacore.com>
1592
1593         * dwarf2loc.c (dwarf2_locexpr_baton_eval): New function.
1594         (dwarf2_evaluate_property): New function.
1595         * dwarf2loc.h (dwarf2_evaluate_property): New function prototype.
1596         * dwarf2read.c (attr_to_dynamic_prop): New function.
1597         (read_subrange_type): Use attr_to_dynamic_prop to read high bound
1598         attribute.
1599         * gdbtypes.c: Include dwarf2loc.h.
1600         (is_dynamic_type): New function.
1601         (resolve_dynamic_type): New function.
1602         (resolve_dynamic_bounds): New function.
1603         (get_type_length): New function.
1604         (check_typedef): Use get_type_length to compute type length.
1605         * gdbtypes.h (TYPE_HIGH_BOUND_KIND): New macro.
1606         (TYPE_LOW_BOUND_KIND): New macro.
1607         (is_dynamic_type): New function prototype.
1608         * value.c (value_from_contents_and_address): Call resolve_dynamic_type
1609         to resolve dynamic properties of the type. Update comment.
1610         * valops.c (get_value_at, value_at, value_at_lazy): Update comment.
1611
1612 2014-04-14  Richard Henderson  <rth@redhat.com>
1613
1614         * alpha-linux-nat.c (_initialize_alpha_linux_nat): Fix prototype.
1615
1616 2014-04-12  Siva Chandra Reddy  <sivachandra@google.com>
1617             Doug Evans  <xdje42@gmail.com>
1618
1619         * guile/scm-value.c (gdbscm_value_dynamic_type): Use coerce_ref to
1620         dereference TYPE_CODE_REF values.
1621
1622 2014-04-11  Joel Brobecker  <brobecker@adacore.com>
1623
1624         Revert the following changes due to regressions:
1625
1626         * dwarf2loc.c (dwarf2_locexpr_baton_eval): New function.
1627         (dwarf2_evaluate_property): New function.
1628         * dwarf2loc.h (dwarf2_evaluate_property): New function prototype.
1629         * dwarf2read.c (attr_to_dynamic_prop): New function.
1630         (read_subrange_type): Use attr_to_dynamic_prop to read high bound
1631         attribute.
1632         * gdbtypes.c: Include dwarf2loc.h.
1633         (is_dynamic_type): New function.
1634         (resolve_dynamic_type): New function.
1635         (resolve_dynamic_bounds): New function.
1636         (get_type_length): New function.
1637         (check_typedef): Use get_type_length to compute type length.
1638         * gdbtypes.h (TYPE_HIGH_BOUND_KIND): New macro.
1639         (TYPE_LOW_BOUND_KIND): New macro.
1640         (is_dynamic_type): New function prototype.
1641         * value.c (value_from_contents_and_address): Call resolve_dynamic_type
1642         to resolve dynamic properties of the type. Update comment.
1643         * valops.c (get_value_at, value_at, value_at_lazy): Update comment.
1644
1645         * eval.c (evaluate_subexp_for_sizeof) <OP_VAR_VALUE>: If the type
1646         passed to sizeof is dynamic evaluate the argument to compute the length.
1647
1648         * eval.c (evaluate_subexp_for_sizeof) <UNOP_IND>: Create an indirect
1649         value and retrieve the dynamic type size.
1650
1651         * ada-lang.c (ada_value_primitive_packed_val): Re-fetch type from value.
1652         (ada_template_to_fixed_record_type_1): Likewise.
1653         (ada_to_fixed_type_1): Likewise.
1654         * cp-valprint.c (cp_print_value_fields_rtti): Likewise.
1655         (cp_print_value): Likewise.
1656         * d-valprint.c (dynamic_array_type): Likewise.
1657         * eval.c (evaluate_subexp_with_coercion): Likewise.
1658         * findvar.c (address_of_variable): Likewise.
1659         * jv-valprint.c (java_value_print): Likewise.
1660         * valops.c (value_ind): Likewise.
1661         * value.c (coerce_ref): Likewise.
1662
1663         * c-typeprint.c (c_type_print_varspec_suffix): Added
1664         check for not yet resolved high bound. If unresolved, print
1665         "variable length" string to the console instead of random
1666         length.
1667
1668         * dwarf2read.c (read_subrange_type): Convert DW_AT_count to a dynamic
1669         property and store it as the high bound and flag the range accordingly.
1670         * gdbtypes.c (resolve_dynamic_bounds): If range is flagged as
1671         RANGE_UPPER_BOUND_IS_COUNT assign low + high - 1 as the new high bound.
1672         * gdbtypes.h (enum range_flags): New enum.
1673         (struct range_bounds): Add flags member.
1674
1675         * findvar.c (default_read_var_value): Resolve dynamic bounds if location
1676         points to a constant blob.
1677
1678         * eval.c (evaluate_subexp_for_sizeof): Add enum noside argument.
1679         (evaluate_subexp_standard): Pass noside argument.
1680         (evaluate_subexp_for_sizeof) <BINOP_SUBSCRIPT>: Handle subscript case
1681         if noside equals EVAL_NORMAL. If the subscript yields a vla type
1682         re-evaluate subscript operation with EVAL_NORMAL to enable sideffects.
1683         * gdbtypes.c (resolve_dynamic_bounds): Mark bound as evaluated.
1684         * gdbtypes.h (enum range_flags): Add RANGE_EVALUATED case.
1685
1686 2014-04-11  Keith Seitz  <keiths@redhat.com>
1687
1688         PR c++/16675
1689         * c-exp.y (exp : SIZEOF '(' type ')'): Handle reference types.
1690         * eval.c (evaluate_subexp_for_sizeof): Refactor and handle
1691         reference types.
1692
1693 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
1694
1695         * eval.c (evaluate_subexp_for_sizeof): Add enum noside argument.
1696         (evaluate_subexp_standard): Pass noside argument.
1697         (evaluate_subexp_for_sizeof) <BINOP_SUBSCRIPT>: Handle subscript case
1698         if noside equals EVAL_NORMAL. If the subscript yields a vla type
1699         re-evaluate subscript operation with EVAL_NORMAL to enable sideffects.
1700         * gdbtypes.c (resolve_dynamic_bounds): Mark bound as evaluated.
1701         * gdbtypes.h (enum range_flags): Add RANGE_EVALUATED case.
1702
1703 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
1704
1705         * findvar.c (default_read_var_value): Resolve dynamic bounds if location
1706         points to a constant blob.
1707
1708 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
1709
1710         * dwarf2read.c (read_subrange_type): Convert DW_AT_count to a dynamic
1711         property and store it as the high bound and flag the range accordingly.
1712         * gdbtypes.c (resolve_dynamic_bounds): If range is flagged as
1713         RANGE_UPPER_BOUND_IS_COUNT assign low + high - 1 as the new high bound.
1714         * gdbtypes.h (enum range_flags): New enum.
1715         (struct range_bounds): Add flags member.
1716
1717 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
1718
1719         * c-typeprint.c (c_type_print_varspec_suffix): Added
1720         check for not yet resolved high bound. If unresolved, print
1721         "variable length" string to the console instead of random
1722         length.
1723
1724 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
1725
1726         * ada-lang.c (ada_value_primitive_packed_val): Re-fetch type from value.
1727         (ada_template_to_fixed_record_type_1): Likewise.
1728         (ada_to_fixed_type_1): Likewise.
1729         * cp-valprint.c (cp_print_value_fields_rtti): Likewise.
1730         (cp_print_value): Likewise.
1731         * d-valprint.c (dynamic_array_type): Likewise.
1732         * eval.c (evaluate_subexp_with_coercion): Likewise.
1733         * findvar.c (address_of_variable): Likewise.
1734         * jv-valprint.c (java_value_print): Likewise.
1735         * valops.c (value_ind): Likewise.
1736         * value.c (coerce_ref): Likewise.
1737
1738 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
1739
1740         * eval.c (evaluate_subexp_for_sizeof) <UNOP_IND>: Create an indirect
1741         value and retrieve the dynamic type size.
1742
1743 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
1744
1745         * eval.c (evaluate_subexp_for_sizeof) <OP_VAR_VALUE>: If the type
1746         passed to sizeof is dynamic evaluate the argument to compute the length.
1747
1748 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
1749
1750         * dwarf2loc.c (dwarf2_locexpr_baton_eval): New function.
1751         (dwarf2_evaluate_property): New function.
1752         * dwarf2loc.h (dwarf2_evaluate_property): New function prototype.
1753         * dwarf2read.c (attr_to_dynamic_prop): New function.
1754         (read_subrange_type): Use attr_to_dynamic_prop to read high bound
1755         attribute.
1756         * gdbtypes.c: Include dwarf2loc.h.
1757         (is_dynamic_type): New function.
1758         (resolve_dynamic_type): New function.
1759         (resolve_dynamic_bounds): New function.
1760         (get_type_length): New function.
1761         (check_typedef): Use get_type_length to compute type length.
1762         * gdbtypes.h (TYPE_HIGH_BOUND_KIND): New macro.
1763         (TYPE_LOW_BOUND_KIND): New macro.
1764         (is_dynamic_type): New function prototype.
1765         * value.c (value_from_contents_and_address): Call resolve_dynamic_type
1766         to resolve dynamic properties of the type. Update comment.
1767         * valops.c (get_value_at, value_at, value_at_lazy): Update comment.
1768
1769 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
1770
1771         * dwarf2read.c (read_subrange_type): Use struct bound_prop for
1772         declaring high/low bounds and change uses accordingly. Call
1773         create_range_type instead of create_static_range_type.
1774         * gdbtypes.c (create_range_type): New function.
1775         (create_range_type): Convert bounds into struct bound_prop and pass
1776         them to create_range_type.
1777         * gdbtypes.h (struct bound_prop): New struct.
1778         (create_range_type): New function prototype.
1779         (struct range_bounds): Use struct bound_prop instead of LONGEST for
1780         high/low bounds. Remove low_undefined/high_undefined and adapt all uses.
1781         (TYPE_LOW_BOUND,TYPE_HIGH_BOUND): Adapt macros to refer to the static
1782         part of the bound.
1783         * parse.c (follow_types): Set high bound kind to BOUND_UNDEFINED.
1784
1785 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
1786
1787         * gdbtypes.c (create_static_range_type): Renamed from create_range_type.
1788         * gdbtypes.h (create_static_range_type): Renamed from create_range_type.
1789         * ada-lang.c: All uses of create_range_type updated.
1790         * coffread.c: All uses of create_range_type updated.
1791         * dwarf2read.c: All uses of create_range_type updated.
1792         * f-exp.y: All uses of create_range_type updated.
1793         * m2-valprint.c: All uses of create_range_type updated.
1794         * mdebugread.c: All uses of create_range_type updated.
1795         * stabsread.c: All uses of create_range_type updated.
1796         * valops.c: All uses of create_range_type updated.
1797         * valprint.c: All uses of create_range_type updated.
1798
1799 2014-04-10  Pedro Alves  <palves@redhat.com>
1800
1801         * breakpoint.c (single_step_breakpoints)
1802         (single_step_gdbarch): Move up in the file.
1803         (one_breakpoint_xfer_memory): New function, factored out from ...
1804         (breakpoint_xfer_memory): ... here.  Also process single-step
1805         breakpoints.
1806
1807 2014-04-09  Tristan Gingold  <gingold@adacore.com>
1808
1809         * darwin-nat.c (darwin_check_new_threads): Fix port leak, add
1810         comments.
1811         (darwin_decode_exception_message): Free port only after use.
1812
1813 2014-04-08  Pierre Langlois  <pierre.langlois@embecosm.com>
1814
1815         * avr-tdep.c (struct gdbarch_tdep): Mention avrxmega in the comment.
1816         (avr_gdbarch_init): Add xmega architectures given by bfd_architecture
1817         when setting the size of call_length.
1818
1819 2014-04-07  Siva Chandra Reddy  <sivachandra@google.com>
1820
1821         * python/py-value.c (valpy_get_dynamic_type): Use coerce_ref to
1822         dereference TYPE_CODE_REF values.
1823
1824 2014-04-07  Joel Brobecker  <brobecker@adacore.com>
1825
1826         * darwin-nat.c (darwin_decode_message): Remove trailing '\n' at
1827         end of warning message.
1828
1829 2014-04-03  Doug Evans  <dje@google.com>
1830
1831         * dwarf2read.c (read_cutu_die_from_dwo): Fix assertion, at most one
1832         of stub_comp_unit_die, stub_comp_dir is non-NULL.
1833
1834 2014-04-02  Alan Modra  <amodra@gmail.com>
1835
1836         * symfile-mem.c (symbol_file_add_from_memory): Add size parameter.
1837         Pass to bfd_elf_bfd_from_remote_memory.  Adjust all callers.
1838         (struct symbol_file_add_from_memory_args): Add size field.
1839         (find_vdso_size): New function.
1840         (add_vsyscall_page): Attempt to find vdso size.
1841
1842 2014-04-01  Doug Evans  <dje@google.com>
1843
1844         * dwarf2read.c (read_cutu_die_from_dwo): Improve comment.
1845
1846 2014-04-01  Tristan Gingold  <gingold@adacore.com>
1847
1848         * darwin-nat.c (darwin_encode_reply): Add prototype.
1849         (darwin_decode_exception_message): Reply to unknown inferiors.
1850         (darwin_decode_message): Handle message by id.  Ignore message
1851         to unknown inferior.
1852         (darwin_wait): Discard unknown messages, add debug trace.
1853
1854 2014-03-31  Doug Evans  <dje@google.com>
1855
1856         * dwarf2read.c (read_cutu_die_from_dwo): Delete unused local
1857         comp_dir_string.
1858
1859 2014-03-31  Doug Evans  <dje@google.com>
1860
1861         New option "set print symbol-loading".
1862         * NEWS: Mention it.
1863         * solib.c (solib_read_symbols): Only print symbol loading messages
1864         if requested.
1865         (solib_add): If symbol loading is in "brief" mode, notify user
1866         symbols are being loaded.
1867         (reload_shared_libraries_1): Ditto.
1868         * symfile.c (print_symbol_loading_off): New static global.
1869         (print_symbol_loading_brief): New static global.
1870         (print_symbol_loading_full): New static global.
1871         (print_symbol_loading_enums): New static global.
1872         (print_symbol_loading): New static global.
1873         (print_symbol_loading_p): New function.
1874         (symbol_file_add_with_addrs): Only print symbol loading messages
1875         if requested.
1876         (_initialize_symfile): Register "print symbol-loading" set/show
1877         command.
1878         * symfile.h (print_symbol_loading_p): Declare.
1879
1880 2014-03-30  Doug Evans  <xdje42@gmail.com>
1881
1882         * infrun.c (set_last_target_status): New function.
1883         (handle_inferior_event): Call it.
1884
1885 2014-03-30  Doug Evans  <xdje42@gmail.com>
1886
1887         * inferior.h (enum stop_kind): Improve comment.
1888
1889 2014-03-28  Joel Brobecker  <brobecker@adacore.com>
1890
1891         * varobj.c (varobj_value_has_mutated): If NEW_VALUE is
1892         a reference, strip the reference layer before calling
1893         the lang_ops value_has_mutated callback.
1894
1895 2014-03-27  Sergio Durigan Junior  <sergiodj@redhat.com>
1896
1897         Remove some globals from our parser.
1898         * language.c (unk_lang_parser): Add "struct parser_state"
1899         argument.
1900         * language.h (struct language_defn) <la_parser>: Likewise.
1901         * parse.c (expout, expout_size, expout_ptr): Remove variables.
1902         (initialize_expout): Add "struct parser_state" argument.
1903         Rewrite function to use the parser state.
1904         (reallocate_expout, write_exp_elt, write_exp_elt_opcode,
1905         write_exp_elt_sym, write_exp_elt_block, write_exp_elt_objfile,
1906         write_exp_elt_longcst, write_exp_elt_dblcst,
1907         write_exp_elt_decfloatcst, write_exp_elt_type,
1908         write_exp_elt_intern, write_exp_string, write_exp_string_vector,
1909         write_exp_bitstring, write_exp_msymbol, mark_struct_expression,
1910         write_dollar_variable): Likewise.
1911         (parse_exp_in_context_1): Use parser state.
1912         (insert_type_address_space): Add "struct parser_state" argument.
1913         Use parser state.
1914         (increase_expout_size): New function.
1915         * parser-defs.h: Forward declare "struct language_defn" and
1916         "struct parser_state".
1917         (expout, expout_size, expout_ptr): Remove extern declarations.
1918         (parse_gdbarch, parse_language): Rewrite macro declarations to
1919         accept the parser state.
1920         (struct parser_state): New struct.
1921         (initialize_expout, reallocate_expout, write_exp_elt_opcode,
1922         write_exp_elt_sym, write_exp_elt_longcst, write_exp_elt_dblcst,
1923         write_exp_elt_decfloatcst, write_exp_elt_type,
1924         write_exp_elt_intern, write_exp_string, write_exp_string_vector,
1925         write_exp_bitstring, write_exp_elt_block, write_exp_elt_objfile,
1926         write_exp_msymbol, write_dollar_variable,
1927         mark_struct_expression, insert_type_address_space): Add "struct
1928         parser_state" argument.
1929         (increase_expout_size): New function.
1930         * utils.c (do_clear_parser_state): New function.
1931         (make_cleanup_clear_parser_state): Likewise.
1932         * utils.h (make_cleanup_clear_parser_state): New function
1933         prototype.
1934         * aarch64-linux-tdep.c (aarch64_stap_parse_special_token):
1935         Update calls to write_exp* in order to pass the parser state.
1936         * arm-linux-tdep.c (arm_stap_parse_special_token): Likewise.
1937         * i386-tdep.c (i386_stap_parse_special_token_triplet): Likewise.
1938         (i386_stap_parse_special_token_three_arg_disp): Likewise.
1939         * ppc-linux-tdep.c (ppc_stap_parse_special_token): Likewise.
1940         * stap-probe.c (stap_parse_register_operand): Likewise.
1941         (stap_parse_single_operand): Likewise.
1942         (stap_parse_argument_1): Likewise.
1943         (stap_parse_argument): Use parser state.
1944         * stap-probe.h: Include "parser-defs.h".
1945         (struct stap_parse_info) <pstate>: New field.
1946         * c-exp.y (parse_type): Rewrite to use parser state.
1947         (yyparse): Redefine to c_parse_internal.
1948         (pstate): New global variable.
1949         (parse_number): Add "struct parser_state" argument.
1950         (write_destructor_name): Likewise.
1951         (type_exp): Update calls to write_exp* and similars in order to
1952         use parser state.
1953         (exp1, exp, variable, qualified_name, space_identifier,
1954         typename, typebase): Likewise.
1955         (write_destructor_name, parse_number, lex_one_token,
1956         classify_name, classify_inner_name, c_parse): Add "struct
1957         parser_state" argument.  Update function to use parser state.
1958         * c-lang.h: Forward declare "struct parser_state".
1959         (c_parse): Add "struct parser_state" argument.
1960         * ada-exp.y (parse_type): Rewrite macro to use parser state.
1961         (yyparse): Redefine macro to ada_parse_internal.
1962         (pstate): New variable.
1963         (write_int, write_object_renaming, write_var_or_type,
1964         write_name_assoc, write_exp_op_with_string, write_ambiguous_var,
1965         type_int, type_long, type_long_long, type_float, type_double,
1966         type_long_double, type_char, type_boolean, type_system_address):
1967         Add "struct parser_state" argument.
1968         (exp1, primary, simple_exp, relation, and_exp, and_then_exp,
1969         or_exp, or_else_exp, xor_exp, type_prefix, opt_type_prefix,
1970         var_or_type, aggregate, aggregate_component_list,
1971         positional_list, others, component_group,
1972         component_associations): Update calls to write_exp* and similar
1973         functions in order to use parser state.
1974         (ada_parse, write_var_from_sym, write_int,
1975         write_exp_op_with_string, write_object_renaming,
1976         find_primitive_type, write_selectors, write_ambiguous_var,
1977         write_var_or_type, write_name_assoc, type_int, type_long,
1978         type_long_long, type_float, type_double, type_long_double,
1979         type_char, type_boolean, type_system_address): Add "struct
1980         parser_state" argument.  Adjust function to use parser state.
1981         * ada-lang.c (parse): Likewise.
1982         * ada-lang.h: Forward declare "struct parser_state".
1983         (ada_parse): Add "struct parser_state" argument.
1984         * ada-lex.l (processInt, processReal): Likewise.  Adjust all
1985         calls to both functions.
1986         * f-exp.y (parse_type, parse_f_type): Rewrite macros to use
1987         parser state.
1988         (yyparse): Redefine macro to f_parse_internal.
1989         (pstate): New variable.
1990         (parse_number): Add "struct parser_state" argument.
1991         (type_exp, exp, subrange, typebase): Update calls to write_exp*
1992         and similars in order to use parser state.
1993         (parse_number): Adjust code to use parser state.
1994         (yylex): Likewise.
1995         (f_parse): New function.
1996         * f-lang.h: Forward declare "struct parser_state".
1997         (f_parse): Add "struct parser_state" argument.
1998         * jv-exp.y (parse_type, parse_java_type): Rewrite macros to use
1999         parser state.
2000         (yyparse): Redefine macro for java_parse_internal.
2001         (pstate): New variable.
2002         (push_expression_name, push_expression_name, insert_exp): Add
2003         "struct parser_state" argument.
2004         (type_exp, StringLiteral, Literal, PrimitiveType, IntegralType,
2005         FloatingPointType, exp1, PrimaryNoNewArray, FieldAccess,
2006         FuncStart, MethodInvocation, ArrayAccess, PostfixExpression,
2007         PostIncrementExpression, PostDecrementExpression,
2008         UnaryExpression, PreIncrementExpression, PreDecrementExpression,
2009         UnaryExpressionNotPlusMinus, CastExpression,
2010         MultiplicativeExpression, AdditiveExpression, ShiftExpression,
2011         RelationalExpression, EqualityExpression, AndExpression,
2012         ExclusiveOrExpression, InclusiveOrExpression,
2013         ConditionalAndExpression, ConditionalOrExpression,
2014         ConditionalExpression, Assignment, LeftHandSide): Update
2015         calls to write_exp* and similars in order to use parser state.
2016         (parse_number): Ajust code to use parser state.
2017         (yylex): Likewise.
2018         (java_parse): New function.
2019         (push_variable): Add "struct parser_state" argument.  Adjust
2020         code to user parser state.
2021         (push_fieldnames, push_qualified_expression_name,
2022         push_expression_name, insert_exp): Likewise.
2023         * jv-lang.h: Forward declare "struct parser_state".
2024         (java_parse): Add "struct parser_state" argument.
2025         * m2-exp.y (parse_type, parse_m2_type): Rewrite macros to use
2026         parser state.
2027         (yyparse): Redefine macro to m2_parse_internal.
2028         (pstate): New variable.
2029         (type_exp, exp, fblock, variable, type): Update calls to
2030         write_exp* and similars to use parser state.
2031         (yylex): Likewise.
2032         (m2_parse): New function.
2033         * m2-lang.h: Forward declare "struct parser_state".
2034         (m2_parse): Add "struct parser_state" argument.
2035         * objc-lang.c (end_msglist): Add "struct parser_state" argument.
2036         * objc-lang.h: Forward declare "struct parser_state".
2037         (end_msglist): Add "struct parser_state" argument.
2038         * p-exp.y (parse_type): Rewrite macro to use parser state.
2039         (yyparse): Redefine macro to pascal_parse_internal.
2040         (pstate): New variable.
2041         (parse_number): Add "struct parser_state" argument.
2042         (type_exp, exp1, exp, qualified_name, variable): Update calls to
2043         write_exp* and similars in order to use parser state.
2044         (parse_number, yylex): Adjust code to use parser state.
2045         (pascal_parse): New function.
2046         * p-lang.h: Forward declare "struct parser_state".
2047         (pascal_parse): Add "struct parser_state" argument.
2048         * go-exp.y (parse_type): Rewrite macro to use parser state.
2049         (yyparse): Redefine macro to go_parse_internal.
2050         (pstate): New variable.
2051         (parse_number): Add "struct parser_state" argument.
2052         (type_exp, exp1, exp, variable, type): Update calls to
2053         write_exp* and similars in order to use parser state.
2054         (parse_number, lex_one_token, classify_name, yylex): Adjust code
2055         to use parser state.
2056         (go_parse): Likewise.
2057         * go-lang.h: Forward declare "struct parser_state".
2058         (go_parse): Add "struct parser_state" argument.
2059
2060 2014-03-27  Doug Evans  <dje@google.com>
2061
2062         * dwarf2read.c (read_str_index): Delete arg cu.  All callers updated.
2063
2064 2014-03-27  Doug Evans  <dje@google.com>
2065
2066         * dwarf2read.c (init_cutu_and_read_dies_no_follow): Fix comments.
2067         Remove argument abbrev_section.  All callers updated.
2068
2069 2014-03-27  Doug Evans  <dje@google.com>
2070
2071         * dwarf2read.c (struct dwarf2_cu): Improve comments for members
2072         addr_base, ranges_base.
2073
2074 2014-03-26  Keith Seitz  <keiths@redhat.com>
2075
2076         * ada-tasks.c (get_tcb_types_info): Search STRUCT_DOMAIN for
2077         types, not VAR_DOMAIN.
2078
2079 2014-03-25  Sandra Loosemore  <sandra@codesourcery.com>
2080
2081         * features/nios2-cpu.xml: Correct types of "gp", "fp", "ea", and
2082         "ra" registers.
2083         * features/nios2-linux.c: Regenerated.
2084         * features/nios2.c: Regenerated.
2085
2086 2014-03-25  Pedro Alves  <palves@redhat.com>
2087
2088         * cli/cli-script.c (script_from_file): Force the interpreter to
2089         sync mode.
2090
2091 2014-03-24  Pierre Langlois  <pierre.langlois@embecosm.com>
2092
2093         * avr-tdep.c (avr_scan_prologue): Accept push r1 instruction for
2094         small stack allocation.
2095
2096 2014-03-24  Tristan Gingold  <gingold@adacore.com>
2097
2098         * darwin-nat.c (exc_server): Remove unused prototype.
2099         (darwin_dump_message): Correctly display data on x86_64.
2100         (darwin_encode_reply): Fix style.
2101         Add comments and fix indentation.
2102
2103 2014-03-24  Pierre Langlois  <pierre.langlois@embecosm.com>
2104
2105         * MAINTAINERS (Write After Approval): Add "Pierre Langlois".
2106
2107 2014-03-22  Doug Evans  <xdje42@gmail.com>
2108
2109         * infcmd.c: Whitespace fixes.
2110         (interrupt_command): Merge two function comments into one.
2111
2112 2014-03-22  Doug Evans  <xdje42@gmail.com>
2113
2114         * infcmd.c (interrupt_command): Renamed from interrupt_target_command.
2115         All uses updated.
2116
2117 2014-03-22  Yao Qi  <yao@codesourcery.com>
2118
2119         * remote.c (target_read_live_memory): Remove.
2120         (memory_xfer_live_readonly_partial): Rename it to
2121         remote_xfer_live_readonly_partial.  Remove argument 'object'.
2122         All callers updated.  Call remote_read_bytes_1
2123         instead of target_read_live_memory.
2124         * tracepoint.c (set_traceframe_number): Remove.
2125         (make_cleanup_restore_traceframe_number): Likewise .
2126         * tracepoint.h (set_traceframe_number): Remove declaration.
2127         (make_cleanup_restore_traceframe_number): Likewise.
2128
2129 2014-03-22  Yao Qi  <yao@codesourcery.com>
2130
2131         * remote.c (remote_read_bytes): Move code on reading from the
2132         remote stub to ...
2133         (remote_read_bytes_1): ... here.  New function.
2134
2135 2014-03-22  Yao Qi  <yao@codesourcery.com>
2136
2137         * ctf.c (ctf_xfer_partial): Check the return value of
2138         exec_read_partial_read_only, if it is not TARGET_XFER_OK,
2139         return TARGET_XFER_UNAVAILABLE.
2140         * tracefile-tfile.c (tfile_xfer_partial): Likewise.
2141         * target.c (target_read_live_memory): Move it to remote.c.
2142         (memory_xfer_live_readonly_partial): Likewise.
2143         (memory_xfer_partial_1): Move some code to remote_read_bytes.
2144         * remote.c (target_read_live_memory): Moved from target.c.
2145         (memory_xfer_live_readonly_partial): Likewise.
2146         (remote_read_bytes): Factored out from
2147         memory_xfer_partial_1.
2148
2149 2014-03-21  Daniel Gutson  <daniel.gutson@tallertechnologies.com>
2150
2151         * extension.c (eval_ext_lang_from_control_command): Avoid dereferencing
2152         NULL pointer.
2153
2154 2014-03-21  Pedro Alves  <palves@redhat.com>
2155
2156         * infrun.c (normal_stop): Extend comment.
2157
2158 2014-03-21  Hui Zhu  <hui@codesourcery.com>
2159             Pedro Alves  <palves@redhat.com>
2160
2161         * darwin-nat.c (darwin_pid_to_exec_file): Change xmalloc to
2162         static buffer.
2163         * fbsd-nat.c (fbsd_pid_to_exec_file): Ditto.
2164         * linux-nat.c (linux_child_pid_to_exec_file): Ditto.
2165         * nbsd-nat.c (nbsd_pid_to_exec_file): Ditto.
2166
2167 2014-03-20  Maciej W. Rozycki  <macro@codesourcery.com>
2168
2169         * mi/mi-interp.c (mi_memory_changed): Avoid using the ISO C99
2170         `z' formatted output modifier.
2171
2172 2014-03-20  Tom Tromey  <tromey@redhat.com>
2173             Sergio Durigan Junior  <sergiodj@redhat.com>
2174
2175         * probe.c (parse_probes): Turn assert into an ordinary error.
2176         * break-catch-throw.c (re_set_exception_catchpoint): Ignore
2177         exceptions when parsing probes.  Rearrange the code for clarity.
2178
2179 2014-03-20  Tom Tromey  <tromey@redhat.com>
2180
2181         PR gdb/14135
2182         * top.c (execute_command): Only dispatch events if the command
2183         started the target.
2184
2185 2014-03-20  Tom Tromey  <tromey@redhat.com>
2186
2187         PR cli/15718
2188         * infcall.c: Include event-top.h.
2189         (run_inferior_call): Call async_disable_stdin if needed.
2190
2191 2014-03-20  Pedro Alves  <palves@redhat.com>
2192
2193         * infrun.c (prepare_to_proceed): Delete.
2194         (thread_still_needs_step_over): New function.
2195         (find_thread_needs_step_over): New function.
2196         (proceed): If the current thread needs a step-over, set its
2197         steping_over_breakpoint flag.  Adjust to use
2198         find_thread_needs_step_over instead of prepare_to_proceed.
2199         (process_event_stop_test): For BPSTAT_WHAT_STOP_NOISY and
2200         BPSTAT_WHAT_STOP_SILENT, assume the thread stopped for a
2201         breakpoint.
2202         (switch_back_to_stepped_thread): Step over breakpoints of all
2203         threads not the stepping thread, before switching back to the
2204         stepping thread.
2205
2206 2014-03-20  Pedro Alves  <palves@redhat.com>
2207
2208         * breakpoint.c (single_step_breakpoint_inserted_here_p): Make
2209         extern.
2210         * breakpoint.h (single_step_breakpoint_inserted_here_p): Declare.
2211         * infrun.c (saved_singlestep_ptid)
2212         (stepping_past_singlestep_breakpoint): Delete.
2213         (resume): Remove stepping_past_singlestep_breakpoint handling.
2214         (proceed): Store the prev_pc of the stepping thread too.
2215         (init_wait_for_inferior): Adjust.  Clear singlestep_ptid and
2216         singlestep_pc.
2217         (enum infwait_states): Delete infwait_thread_hop_state.
2218         (struct execution_control_state) <hit_singlestep_breakpoint>: New
2219         field.
2220         (handle_inferior_event): Adjust.
2221         (handle_signal_stop): Delete stepping_past_singlestep_breakpoint
2222         handling and the thread-hop code.  Before removing single-step
2223         breakpoints, check whether the thread hit a single-step breakpoint
2224         of another thread.  If it did, the trap is not a random signal.
2225         (switch_back_to_stepped_thread): If the event thread hit a
2226         single-step breakpoint, unblock it before switching to the
2227         stepping thread.  Handle the case of the stepped thread having
2228         advanced already.
2229         (keep_going): Handle the case of the current thread moving past a
2230         single-step breakpoint.
2231
2232 2014-03-20  Pedro Alves  <palves@redhat.com>
2233
2234         PR breakpoints/7143
2235         * breakpoint.c (should_be_inserted): Don't insert breakpoints that
2236         are being stepped over.
2237         (breakpoint_address_match): Make extern.
2238         * breakpoint.h (breakpoint_address_match): New declaration.
2239         * inferior.h (stepping_past_instruction_at): New declaration.
2240         * infrun.c (struct step_over_info): New type.
2241         (step_over_info): New global.
2242         (set_step_over_info, clear_step_over_info)
2243         (stepping_past_instruction_at): New functions.
2244         (handle_inferior_event): Clear the step-over info when
2245         trap_expected is cleared.
2246         (resume): Remove now stale comment.
2247         (clear_proceed_status): Clear step-over info.
2248         (proceed): Adjust step-over handling to set or clear the step-over
2249         info instead of removing all breakpoints.
2250         (handle_signal_stop): When setting up a thread-hop, don't remove
2251         breakpoints here.
2252         (stop_stepping): Clear step-over info.
2253         (keep_going): Adjust step-over handling to set or clear step-over
2254         info and then always inserting breakpoints, instead of removing
2255         all breakpoints when stepping over one.
2256
2257 2014-03-20  Pedro Alves  <palves@redhat.com>
2258
2259         * infrun.c (previous_inferior_ptid): Adjust comment.
2260         (deferred_step_ptid): Delete.
2261         (infrun_thread_ptid_changed, prepare_to_proceed)
2262         (init_wait_for_inferior): Adjust.
2263         (handle_signal_stop): Delete deferred_step_ptid handling.
2264
2265 2014-03-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
2266
2267         PR gdb/15358
2268         * defs.h (sync_quit_force_run): New declaration.
2269         (QUIT): Check also SYNC_QUIT_FORCE_RUN.
2270         * event-top.c (async_sigterm_handler): New declaration.
2271         (async_sigterm_token): New variable.
2272         (async_init_signals): Create also async_sigterm_token.
2273         (async_sigterm_handler): New function.
2274         (sync_quit_force_run): New variable.
2275         (handle_sigterm): Replace quit_force call by other calls.
2276         * utils.c (quit): Call quit_force if SYNC_QUIT_FORCE_RUN.
2277
2278 2014-03-18  Maciej W. Rozycki  <macro@codesourcery.com>
2279
2280         * rs6000-tdep.c (rs6000_frame_cache): Correct little-endian GPR
2281         offset into SPE pseudo registers.
2282
2283 2014-03-18  Pedro Alves  <palves@redhat.com>
2284
2285         PR gdb/13860
2286         * inferior.h (print_stop_event): Declare.
2287         * infrun.c (print_stop_event): New, factored out from ...
2288         (normal_stop): ... this.
2289         * mi/mi-interp.c (mi_on_normal_stop): Use print_stop_event instead
2290         of bpstat_print/print_stack_frame.
2291
2292 2014-03-17  Tom Tromey  <tromey@redhat.com>
2293
2294         * ui-out.c (clear_table, ui_out_new): Clear uiout->table.id.
2295
2296 2014-03-17  Pierre-Marie de Rodat  <derodat@adacore.com>
2297
2298         * ada-lang.c (decode_constrained_packed_array): Perform a
2299         minimal coercion for reference with coerce_ref instead of
2300         ada_coerce_ref.
2301
2302 2014-03-17  Tristan Gingold  <gingold@adacore.com>
2303
2304         * solib-darwin.c (DYLD_VERSION_MAX): Increase value.
2305         (darwin_solib_create_inferior_hook): Emit a warning if version
2306         is unhandled.
2307
2308 2014-03-16  Ulrich Weigand  <uweigand@de.ibm.com>
2309
2310         * python/py-value.c (get_field_flag): Cast flag_name argument to
2311         PyObject_GetAttrString to support Python 2.4.
2312
2313 2014-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
2314
2315         * MAINTAINERS (The Official FSF-appointed GDB Maintainers)
2316         (Global Maintainers): Remove Jan Kratochvil.
2317
2318 2014-03-14  Pedro Alves  <palves@redhat.com>
2319
2320         * inferior.h (terminal_ours_for_output): Rename to ...
2321         (child_terminal_ours_for_output): ... this.
2322         (terminal_save_ours): Rename to ...
2323         (child_terminal_save_ours): ... this.
2324         (terminal_ours): Rename to ...
2325         (child_terminal_ours): ... this.
2326         (terminal_inferior): Rename to ...
2327         (child_terminal_inferior): ... this.
2328         (terminal_init_inferior): Rename to ...
2329         (child_terminal_init_inferior): ... this.
2330         (terminal_init_inferior_with_pgrp): Rename to ...
2331         (child_terminal_init_inferior_with_pgrp): ... this.
2332         * inflow.c (terminal_init_inferior_with_pgrp): Rename to ...
2333         (child_terminal_init_with_pgrp): ... this.
2334         (terminal_save_ours): Rename to ...
2335         (child_terminal_save_ours): ... this.
2336         (terminal_init_inferior): Rename to ...
2337         (child_terminal_init): ... this.  Adjust.
2338         (terminal_inferior): Rename to ...
2339         (child_terminal_inferior): ... this.
2340         (terminal_ours_for_output): Rename to ...
2341         (child_terminal_ours_for_output): ... this.  Adjust.
2342         (terminal_ours): Rename to ...
2343         (child_terminal_ours): ... this.
2344         (terminal_ours_1): Rename to ...
2345         (child_terminal_ours_1): ... this.  Adjust.
2346         * linux-nat.c (linux_nat_terminal_inferior): Adjust.
2347         * windows-nat.c (do_initial_windows_stuff): Adjust.
2348         * gnu-nat.c (gnu_terminal_init_inferior): Rename to ...
2349         (gnu_terminal_init): ... this.  Adjust.
2350         (gnu_target): Adjust.
2351         * inf-child.c (inf_child_target): Adjust.
2352
2353 2014-03-13  Doug Evans  <xdje42@gmail.com>
2354
2355         PR guile/16612
2356         * guile/scm-type.c (tyscm_copy_type_recursive): Move type to its
2357         new eq?-hashtab.
2358
2359 2014-03-13  Doug Evans  <xdje42@gmail.com>
2360
2361         * value.c (record_latest_value): Call release_value_or_incref
2362         instead of release_value.
2363
2364 2014-03-13  Pedro Alves  <palves@redhat.com>
2365
2366         * procfs.c (procfs_target): Don't override to_shortname,
2367         to_longname or to_doc.
2368
2369 2014-03-13  Pedro Alves  <palves@redhat.com>
2370
2371         * inf-child.c (inf_child_open, inf_child_target): Don't mention
2372         Unix in user visible strings.
2373
2374 2014-03-12  Stan Shebs  <stan@codesourcery.com>
2375
2376         * gdbtypes.h: Annotate comments for Doxygen, add a page
2377         block comment with some general info.
2378
2379 2014-03-12  Pedro Alves  <palves@redhat.com>
2380
2381         * infcmd.c (prepare_execution_command): New function, factored out
2382         from several execution commands.
2383         (run_command_1, continue_command, step_1, jump_command)
2384         (signal_command, until_command, advance_command, finish_command)
2385         (attach_command): Use prepare_execution_command.
2386
2387 2014-03-12  Omair Javaid  <omair.javaid@linaro.org>
2388
2389         * arm-linux-nat.c (arm_linux_get_hwbp_cap): Updated.
2390         (MAX_BPTS): Define.
2391         (MAX_WPTS): Define.
2392         (struct arm_linux_thread_points): Removed.
2393         (struct arm_linux_process_info): New.
2394         (DEF_VEC_P (arm_linux_thread_points_p)): Removed.
2395         (VEC(arm_linux_thread_points_p) *arm_threads): Removed.
2396         (arm_linux_find_breakpoints_by_tid): Removed.
2397         (struct arch_lwp_info): New.
2398         (arm_linux_find_process_pid): New functions.
2399         (arm_linux_add_process): New functions.
2400         (arm_linux_process_info_get): New functions.
2401         (arm_linux_forget_process): New function.
2402         (arm_linux_get_debug_reg_state): New function.
2403         (struct update_registers_data): New.
2404         (update_registers_callback): New function.
2405         (arm_linux_insert_hw_breakpoint1): Updated.
2406         (arm_linux_remove_hw_breakpoint1): Updated.
2407         (arm_linux_insert_hw_breakpoint): Updated.
2408         (arm_linux_remove_hw_breakpoint): Updated.
2409         (arm_linux_insert_watchpoint): Updated.
2410         (arm_linux_remove_watchpoint): Updated.
2411         (arm_linux_new_thread): Updated.
2412         (arm_linux_prepare_to_resume): New function.
2413         (arm_linux_new_fork): New function.
2414         (_initialize_arm_linux_nat): Updated.
2415
2416 2014-03-12  Pedro Alves  <palves@redhat.com>
2417
2418         * Makefile.in (TARGET_FLAGS_TO_PASS): Add TESTS.
2419
2420 2014-03-12  Tom Tromey  <tromey@redhat.com>
2421
2422         * inf-child.c (return_zero): New function.
2423         (inf_child_target): Set to_can_async_p, to_supports_non_stop.
2424         * aix-thread.c (aix_thread_inferior_created): New function.
2425         (aix_thread_attach): Remove.
2426         (init_aix_thread_ops): Don't set to_attach.
2427         (_initialize_aix_thread): Register inferior_created observer.
2428         * corelow.c (init_core_ops): Don't set to_attach or
2429         to_create_inferior.
2430         * exec.c (init_exec_ops): Don't set to_attach or
2431         to_create_inferior.
2432         * infcmd.c (run_command_1): Use find_run_target.  Make direct
2433         target calls.
2434         (attach_command): Use find_attach_target.  Make direct target
2435         calls.
2436         * record-btrace.c (init_record_btrace_ops): Don't set
2437         to_create_inferior.
2438         * record-full.c (record_full_can_async_p, record_full_is_async_p):
2439         Remove.
2440         (init_record_full_ops, init_record_full_core_ops): Update.  Don't
2441         set to_create_inferior.
2442         * target.c (complete_target_initialization): Add assertion.
2443         (target_create_inferior): Remove.
2444         (find_default_attach, find_default_create_inferior): Remove.
2445         (find_attach_target, find_run_target): New functions.
2446         (find_default_is_async_p, find_default_can_async_p)
2447         (target_supports_non_stop, target_attach): Remove.
2448         (init_dummy_target): Don't set to_create_inferior or
2449         to_supports_non_stop.
2450         * target.h (struct target_ops) <to_attach>: Add comment.  Remove
2451         TARGET_DEFAULT_FUNC.
2452         <to_create_inferior>: Add comment.
2453         <to_can_async_p, to_is_async_p, to_supports_non_stop>: Use
2454         TARGET_DEFAULT_RETURN.
2455         <to_can_async_p, to_supports_non_stop, to_can_run>: Add comments.
2456         (find_attach_target, find_run_target): Declare.
2457         (target_create_inferior): Remove.
2458         (target_has_execution_1): Update comment.
2459         (target_supports_non_stop): Remove.
2460         * target-delegates.c: Rebuild.
2461
2462 2014-03-12  Pedro Alves  <palves@redhat.com>
2463
2464         * inf-child.h: Update comment to not mention Unix.
2465
2466 2014-03-12  Pedro Alves  <palves@redhat.com>
2467
2468         * inf-child.c: Update top comment to not mention Unix.  Add
2469         generic comment describing how this target is meant to be used.
2470         (inf_child_post_attach, inf_child_post_startup_inferior)
2471         (inf_child_follow_fork, inf_child_pid_to_exec_file): Don't mention
2472         Unix in comment.
2473
2474 2014-03-12  Pedro Alves  <palves@redhat.com>
2475
2476         * nto-procfs.c: Include inf-child.h.
2477         (procfs_ops): Delete global.
2478         (procfs_can_run): Delete method.
2479         (procfs_detach, procfs_mourn_inferior): Unpush the passed in
2480         target pointer instead of referencing procfs_ops.
2481         (procfs_prepare_to_store): Delete.
2482         (init_procfs_ops): Delete function.
2483         (procfs_target): New function, based on init_procfs_ops, but
2484         inherit inf_child_target.
2485         (_initialize_procfs): Use procfs_target.
2486
2487 2014-03-12  Pedro Alves  <palves@redhat.com>
2488
2489         * windows-nat.c: Include inf-child.h.
2490         (windows_ops): Delete global.
2491         (windows_open, windows_prepare_to_store, windows_can_run): Delete
2492         methods.
2493         (init_windows_ops): Delete function.
2494         (windows_target): New function, based on init_windows_ops, but
2495         inherit inf_child_target.
2496         (_initialize_windows_nat): Use windows_target.  Install x86
2497         specific target methods here.
2498
2499 2014-03-10  Doug Evans  <xdje42@gmail.com>
2500
2501         * guile/guile.c (call_initialize_gdb_module): New function.
2502         (initialize_guile): Replace call to scm_init_guile with call to
2503         scm_with_guile.
2504
2505 2014-03-10  Joel Brobecker  <brobecker@adacore.com>
2506
2507         * ada-lang.c (ada_evaluate_subexp): Add missing space before '('
2508         in call to TYPE_CODE macro.
2509
2510 2014-03-10  Jerome Guitton  <guitton@adacore.com>
2511
2512         * ada-lang.c (ada_evaluate_subexp) <UNOP_IND, STRUCTOP_STRUCT>:
2513         Resolve tagged types to full view.
2514
2515 2014-03-10  Hui Zhu  <hui@codesourcery.com>
2516
2517         * target.h (target_insert_breakpoint): Remove "hardware" from its
2518         comments.
2519
2520 2014-03-07  Doug Evans  <dje@google.com>
2521
2522         * dwarf2read.c (read_str_index): Rename local dwo_name to objf_name.
2523
2524 2014-03-07  Doug Evans  <dje@google.com>
2525
2526         * dwarf2read.c (read_cutu_die_from_dwo): Fix function comment.
2527         Remove unused local comp_dir_attr.  Assert exactly one of
2528         stub_comp_unit_die, stub_comp_dir is non-NULL.
2529
2530 2014-03-07  Joel Brobecker  <brobecker@adacore.com>
2531
2532         * target.h (complete_target_initialization, add_target):
2533         Add comment.
2534
2535 2014-03-07  Pedro Alves  <palves@redhat.com>
2536
2537         * go32-nat.c: Include inf-child.h.
2538         (go32_ops): Delete global.
2539         (go32_close, go32_detach, go32_prepare_to_store, go32_can_run):
2540         Delete methods.
2541         (go32_create_inferior): Push the passed in target pointer instead
2542         of referencing go32_ops.
2543         (init_go32_ops): Delete function.  Moved parts to _initialize_go32_nat.
2544         (go32_target): New function, based on init_go32_ops, but inherit
2545         inf_child_target.
2546         (_initialize_go32_nat): Use go32_target.  Move parts of
2547         init_go32_ops here.
2548
2549 2014-03-06  Joel Brobecker  <brobecker@adacore.com>
2550
2551         * sol-thread.c: #include "symtab.h", "minsym.h" and "objfiles.h".
2552         (ps_pglobal_lookup): Use BMSYMBOL_VALUE_ADDRESS instead of
2553         SYMBOL_VALUE_ADDRESS.
2554         (info_cb): MSYMBOL_PRINT_NAME instead of SYMBOL_PRINT_NAME.
2555
2556 2014-03-06  Yao Qi  <yao@codesourcery.com>
2557
2558         * breakpoint.c (get_tracepoint_by_number): Remove argument
2559         optional_p.  All callers updated.  Adjust comments.  Update
2560         output message.
2561         * breakpoint.h (get_tracepoint_by_number): Update declaration.
2562
2563 2014-03-06  Yao Qi  <yao@codesourcery.com>
2564
2565         * reverse.c (goto_bookmark_command): Add local 'p'.  Emit error
2566         early if get_number returns zero.  Use 'p' instead of 'args'.
2567
2568 2014-03-06  Yao Qi  <yao@codesourcery.com>
2569
2570         * cli/cli-utils.c (get_number_trailer): Add '\n' at the end of
2571         message.
2572
2573 2014-03-06  Yao Qi  <yao@codesourcery.com>
2574
2575         PR breakpoints/16508
2576         * tracepoint.c (check_trace_running): New function.
2577         (trace_find_command): Move code to check_trace_running and
2578         call check_trace_running.
2579         (trace_find_pc_command): Likewise.
2580         (trace_find_tracepoint_command): Likewise.
2581         (trace_find_line_command): Likewise.
2582         (trace_find_range_command): Likewise.
2583         * tracepoint.h (check_trace_running): Likewise.
2584         * mi/mi-main.c (mi_cmd_trace_find): Call check_trace_running.
2585
2586 2014-03-06  Yao Qi  <yao@codesourcery.com>
2587
2588         * target.h (struct target_ops) <to_traceframe_info>: Use
2589         TARGET_DEFAULT_NORETURN (tcomplain ()).
2590         * target-delegates.c: Regenerated.
2591
2592 2014-03-05  Pedro Alves  <palves@redhat.com>
2593
2594         PR gdb/16575
2595         * dcache.c (dcache_poke_byte): Constify ptr parameter.  Return
2596         void.  Update comment.
2597         (dcache_xfer_memory): Delete.
2598         (dcache_read_memory_partial): New, based on the read bits of
2599         dcache_xfer_memory.
2600         (dcache_update): Add status parameter.  Use ULONGEST for len, and
2601         adjust.  Discard cache lines if the reason for the update was
2602         error.
2603         * dcache.h (dcache_xfer_memory): Delete declaration.
2604         (dcache_read_memory_partial): New declaration.
2605         (dcache_update): Update prototype.
2606         * target.c (raw_memory_xfer_partial): Update the dcache here.
2607         (memory_xfer_partial_1): Don't handle dcache writes here.
2608
2609 2014-03-05  Mike Frysinger  <vapier@gentoo.org>
2610
2611         * remote-sim.c (gdbsim_load): Add const to prog.
2612
2613 2014-03-03  Tom Tromey  <tromey@redhat.com>
2614
2615         * elfread.c (probe_key): Change to bfd_data.
2616         (elf_get_probes, probe_key_free, _initialize_elfread): Probes are
2617         now per-BFD, not per-objfile.
2618         * stap-probe.c (stap_probe_destroy): Update comment.
2619         (handle_stap_probe): Allocate on the per-BFD obstack.
2620
2621 2014-03-03  Tom Tromey  <tromey@redhat.com>
2622
2623         * break-catch-throw.c (fetch_probe_arguments): Use bound probes.
2624         * breakpoint.c (create_longjmp_master_breakpoint): Use
2625         get_probe_address.
2626         (add_location_to_breakpoint, bkpt_probe_insert_location)
2627         (bkpt_probe_remove_location): Update.
2628         * breakpoint.h (struct bp_location) <probe>: Now a bound_probe.
2629         * elfread.c (elf_symfile_relocate_probe): Remove.
2630         (elf_probe_fns): Update.
2631         (insert_exception_resume_breakpoint): Change type of "probe"
2632         parameter to bound_probe.
2633         (check_exception_resume): Update.
2634         * objfiles.c (objfile_relocate1): Don't relocate probes.
2635         * probe.c (bound_probe_s): New typedef.
2636         (parse_probes): Use get_probe_address.  Set sal's objfile.
2637         (find_probe_by_pc): Return a bound_probe.
2638         (collect_probes): Return a VEC(bound_probe_s).
2639         (compare_probes): Update.
2640         (gen_ui_out_table_header_info): Change type of "probes"
2641         parameter.  Update.
2642         (info_probes_for_ops): Update.
2643         (get_probe_address): New function.
2644         (probe_safe_evaluate_at_pc): Update.
2645         * probe.h (struct probe_ops) <get_probe_address>: New field.
2646         <set_semaphore, clear_semaphore>: Add objfile parameter.
2647         (struct probe) <objfile>: Remove field.
2648         <arch>: New field.
2649         <address>: Update comment.
2650         (struct bound_probe): New.
2651         (find_probe_by_pc): Return a bound_probe.
2652         (get_probe_address): Declare.
2653         * solib-svr4.c (struct probe_and_action) <address>: New field.
2654         (hash_probe_and_action, equal_probe_and_action): Update.
2655         (register_solib_event_probe): Add address parameter.
2656         (solib_event_probe_at): Update.
2657         (svr4_create_probe_breakpoints): Add objfile parameter.  Use
2658         get_probe_address.
2659         * stap-probe.c (struct stap_probe) <sem_addr>: Update comment.
2660         (stap_get_probe_address): New function.
2661         (stap_can_evaluate_probe_arguments, compute_probe_arg)
2662         (compile_probe_arg): Update.
2663         (stap_set_semaphore, stap_clear_semaphore): Compute semaphore's
2664         address.
2665         (handle_stap_probe): Don't relocate the probe.
2666         (stap_relocate): Remove.
2667         (stap_gen_info_probes_table_values): Update.
2668         (stap_probe_ops): Remove stap_relocate.
2669         * symfile-debug.c (debug_sym_relocate_probe): Remove.
2670         (debug_sym_probe_fns): Update.
2671         * symfile.h (struct sym_probe_fns) <sym_relocate_probe>: Remove.
2672         * symtab.c (init_sal): Use memset.
2673         * symtab.h (struct symtab_and_line) <objfile>: New field.
2674         * tracepoint.c (start_tracing, stop_tracing): Update.
2675
2676 2014-03-03  Tom Tromey  <tromey@redhat.com>
2677
2678         * probe.h (parse_probes, find_probe_by_pc)
2679         (find_probes_in_objfile): Fix comments.
2680
2681 2014-03-02  Doug Evans  <xdje42@gmail.com>
2682
2683         * infrun.c (handle_signal_stop): Replace test for
2684         TARGET_WAITKIND_STOPPED with an assert.
2685
2686 2014-03-02  Doug Evans  <xdje42@gmail.com>
2687
2688         * guile/scm-objfile.c (ofscm_mark_objfile_smob): Fix typo in comment.
2689
2690 2014-03-02  Doug Evans  <xdje42@gmail.com>
2691
2692         * guile/lib/gdb/printing.scm (append-pretty-printer!): Fix thinko.
2693
2694 2014-03-01  Mark Kettenis  <kettenis@gnu.org>
2695
2696         * obsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
2697
2698 2014-03-01  Mark Kettenis  <kettenis@gnu.org>
2699
2700         * i386obsd-nat.c: Include "obsd-nat.h".
2701         (_initialize_i386obsd_nat): Call obsd_add_target instead of
2702         add_target.
2703         * config/i386/obsd.mh (NATDEPFILES): Add obsd-nat.o.
2704
2705 2014-03-01  Mark Kettenis  <kettenis@gnu.org>
2706
2707         * i386obsd-nat.c (i386obsd_supply_pcb): Cast 'sf' to 'gdb_byte *'.
2708
2709 2014-03-01  Mark Kettenis  <kettenis@gnu.org>
2710
2711         * mips64obsd-nat.c: Include "obsd-nath".
2712         (_initialize_mips64obsd_nat): Call obsd_add_target instead of
2713         add_target
2714         * config/mips/obsd64.mh (NATDEPFILES): Add obsd-nat.o.
2715
2716 2014-03-01  Mark Kettenis  <kettenis@gnu.org>
2717
2718         * amd64obsd-nat.c: Include "obsd-nat,h.
2719         (_initialize_amd64obsd_nat): Call obsd_add_target instead of
2720         add_target.
2721         * config/i386/obsd64.mh (NATDEPFILES): Add obsd-nat.o.
2722
2723 2014-02-28  Siva Chandra Reddy  <sivachandra@google.com>
2724
2725         * valops.c (find_oload_champ): Remove unneccesary argument METHOD.
2726         (find_overload_match): Update call to find_oload_champ.
2727         (find_oload_champ_namespace_loop): Likewise
2728
2729 2014-02-28  Mark Kettenis  <kettenis@gnu.org>
2730
2731         * Makefile.in (ALLDEPFILES): Add sparc64obsd-nat.c.
2732
2733         * configure.host (sparc64-*-openbsd*): Set gdb_host to obsd64.
2734         * config/sparc/obsd64.mh: New file.
2735         * sparc64obsd-nat.c: New file.
2736
2737         * obsd-nat.h: New file.
2738         * obsd-nat.c: New file.
2739         * Makefile.in (HFILES_NO_SRCDIR): Add obsd-nat.h.
2740         (ALLDEPFILES): Add obsd-nat.c.
2741
2742 2014-02-28  Tom Tromey  <tromey@redhat.com>
2743
2744         * cli-out.c (cli_ui_out_impl): Now const.  Remove comment.
2745         * cli-out.h (cli_ui_out_impl): Now const.
2746         * mi/mi-out.c (mi_ui_out_impl): Now const.  Remove comment.
2747         * ui-out.c (struct ui_out) <impl>: Now const.
2748         (default_ui_out_impl): Now const.
2749         (ui_out_new): Make 'impl' parameter const.
2750         * ui-out.h (ui_out_new): Update.
2751
2752 2014-02-27  Mark Kettenis  <kettenis@gnu.org>
2753
2754         * solib-svr4.c (svr4_read_so_list): Initialize first_l_name to 0.
2755
2756 2014-02-27  Mark Kettenis  <kettenis@gnu.org>
2757
2758         * sparc-nat.c (sparc_xfer_wcookie): Always use process ID.
2759
2760 2014-02-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2761
2762         Additional PR 8882 fix.
2763         * solib-svr4.c (svr4_read_so_list): Change first to first_l_name.
2764
2765 2014-02-27  Pedro Alves  <palves@redhat.com>
2766
2767         * nat/linux-waitpid.c (my_waitpid): Only block signals if WNOHANG
2768         isn't set.
2769
2770 2014-02-27  Pedro Alves  <palves@redhat.com>
2771
2772         PR 12702
2773         * linux-nat.c (status_to_str): Moved to nat/linux-waitpid.c.
2774         * nat/linux-waitpid.c: Include string.h.
2775         (status_to_str): Moved here and made extern.
2776         * nat/linux-waitpid.h (status_to_str): New declaration.
2777
2778 2014-02-27  Hui Zhu  <hui@codesourcery.com>
2779
2780         PR 12702
2781         * infrun.c (ptid_match): Move ...
2782         * common/ptid.c (ptid_match): ... here.
2783         * inferior.h (ptid_match): Move ...
2784         * common/ptid.h (ptid_match): ... here.
2785
2786 2014-02-27  Mark Kettenis  <kettenis@gnu.org>
2787
2788         * mips64obsd-tdep.c (mips64obsd_init_abi): Call obsd_init_abi.
2789         * configure.tgt (mips64*-*-openbsd*): Add obsd-tdep.c to
2790         gdb_target_obs.
2791
2792 2014-02-27  Mark Kettenis  <kettenis@gnu.org>
2793
2794         * obsd-tdep.c (obsd_auxv_parse): New function.
2795         (obsd_init_abi): Set auxv_parse.
2796
2797         * gdbarch.sh (auxv_parse): New.
2798         * gdbarch.h: Regenerated.
2799         * gdbarch.c: Regenerated.
2800         * auxv.c (target_auxv_parse): Call gdbarch_parse_auxv if provided.
2801
2802 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
2803
2804         * guile/scm-value.c (gdbscm_history_append_x): New function.
2805         (value_functions): Add it.
2806
2807 2014-02-27  Joel Brobecker  <brobecker@adacore.com>
2808
2809         * dwarf2read.c (attr_value_as_address): New function.
2810         (dwarf2_find_base_address, read_call_site_scope): Use
2811         attr_value_as_address in place of DW_ADDR.
2812         (dwarf2_get_pc_bounds): Use attr_value_as_address to get
2813         the low and high addresses.  Slight rework of the handling
2814         of the high pc being a constant form, and limit it to
2815         DWARF verson 4 or higher.
2816         (dwarf2_record_block_ranges): Likewise.
2817         (read_partial_die): Likewise.
2818         (new_symbol_full): Use attr_value_as_address in place of DW_ADDR.
2819
2820 2014-02-26  Tom Tromey  <tromey@redhat.com>
2821
2822         * exec.c (exec_file_attach): Hold a reference to exec_bfd.
2823
2824 2014-02-26  Tom Tromey  <tromey@redhat.com>
2825
2826         * elfread.c (elf_read_minimal_symbols): Return early if
2827         minimal symbols have already been read.  Add "ei" parameter.
2828         (elf_symfile_read): Call elf_read_minimal_symbols earlier.
2829         * minsyms.c (prim_record_minimal_symbol_full): Update.
2830         * objfiles.h (struct objstats) <n_minsyms>: Move...
2831         (struct objfile_per_bfd_storage) <n_minsyms>: ... here.
2832         * symmisc.c (print_objfile_statistics): Update.
2833
2834 2014-02-26  Tom Tromey  <tromey@redhat.com>
2835
2836         * elfread.c (elf_read_minimal_symbols): New function, from
2837         elf_symfile_read.
2838         (elf_symfile_read): Call it.
2839
2840 2014-02-26  Tom Tromey  <tromey@redhat.com>
2841
2842         * minsyms.c (lookup_minimal_symbol, iterate_over_minimal_symbols)
2843         (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
2844         (lookup_minimal_symbol_solib_trampoline)
2845         (lookup_minimal_symbol_by_pc_section_1)
2846         (lookup_minimal_symbol_and_objfile): Update.
2847         (prim_record_minimal_symbol_full): Use the per-BFD obstack.
2848         Don't allocate a minimal symbol if minsyms have already been read.
2849         (build_minimal_symbol_hash_tables): Update.
2850         (install_minimal_symbols): Do nothing if minsyms already read.
2851         Use the per-BFD obstack.
2852         (terminate_minimal_symbol_table): Use the per-BFD obstack.
2853         * objfiles.c (allocate_objfile): Call
2854         terminate_minimal_symbol_table later.
2855         (have_minimal_symbols): Update.
2856         * objfiles.h (struct objfile_per_bfd_storage) <msymbols,
2857         minimal_symbol_count, msymbol_hash, msymbol_demangled_hash>:
2858         Move from struct objfile.
2859         <minsyms_read>: New field.
2860         (struct objfile) <msymbols, minimal_symbol_count,
2861         msymbol_hash, msymbol_demangled_hash>: Move.
2862         (ALL_OBJFILE_MSYMBOLS): Update.
2863         * symfile.c (read_symbols): Set minsyms_read.
2864         (reread_symbols): Update.
2865         * symmisc.c (dump_objfile, dump_msymbols): Update.
2866
2867 2014-02-26  Tom Tromey  <tromey@redhat.com>
2868
2869         * minsyms.c (msymbols_sort): Remove.
2870         * minsyms.h (msymbols_sort): Remove.
2871         * objfiles.c (objfile_relocate1): Don't relocate minsyms.
2872         * symtab.h (MSYMBOL_VALUE_ADDRESS): Use objfile offsets.
2873         * elfread.c (elf_symtab_read): Don't add section offsets.
2874         * xcoffread.c (record_minimal_symbol): Don't add section offset
2875         to minimal symbol address.
2876         * somread.c (text_offset, data_offset): Remove.
2877         (som_symtab_read): Don't add section offsets to minimal symbol
2878         addresses.
2879         * coff-pe-read.c (add_pe_forwarded_sym, read_pe_exported_syms):
2880         Don't add section offsets to minimal symbols.
2881         * coffread.c (coff_symtab_read): Don't add section offsets
2882         to minimal symbol addresses.
2883         * machoread.c (macho_symtab_add_minsym): Don't add section offset
2884         to minimal symbol addresses.
2885         * mipsread.c (read_alphacoff_dynamic_symtab): Don't add
2886         section offset to minimal symbol addresses.
2887         * mdebugread.c (parse_partial_symbols): Don't add section
2888         offset to minimal symbol addresses.
2889         * dbxread.c (read_dbx_dynamic_symtab): Don't add section
2890         offset to minimal symbol addresses.
2891
2892 2014-02-26  Tom Tromey  <tromey@redhat.com>
2893
2894         * ada-lang.c (ada_main_name): Update.
2895         (ada_add_standard_exceptions): Update.
2896         * ada-tasks.c (ada_tasks_inferior_data_sniffer): Update.
2897         * aix-thread.c (pdc_symbol_addrs, pd_enable): Update.
2898         * arm-tdep.c (skip_prologue_function, arm_skip_stub): Update.
2899         * auxv.c (ld_so_xfer_auxv): Update.
2900         * avr-tdep.c (avr_scan_prologue): Update.
2901         * ax-gdb.c (gen_var_ref): Update.
2902         * blockframe.c (get_pc_function_start)
2903         (find_pc_partial_function_gnu_ifunc): Update.
2904         * breakpoint.c (create_overlay_event_breakpoint)
2905         (create_longjmp_master_breakpoint)
2906         (create_std_terminate_master_breakpoint)
2907         (create_exception_master_breakpoint): Update.
2908         * bsd-uthread.c (bsd_uthread_lookup_address): Update.
2909         * c-valprint.c (c_val_print): Update.
2910         * coff-pe-read.c (add_pe_forwarded_sym): Update.
2911         * common/agent.c (agent_look_up_symbols): Update.
2912         * dbxread.c (find_stab_function_addr, end_psymtab): Update.
2913         * dwarf2loc.c (call_site_to_target_addr): Update.
2914         * dwarf2read.c (dw2_find_pc_sect_symtab): Update.
2915         * elfread.c (elf_gnu_ifunc_record_cache)
2916         (elf_gnu_ifunc_resolve_by_got): Update.
2917         * findvar.c (default_read_var_value): Update.
2918         * frame.c (inside_main_func): Update.
2919         * frv-tdep.c (frv_frame_this_id): Update.
2920         * glibc-tdep.c (glibc_skip_solib_resolver): Update.
2921         * gnu-v3-abi.c (gnuv3_get_typeid, gnuv3_skip_trampoline):
2922         Update.
2923         * hppa-hpux-tdep.c (hppa64_hpux_search_dummy_call_sequence)
2924         (hppa_hpux_find_dummy_bpaddr): Update.
2925         * hppa-tdep.c (hppa_symbol_address): Update.
2926         * infcmd.c (until_next_command): Update.
2927         * jit.c (jit_read_descriptor, jit_breakpoint_re_set_internal):
2928         Update.
2929         * linespec.c (minsym_found, add_minsym): Update.
2930         * linux-nat.c (get_signo): Update.
2931         * linux-thread-db.c (inferior_has_bug): Update.
2932         * m32c-tdep.c (m32c_return_value)
2933         (m32c_m16c_address_to_pointer): Update.
2934         * m32r-tdep.c (m32r_frame_this_id): Update.
2935         * m68hc11-tdep.c (m68hc11_get_register_info): Update.
2936         * machoread.c (macho_resolve_oso_sym_with_minsym): Update.
2937         * maint.c (maintenance_translate_address): Update.
2938         * minsyms.c (lookup_minimal_symbol_by_pc_name): Update.
2939         (frob_address): New function.
2940         (lookup_minimal_symbol_by_pc_section_1): Use raw addresses,
2941         frob_address.  Rename parameter to "pc_in".
2942         (compare_minimal_symbols, compact_minimal_symbols): Use raw
2943         addresses.
2944         (find_solib_trampoline_target, minimal_symbol_upper_bound):
2945         Update.
2946         * mips-linux-tdep.c (mips_linux_skip_resolver): Update.
2947         * mips-tdep.c (mips_skip_pic_trampoline_code): Update.
2948         * objc-lang.c (find_objc_msgsend): Update.
2949         * objfiles.c (objfile_relocate1): Update.
2950         * obsd-tdep.c (obsd_skip_solib_resolver): Update.
2951         * p-valprint.c (pascal_val_print): Update.
2952         * parse.c (write_exp_msymbol): Update.
2953         * ppc-linux-tdep.c (ppc_linux_spe_context_lookup)
2954         (ppc_elfv2_skip_entrypoint): Update.
2955         * ppc-sysv-tdep.c (convert_code_addr_to_desc_addr): Update.
2956         * printcmd.c (build_address_symbolic, msym_info)
2957         (address_info): Update.
2958         * proc-service.c (ps_pglobal_lookup): Update.
2959         * psymtab.c (find_pc_sect_psymtab_closer)
2960         (find_pc_sect_psymtab, find_pc_sect_symtab_from_partial):
2961         Change msymbol parameter to bound_minimal_symbol.
2962         * ravenscar-thread.c (get_running_thread_id): Update.
2963         * remote.c (remote_check_symbols): Update.
2964         * sh64-tdep.c (sh64_elf_make_msymbol_special): Use raw
2965         address.
2966         * sol2-tdep.c (sol2_skip_solib_resolver): Update.
2967         * solib-dsbt.c (lm_base): Update.
2968         * solib-frv.c (lm_base, main_got): Update.
2969         * solib-irix.c (locate_base): Update.
2970         * solib-som.c (som_solib_create_inferior_hook)
2971         (link_map_start): Update.
2972         * solib-spu.c (spu_enable_break, ocl_enable_break): Update.
2973         * solib-svr4.c (elf_locate_base, enable_break): Update.
2974         * spu-tdep.c (spu_get_overlay_table, spu_catch_start)
2975         (flush_ea_cache): Update.
2976         * stabsread.c (define_symbol, scan_file_globals): Update.
2977         * stack.c (find_frame_funname): Update.
2978         * symfile-debug.c (debug_qf_expand_symtabs_matching)
2979         (debug_qf_find_pc_sect_symtab): Update.
2980         * symfile.c (simple_read_overlay_table)
2981         (simple_overlay_update): Update.
2982         * symfile.h (struct quick_symbol_functions)
2983         <find_pc_sect_symtab>: Change type of msymbol to
2984         bound_minimal_symbol.
2985         * symmisc.c (dump_msymbols): Update.
2986         * symtab.c (find_pc_sect_symtab_via_partial)
2987         (find_pc_sect_psymtab, find_pc_sect_line, skip_prologue_sal)
2988         (search_symbols, print_msymbol_info): Update.
2989         * symtab.h (MSYMBOL_VALUE_RAW_ADDRESS): New macro.
2990         (MSYMBOL_VALUE_ADDRESS): Redefine.
2991         (BMSYMBOL_VALUE_ADDRESS): New macro.
2992         * tracepoint.c (scope_info): Update.
2993         * tui/tui-disasm.c (tui_find_disassembly_address)
2994         (tui_get_begin_asm_address): Update.
2995         * valops.c (find_function_in_inferior): Update.
2996         * value.c (value_static_field, value_fn_field): Update.
2997
2998 2014-02-26  Tom Tromey  <tromey@redhat.com>
2999
3000         * ada-lang.c (ada_update_initial_language): Update.
3001         (ada_main_name, ada_has_this_exception_support): Update.
3002         * ada-tasks.c (ada_tasks_inferior_data_sniffer): Update.
3003         * aix-thread.c (pdc_symbol_addrs, pd_enable): Update.
3004         * arm-tdep.c (arm_skip_stub): Update.
3005         * auxv.c (ld_so_xfer_auxv): Update.
3006         * avr-tdep.c (avr_scan_prologue): Update.
3007         * ax-gdb.c (gen_var_ref): Update.
3008         * breakpoint.c (struct breakpoint_objfile_data)
3009         <overlay_msym, longjmp_msym, terminate_msym, exception_msym>: Change
3010         type to bound_minimal_symbol.
3011         (create_overlay_event_breakpoint)
3012         (create_longjmp_master_breakpoint)
3013         (create_std_terminate_master_breakpoint)
3014         (create_exception_master_breakpoint): Update.
3015         * bsd-uthread.c (bsd_uthread_lookup_address): Update.
3016         * c-exp.y (classify_name): Update.
3017         * coffread.c (coff_symfile_read): Update.
3018         * common/agent.c (agent_look_up_symbols): Update.
3019         * d-lang.c (d_main_name): Update.
3020         * dbxread.c (find_stab_function_addr, end_psymtab): Update.
3021         * dec-thread.c (enable_dec_thread): Update.
3022         * dwarf2loc.c (call_site_to_target_addr): Update.
3023         * elfread.c (elf_gnu_ifunc_resolve_by_got): Update.
3024         * eval.c (evaluate_subexp_standard): Update.
3025         * findvar.c (struct minsym_lookup_data) <result>: Change type
3026         to bound_minimal_symbol.
3027         <objfile>: Remove.
3028         (minsym_lookup_iterator_cb, default_read_var_value): Update.
3029         * frame.c (inside_main_func): Update.
3030         * frv-tdep.c (frv_frame_this_id): Update.
3031         * gcore.c (call_target_sbrk): Update.
3032         * glibc-tdep.c (glibc_skip_solib_resolver): Update.
3033         * gnu-v3-abi.c (gnuv3_get_typeid, gnuv3_skip_trampoline):
3034         Update.
3035         * go-lang.c (go_main_name): Update.
3036         * hppa-hpux-tdep.c (hppa_hpux_skip_trampoline_code)
3037         (hppa_hpux_find_import_stub_for_addr): Update.
3038         * hppa-tdep.c (hppa_extract_17, hppa_lookup_stub_minimal_symbol):
3039         Update.  Change return type.
3040         * hppa-tdep.h (hppa_lookup_stub_minimal_symbol): Change return
3041         type.
3042         * jit.c (jit_breakpoint_re_set_internal): Update.
3043         * linux-fork.c (inferior_call_waitpid, checkpoint_command):
3044         Update.
3045         * linux-nat.c (get_signo): Update.
3046         * linux-thread-db.c (inferior_has_bug): Update
3047         * m32c-tdep.c (m32c_return_value)
3048         (m32c_m16c_address_to_pointer): Update.
3049         * m32r-tdep.c (m32r_frame_this_id): Update.
3050         * m68hc11-tdep.c (m68hc11_get_register_info): Update.
3051         * machoread.c (macho_resolve_oso_sym_with_minsym): Update.
3052         * minsyms.c (lookup_minimal_symbol_internal): Rename to
3053         lookup_minimal_symbol.  Change return type.
3054         (lookup_minimal_symbol): Remove.
3055         (lookup_bound_minimal_symbol): Update.
3056         (lookup_minimal_symbol_text): Change return type.
3057         (lookup_minimal_symbol_solib_trampoline): Change return type.
3058         * minsyms.h (lookup_minimal_symbol, lookup_minimal_symbol_text)
3059         (lookup_minimal_symbol_solib_trampoline): Change return type.
3060         * mips-linux-tdep.c (mips_linux_skip_resolver): Update.
3061         * objc-lang.c (lookup_objc_class, lookup_child_selector)
3062         (value_nsstring, find_imps): Update.
3063         * obsd-tdep.c (obsd_skip_solib_resolver): Update.
3064         * p-lang.c (pascal_main_name): Update.
3065         * ppc-linux-tdep.c (ppc_linux_spe_context_lookup): Update.
3066         * ppc-sysv-tdep.c (convert_code_addr_to_desc_addr): Update.
3067         * proc-service.c (ps_pglobal_lookup): Update.
3068         * ravenscar-thread.c (get_running_thread_msymbol): Change
3069         return type.
3070         (has_ravenscar_runtime, get_running_thread_id): Update.
3071         * remote.c (remote_check_symbols): Update.
3072         * sol-thread.c (ps_pglobal_lookup): Update.
3073         * sol2-tdep.c (sol2_skip_solib_resolver): Update.
3074         * solib-dsbt.c (lm_base): Update.
3075         * solib-frv.c (lm_base, frv_relocate_section_addresses):
3076         Update.
3077         * solib-irix.c (locate_base): Update.
3078         * solib-som.c (som_solib_create_inferior_hook)
3079         (som_solib_desire_dynamic_linker_symbols, link_map_start):
3080         Update.
3081         * solib-spu.c (spu_enable_break): Update.
3082         * solib-svr4.c (elf_locate_base, enable_break): Update.
3083         * spu-tdep.c (spu_get_overlay_table, spu_catch_start)
3084         (flush_ea_cache): Update.
3085         * stabsread.c (define_symbol): Update.
3086         * symfile.c (simple_read_overlay_table): Update.
3087         * symtab.c (find_pc_sect_line): Update.
3088         * tracepoint.c (scope_info): Update.
3089         * tui-disasm.c (tui_get_begin_asm_address): Update.
3090         * value.c (value_static_field): Update.
3091
3092 2014-02-26  Tom Tromey  <tromey@redhat.com>
3093
3094         * minsyms.c (prim_record_minimal_symbol_full): Use
3095         SET_MSYMBOL_VALUE_ADDRESS.
3096         * objfiles.c (objfile_relocate1): Use SET_MSYMBOL_VALUE_ADDRESS.
3097         * sh64-tdep.c (sh64_elf_make_msymbol_special): Use
3098         SET_MSYMBOL_VALUE_ADDRESS.
3099         * symtab.h (MSYMBOL_VALUE_ADDRESS): Expand to an rvalue.
3100         (SET_MSYMBOL_VALUE_ADDRESS): New macro.
3101
3102 2014-02-26  Tom Tromey  <tromey@redhat.com>
3103
3104         * symtab.h (struct minimal_symbol) <mginfo>: Rename from ginfo.
3105         (MSYMBOL_VALUE, MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
3106         (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
3107         (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
3108         (MSYMBOL_LINKAGE_NAME, MSYMBOL_PRINT_NAME, MSYMBOL_DEMANGLED_NAME)
3109         (MSYMBOL_SET_LANGUAGE, MSYMBOL_SEARCH_NAME)
3110         (MSYMBOL_MATCHES_SEARCH_NAME, MSYMBOL_SET_NAMES): New macros.
3111         * ada-lang.c (ada_main_name): Update.
3112         (ada_lookup_simple_minsym): Update.
3113         (ada_make_symbol_completion_list): Update.
3114         (ada_add_standard_exceptions): Update.
3115         * ada-tasks.c (read_atcb, ada_tasks_inferior_data_sniffer): Update.
3116         * aix-thread.c (pdc_symbol_addrs, pd_enable): Update.
3117         * amd64-windows-tdep.c (amd64_skip_main_prologue): Update.
3118         * arm-tdep.c (skip_prologue_function): Update.
3119         (arm_skip_stack_protector, arm_skip_stub): Update.
3120         * arm-wince-tdep.c (arm_pe_skip_trampoline_code): Update.
3121         (arm_wince_skip_main_prologue): Update.
3122         * auxv.c (ld_so_xfer_auxv): Update.
3123         * avr-tdep.c (avr_scan_prologue): Update.
3124         * ax-gdb.c (gen_var_ref): Update.
3125         * block.c (call_site_for_pc): Update.
3126         * blockframe.c (get_pc_function_start): Update.
3127         (find_pc_partial_function_gnu_ifunc): Update.
3128         * breakpoint.c (create_overlay_event_breakpoint): Update.
3129         (create_longjmp_master_breakpoint): Update.
3130         (create_std_terminate_master_breakpoint): Update.
3131         (create_exception_master_breakpoint): Update.
3132         (resolve_sal_pc): Update.
3133         * bsd-uthread.c (bsd_uthread_lookup_address): Update.
3134         * btrace.c (ftrace_print_function_name, ftrace_function_switched):
3135         Update.
3136         * c-valprint.c (c_val_print): Update.
3137         * coff-pe-read.c (add_pe_forwarded_sym): Update.
3138         * coffread.c (coff_symfile_read): Update.
3139         * common/agent.c (agent_look_up_symbols): Update.
3140         * dbxread.c (find_stab_function_addr): Update.
3141         (end_psymtab): Update.
3142         * dwarf2loc.c (call_site_to_target_addr): Update.
3143         (func_verify_no_selftailcall): Update.
3144         (tailcall_dump): Update.
3145         (call_site_find_chain_1): Update.
3146         (dwarf_expr_reg_to_entry_parameter): Update.
3147         * elfread.c (elf_gnu_ifunc_record_cache): Update.
3148         (elf_gnu_ifunc_resolve_by_got): Update.
3149         * f-valprint.c (info_common_command): Update.
3150         * findvar.c (read_var_value): Update.
3151         * frame.c (get_prev_frame_1): Update.
3152         (inside_main_func): Update.
3153         * frv-tdep.c (frv_skip_main_prologue): Update.
3154         (frv_frame_this_id): Update.
3155         * glibc-tdep.c (glibc_skip_solib_resolver): Update.
3156         * gnu-v2-abi.c (gnuv2_value_rtti_type): Update.
3157         * gnu-v3-abi.c (gnuv3_rtti_type): Update.
3158         (gnuv3_skip_trampoline): Update.
3159         * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline): Update.
3160         (hppa64_hpux_in_solib_call_trampoline): Update.
3161         (hppa_hpux_skip_trampoline_code): Update.
3162         (hppa64_hpux_search_dummy_call_sequence): Update.
3163         (hppa_hpux_find_import_stub_for_addr): Update.
3164         (hppa_hpux_find_dummy_bpaddr): Update.
3165         * hppa-tdep.c (hppa_symbol_address)
3166         (hppa_lookup_stub_minimal_symbol): Update.
3167         * i386-tdep.c (i386_skip_main_prologue): Update.
3168         (i386_pe_skip_trampoline_code): Update.
3169         * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
3170         * infcall.c (get_function_name): Update.
3171         * infcmd.c (until_next_command): Update.
3172         * jit.c (jit_breakpoint_re_set_internal): Update.
3173         (jit_inferior_init): Update.
3174         * linespec.c (minsym_found): Update.
3175         (add_minsym): Update.
3176         * linux-fork.c (info_checkpoints_command): Update.
3177         * linux-nat.c (get_signo): Update.
3178         * linux-thread-db.c (inferior_has_bug): Update.
3179         * m32c-tdep.c (m32c_return_value): Update.
3180         (m32c_m16c_address_to_pointer): Update.
3181         (m32c_m16c_pointer_to_address): Update.
3182         * m32r-tdep.c (m32r_frame_this_id): Update.
3183         * m68hc11-tdep.c (m68hc11_get_register_info): Update.
3184         * machoread.c (macho_resolve_oso_sym_with_minsym): Update.
3185         * maint.c (maintenance_translate_address): Update.
3186         * minsyms.c (add_minsym_to_hash_table): Update.
3187         (add_minsym_to_demangled_hash_table): Update.
3188         (msymbol_objfile): Update.
3189         (lookup_minimal_symbol): Update.
3190         (iterate_over_minimal_symbols): Update.
3191         (lookup_minimal_symbol_text): Update.
3192         (lookup_minimal_symbol_by_pc_name): Update.
3193         (lookup_minimal_symbol_solib_trampoline): Update.
3194         (lookup_minimal_symbol_by_pc_section_1): Update.
3195         (lookup_minimal_symbol_and_objfile): Update.
3196         (prim_record_minimal_symbol_full): Update.
3197         (compare_minimal_symbols): Update.
3198         (compact_minimal_symbols): Update.
3199         (build_minimal_symbol_hash_tables): Update.
3200         (install_minimal_symbols): Update.
3201         (terminate_minimal_symbol_table): Update.
3202         (find_solib_trampoline_target): Update.
3203         (minimal_symbol_upper_bound): Update.
3204         * mips-linux-tdep.c (mips_linux_skip_resolver): Update.
3205         * mips-tdep.c (mips_stub_frame_sniffer): Update.
3206         (mips_skip_pic_trampoline_code): Update.
3207         * msp430-tdep.c (msp430_skip_trampoline_code): Update.
3208         * objc-lang.c (selectors_info): Update.
3209         (classes_info): Update.
3210         (find_methods): Update.
3211         (find_imps): Update.
3212         (find_objc_msgsend): Update.
3213         * objfiles.c (objfile_relocate1): Update.
3214         * objfiles.h (ALL_OBJFILE_MSYMBOLS): Update.
3215         * obsd-tdep.c (obsd_skip_solib_resolver): Update.
3216         * p-valprint.c (pascal_val_print): Update.
3217         * parse.c (write_exp_msymbol): Update.
3218         * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code)
3219         (ppc_linux_spe_context_lookup, ppc_elfv2_skip_entrypoint): Update.
3220         * ppc-sysv-tdep.c (convert_code_addr_to_desc_addr): Update.
3221         * printcmd.c (build_address_symbolic): Update.
3222         (sym_info): Update.
3223         (address_info): Update.
3224         * proc-service.c (ps_pglobal_lookup): Update.
3225         * psymtab.c (find_pc_sect_psymtab_closer): Update.
3226         (find_pc_sect_psymtab): Update.
3227         * python/py-framefilter.c (py_print_frame): Update.
3228         * ravenscar-thread.c (get_running_thread_id): Update.
3229         * record-btrace.c (btrace_call_history, btrace_get_bfun_name):
3230         Update.
3231         * remote.c (remote_check_symbols): Update.
3232         * rs6000-tdep.c (rs6000_skip_main_prologue): Update.
3233         (rs6000_skip_trampoline_code): Update.
3234         * sh64-tdep.c (sh64_elf_make_msymbol_special): Update.
3235         * sol2-tdep.c (sol2_skip_solib_resolver): Update.
3236         * solib-dsbt.c (lm_base): Update.
3237         * solib-frv.c (lm_base): Update.
3238         (main_got): Update.
3239         * solib-irix.c (locate_base): Update.
3240         * solib-som.c (som_solib_create_inferior_hook): Update.
3241         (som_solib_desire_dynamic_linker_symbols): Update.
3242         (link_map_start): Update.
3243         * solib-spu.c (spu_enable_break): Update.
3244         (ocl_enable_break): Update.
3245         * solib-svr4.c (elf_locate_base): Update.
3246         (enable_break): Update.
3247         * spu-tdep.c (spu_get_overlay_table): Update.
3248         (spu_catch_start): Update.
3249         (flush_ea_cache): Update.
3250         * stabsread.c (define_symbol): Update.
3251         (scan_file_globals): Update.
3252         * stack.c (find_frame_funname): Update.
3253         (frame_info): Update.
3254         * symfile.c (simple_read_overlay_table): Update.
3255         (simple_overlay_update): Update.
3256         * symmisc.c (dump_msymbols): Update.
3257         * symtab.c (fixup_section): Update.
3258         (find_pc_sect_line): Update.
3259         (skip_prologue_sal): Update.
3260         (search_symbols): Update.
3261         (print_msymbol_info): Update.
3262         (rbreak_command): Update.
3263         (MCOMPLETION_LIST_ADD_SYMBOL): New macro.
3264         (completion_list_objc_symbol): Update.
3265         (default_make_symbol_completion_list_break_on): Update.
3266         * tracepoint.c (scope_info): Update.
3267         * tui/tui-disasm.c (tui_find_disassembly_address): Update.
3268         (tui_get_begin_asm_address): Update.
3269         * valops.c (find_function_in_inferior): Update.
3270         * value.c (value_static_field): Update.
3271         (value_fn_field): Update.
3272
3273 2014-02-26  Tom Tromey  <tromey@redhat.com>
3274
3275         * blockframe.c (find_pc_partial_function_gnu_ifunc): Use
3276         bound minimal symbols.  Move code that knows about minsym
3277         table layout...
3278         * minsyms.c (minimal_symbol_upper_bound): ... here.  New
3279         function.
3280         * minsyms.h (minimal_symbol_upper_bound): Declare.
3281         * objc-lang.c (find_objc_msgsend): Use bound minimal symbols,
3282         minimal_symbol_upper_bound.
3283
3284 2014-02-27  Joel Brobecker  <brobecker@adacore.com>
3285
3286         * python/lib/gdb/printing.py (RegexpCollectionPrettyPrinter):
3287         Use the type's name if its basic type does not have a tag.
3288
3289 2014-02-27  Joel Brobecker  <brobecker@adacore.com>
3290
3291         * dwarf2read.c (read_subrange_type): Add comment.
3292
3293 2014-02-27  Joel Brobecker  <brobecker@adacore.com>
3294
3295         * dwarf2read.c (update_enumeration_type_from_children): New
3296         function, mostly extracted from process_structure_scope.
3297         (read_enumeration_type): Call update_enumeration_type_from_children.
3298         (process_enumeration_scope): Do not set THIS_TYPE's flag_unsigned
3299         and flag_flag_enum fields.
3300
3301 2014-02-26  Pedro Alves  <palves@redhat.com>
3302
3303         * bsd-uthread.c (bsd_uthread_xfer_partial): Delete function.
3304         (bsd_uthread_target): Don't install bsd_uthread_xfer_partial as
3305         to_xfer_partial method.
3306
3307 2014-02-26  Pedro Alves  <palves@redhat.com>
3308
3309         * target.c (complete_target_initialization): Don't install
3310         default_xfer_partial as to_xfer_partial hook.
3311         (nomemory): Delete.
3312         (update_current_target): Don't INHERIT nor de_fault
3313         deprecated_xfer_memory.  Delete de_fault macro.
3314         (default_xfer_partial, deprecated_debug_xfer_memory): Delete.
3315         (setup_target_debug): Don't install a deprecated_xfer_memory hook.
3316         * target.h (struct target_ops) <deprecated_xfer_memory>: Delete
3317         field.
3318
3319 2014-02-26  Pedro Alves  <palves@redhat.com>
3320
3321         * go32-nat.c (my_write_child): New function.
3322         (go32_xfer_memory): Rewrite as to_xfer_partial helper.
3323         (go32_xfer_partial): New function.
3324         (init_go32_ops): Don't install a deprecated_xfer_memory hook.
3325         Instead install a to_xfer_partial hook.
3326
3327 2014-02-26  Pedro Alves  <palves@redhat.com>
3328
3329         * nto-procfs.c (procfs_xfer_memory): Adjust interface as a
3330         to_xfer_partial helper.  Rewrite.
3331         (procfs_xfer_partial): New function.
3332         (init_procfs_ops): Don't install a deprecated_xfer_memory hook.
3333         Install a to_xfer_partial hook.
3334
3335 2014-02-26  Pedro Alves  <palves@redhat.com>
3336
3337         * remote-m32r-sdi.c (send_data): Constify 'buf' parameter.
3338         (m32r_xfer_memory): Adjust as a to_xfer_partial helper.
3339         (m32r_xfer_partial): New function.
3340         (init_m32r_ops): Don't install a deprecated_xfer_memory hook.
3341         Install a to_xfer_partial hook.
3342
3343 2014-02-26  Pedro Alves  <palves@redhat.com>
3344
3345         * remote-mips.c (mips_xfer_memory): Adjust as to_xfer_partial
3346         helper.
3347         (mips_xfer_partial): New function.
3348         (_initialize_remote_mips): Don't install a deprecated_xfer_memory
3349         hook.  Install a to_xfer_partial hook.
3350
3351 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
3352
3353         * gdbtypes.h (create_array_type_with_stride): Add declaration.
3354         * gdbtypes.c (create_array_type_with_stride): New function,
3355         renaming create_array_type, but with an added parameter
3356         called "bit_stride".
3357         (create_array_type): Re-implement using
3358         create_array_type_with_stride.
3359         * dwarf2read.c (read_array_type): Add support for DW_AT_byte_stride
3360         and DW_AT_bit_stride attributes.
3361
3362 2014-02-26  Pedro Alves  <palves@redhat.com>
3363
3364         * breakpoint.c (bpstat_check_breakpoint_conditions): Handle
3365         task-specific breakpoints.
3366
3367 2014-02-25  Pedro Alves  <palves@redhat.com>
3368
3369         * ia64-linux-nat.c (ia64_linux_xfer_partial): Reimplement
3370         handling of object == TARGET_OBJECT_UNWIND_TABLE.
3371
3372 2014-02-25  Stan Shebs  <stan@codesourcery.com>
3373
3374         * defs.h: Annotate comments for Doxygen.
3375
3376 2014-02-25  Tom Tromey  <tromey@redhat.com>
3377
3378         * target.h (target_ignore): Don't declare.
3379         * target.c (target_ignore): Remove.
3380
3381 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
3382
3383         PR gdb/16626
3384         * auto-load.c (auto_load_objfile_script_1): Change filename to
3385         debugfile.
3386
3387 2014-02-25  Joel Brobecker  <brobecker@adacore.com>
3388
3389         * ia64-linux-nat.c (ia64_linux_xfer_partial): Add function
3390         documentation.  Adjust prototype to match the target_ops
3391         to_xfer_partial method.  Adjust implementation accordingly.
3392
3393 2014-02-25  Hui Zhu  <hui@codesourcery.com>
3394
3395         * target.h (target_ops): Fix TARGET_DEFAULT_RETURN of
3396         to_traceframe_info.
3397
3398 2014-02-25  Kevin Buettner  <kevinb@redhat.com>
3399
3400         * rl78-tdep.c (RL78_BANK0_RP0_PTR_REGNUM, RL78_BANK0_RP1_PTR_REGNUM)
3401         (RL78_BANK0_RP2_PTR_REGNUM, RL78_BANK0_RP3_PTR_REGNUM)
3402         (RL78_BANK1_RP0_PTR_REGNUM, RL78_BANK1_RP1_PTR_REGNUM)
3403         (RL78_BANK1_RP2_PTR_REGNUM, RL78_BANK1_RP3_PTR_REGNUM)
3404         (RL78_BANK2_RP0_PTR_REGNUM, RL78_BANK2_RP1_PTR_REGNUM)
3405         (RL78_BANK2_RP2_PTR_REGNUM, RL78_BANK2_RP3_PTR_REGNUM)
3406         (RL78_BANK3_RP0_PTR_REGNUM, RL78_BANK3_RP1_PTR_REGNUM)
3407         (RL78_BANK3_RP2_PTR_REGNUM, RL78_BANK3_RP3_PTR_REGNUM):
3408         New constants.
3409         (rl78_register_type): Use a data pointer type for SP and
3410         new pseudo registers mentioned above.  Use a 16 bit integer
3411         type for all other register pairs.
3412         (rl78_register_name, rl78_g10_register_name): Update for
3413         new pseudo registers.
3414         (rl78_pseudo_register_read): Likewise.
3415         (rl78_pseudo_register_write): Likewise.
3416         (rl78_dwarf_reg_to_regnum): Return register numbers representing
3417         to the newly added pseudo registers.
3418
3419 2014-02-24  Doug Evans  <dje@google.com>
3420
3421         * value.c (record_latest_value): Fix comment.
3422         * printcmd.c (print_command_1): Remove code to handle -1 return from
3423         record_latest_value.
3424
3425 2014-02-24  Pedro Alves  <palves@redhat.com>
3426
3427         * procfs.c (procfs_target): Don't install procfs_xfer_memory as
3428         deprecated_xfer_memory hook.
3429         (procfs_xfer_partial): Call procfs_xfer_memory instead
3430         of the deprecated_xfer_memory target hook.
3431         (procfs_xfer_memory): Adjust interface as a to_xfer_partial
3432         helper.
3433
3434 2014-02-24  Yuanhui Zhang  <asmwarrior@gmail.com>
3435
3436         * windows-nat.c (windows_xfer_shared_libraries): Return
3437         TARGET_XFER_EOF if LEN is zero to fix an assert failure when
3438         requested object is TARGET_OBJECT_LIBRARIES.
3439
3440 2014-02-24  Yao Qi  <yao@codesourcery.com>
3441
3442         * target.h (enum target_xfer_status)
3443         <TARGET_XFER_E_UNAVAILABLE>: Rename it to ...
3444         <TARGET_XFER_UNAVAILABLE>: ... it with setting value 2
3445         explicitly.  New.
3446         * corefile.c (memory_error_message): User updated.
3447         * exec.c (section_table_read_available_memory): Likewise.
3448         * record-btrace.c (record_btrace_xfer_partial): Likewise.
3449         * target.c (target_xfer_status_to_string): Likewise.
3450         (raw_memory_xfer_partial): Likewise.
3451         (memory_xfer_partial_1, target_xfer_partial): Likewise.
3452         * valops.c (read_value_memory): Likewise.
3453         * exec.h: Update comments.
3454
3455 2014-02-24  Yao Qi  <yao@codesourcery.com>
3456
3457         * target.c (target_xfer_status_to_string): Rename argument err
3458         to status.
3459         * target.h (target_xfer_status_to_string): Update declaration.
3460         Replace target_xfer_error_to_string with
3461         target_xfer_status_to_string in comment.
3462
3463 2014-02-24  Yao Qi  <yao@codesourcery.com>
3464
3465         * mips-linux-nat.c (super_close): Update its type.
3466         (mips_linux_close): Pass 'self' to super_close.
3467
3468 2014-02-24  Yao Qi  <yao@codesourcery.com>
3469
3470         * target.h (TARGET_XFER_STATUS_ERROR_P): Remove.
3471         * corefile.c (read_memory): Adjusted.
3472         * target.c (target_write_with_progress): Adjusted.
3473
3474 2014-02-23  Yao Qi  <yao@codesourcery.com>
3475
3476         Revert two patches:
3477
3478         2013-10-25  Yao Qi  <yao@codesourcery.com>
3479
3480         * remote.c (remote_traceframe_info): Return early if
3481         traceframe is not selected.
3482
3483         2013-07-19  Yao Qi  <yao@codesourcery.com>
3484
3485         * target.c (update_current_target): Change the default action
3486         of 'to_traceframe_info' from tcomplain to return_zero.
3487         * target.h (struct target_ops) <to_traceframe_info>: Add more
3488         comments.
3489
3490 2014-02-23  Yao Qi  <yao@codesourcery.com>
3491
3492         * valops.c (read_value_memory): Rewrite it.  Call
3493         target_xfer_partial in a loop.
3494         * exec.h (section_table_available_memory): Remove declaration.
3495         Move comments to ...
3496         * exec.c (section_table_available_memory): ... here.  Make it
3497         static.
3498
3499 2014-02-23  Yao Qi  <yao@codesourcery.com>
3500
3501         * exec.c (section_table_read_available_memory): New function.
3502         * exec.h (section_table_read_available_memory): Declare.
3503         * ctf.c (ctf_xfer_partial): Call
3504         section_table_read_available_memory.
3505         * tracefile-tfile.c (tfile_xfer_partial): Likewise.
3506
3507 2014-02-23  Yao Qi  <yao@codesourcery.com>
3508
3509         * ctf.c (ctf_xfer_partial): Move code to ...
3510         * exec.c (exec_read_partial_read_only): ... it.  New function.
3511         * tracefile-tfile.c (tfile_xfer_partial): Likewise.
3512         * tracefile.c: Include "exec.h".
3513         * exec.h (exec_read_partial_read_only): Declare.
3514
3515 2014-02-23  Yao Qi  <yao@codesourcery.com>
3516
3517         * tracefile-tfile.c (tfile_has_all_memory): Remove.
3518         (tfile_has_memory): Remove.
3519         (init_tfile_ops): Don't set fields to_has_all_memory and
3520         to_has_memory of tfile_ops.
3521         * tracefile.c (tracefile_has_all_memory): New function.
3522         (tracefile_has_memory): New function.
3523         (init_tracefile_ops): Initialize fields to_has_all_memory and
3524         to_has_memory of 'ops'.
3525
3526 2014-02-23  Yao Qi  <yao@codesourcery.com>
3527
3528         * ctf.c (ctf_has_stack, ctf_has_registers): Remove.
3529         (ctf_thread_alive, ctf_get_trace_status): Remove.
3530         (init_ctf_ops): Don't set some fields of ctf_ops.  Call
3531         init_tracefile_ops.
3532         * tracefile-tfile.c (tfile_get_trace_status): Remove.
3533         (tfile_has_stack, tfile_has_registers): Remove.
3534         (tfile_thread_alive): Remove.
3535         (init_tfile_ops): Don't set some fields of tfile_ops.  Call
3536         init_tracefile_ops.
3537         * tracefile.c (tracefile_has_stack): New function.
3538         (tracefile_has_registers): New function.
3539         (tracefile_thread_alive): New function.
3540         (tracefile_get_trace_status): New function.
3541         (init_tracefile_ops): New function.
3542         * tracefile.h (init_tracefile_ops): Declare.
3543
3544 2014-02-23  Yao Qi  <yao@codesourcery.com>
3545
3546         * tracepoint.c (TFILE_PID): Move it to tracefile-tfile.c.
3547         (O_LARGEFILE): Likewise.
3548         (tfile_ops): Likewise.
3549         (TRACE_HEADER_SIZE): Likewise.
3550         (trace_fd, trace_frames_offset, cur_offset): Likewise.
3551         (cur_data_size): Likewise.
3552         (tfile_read, tfile_open, tfile_interp_line): Likewise.
3553         (tfile_close, tfile_files_info): Likewise.
3554         (tfile_get_trace_status): Likewise.
3555         (tfile_get_tracepoint_status): Likewise.
3556         (tfile_get_traceframe_address): Likewise.
3557         (tfile_trace_find, match_blocktype): Likewise.
3558         (traceframe_walk_blocks, traceframe_find_block_type): Likewise.
3559         (tfile_fetch_registers, tfile_xfer_partial): Likewise.
3560         (tfile_get_trace_state_variable_value): Likewise.
3561         (tfile_has_all_memory, tfile_has_memory): Likewise.
3562         (tfile_has_stack, tfile_has_registers): Likewise.
3563         (tfile_thread_alive, build_traceframe_info): Likewise.
3564         (tfile_traceframe_info, init_tfile_ops): Likewise.
3565         (_initialize_tracepoint): Don't call init_tfile_ops
3566         and add_target_with_completer.
3567         * tracefile-tfile.c: Include regcache.h, inferior.h, gdbthread.h,
3568         exec.h, completer.h and filenames.h.
3569         (_initialize_tracefile_tfile): New function.
3570
3571 2014-02-23  Yao Qi  <yao@codesourcery.com>
3572
3573         * Makefile.in (REMOTE_OBS): Append tracefile.o and
3574         tracefile-tfile.o.
3575         (HFILES_NO_SRCDIR): Add tracefile.h.
3576         * ctf.c: Include "tracefile.h".
3577         * tracefile.h: New file.
3578         * tracefile.c: New file
3579         * tracefile-tfile.c: New file.
3580         * tracepoint.c: Include "tracefile.h".
3581         (free_uploaded_tps, free_uploaded_tsvs): Remove declarations.
3582         (stop_reason_names): Add const.
3583         (trace_file_writer_xfree): Move it to tracefile.c.
3584         (trace_save, trace_save_command, trace_save_tfile): Likewise.
3585         (trace_save_ctf): Likewise.
3586         (struct tfile_trace_file_writer): Move it to tracefile-tfile.c.
3587         (tfile_target_save, tfile_dtor, tfile_start): Likewise.
3588         (tfile_write_header, tfile_write_regblock_type): Likewise.
3589         (tfile_write_status, tfile_write_uploaded_tsv): Likewise.
3590         (tfile_write_uploaded_tp, tfile_write_definition_end): Likewise.
3591         (tfile_write_raw_data, tfile_end): Likewise.
3592         (tfile_trace_file_writer_new): Likewise.
3593         (free_uploaded_tp): Make it extern.
3594         (free_uploaded_tsv): Make it extern.
3595         (_initialize_tracepoint): Move code to register command 'tsave'
3596         to tracefile.c.
3597         * tracepoint.h (stop_reason_names): Declare.
3598         (struct trace_frame_write_ops): Move it to tracefile.h.
3599         (struct trace_file_write_ops): Likewise.
3600         (struct trace_file_writer): Likewise.
3601         (free_uploaded_tsvs, free_uploaded_tps): Declare.
3602
3603 2014-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
3604
3605         PR gdb/16594
3606         * common/linux-osdata.c (linux_common_core_of_thread): Find the end of
3607         process name.
3608         (get_cores_used_by_process): New parameter num_cores, use it.
3609         (linux_xfer_osdata_processes): Pass num_cores to it.
3610         * linux-tdep.c (linux_info_proc, linux_fill_prpsinfo): Find the end of
3611         process name.
3612
3613 2014-02-21  Andreas Arnez  <arnez@vnet.linux.ibm.com>
3614
3615         * target.c (memory_xfer_partial): Fix length arg in call to
3616         breakpoint_xfer_memory.
3617
3618 2014-02-20  Sergio Durigan Junior  <sergiodj@redhat.com>
3619
3620         PR tdep/16397
3621         * i386-tdep.c (i386_stap_parse_special_token_triplet): Check if a
3622         number comes after the + or - signs.  Adjust length of register
3623         name to be extracted.
3624
3625 2014-02-20  Tom Tromey  <tromey@redhat.com>
3626
3627         * varobj.h (c_varobj_ops, cplus_varobj_ops, java_varobj_ops)
3628         (ada_varobj_ops): Mark "extern".
3629
3630 2014-02-20  Tom Tromey  <tromey@redhat.com>
3631
3632         * dbxread.c (read_dbx_symtab): Remove last_o_file_start.
3633
3634 2014-02-20  Doug Evans  <xdje42@gmail.com>
3635
3636         * guile/scm-gsmob.c (gdbscm_init_eqable_gsmob): New arg containing_scm.
3637         All callers updated.
3638         (gdbscm_fill_eqable_gsmob_ptr_slot): Delete arg containing_scm.
3639         All callers updated.
3640         * guile/guile-internal.h (gdbscm_init_eqable_gsmob): Update.
3641         (gdbscm_fill_eqable_gsmob_ptr_slot): Update.
3642
3643 2014-02-20  lin zuojian  <manjian2006@gmail.com>
3644             Joel Brobecker  <brobecker@adacore.com>
3645             Doug Evans  <xdje42@gmail.com>
3646
3647         PR symtab/16581
3648         * dwarf2read.c (struct die_info): New member in_process.
3649         (reset_die_in_process): New function.
3650         (process_die): Set it at the start, reset when returning.
3651         (inherit_abstract_dies): Only call process_die if origin_child_die
3652         not already being processed.
3653
3654 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
3655
3656         * windows-nat.c (handle_unload_dll): Add function documentation.
3657         (do_initial_windows_stuff): Add comment explaining why we wait
3658         until after inferior initialization has finished before
3659         processing all DLLs.
3660
3661 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
3662
3663         * windows-nat.c (get_module_name): Delete.
3664         (windows_get_exec_module_filename): New function, mostly
3665         inspired from get_module_name.
3666         (windows_pid_to_exec_file): Replace call to get_module_name
3667         by call to windows_get_exec_module_filename.
3668
3669 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
3670
3671         * windows-nat.c (handle_load_dll): Rewrite this function's
3672         introductory comment.  Remove code using get_module_name
3673         to get the DLL's name.
3674
3675 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
3676
3677         * windows-nat.c (get_windows_debug_event): Ignore
3678         LOAD_DLL_DEBUG_EVENT and UNLOAD_DLL_DEBUG_EVENT
3679         if windows_initialization_done == 0.
3680         (windows_add_all_dlls): Renames windows_ensure_ntdll_loaded.
3681         Adjust implementation to always load all DLLs.
3682         (do_initial_windows_stuff): Replace call to
3683         windows_ensure_ntdll_loaded by call to windows_add_all_dlls.
3684
3685 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
3686
3687         * windows-nat.c (_initialize_windows_nat): Deprecate the
3688         "dll-symbols" command.  Turn the "add-shared-symbol-files"
3689         and "assf" aliases into commands, and deprecate them as well.
3690         * NEWS: Add entry explaining that "dll-symbols" and its two
3691         aliases are now deprecated.
3692
3693 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
3694
3695         * dec-thread.c (dec_thread_get_ada_task_ptid): Avoid unescaped
3696         new-line in debug string.  Remove trailing spaces.
3697
3698 2014-02-19  Stan Shebs  <stan@codesourcery.com>
3699
3700         * darwin-nat.c (darwin_xfer_partial): Fix return type.
3701
3702 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
3703
3704         * NEWS: Add entry for the new feature
3705         * python/py-value.c (valpy_binop): Call value_x_binop for struct
3706         and class values.
3707
3708 2014-02-19  Stan Shebs  <stan@codesourcery.com>
3709
3710         * MAINTAINERS: List Yao Qi as nios2 maintainer.
3711
3712 2014-02-19  Pedro Alves  <palves@redhat.com>
3713
3714         * common/ptid.h (struct ptid): Mention that process_stratum
3715         targets should prefer ptid.lwp.
3716
3717 2014-02-19  Pedro Alves  <palves@redhat.com>
3718
3719         * remote.c (remote_thread_alive, write_ptid, read_ptid)
3720         (read_ptid, remote_newthread_step, remote_threads_extra_info)
3721         (remote_get_ada_task_ptid, append_resumption, remote_stop_ns)
3722         (threadalive_test, remote_pid_to_str): Use the ptid.lwp field to
3723         store remote thread ids rather than ptid.tid.
3724         (_initialize_remote): Adjust.
3725
3726 2014-02-19  Tom Tromey  <tromey@redhat.com>
3727
3728         * target.c (target_get_unwinder): Rewrite.
3729         (target_get_tailcall_unwinder): Rewrite.
3730         * record-btrace.c (record_btrace_to_get_unwinder): New function.
3731         (record_btrace_to_get_tailcall_unwinder): New function.
3732         (init_record_btrace_ops): Update.
3733         * target.h (struct target_ops) <to_get_unwinder,
3734         to_get_tailcall_unwinder>: Now function pointers.  Use
3735         TARGET_DEFAULT_RETURN.
3736
3737 2014-02-19  Tom Tromey  <tromey@redhat.com>
3738
3739         * nto-procfs.c (procfs_remove_hw_breakpoint): Add 'self'
3740         argument.
3741         (init_procfs_ops): Correctly set to_remove_hw_breakpoint.
3742
3743 2014-02-19  Tom Tromey  <tromey@redhat.com>
3744
3745         * record-btrace.c (record_btrace_decr_pc_after_break): Delegate
3746         directly.
3747         * target-delegates.c: Rebuild.
3748         * target.h (struct target_ops) <to_decr_pc_after_break>: Use
3749         TARGET_DEFAULT_FUNC.
3750         * target.c (default_target_decr_pc_after_break): Rename from
3751         forward_target_decr_pc_after_break.  Simplify.
3752         (target_decr_pc_after_break): Rely on delegation.
3753
3754 2014-02-19  Tom Tromey  <tromey@redhat.com>
3755
3756         * target.c (update_current_target): Do not INHERIT to_doc or
3757         to_magic.  Do not de_fault to_open or to_close.
3758
3759 2014-02-19  Tom Tromey  <tromey@redhat.com>
3760
3761         * gcore.h (objfile_find_memory_regions): Declare.
3762         * gcore.c (objfile_find_memory_regions): No longer static.  Add
3763         "self" argument.
3764         (_initialize_gcore): Don't call exec_set_find_memory_regions.
3765         * exec.c: Include gcore.h.
3766         (exec_set_find_memory_regions): Remove.
3767         (exec_find_memory_regions): Remove.
3768         (exec_do_find_memory_regions): Remove.
3769         (init_exec_ops): Update.
3770         * defs.h (exec_set_find_memory_regions): Remove.
3771
3772 2014-02-19  Tom Tromey  <tromey@redhat.com>
3773
3774         * target-delegates.c: Rebuild.
3775         * target.h (struct target_ops) <to_extra_thread_info,
3776         to_thread_name, to_pid_to_exec_file, to_get_section_table,
3777         to_memory_map, to_read_description, to_traceframe_info>: Use NULL,
3778         not 0, in TARGET_DEFAULT_RETURN.
3779
3780 2014-02-19  Tom Tromey  <tromey@redhat.com>
3781
3782         * target.c (complete_target_initialization): Remove casts.  Use
3783         return_zero_has_execution.
3784         (return_zero): Add "ignore" argument.
3785         (return_zero_has_execution): New function.
3786         (init_dummy_target): Remove casts.  Use
3787         return_zero_has_execution.
3788
3789 2014-02-19  Tom Tromey  <tromey@redhat.com>
3790
3791         * target.c (update_current_target): Update comments.  Do not
3792         INHERIT to_stratum.
3793
3794 2014-02-19  Tom Tromey  <tromey@redhat.com>
3795
3796         * arm-linux-nat.c (arm_linux_read_description): Delegate when
3797         needed.
3798         * corelow.c (core_read_description): Delegate when needed.
3799         * remote.c (remote_read_description): Delegate when needed.
3800         * target-delegates.c: Rebuild.
3801         * target.c (target_read_description): Rewrite.
3802         * target.h (struct target_ops) <to_read_description>: Update
3803         comment.  Use TARGET_DEFAULT_RETURN.
3804
3805 2014-02-19  Tom Tromey  <tromey@redhat.com>
3806
3807         * target-delegates.c: Rebuild.
3808         * target.c (update_current_target): Don't inherit or default
3809         to_can_run.
3810         (find_default_run_target): Check against delegate_can_run.
3811         * target.h (struct target_ops) <to_can_run>: Use
3812         TARGET_DEFAULT_RETURN.
3813
3814 2014-02-19  Tom Tromey  <tromey@redhat.com>
3815
3816         * target-delegates.c: Rebuild.
3817         * target.c (target_disconnect): Unconditionally delegate.
3818         * target.h (struct target_ops) <to_disconnect>: Use
3819         TARGET_DEFAULT_NORETURN.
3820
3821 2014-02-19  Tom Tromey  <tromey@redhat.com>
3822
3823         * record.c (record_stop): Unconditionally delegate.
3824         * target-delegates.c: Rebuild.
3825         * target.c (target_stop_recording): Unconditionally delegate.
3826         * target.h (struct target_ops) <to_stop_recording>: Use
3827         TARGET_DEFAULT_IGNORE.
3828
3829 2014-02-19  Tom Tromey  <tromey@redhat.com>
3830
3831         * target-delegates.c: Rebuild.
3832         * target.c (target_enable_btrace): Unconditionally delegate.
3833         * target.h (struct target_ops) <to_enable_btrace>: Use
3834         TARGET_DEFAULT_NORETURN.
3835
3836 2014-02-19  Tom Tromey  <tromey@redhat.com>
3837
3838         * target-delegates.c: Rebuild.
3839         * target.c (target_read_btrace): Unconditionally delegate.
3840         * target.h (struct target_ops) <to_read_btrace>: Use
3841         TARGET_DEFAULT_NORETURN.
3842
3843 2014-02-19  Tom Tromey  <tromey@redhat.com>
3844
3845         * target-delegates.c: Rebuild.
3846         * target.c (target_teardown_btrace): Unconditionally delegate.
3847         * target.h (struct target_ops) <to_teardown_btrace>: Use
3848         TARGET_DEFAULT_NORETURN.
3849
3850 2014-02-19  Tom Tromey  <tromey@redhat.com>
3851
3852         * target-delegates.c: Rebuild.
3853         * target.c (target_disable_btrace): Unconditionally delegate.
3854         * target.h (struct target_ops) <to_disable_btrace>: Use
3855         TARGET_DEFAULT_NORETURN.
3856
3857 2014-02-19  Tom Tromey  <tromey@redhat.com>
3858
3859         * target-delegates.c: Rebuild.
3860         * target.c (default_search_memory): New function.
3861         (simple_search_memory): Update comment.
3862         (target_search_memory): Unconditionally delegate.
3863         * target.h (struct target_ops) <to_search_memory>: Use
3864         TARGET_DEFAULT_FUNC.
3865
3866 2014-02-19  Tom Tromey  <tromey@redhat.com>
3867
3868         * auxv.c (default_auxv_parse): No longer static.
3869         (target_auxv_parse): Unconditionally delegate.
3870         * auxv.h (default_auxv_parse): Declare.
3871         * target-delegates.c: Rebuild.
3872         * target.c: Include auxv.h.
3873         * target.h (struct target_ops) <to_auxv_parse>: Use
3874         TARGET_DEFAULT_FUNC.
3875
3876 2014-02-19  Tom Tromey  <tromey@redhat.com>
3877
3878         * target-delegates.c: Rebuild.
3879         * target.c (target_memory_map): Unconditionally delegate.
3880         * target.h (struct target_ops) <to_memory_map>: Use
3881         TARGET_DEFAULT_RETURN.
3882
3883 2014-02-19  Tom Tromey  <tromey@redhat.com>
3884
3885         * target-delegates.c: Rebuild.
3886         * target.c (target_thread_alive): Unconditionally delegate.
3887         * target.h (struct target_ops) <to_thread_alive>: Use
3888         TARGET_DEFAULT_RETURN.
3889
3890 2014-02-19  Tom Tromey  <tromey@redhat.com>
3891
3892         * target-delegates.c: Rebuild.
3893         * target.c (target_save_record): Unconditionally delegate.
3894         * target.h (struct target_ops) <to_save_record>: Use
3895         TARGET_DEFAULT_NORETURN.
3896
3897 2014-02-19  Tom Tromey  <tromey@redhat.com>
3898
3899         * target-delegates.c: Rebuild.
3900         * target.c (target_delete_record): Unconditionally delegate.
3901         * target.h (struct target_ops) <to_delete_record>: Use
3902         TARGET_DEFAULT_NORETURN.
3903
3904 2014-02-19  Tom Tromey  <tromey@redhat.com>
3905
3906         * target-delegates.c: Rebuild.
3907         * target.c (target_record_is_replaying): Unconditionally
3908         delegate.
3909         * target.h (struct target_ops) <to_record_is_replaying>: Use
3910         TARGET_DEFAULT_RETURN.
3911
3912 2014-02-19  Tom Tromey  <tromey@redhat.com>
3913
3914         * target-delegates.c: Rebuild.
3915         * target.c (target_goto_record_begin): Unconditionally delegate.
3916         * target.h (struct target_ops) <to_goto_record_begin>: Use
3917         TARGET_DEFAULT_NORETURN.
3918
3919 2014-02-19  Tom Tromey  <tromey@redhat.com>
3920
3921         * target-delegates.c: Rebuild.
3922         * target.c (target_goto_record_end): Unconditionally delegate.
3923         * target.h (struct target_ops) <to_goto_record_end>: Use
3924         TARGET_DEFAULT_NORETURN.
3925
3926 2014-02-19  Tom Tromey  <tromey@redhat.com>
3927
3928         * target-delegates.c: Rebuild.
3929         * target.c (target_goto_record): Unconditionally delegate.
3930         * target.h (struct target_ops) <to_goto_record>: Use
3931         TARGET_DEFAULT_NORETURN.
3932
3933 2014-02-19  Tom Tromey  <tromey@redhat.com>
3934
3935         * target-delegates.c: Rebuild.
3936         * target.c (target_insn_history): Unconditionally delegate.
3937         * target.h (struct target_ops) <to_insn_history>: Use
3938         TARGET_DEFAULT_NORETURN.
3939
3940 2014-02-19  Tom Tromey  <tromey@redhat.com>
3941
3942         * target-delegates.c: Rebuild.
3943         * target.c (target_insn_history_from): Unconditionally delegate.
3944         * target.h (struct target_ops) <to_insn_history_from>: Use
3945         TARGET_DEFAULT_NORETURN.
3946
3947 2014-02-19  Tom Tromey  <tromey@redhat.com>
3948
3949         * target-delegates.c: Rebuild.
3950         * target.c (target_insn_history_range): Unconditionally delegate.
3951         * target.h (struct target_ops) <to_insn_history_range>: Use
3952         TARGET_DEFAULT_NORETURN.
3953
3954 2014-02-19  Tom Tromey  <tromey@redhat.com>
3955
3956         * target-delegates.c: Rebuild.
3957         * target.c (target_call_history): Unconditionally delegate.
3958         * target.h (struct target_ops) <to_call_history>: Use
3959         TARGET_DEFAULT_NORETURN.
3960
3961 2014-02-19  Tom Tromey  <tromey@redhat.com>
3962
3963         * target-delegates.c: Rebuild.
3964         * target.c (target_call_history_from): Unconditionally delegate.
3965         * target.h (struct target_ops) <to_call_history_from>: Use
3966         TARGET_DEFAULT_NORETURN.
3967
3968 2014-02-19  Tom Tromey  <tromey@redhat.com>
3969
3970         * target-delegates.c: Rebuild.
3971         * target.c (target_call_history_range): Unconditionally delegate.
3972         * target.h (struct target_ops) <to_call_history_range>: Use
3973         TARGET_DEFAULT_NORETURN.
3974
3975 2014-02-19  Tom Tromey  <tromey@redhat.com>
3976
3977         * target-delegates.c: Rebuild.
3978         * target.c (target_verify_memory): Unconditionally delegate.
3979         * target.h (struct target_ops) <to_verify_memory>: Use
3980         TARGET_DEFAULT_NORETURN.
3981
3982 2014-02-19  Tom Tromey  <tromey@redhat.com>
3983
3984         * target-delegates.c: Rebuild.
3985         * target.c (target_core_of_thread): Unconditionally delegate.
3986         * target.h (struct target_ops) <to_core_of_thread>: Use
3987         TARGET_DEFAULT_RETURN.
3988
3989 2014-02-19  Tom Tromey  <tromey@redhat.com>
3990
3991         * target-delegates.c: Rebuild.
3992         * target.c (target_flash_done): Unconditionally delegate.
3993         * target.h (struct target_ops) <to_flash_done>: Use
3994         TARGET_DEFAULT_NORETURN.
3995
3996 2014-02-19  Tom Tromey  <tromey@redhat.com>
3997
3998         * target-delegates.c: Rebuild.
3999         * target.c (target_flash_erase): Unconditionally delegate.
4000         * target.h (struct target_ops) <to_flash_erase>: Use
4001         TARGET_DEFAULT_NORETURN.
4002
4003 2014-02-19  Tom Tromey  <tromey@redhat.com>
4004
4005         * target-delegates.c: Rebuild.
4006         * target.c (target_get_section_table): Unconditionally delegate.
4007         * target.h (struct target_ops) <to_get_section_table>: Use
4008         TARGET_DEFAULT_RETURN.
4009
4010 2014-02-19  Tom Tromey  <tromey@redhat.com>
4011
4012         * target-delegates.c: Rebuild.
4013         * target.c (target_pid_to_str): Unconditionally delegate.
4014         (init_dummy_target): Don't initialize to_pid_to_str.
4015         (default_pid_to_str): Rename from dummy_pid_to_str.
4016         * target.h (struct target_ops) <to_pid_to_str>: Use
4017         TARGET_DEFAULT_FUNC.
4018
4019 2014-02-19  Tom Tromey  <tromey@redhat.com>
4020
4021         * target-delegates.c: Rebuild.
4022         * target.c (target_find_new_threads): Unconditionally delegate.
4023         * target.h (struct target_ops) <to_find_new_threads>: Use
4024         TARGET_DEFAULT_RETURN.
4025
4026 2014-02-19  Tom Tromey  <tromey@redhat.com>
4027
4028         * target-delegates.c: Rebuild.
4029         * target.c (target_program_signals): Unconditionally delegate.
4030         * target.h (struct target_ops) <to_program_signals>: Use
4031         TARGET_DEFAULT_IGNORE.
4032
4033 2014-02-19  Tom Tromey  <tromey@redhat.com>
4034
4035         * target-delegates.c: Rebuild.
4036         * target.c (target_pass_signals): Unconditionally delegate.
4037         * target.h (struct target_ops) <to_pass_signals>: Use
4038         TARGET_DEFAULT_IGNORE.
4039
4040 2014-02-19  Tom Tromey  <tromey@redhat.com>
4041
4042         * target-delegates.c: Rebuild.
4043         * target.c (default_mourn_inferior): New function.
4044         (target_mourn_inferior): Unconditionally delegate.
4045         * target.h (struct target_ops) <to_mourn_inferior>: Use
4046         TARGET_DEFAULT_FUNC.
4047
4048 2014-02-19  Tom Tromey  <tromey@redhat.com>
4049
4050         * target-delegates.c: Rebuild.
4051         * target.c (default_follow_fork): New function.
4052         (target_follow_fork): Unconditionally delegate.
4053         * target.h (struct target_ops) <to_follow_fork>: Use
4054         TARGET_DEFAULT_FUNC.
4055
4056 2014-02-19  Tom Tromey  <tromey@redhat.com>
4057
4058         * target-delegates.c: Rebuild.
4059         * target.c (target_kill): Unconditionally delegate.
4060         * target.h (struct target_ops) <to_kill>: Use
4061         TARGET_DEFAULT_NORETURN.
4062
4063 2014-02-19  Tom Tromey  <tromey@redhat.com>
4064
4065         * target-delegates.c: Rebuild.
4066         * target.c (target_masked_watch_num_registers): Unconditionally
4067         delegate.
4068         * target.h (struct target_ops) <to_masked_watch_num_registers>:
4069         Use TARGET_DEFAULT_RETURN.
4070
4071 2014-02-19  Tom Tromey  <tromey@redhat.com>
4072
4073         * target-delegates.c: Rebuild.
4074         * target.c (target_remove_mask_watchpoint): Unconditionally
4075         delegate.
4076         * target.h (struct target_ops) <to_remove_mask_watchpoint>: Use
4077         TARGET_DEFAULT_RETURN.
4078
4079 2014-02-19  Tom Tromey  <tromey@redhat.com>
4080
4081         * target-delegates.c: Rebuild.
4082         * target.c (target_insert_mask_watchpoint): Unconditionally
4083         delegate.
4084         * target.h (struct target_ops) <to_insert_mask_watchpoint>: Use
4085         TARGET_DEFAULT_RETURN.
4086
4087 2014-02-19  Tom Tromey  <tromey@redhat.com>
4088
4089         * target-delegates.c: Rebuild.
4090         * target.c (target_ranged_break_num_registers): Unconditionally
4091         delegate.
4092         * target.h (struct target_ops) <to_ranged_break_num_registers>:
4093         Use TARGET_DEFAULT_RETURN.
4094
4095 2014-02-19  Tom Tromey  <tromey@redhat.com>
4096
4097         * target-delegates.c: Rebuild.
4098         * target.c (target_fetch_registers): Unconditionally delegate.
4099         * target.h (struct target_ops) <to_fetch_registers>: Use
4100         TARGET_DEFAULT_NORETURN.
4101
4102 2014-02-19  Tom Tromey  <tromey@redhat.com>
4103
4104         * target-delegates.c: Rebuild.
4105         * target.c (update_current_target): Don't inherit or default
4106         to_stop.
4107         * target.h (struct target_ops) <to_stop>: Use
4108         TARGET_DEFAULT_IGNORE.
4109
4110 2014-02-19  Tom Tromey  <tromey@redhat.com>
4111
4112         * target-delegates.c: Rebuild.
4113         * target.c (update_current_target): Don't inherit or default
4114         to_can_run_breakpoint_commands.
4115         * target.h (struct target_ops) <to_can_run_breakpoint_commands>:
4116         Use TARGET_DEFAULT_RETURN.
4117
4118 2014-02-19  Tom Tromey  <tromey@redhat.com>
4119
4120         * target-delegates.c: Rebuild.
4121         * target.c (update_current_target): Don't inherit or default
4122         to_supports_evaluation_of_breakpoint_conditions.
4123         * target.h (struct target_ops)
4124         <to_supports_evaluation_of_breakpoint_conditions>: Use
4125         TARGET_DEFAULT_RETURN.
4126
4127 2014-02-19  Tom Tromey  <tromey@redhat.com>
4128
4129         * target-delegates.c: Rebuild.
4130         * target.c (update_current_target): Don't inherit or default
4131         to_augmented_libraries_svr4_read.
4132         * target.h (struct target_ops) <to_augmented_libraries_svr4_read>:
4133         Use TARGET_DEFAULT_RETURN.
4134
4135 2014-02-19  Tom Tromey  <tromey@redhat.com>
4136
4137         * target-delegates.c: Rebuild.
4138         * target.c (update_current_target): Don't inherit or default
4139         to_can_use_agent.
4140         * target.h (struct target_ops) <to_can_use_agent>: Use
4141         TARGET_DEFAULT_RETURN.
4142
4143 2014-02-19  Tom Tromey  <tromey@redhat.com>
4144
4145         * target-delegates.c: Rebuild.
4146         * target.c (update_current_target): Don't inherit or default
4147         to_use_agent.
4148         * target.h (struct target_ops) <to_use_agent>: Use
4149         TARGET_DEFAULT_NORETURN.
4150
4151 2014-02-19  Tom Tromey  <tromey@redhat.com>
4152
4153         * target-delegates.c: Rebuild.
4154         * target.c (update_current_target): Don't inherit or default
4155         to_traceframe_info.
4156         (return_null): Remove.
4157         * target.h (struct target_ops) <to_traceframe_info>: Use
4158         TARGET_DEFAULT_RETURN.
4159
4160 2014-02-19  Tom Tromey  <tromey@redhat.com>
4161
4162         * target-delegates.c: Rebuild.
4163         * target.c (update_current_target): Don't inherit or default
4164         to_static_tracepoint_markers_by_strid.
4165         * target.h (struct target_ops)
4166         <to_static_tracepoint_markers_by_strid>: Use
4167         TARGET_DEFAULT_NORETURN.
4168
4169 2014-02-19  Tom Tromey  <tromey@redhat.com>
4170
4171         * target-delegates.c: Rebuild.
4172         * target.c (update_current_target): Don't inherit or default
4173         to_static_tracepoint_marker_at.
4174         * target.h (struct target_ops) <to_static_tracepoint_marker_at>:
4175         Use TARGET_DEFAULT_RETURN.
4176
4177 2014-02-19  Tom Tromey  <tromey@redhat.com>
4178
4179         * target-delegates.c: Rebuild.
4180         * target.c (update_current_target): Don't inherit or default
4181         to_set_permissions.
4182         * target.h (struct target_ops) <to_set_permissions>: Use
4183         TARGET_DEFAULT_IGNORE.
4184
4185 2014-02-19  Tom Tromey  <tromey@redhat.com>
4186
4187         * target-delegates.c: Rebuild.
4188         * target.c (update_current_target): Don't inherit or default
4189         to_get_tib_address.
4190         * target.h (struct target_ops) <to_get_tib_address>: Use
4191         TARGET_DEFAULT_NORETURN.
4192
4193 2014-02-19  Tom Tromey  <tromey@redhat.com>
4194
4195         * target-delegates.c: Rebuild.
4196         * target.c (update_current_target): Don't inherit or default
4197         to_set_trace_notes.
4198         * target.h (struct target_ops) <to_set_trace_notes>: Use
4199         TARGET_DEFAULT_RETURN.
4200
4201 2014-02-19  Tom Tromey  <tromey@redhat.com>
4202
4203         * target-delegates.c: Rebuild.
4204         * target.c (update_current_target): Don't initialize
4205         to_set_trace_buffer_size.
4206         * target.h (struct target_ops) <to_set_trace_buffer_size>: Use
4207         TARGET_DEFAULT_IGNORE.
4208
4209 2014-02-19  Tom Tromey  <tromey@redhat.com>
4210
4211         * target-delegates.c: Rebuild.
4212         * target.c (update_current_target): Don't inherit or default
4213         to_set_circular_trace_buffer.
4214         * target.h (struct target_ops) <to_set_circular_trace_buffer>: Use
4215         TARGET_DEFAULT_IGNORE.
4216
4217 2014-02-19  Tom Tromey  <tromey@redhat.com>
4218
4219         * target-delegates.c: Rebuild.
4220         * target.c (update_current_target): Don't inherit or default
4221         to_set_disconnected_tracing.
4222         * target.h (struct target_ops) <to_set_disconnected_tracing>: Use
4223         TARGET_DEFAULT_IGNORE.
4224
4225 2014-02-19  Tom Tromey  <tromey@redhat.com>
4226
4227         * target-delegates.c: Rebuild.
4228         * target.c (update_current_target): Don't inherit or default
4229         to_get_min_fast_tracepoint_insn_len.
4230         (return_minus_one): Remove.
4231         * target.h (struct target_ops)
4232         <to_get_min_fast_tracepoint_insn_len>: Use TARGET_DEFAULT_RETURN.
4233
4234 2014-02-19  Tom Tromey  <tromey@redhat.com>
4235
4236         * target-delegates.c: Rebuild.
4237         * target.c (update_current_target): Don't inherit or default
4238         to_get_raw_trace_data.
4239         * target.h (struct target_ops) <to_get_raw_trace_data>: Use
4240         TARGET_DEFAULT_NORETURN.
4241
4242 2014-02-19  Tom Tromey  <tromey@redhat.com>
4243
4244         * target-delegates.c: Rebuild.
4245         * target.c (update_current_target): Don't inherit or default
4246         to_upload_trace_state_variables.
4247         * target.h (struct target_ops) <to_upload_trace_state_variables>:
4248         Use TARGET_DEFAULT_RETURN.
4249
4250 2014-02-19  Tom Tromey  <tromey@redhat.com>
4251
4252         * target-delegates.c: Rebuild.
4253         * target.c (update_current_target): Don't inherit or default
4254         to_upload_tracepoints.
4255         * target.h (struct target_ops) <to_upload_tracepoints>: Use
4256         TARGET_DEFAULT_RETURN.
4257
4258 2014-02-19  Tom Tromey  <tromey@redhat.com>
4259
4260         * target-delegates.c: Rebuild.
4261         * target.c (update_current_target): Don't inherit or default
4262         to_save_trace_data.
4263         * target.h (struct target_ops) <to_save_trace_data>: Use
4264         TARGET_DEFAULT_NORETURN.
4265
4266 2014-02-19  Tom Tromey  <tromey@redhat.com>
4267
4268         * target-delegates.c: Rebuild.
4269         * target.c (update_current_target): Don't inherit or default
4270         to_get_trace_state_variable_value.
4271         * target.h (struct target_ops)
4272         <to_get_trace_state_variable_value>: Use TARGET_DEFAULT_RETURN.
4273
4274 2014-02-19  Tom Tromey  <tromey@redhat.com>
4275
4276         * target-delegates.c: Rebuild.
4277         * target.c (update_current_target): Don't inherit or default
4278         to_trace_find.
4279         * target.h (struct target_ops): Use TARGET_DEFAULT_RETURN.
4280
4281 2014-02-19  Tom Tromey  <tromey@redhat.com>
4282
4283         * target-delegates.c: Rebuild.
4284         * target.c (update_current_target): Don't inherit or default
4285         to_trace_stop.
4286         * target.h (struct target_ops) <to_trace_stop>: Use
4287         TARGET_DEFAULT_NORETURN.
4288
4289 2014-02-19  Tom Tromey  <tromey@redhat.com>
4290
4291         * target-delegates.c: Rebuild.
4292         * target.c (update_current_target): Don't inherit or default
4293         to_get_tracepoint_status.
4294         * target.h (struct target_ops) <to_get_tracepoint_status>: Use
4295         TARGET_DEFAULT_NORETURN.
4296
4297 2014-02-19  Tom Tromey  <tromey@redhat.com>
4298
4299         * target-delegates.c: Rebuild.
4300         * target.c (update_current_target): Don't inherit or default
4301         to_get_trace_status.
4302         * target.h (struct target_ops) <to_get_trace_status>: Use
4303         TARGET_DEFAULT_RETURN.
4304
4305 2014-02-19  Tom Tromey  <tromey@redhat.com>
4306
4307         * target-delegates.c: Rebuild.
4308         * target.c (update_current_target): Don't inherit or default
4309         to_trace_start.
4310         * target.h (struct target_ops) <to_trace_start>: Use
4311         TARGET_DEFAULT_NORETURN.
4312
4313 2014-02-19  Tom Tromey  <tromey@redhat.com>
4314
4315         * target-delegates.c: Rebuild.
4316         * target.c (update_current_target): Don't inherit or default
4317         to_trace_set_readonly_regions.
4318         * target.h (struct target_ops) <to_trace_set_readonly_regions>:
4319         Use TARGET_DEFAULT_NORETURN.
4320
4321 2014-02-19  Tom Tromey  <tromey@redhat.com>
4322
4323         * target-delegates.c: Rebuild.
4324         * target.c (update_current_target): Don't inherit or default
4325         to_disable_tracepoint.
4326         * target.h (struct target_ops) <to_disable_tracepoint>: Use
4327         TARGET_DEFAULT_NORETURN.
4328
4329 2014-02-19  Tom Tromey  <tromey@redhat.com>
4330
4331         * target-delegates.c: Rebuild.
4332         * target.c (update_current_target): Don't inherit or default
4333         to_enable_tracepoint.
4334         * target.h (struct target_ops) <to_enable_tracepoint>: Use
4335         TARGET_DEFAULT_NORETURN.
4336
4337 2014-02-19  Tom Tromey  <tromey@redhat.com>
4338
4339         * target-delegates.c: Rebuild.
4340         * target.c (update_current_target): Don't inherit or default
4341         to_download_trace_state_variable.
4342         * target.h (struct target_ops) <to_download_trace_state_variable>:
4343         Use TARGET_DEFAULT_NORETURN.
4344
4345 2014-02-19  Tom Tromey  <tromey@redhat.com>
4346
4347         * target-delegates.c: Rebuild.
4348         * target.c (update_current_target): Don't inherit or default
4349         to_can_download_tracepoint.
4350         * target.h (struct target_ops) <to_can_download_tracepoint>: Use
4351         TARGET_DEFAULT_RETURN.
4352
4353 2014-02-19  Tom Tromey  <tromey@redhat.com>
4354
4355         * target-delegates.c: Rebuild.
4356         * target.c (update_current_target): Don't inherit or default
4357         to_download_tracepoint.
4358         * target.h (struct target_ops) <to_download_tracepoint>: Use
4359         TARGET_DEFAULT_NORETURN.
4360
4361 2014-02-19  Tom Tromey  <tromey@redhat.com>
4362
4363         * target-delegates.c: Rebuild.
4364         * target.c (update_current_target): Don't inherit or default
4365         to_trace_init.
4366         * target.h (struct target_ops) <to_trace_init>: Use
4367         TARGET_DEFAULT_RETURN.
4368
4369 2014-02-19  Tom Tromey  <tromey@redhat.com>
4370
4371         * target-delegates.c: Rebuild.
4372         * target.c (update_current_target): Don't inherit or default
4373         to_supports_string_tracing.
4374         * target.h (struct target_ops) <to_supports_string_tracing>: Use
4375         TARGET_DEFAULT_RETURN.
4376
4377 2014-02-19  Tom Tromey  <tromey@redhat.com>
4378
4379         * target-delegates.c: Rebuild.
4380         * target.c (update_current_target): Don't inherit or default
4381         to_supports_enable_disable_tracepoint.
4382         * target.h (struct target_ops)
4383         <to_supports_enable_disable_tracepoint>: Use
4384         TARGET_DEFAULT_RETURN.
4385
4386 2014-02-19  Tom Tromey  <tromey@redhat.com>
4387
4388         * target-delegates.c: Rebuild.
4389         * target.c (update_current_target): Don't inherit or default
4390         to_supports_multi_process.
4391         * target.h (struct target_ops) <to_supports_multi_process>: Use
4392         TARGET_DEFAULT_RETURN.
4393
4394 2014-02-19  Tom Tromey  <tromey@redhat.com>
4395
4396         * target-delegates.c: Rebuild.
4397         * target.c (update_current_target): Don't inherit or default
4398         to_get_ada_task_ptid.
4399         * target.h (struct target_ops) <to_get_ada_task_ptid>: Use
4400         TARGET_DEFAULT_FUNC.
4401
4402 2014-02-19  Tom Tromey  <tromey@redhat.com>
4403
4404         * target-delegates.c: Rebuild.
4405         * target.c (update_current_target): Don't inherit or default
4406         to_thread_architecture.
4407         * target.h (struct target_ops) <to_thread_architecture>: Use
4408         TARGET_DEFAULT_FUNC.
4409
4410 2014-02-19  Tom Tromey  <tromey@redhat.com>
4411
4412         * target-delegates.c: Rebuild.
4413         * target.c (update_current_target): Don't inherit or default
4414         to_execution_direction.
4415         * target.h (struct target_ops) <to_execution_direction>: Use
4416         TARGET_DEFAULT_FUNC.
4417
4418 2014-02-19  Tom Tromey  <tromey@redhat.com>
4419
4420         * target-delegates.c: Rebuild.
4421         * target.c (update_current_target): Don't inherit or default
4422         to_can_execute_reverse.
4423         * target.h (struct target_ops) <to_can_execute_reverse>: Use
4424         TARGET_DEFAULT_RETURN.
4425         (target_can_execute_reverse): Unconditionally delegate.
4426
4427 2014-02-19  Tom Tromey  <tromey@redhat.com>
4428
4429         * target-delegates.c: Rebuild.
4430         * target.c (update_current_target): Don't inherit or default
4431         to_goto_bookmark.
4432         (dummy_goto_bookmark): Remove.
4433         (init_dummy_target): Don't inherit or default to_goto_bookmark.
4434         * target.h (struct target_ops) <to_goto_bookmark>: Use
4435         TARGET_DEFAULT_NORETURN.
4436
4437 2014-02-19  Tom Tromey  <tromey@redhat.com>
4438
4439         * target-delegates.c: Rebuild.
4440         * target.c (update_current_target): Don't inherit or default
4441         to_get_bookmark.
4442         (dummy_get_bookmark): Remove.
4443         (init_dummy_target): Don't inherit or default to_get_bookmark.
4444         * target.h (struct target_ops) <to_get_bookmark>: Use
4445         TARGET_DEFAULT_NORETURN
4446
4447 2014-02-19  Tom Tromey  <tromey@redhat.com>
4448
4449         * target-delegates.c: Rebuild.
4450         * target.c (update_current_target): Don't inherit or default
4451         to_make_corefile_notes.
4452         (init_dummy_target): Don't initialize to_make_corefile_notes.
4453         * target.h (struct target_ops) <to_make_corefile_notes>: Use
4454         TARGET_DEFAULT_FUNC.
4455
4456 2014-02-19  Tom Tromey  <tromey@redhat.com>
4457
4458         * target-delegates.c: Rebuild.
4459         * target.c (update_current_target): Don't inherit or default
4460         to_find_memory_regions.
4461         (init_dummy_target): Don't initialize to_find_memory_regions.
4462         * target.h (struct target_ops) <to_find_memory_regions>: Use
4463         TARGET_DEFAULT_FUNC.
4464
4465 2014-02-19  Tom Tromey  <tromey@redhat.com>
4466
4467         * target-delegates.c: Rebuild.
4468         * target.c (update_current_target): Don't inherit or default
4469         to_log_command.
4470         * target.h (struct target_ops) <to_log_command>: Use
4471         TARGET_DEFAULT_IGNORE.
4472         (target_log_command): Unconditionally delegate.
4473
4474 2014-02-19  Tom Tromey  <tromey@redhat.com>
4475
4476         * target-delegates.c: Rebuild.
4477         * target.c (update_current_target): Don't inherit or default
4478         to_pid_to_exec_file.
4479         * target.h (struct target_ops) <to_pid_to_exec_file>: Use
4480         TARGET_DEFAULT_RETURN.
4481
4482 2014-02-19  Tom Tromey  <tromey@redhat.com>
4483
4484         * target-delegates.c: Rebuild.
4485         * target.c (update_current_target): Don't inherit or default
4486         to_thread_name.
4487         (target_thread_name): Unconditionally delegate.
4488         * target.h (struct target_ops) <to_thread_name>: Use
4489         TARGET_DEFAULT_RETURN.
4490
4491 2014-02-19  Tom Tromey  <tromey@redhat.com>
4492
4493         * target-delegates.c: Rebuild.
4494         * target.c (update_current_target): Don't inherit or default
4495         to_extra_thread_info.
4496         * target.h (struct target_ops) <to_extra_thread_info>: Use
4497         TARGET_DEFAULT_RETURN.
4498
4499 2014-02-19  Tom Tromey  <tromey@redhat.com>
4500
4501         * target-delegates.c: Rebuild.
4502         * target.c (update_current_target): Don't inherit or default
4503         to_has_exited.
4504         * target.h (struct target_ops) <to_has_exited>: Use
4505         TARGET_DEFAULT_RETURN..
4506
4507 2014-02-19  Tom Tromey  <tromey@redhat.com>
4508
4509         * target-delegates.c: Rebuild.
4510         * target.c (update_current_target): Don't inherit or default
4511         to_set_syscall_catchpoint.
4512         (return_one): Remove.
4513         * target.h (struct target_ops) <to_set_syscall_catchpoint>: Use
4514         TARGET_DEFAULT_RETURN.
4515
4516 2014-02-19  Tom Tromey  <tromey@redhat.com>
4517
4518         * target-delegates.c: Rebuild.
4519         * target.c (update_current_target): Don't inherit or default
4520         to_insert_exec_catchpoint.
4521         * target.h (struct target_ops) <to_insert_exec_catchpoint>: Use
4522         TARGET_DEFAULT_RETURN.
4523
4524 2014-01-08  Tom Tromey  <tromey@redhat.com>
4525
4526         * target-delegates.c: Rebuild.
4527         * target.c (update_current_target): Don't inherit or default
4528         to_insert_exec_catchpoint.
4529         * target.h (struct target_ops) <to_insert_exec_catchpoint>: Use
4530         TARGET_DEFAULT_RETURN.
4531
4532 2014-02-19  Tom Tromey  <tromey@redhat.com>
4533
4534         * target-delegates.c: Rebuild.
4535         * target.c (update_current_target): Don't inherit or default
4536         to_remove_vfork_catchpoint.
4537         * target.h (struct target_ops) <to_remove_vfork_catchpoint>: Use
4538         TARGET_DEFAULT_RETURN.
4539
4540 2014-02-19  Tom Tromey  <tromey@redhat.com>
4541
4542         * target-delegates.c: Rebuild.
4543         * target.c (update_current_target): Don't inherit or default
4544         to_insert_vfork_catchpoint.
4545         * target.h (struct target_ops) <to_insert_vfork_catchpoint>: Use
4546         TARGET_DEFAULT_RETURN.
4547
4548 2014-02-19  Tom Tromey  <tromey@redhat.com>
4549
4550         * target-delegates.c: Rebuild.
4551         * target.c (update_current_target): Don't inherit or default
4552         to_remove_fork_catchpoint.
4553         * target.h (struct target_ops) <to_remove_fork_catchpoint>: Use
4554         TARGET_DEFAULT_RETURN.
4555
4556 2014-02-19  Tom Tromey  <tromey@redhat.com>
4557
4558         * target-delegates.c: Rebuild.
4559         * target.c (update_current_target): Don't inherit or default
4560         to_insert_fork_catchpoint.
4561         * target.h (struct target_ops) <to_insert_fork_catchpoint>: Use
4562         TARGET_DEFAULT_RETURN.
4563
4564 2014-02-19  Tom Tromey  <tromey@redhat.com>
4565
4566         * target-delegates.c: Rebuild.
4567         * target.c (update_current_target): Don't inherit or default
4568         to_post_startup_inferior.
4569         * target.h (struct target_ops) <to_post_startup_inferior>: Use
4570         TARGET_DEFAULT_IGNORE.
4571
4572 2014-02-19  Tom Tromey  <tromey@redhat.com>
4573
4574         * target-delegates.c: Rebuild.
4575         * target.c (update_current_target): Don't inherit or default
4576         to_load.
4577         * target.h (struct target_ops) <to_load>: Use
4578         TARGET_DEFAULT_NORETURN.
4579
4580 2014-02-19  Tom Tromey  <tromey@redhat.com>
4581
4582         * target-delegates.c: Rebuild.
4583         * target.c (update_current_target): Don't inherit or default
4584         to_terminal_info.
4585         * target.h (struct target_ops) <to_terminal_info>: Use
4586         TARGET_DEFAULT_FUNC.
4587
4588 2014-02-19  Tom Tromey  <tromey@redhat.com>
4589
4590         * target-delegates.c: Rebuild.
4591         * target.c (update_current_target): Don't inherit or default
4592         to_terminal_save_ours.
4593         * target.h (struct target_ops) <to_terminal_save_ours>: Use
4594         TARGET_DEFAULT_IGNORE.
4595
4596 2014-02-19  Tom Tromey  <tromey@redhat.com>
4597
4598         * target-delegates.c: Rebuild.
4599         * target.c (update_current_target): Don't inherit or default
4600         to_terminal_ours.
4601         * target.h (struct target_ops) <to_terminal_ours>: Use
4602         TARGET_DEFAULT_IGNORE.
4603
4604 2014-02-19  Tom Tromey  <tromey@redhat.com>
4605
4606         * target-delegates.c: Rebuild.
4607         * target.c (update_current_target): Don't inherit or default
4608         to_terminal_ours_for_output.
4609         * target.h (struct target_ops) <to_terminal_ours_for_output>: Use
4610         TARGET_DEFAULT_IGNORE.
4611
4612 2014-02-19  Tom Tromey  <tromey@redhat.com>
4613
4614         * target-delegates.c: Rebuild.
4615         * target.c (update_current_target): Don't inherit or default
4616         to_terminal_inferior.
4617         * target.h (struct target_ops) <to_terminal_inferior>: Use
4618         TARGET_DEFAULT_IGNORE.
4619
4620 2014-02-19  Tom Tromey  <tromey@redhat.com>
4621
4622         * target-delegates.c: Rebuild.
4623         * target.c (update_current_target): Don't inherit or default
4624         to_terminal_init.
4625         * target.h (struct target_ops) <to_terminal_init>: Use
4626         TARGET_DEFAULT_IGNORE.
4627
4628 2014-02-19  Tom Tromey  <tromey@redhat.com>
4629
4630         * target-delegates.c: Rebuild.
4631         * target.c (update_current_target): Don't inherit or default
4632         to_can_accel_watchpoint_condition.
4633         * target.h (struct target_ops)
4634         <to_can_accel_watchpoint_condition>: Use TARGET_DEFAULT_RETURN.
4635
4636 2014-02-19  Tom Tromey  <tromey@redhat.com>
4637
4638         * target-delegates.c: Rebuild.
4639         * target.c (update_current_target): Don't inherit or default
4640         to_region_ok_for_hw_watchpoint.
4641         * target.h (struct target_ops) <to_region_ok_for_hw_watchpoint>:
4642         Use TARGET_DEFAULT_FUNC.
4643
4644 2014-02-19  Tom Tromey  <tromey@redhat.com>
4645
4646         * target-delegates.c: Rebuild.
4647         * target.c (update_current_target): Don't inherit or default
4648         to_watchpoint_addr_within_range.
4649         * target.h (struct target_ops) <to_watchpoint_addr_within_range>:
4650         Use TARGET_DEFAULT_FUNC.
4651
4652 2014-02-19  Tom Tromey  <tromey@redhat.com>
4653
4654         * target-delegates.c: Rebuild.
4655         * target.c (update_current_target): Don't inherit or default
4656         to_remove_watchpoint.
4657         * target.h (struct target_ops) <to_remove_watchpoint>: Use
4658         TARGET_DEFAULT_NORETURN.
4659
4660 2014-02-19  Tom Tromey  <tromey@redhat.com>
4661
4662         * target-delegates.c: Rebuild.
4663         * target.c (update_current_target): Don't inherit or default
4664         to_insert_watchpoint.
4665         * target.h (struct target_ops) <to_insert_watchpoint>: Use
4666         TARGET_DEFAULT_RETURN.
4667
4668 2014-02-19  Tom Tromey  <tromey@redhat.com>
4669
4670         * target-delegates.c: Rebuild.
4671         * target.c (update_current_target): Don't inherit or default
4672         to_remove_hw_breakpoint.
4673         * target.h (struct target_ops) <to_remove_hw_breakpoint>: Use
4674         TARGET_DEFAULT_RETURN.
4675
4676 2014-02-19  Tom Tromey  <tromey@redhat.com>
4677
4678         * target-delegates.c: Rebuild.
4679         * target.c (update_current_target): Don't inherit or default
4680         to_insert_hw_breakpoint.
4681         * target.h (struct target_ops) <to_insert_hw_breakpoint>: Use
4682         TARGET_DEFAULT_RETURN.
4683
4684 2014-02-19  Tom Tromey  <tromey@redhat.com>
4685
4686         * target-delegates.c: Rebuild.
4687         * target.c (update_current_target): Don't inherit or default
4688         to_can_use_hw_breakpoint.
4689         * target.h (struct target_ops) <to_can_use_hw_breakpoint>: Use
4690         TARGET_DEFAULT_RETURN.
4691
4692 2014-02-19  Tom Tromey  <tromey@redhat.com>
4693
4694         * target-delegates.c: Rebuild.
4695         * target.c (update_current_target): Don't inherit or default
4696         to_files_info.
4697         * target.h (struct target_ops) <to_files_info>: Use
4698         TARGET_DEFAULT_IGNORE.
4699
4700 2014-02-19  Tom Tromey  <tromey@redhat.com>
4701
4702         * target-delegates.c: Rebuild.
4703         * target.c (update_current_target): Don't inherit or default
4704         to_store.
4705         * target.h (struct target_ops) <to_store>: Use
4706         TARGET_DEFAULT_NORETURN.
4707
4708 2014-02-19  Tom Tromey  <tromey@redhat.com>
4709
4710         * target-delegates.c: Rebuild.
4711         * target.c (update_current_target): Don't inherit or default
4712         to_post_attach.
4713         * target.h (struct target_ops) <to_post_attach>: Use
4714         TARGET_DEFAULT_IGNORE.
4715
4716 2014-02-19  Tom Tromey  <tromey@redhat.com>
4717
4718         * target-delegates.c: Rebuild.
4719         * target.c (update_current_target): Don't inherit or default
4720         to_rcmd.
4721         (default_rcmd): New function.
4722         (do_monitor_command): Unconditionally delegate.
4723         * target.h (struct target_ops) <to_rmcd>: Use
4724         TARGET_DEFAULT_FUNC.
4725
4726 2014-02-19  Tom Tromey  <tromey@redhat.com>
4727
4728         * target-delegates.c: Rebuild.
4729         * target.c (init_dummy_target): Don't initialize to_attach.
4730         (target_attach): Unconditionally delegate.
4731         * target.h (struct target_ops) <to_attach>: Use
4732         TARGET_DEFAULT_FUNC.
4733
4734 2014-02-19  Tom Tromey  <tromey@redhat.com>
4735
4736         * target-delegates.c: Rebuild.
4737         * target.c (target_detach): Unconditionally delegate.
4738         (init_dummy_target): Don't initialize to_detach.
4739         * target.h (struct target_ops) <to_detach>: Use
4740         TARGET_DEFAULT_IGNORE.
4741
4742 2014-02-19  Tom Tromey  <tromey@redhat.com>
4743
4744         * target.h (struct target_ops) <to_augmented_libraries_svr4_read>:
4745         Add argument.
4746         (target_augmented_libraries_svr4_read): Add argument.
4747         * target.c (update_current_target): Update.
4748         * remote.c (remote_augmented_libraries_svr4_read): Add 'self'
4749         argument.
4750
4751 2014-02-19  Tom Tromey  <tromey@redhat.com>
4752
4753         * target.h (struct target_ops) <to_call_history_range>: Add
4754         argument.
4755         * target.c (target_call_history_range): Add argument.
4756         * record-btrace.c (record_btrace_call_history_range): Add 'self'
4757         argument.
4758         (record_btrace_call_history_from): Update.
4759
4760 2014-02-19  Tom Tromey  <tromey@redhat.com>
4761
4762         * target.h (struct target_ops) <to_call_history_from>: Add
4763         argument.
4764         * target.c (target_call_history_from): Add argument.
4765         * record-btrace.c (record_btrace_call_history_from): Add 'self'
4766         argument.
4767
4768 2014-02-19  Tom Tromey  <tromey@redhat.com>
4769
4770         * target.h (struct target_ops) <to_call_history>: Add argument.
4771         * target.c (target_call_history): Add argument.
4772         * record-btrace.c (record_btrace_call_history): Add 'self'
4773         argument.
4774
4775 2014-02-19  Tom Tromey  <tromey@redhat.com>
4776
4777         * target.h (struct target_ops) <to_insn_history_range>: Add
4778         argument.
4779         * target.c (target_insn_history_range): Add argument.
4780         * record-btrace.c (record_btrace_insn_history_range): Add 'self'
4781         argument.
4782         (record_btrace_insn_history_from): Update.
4783
4784 2014-02-19  Tom Tromey  <tromey@redhat.com>
4785
4786         * target.h (struct target_ops) <to_insn_history_from>: Add
4787         argument.
4788         * target.c (target_insn_history_from): Add argument.
4789         * record-btrace.c (record_btrace_insn_history_from): Add 'self'
4790         argument.
4791
4792 2014-02-19  Tom Tromey  <tromey@redhat.com>
4793
4794         * target.h (struct target_ops) <to_insn_history>: Add argument.
4795         * target.c (target_insn_history): Add argument.
4796         * record-btrace.c (record_btrace_insn_history): Add 'self'
4797         argument.
4798
4799 2014-02-19  Tom Tromey  <tromey@redhat.com>
4800
4801         * target.h (struct target_ops) <to_goto_record>: Add argument.
4802         * target.c (target_goto_record): Add argument.
4803         * record-full.c (record_full_goto): Add 'self' argument.
4804         * record-btrace.c (record_btrace_goto): Add 'self' argument.
4805
4806 2014-02-19  Tom Tromey  <tromey@redhat.com>
4807
4808         * target.h (struct target_ops) <to_goto_record_end>: Add argument.
4809         * target.c (target_goto_record_end): Add argument.
4810         * record-full.c (record_full_goto_end): Add 'self' argument.
4811         * record-btrace.c (record_btrace_goto_end): Add 'self' argument.
4812
4813 2014-02-19  Tom Tromey  <tromey@redhat.com>
4814
4815         * target.h (struct target_ops) <to_goto_record_begin>: Add
4816         argument.
4817         * target.c (target_goto_record_begin): Add argument.
4818         * record-full.c (record_full_goto_begin): Add 'self' argument.
4819         * record-btrace.c (record_btrace_goto_begin): Add 'self'
4820         argument.
4821
4822 2014-02-19  Tom Tromey  <tromey@redhat.com>
4823
4824         * target.h (struct target_ops) <to_record_is_replaying>: Add
4825         argument.
4826         * target.c (target_record_is_replaying): Add argument.
4827         * record-full.c (record_full_is_replaying): Add 'self' argument.
4828         * record-btrace.c (record_btrace_is_replaying): Add 'self'
4829         argument.
4830         (record_btrace_xfer_partial, record_btrace_store_registers)
4831         (record_btrace_prepare_to_store, record_btrace_resume)
4832         (record_btrace_wait, record_btrace_decr_pc_after_break)
4833         (record_btrace_find_new_threads, record_btrace_thread_alive):
4834         Update.
4835
4836 2014-02-19  Tom Tromey  <tromey@redhat.com>
4837
4838         * target.h (struct target_ops) <to_delete_record>: Add argument.
4839         * target.c (target_delete_record): Add argument.
4840         * record-full.c (record_full_delete): Add 'self' argument.
4841
4842 2014-02-19  Tom Tromey  <tromey@redhat.com>
4843
4844         * target.h (struct target_ops) <to_save_record>: Add argument.
4845         * target.c (target_save_record): Add argument.
4846         * record-full.c (record_full_save): Add 'self' argument.
4847         (record_full_save): Add 'self' argument.
4848
4849 2014-02-19  Tom Tromey  <tromey@redhat.com>
4850
4851         * target.h (struct target_ops) <to_info_record>: Add argument.
4852         * target.c (target_info_record): Add argument.
4853         * record.c (info_record_command): Add argument.
4854         * record-full.c (record_full_info): Add 'self' argument.
4855         * record-btrace.c (record_btrace_info): Add 'self' argument.
4856
4857 2014-02-19  Tom Tromey  <tromey@redhat.com>
4858
4859         * target.h (struct target_ops) <to_stop_recording>: Add argument.
4860         * target.c (target_stop_recording): Add argument.
4861         * record.c (record_stop): Add argument.
4862         * record-btrace.c (record_btrace_stop_recording): Add 'self'
4863         argument.
4864
4865 2014-02-19  Tom Tromey  <tromey@redhat.com>
4866
4867         * target.h (struct target_ops) <to_read_btrace>: Add argument.
4868         * target.c (struct target_ops) <to_read_btrace>: Add argument.
4869         * remote.c (struct target_ops) <to_read_btrace>: Add 'self'
4870         argument.
4871         * amd64-linux-nat.c (amd64_linux_read_btrace): New function.
4872         (_initialize_amd64_linux_nat): Use it.
4873         * i386-linux-nat.c (i386_linux_read_btrace): New function.
4874         (_initialize_i386_linux_nat): Use it.
4875
4876 2014-02-19  Tom Tromey  <tromey@redhat.com>
4877
4878         * target.h (struct target_ops) <to_teardown_btrace>: Add argument.
4879         * target.c (target_teardown_btrace): Add argument.
4880         * remote.c (remote_teardown_btrace): Add 'self' argument.
4881         * i386-linux-nat.c (i386_linux_teardown_btrace): Add 'self'
4882         argument.
4883         * amd64-linux-nat.c (amd64_linux_teardown_btrace): Add 'self'
4884         argument.
4885
4886 2014-02-19  Tom Tromey  <tromey@redhat.com>
4887
4888         * target.h (struct target_ops) <to_disable_btrace>: Add argument.
4889         * target.c (target_disable_btrace): Add argument.
4890         * remote.c (remote_disable_btrace): Add 'self' argument.
4891         * i386-linux-nat.c (i386_linux_disable_btrace): Add 'self'
4892         argument.
4893         * amd64-linux-nat.c (amd64_linux_disable_btrace): Add 'self'
4894         argument.
4895
4896 2014-02-19  Tom Tromey  <tromey@redhat.com>
4897
4898         * target.h (struct target_ops) <to_enable_btrace>: Add argument.
4899         * target.c (target_enable_btrace): Add argument.
4900         * remote.c (remote_enable_btrace): Add 'self' argument.
4901         * i386-linux-nat.c (i386_linux_enable_btrace): Add 'self'
4902         argument.
4903         * amd64-linux-nat.c (amd64_linux_enable_btrace): Add 'self'
4904         argument.
4905
4906 2014-02-19  Tom Tromey  <tromey@redhat.com>
4907
4908         * target.h (struct target_ops) <to_can_use_agent>: Add argument.
4909         (target_can_use_agent): Add argument.
4910         * target.c (update_current_target): Update.
4911         * remote.c (remote_can_use_agent): Add 'self' argument.
4912         * inf-child.c (inf_child_can_use_agent): Add 'self' argument.
4913
4914 2014-02-19  Tom Tromey  <tromey@redhat.com>
4915
4916         * target.h (struct target_ops) <to_use_agent>: Add argument.
4917         (target_use_agent): Add argument.
4918         * target.c (update_current_target): Update.
4919         * remote.c (remote_use_agent): Add 'self' argument.
4920         * inf-child.c (inf_child_use_agent): Add 'self' argument.
4921
4922 2014-02-19  Tom Tromey  <tromey@redhat.com>
4923
4924         * tracepoint.c (tfile_traceframe_info): Add 'self' argument.
4925         * target.h (struct target_ops) <to_traceframe_info>: Add argument.
4926         (target_traceframe_info): Add argument.
4927         * target.c (update_current_target): Update.
4928         * remote.c (remote_traceframe_info): Add 'self' argument.
4929         * ctf.c (ctf_traceframe_info): Add 'self' argument.
4930
4931 2014-02-19  Tom Tromey  <tromey@redhat.com>
4932
4933         * target.h (target_static_tracepoint_markers_by_strid): Add
4934         argument.
4935         (struct target_ops) <to_static_tracepoint_markers_by_strid>: Add
4936         'self' argument.
4937         * target.c (update_current_target): Update.
4938         * remote.c (struct target_ops)
4939         <to_static_tracepoint_markers_by_strid>: Add 'self' argument.
4940         * linux-nat.c (struct target_ops)
4941         <to_static_tracepoint_markers_by_strid>: Add 'self' argument.
4942
4943 2014-02-19  Tom Tromey  <tromey@redhat.com>
4944
4945         * target.h (struct target_ops) <to_static_tracepoint_marker_at>:
4946         Add argument.
4947         (target_static_tracepoint_marker_at): Add argument.
4948         * target.c (update_current_target): Update.
4949         * remote.c (remote_static_tracepoint_marker_at): Add 'self'
4950         argument.
4951
4952 2014-02-19  Tom Tromey  <tromey@redhat.com>
4953
4954         * target.h (struct target_ops) <to_set_permissions>: Add argument.
4955         (target_set_permissions): Add argument.
4956         * target.c (update_current_target): Update.
4957         * remote.c (remote_set_permissions): Add 'self' argument.
4958         (remote_start_remote): Update.
4959
4960 2014-02-19  Tom Tromey  <tromey@redhat.com>
4961
4962         * windows-nat.c (windows_get_tib_address): Add 'self' argument.
4963         * target.h (struct target_ops) <to_get_tib_address>: Add argument.
4964         (target_get_tib_address): Add argument.
4965         * target.c (update_current_target): Update.
4966         * remote.c (remote_get_tib_address): Add 'self' argument.
4967
4968 2014-02-19  Tom Tromey  <tromey@redhat.com>
4969
4970         * target.h (struct target_ops) <to_set_trace_notes>: Add argument.
4971         (target_set_trace_notes): Add argument.
4972         * target.c (update_current_target): Update.
4973         * remote.c (remote_set_trace_notes): Add 'self' argument.
4974
4975 2014-02-19  Tom Tromey  <tromey@redhat.com>
4976
4977         * target.h (struct target_ops) <to_set_trace_buffer_size>: Add
4978         argument.
4979         (target_set_trace_buffer_size): Add argument.
4980         * target.c (update_current_target): Update.
4981         * remote.c (remote_set_trace_buffer_size): Add 'self' argument.
4982
4983 2014-02-19  Tom Tromey  <tromey@redhat.com>
4984
4985         * target.h (struct target_ops) <to_set_circular_trace_buffer>: Add
4986         argument.
4987         (target_set_circular_trace_buffer): Add argument.
4988         * target.c (update_current_target): Update.
4989         * remote.c (remote_set_circular_trace_buffer): Add 'self'
4990         argument.
4991
4992 2014-02-19  Tom Tromey  <tromey@redhat.com>
4993
4994         * target.h (struct target_ops) <to_set_disconnected_tracing>: Add
4995         argument.
4996         (target_set_disconnected_tracing): Add argument.
4997         * target.c (update_current_target): Update.
4998         * remote.c (remote_set_disconnected_tracing): Add 'self' argument.
4999
5000 2014-02-19  Tom Tromey  <tromey@redhat.com>
5001
5002         * target.h (struct target_ops)
5003         <to_get_min_fast_tracepoint_insn_len>: Add argument.
5004         (target_get_min_fast_tracepoint_insn_len): Add argument.
5005         * target.c (update_current_target): Update.
5006         * remote.c (remote_get_min_fast_tracepoint_insn_len): Add 'self'
5007         argument.
5008
5009 2014-02-19  Tom Tromey  <tromey@redhat.com>
5010
5011         * target.h (struct target_ops) <to_get_raw_trace_data>: Add
5012         argument.
5013         (target_get_raw_trace_data): Add argument.
5014         * target.c (update_current_target): Update.
5015         * remote.c (remote_get_raw_trace_data): Add 'self' argument.
5016
5017 2014-02-19  Tom Tromey  <tromey@redhat.com>
5018
5019         * target.h (struct target_ops) <to_upload_trace_state_variables>:
5020         Add argument.
5021         (target_upload_trace_state_variables): Add argument.
5022         * target.c (update_current_target): Update.
5023         * remote.c (remote_upload_trace_state_variables): Add 'self'
5024         argument.
5025         (remote_start_remote): Update.
5026
5027 2014-02-19  Tom Tromey  <tromey@redhat.com>
5028
5029         * target.h (struct target_ops) <to_upload_tracepoints>: Add
5030         argument.
5031         (target_upload_tracepoints): Add argument.
5032         * target.c (update_current_target): Update.
5033         * remote.c (remote_upload_tracepoints): Add 'self' argument.
5034         (remote_start_remote): Update.
5035
5036 2014-02-19  Tom Tromey  <tromey@redhat.com>
5037
5038         * target.h (struct target_ops) <to_save_trace_data>: Add argument.
5039         (target_save_trace_data): Add argument.
5040         * target.c (update_current_target): Update.
5041         * remote.c (remote_save_trace_data): Add 'self' argument.
5042
5043 2014-02-19  Tom Tromey  <tromey@redhat.com>
5044
5045         * tracepoint.c (tfile_get_trace_state_variable_value): Add 'self'
5046         argument.
5047         * target.h (struct target_ops)
5048         <to_get_trace_state_variable_value>: Add argument.
5049         (target_get_trace_state_variable_value): Add argument.
5050         * target.c (update_current_target): Update.
5051         * remote.c (remote_get_trace_state_variable_value): Add 'self'
5052         argument.
5053         * ctf.c (ctf_get_trace_state_variable_value): Add 'self' argument.
5054
5055 2014-02-19  Tom Tromey  <tromey@redhat.com>
5056
5057         * tracepoint.c (tfile_trace_find): Add 'self' argument.
5058         * target.h (struct target_ops) <to_trace_find>: Add argument.
5059         (target_trace_find): Add argument.
5060         * target.c (update_current_target): Update.
5061         * remote.c (remote_trace_find): Add 'self' argument.
5062         * ctf.c (ctf_trace_find): Add 'self' argument.
5063
5064 2014-02-19  Tom Tromey  <tromey@redhat.com>
5065
5066         * target.h (struct target_ops) <to_trace_stop>: Add argument.
5067         (target_trace_stop): Add argument.
5068         * target.c (update_current_target): Update.
5069         * remote.c (remote_trace_stop): Add 'self' argument.
5070
5071 2014-02-19  Tom Tromey  <tromey@redhat.com>
5072
5073         * tracepoint.c (tfile_get_tracepoint_status): Add 'self' argument.
5074         * target.h (struct target_ops) <to_get_tracepoint_status>: Add
5075         argument.
5076         (target_get_tracepoint_status): Add argument.
5077         * target.c (update_current_target): Update.
5078         * remote.c (remote_get_tracepoint_status): Add 'self' argument.
5079
5080 2014-02-19  Tom Tromey  <tromey@redhat.com>
5081
5082         * tracepoint.c (tfile_get_trace_status): Add 'self' argument.
5083         * target.h (struct target_ops) <to_get_trace_status>: Add
5084         argument.
5085         (target_get_trace_status): Add argument.
5086         * target.c (update_current_target): Update.
5087         * remote.c (remote_get_trace_status): Add 'self' argument.
5088         (remote_start_remote, remote_can_download_tracepoint): Update.
5089         * ctf.c (ctf_get_trace_status): Add 'self' argument.
5090
5091 2014-02-19  Tom Tromey  <tromey@redhat.com>
5092
5093         * target.h (struct target_ops) <to_trace_start>: Add argument.
5094         (target_trace_start): Add argument.
5095         * target.c (update_current_target): Update.
5096         * remote.c (remote_trace_start): Add 'self' argument.
5097
5098 2014-02-19  Tom Tromey  <tromey@redhat.com>
5099
5100         * target.h (struct target_ops) <to_trace_set_readonly_regions>:
5101         Add argument.
5102         (target_trace_set_readonly_regions): Add argument.
5103         * target.c (update_current_target): Update.
5104         * remote.c (remote_trace_set_readonly_regions): Add 'self'
5105         argument.
5106
5107 2014-02-19  Tom Tromey  <tromey@redhat.com>
5108
5109         * target.h (struct target_ops) <to_disable_tracepoint>: Add
5110         argument.
5111         (target_disable_tracepoint): Add argument.
5112         * target.c (update_current_target): Update.
5113         * remote.c (remote_disable_tracepoint): Add 'self' argument.
5114
5115 2014-02-19  Tom Tromey  <tromey@redhat.com>
5116
5117         * target.h (struct target_ops) <to_enable_tracepoint>: Add
5118         argument.
5119         (target_enable_tracepoint): Add argument.
5120         * target.c (update_current_target): Update.
5121         * remote.c (remote_enable_tracepoint): Add 'self' argument.
5122
5123 2014-02-19  Tom Tromey  <tromey@redhat.com>
5124
5125         * target.h (struct target_ops) <to_download_trace_state_variable>:
5126         Add argument.
5127         (target_download_trace_state_variable): Add argument.
5128         * target.c (update_current_target): Update.
5129         * remote.c (remote_download_trace_state_variable): Add 'self'
5130         argument.
5131
5132 2014-02-19  Tom Tromey  <tromey@redhat.com>
5133
5134         * target.h (struct target_ops) <to_can_download_tracepoint>: Add
5135         argument.
5136         (target_can_download_tracepoint): Add argument.
5137         * target.c (update_current_target): Update.
5138         * remote.c (remote_can_download_tracepoint): Add 'self' argument.
5139
5140 2014-02-19  Tom Tromey  <tromey@redhat.com>
5141
5142         * target.h (struct target_ops) <to_download_tracepoint>: Add
5143         argument.
5144         (target_download_tracepoint): Add argument.
5145         * target.c (update_current_target): Update.
5146         * remote.c (remote_download_tracepoint): Add 'self' argument.
5147
5148 2014-02-19  Tom Tromey  <tromey@redhat.com>
5149
5150         * target.h (struct target_ops) <to_trace_init>: Add argument.
5151         (target_trace_init): Add argument.
5152         * target.c (update_current_target): Update.
5153         * remote.c (remote_trace_init): Add 'self' argument.
5154
5155 2014-02-19  Tom Tromey  <tromey@redhat.com>
5156
5157         * target.h (struct target_ops) <to_fileio_readlink>: Add argument.
5158         * target.c (target_fileio_readlink): Add argument.
5159         * remote.c (remote_hostio_readlink): Add 'self' argument.
5160         * inf-child.c (inf_child_fileio_readlink): Add 'self' argument.
5161
5162 2014-02-19  Tom Tromey  <tromey@redhat.com>
5163
5164         * target.h (struct target_ops) <to_fileio_unlink>: Add argument.
5165         * target.c (target_fileio_unlink): Add argument.
5166         * remote.c (remote_hostio_unlink): Add 'self' argument.
5167         (remote_file_delete): Update.
5168         * inf-child.c (inf_child_fileio_unlink): Add 'self' argument.
5169
5170 2014-02-19  Tom Tromey  <tromey@redhat.com>
5171
5172         * target.h (struct target_ops) <to_fileio_close>: Add argument.
5173         * target.c (target_fileio_close): Add argument.
5174         * remote.c (remote_hostio_close): Add 'self' argument.
5175         (remote_hostio_close_cleanup): Update.
5176         (remote_bfd_iovec_close, remote_file_put, remote_file_get):
5177         Update.
5178         * inf-child.c (inf_child_fileio_close): Add 'self' argument.
5179
5180 2014-02-19  Tom Tromey  <tromey@redhat.com>
5181
5182         * target.h (struct target_ops) <to_fileio_pread>: Add argument.
5183         * target.c (target_fileio_pread): Add argument.
5184         * remote.c (remote_hostio_pread): Add 'self' argument.
5185         (remote_bfd_iovec_pread, remote_file_get): Update.
5186         * inf-child.c (inf_child_fileio_pread): Add 'self' argument.
5187
5188 2014-02-19  Tom Tromey  <tromey@redhat.com>
5189
5190         * target.h (struct target_ops) <to_fileio_pwrite>: Add argument.
5191         * target.c (target_fileio_pwrite): Add argument.
5192         * remote.c (remote_hostio_pwrite): Add 'self' argument.
5193         (remote_file_put): Update.
5194         * inf-child.c (inf_child_fileio_pwrite): Add 'self' argument.
5195
5196 2014-02-19  Tom Tromey  <tromey@redhat.com>
5197
5198         * target.h (struct target_ops) <to_fileio_open>: Add argument.
5199         * target.c (target_fileio_open): Add argument.
5200         * remote.c (remote_hostio_open): Add 'self' argument.
5201         (remote_bfd_iovec_open): Add 'self' argument.
5202         (remote_file_put): Add 'self' argument.
5203         (remote_file_get): Add 'self' argument.
5204         * inf-child.c (inf_child_fileio_open): Add 'self' argument.
5205
5206 2014-02-19  Tom Tromey  <tromey@redhat.com>
5207
5208         * target.h (struct target_ops) <to_can_run_breakpoint_commands>:
5209         Add argument.
5210         (target_can_run_breakpoint_commands): Add argument.
5211         * target.c (update_current_target): Update.
5212         * remote.c (remote_can_run_breakpoint_commands): Add 'self'
5213         argument.
5214         (remote_insert_breakpoint): Add 'self' argument.
5215         (remote_insert_hw_breakpoint): Add 'self' argument.
5216         (remote_can_run_breakpoint_commands): Add 'self' argument.
5217
5218 2014-02-19  Tom Tromey  <tromey@redhat.com>
5219
5220         * target.h (struct target_ops)
5221         <to_supports_evaluation_of_breakpoint_conditions>: Add argument.
5222         (target_supports_evaluation_of_breakpoint_conditions): Add
5223         argument.
5224         * target.c (update_current_target): Update.
5225         * remote.c (remote_supports_cond_breakpoints): Add 'self'
5226         argument.
5227         (remote_insert_breakpoint): Add 'self' argument.
5228         (remote_insert_hw_breakpoint): Add 'self' argument.
5229         (remote_supports_cond_breakpoints): Add 'self' argument.
5230
5231 2014-02-19  Tom Tromey  <tromey@redhat.com>
5232
5233         * target.h (struct target_ops) <to_supports_string_tracing>: Add
5234         argument.
5235         (target_supports_string_tracing): Add argument.
5236         * target.c (update_current_target): Update.
5237         * remote.c (remote_supports_string_tracing): Add 'self' argument.
5238
5239 2014-02-19  Tom Tromey  <tromey@redhat.com>
5240
5241         * target.h (struct target_ops)
5242         <to_supports_disable_randomization>: Add argument.
5243         * target.c (find_default_supports_disable_randomization): Add
5244         argument.
5245         (target_supports_disable_randomization): Add argument.
5246         (find_default_supports_disable_randomization): Add 'self'
5247         argument.
5248         * remote.c (extended_remote_supports_disable_randomization): Add
5249         'self' argument.
5250         (remote_supports_disable_randomization): Add 'self' argument.
5251         (extended_remote_create_inferior): Update.
5252         * linux-nat.c (linux_nat_supports_disable_randomization): Add
5253         'self' argument.
5254
5255 2014-02-19  Tom Tromey  <tromey@redhat.com>
5256
5257         * target.h (struct target_ops)
5258         <to_supports_enable_disable_tracepoint>: Add argument.
5259         (target_supports_enable_disable_tracepoint): Add argument.
5260         * target.c (update_current_target): Update.
5261         * remote.c (remote_supports_enable_disable_tracepoint): Add 'self'
5262         argument.
5263
5264 2014-02-19  Tom Tromey  <tromey@redhat.com>
5265
5266         * target.h (struct target_ops) <to_supports_multi_process>: Add
5267         argument.
5268         (target_supports_multi_process): Add argument.
5269         * target.c (update_current_target): Update.
5270         * remote.c (remote_supports_multi_process): Add 'self' argument.
5271         * linux-nat.c (linux_nat_supports_multi_process): Add 'self'
5272         argument.
5273         * darwin-nat.c (darwin_supports_multi_process): Add 'self'
5274         argument.
5275
5276 2014-02-19  Tom Tromey  <tromey@redhat.com>
5277
5278         * target.h (struct target_ops) <to_execution_direction>: Add
5279         argument.
5280         (target_execution_direction): Add argument.
5281         * target.c (default_execution_direction): Add 'self' argument.
5282         * record-full.c (record_full_execution_direction): Add 'self'
5283         argument.
5284
5285 2014-02-19  Tom Tromey  <tromey@redhat.com>
5286
5287         * target.h (struct target_ops) <to_can_execute_reverse>: Add
5288         argument.
5289         (target_can_execute_reverse): Add argument.
5290         * remote.c (remote_can_execute_reverse): Add 'self' argument.
5291         * record-full.c (record_full_can_execute_reverse): Add 'self'
5292         argument.
5293         * record-btrace.c (record_btrace_can_execute_reverse): Add 'self'
5294         argument.
5295
5296 2014-02-19  Tom Tromey  <tromey@redhat.com>
5297
5298         * windows-nat.c (windows_get_ada_task_ptid): Add 'self' argument.
5299         * target.h (struct target_ops) <to_get_ada_task_ptid>: Add
5300         argument.
5301         (target_get_ada_task_ptid): Add argument.
5302         * target.c (update_current_target): Update.
5303         (default_get_ada_task_ptid): Add 'self' argument.
5304         * sol-thread.c (sol_get_ada_task_ptid): Add 'self' argument.
5305         * remote.c (remote_get_ada_task_ptid): Add 'self' argument.
5306         * ravenscar-thread.c (ravenscar_get_ada_task_ptid): Add 'self'
5307         argument.
5308         * linux-thread-db.c (thread_db_get_ada_task_ptid): Add 'self'
5309         argument.
5310         * inf-ttrace.c (inf_ttrace_get_ada_task_ptid): Add 'self'
5311         argument.
5312         * dec-thread.c (dec_thread_get_ada_task_ptid): Add 'self'
5313         argument.
5314         * darwin-nat.c (darwin_get_ada_task_ptid): Add 'self' argument.
5315         * aix-thread.c (aix_thread_get_ada_task_ptid): Add 'self'
5316         argument.
5317
5318 2014-02-19  Tom Tromey  <tromey@redhat.com>
5319
5320         * target.h (struct target_ops) <to_goto_bookmark>: Add argument.
5321         (target_goto_bookmark): Add argument.
5322         * target.c (dummy_goto_bookmark): Add 'self' argument.
5323         * record-full.c (record_full_goto_bookmark): Add 'self' argument.
5324
5325 2014-02-19  Tom Tromey  <tromey@redhat.com>
5326
5327         * target.h (struct target_ops) <to_get_bookmark>: Add argument.
5328         (target_get_bookmark): Add argument.
5329         * target.c (dummy_get_bookmark): Add 'self' argument.
5330         * record-full.c (record_full_get_bookmark): Add 'self' argument.
5331
5332 2014-02-19  Tom Tromey  <tromey@redhat.com>
5333
5334         * target.h (struct target_ops) <to_make_corefile_notes>: Add
5335         argument.
5336         (target_make_corefile_notes): Add argument.
5337         * target.c (dummy_make_corefile_notes): Add 'self' argument.
5338         * procfs.c (procfs_make_note_section): Add 'self' argument.
5339         (procfs_make_note_section): Add 'self' argument.
5340         (procfs_make_note_section): Add 'self' argument.
5341         * linux-nat.c (linux_nat_make_corefile_notes): Add 'self'
5342         argument.
5343         * fbsd-nat.h (fbsd_make_corefile_notes): Add 'self' argument.
5344         * fbsd-nat.c (fbsd_make_corefile_notes): Add 'self' argument.
5345         * exec.c (exec_make_note_section): Add 'self' argument.
5346         (exec_make_note_section): Add 'self' argument.
5347
5348 2014-02-19  Tom Tromey  <tromey@redhat.com>
5349
5350         * target.h (struct target_ops) <to_find_memory_regions>: Add
5351         argument.
5352         (target_find_memory_regions): Add argument.
5353         * target.c (dummy_find_memory_regions): Add 'self' argument.
5354         * procfs.c (proc_find_memory_regions): Add 'self' argument.
5355         * gnu-nat.c (gnu_find_memory_regions): Add 'self' argument.
5356         * fbsd-nat.h (fbsd_find_memory_regions): Add 'self' argument.
5357         * fbsd-nat.c (fbsd_find_memory_regions): Add 'self' argument.
5358         * exec. (exec_do_find_memory_regions): New global.
5359         (exec_set_find_memory_regions): Rewrite.
5360         (exec_find_memory_regions): New function.
5361         (init_exec_ops): Use exec_find_memory_regions.
5362
5363 2014-02-19  Tom Tromey  <tromey@redhat.com>
5364
5365         * target.h (struct target_ops) <to_supports_non_stop>: Add
5366         argument.
5367         * target.c (find_default_supports_non_stop): Add argument.
5368         (target_supports_non_stop): Add argument.
5369         (find_default_supports_non_stop): Add 'self' argument.
5370         * remote.c (remote_supports_non_stop): Add 'self' argument.
5371         * linux-nat.c (linux_nat_supports_non_stop): Add 'self' argument.
5372
5373 2014-02-19  Tom Tromey  <tromey@redhat.com>
5374
5375         * target.h (struct target_ops) <to_log_command>: Add argument.
5376         (target_log_command): Add argument.
5377         * serial.h (serial_log_command): Add 'self' argument.
5378         * serial.c (serial_log_command): Add 'self' argument.
5379
5380 2014-02-19  Tom Tromey  <tromey@redhat.com>
5381
5382         * windows-nat.c (windows_pid_to_exec_file): Add 'self' argument.
5383         * target.h (struct target_ops) <to_pid_to_exec_file>: Add
5384         argument.
5385         (target_pid_to_exec_file): Add argument.
5386         * target.c (debug_to_pid_to_exec_file): Add argument.
5387         (update_current_target): Update.
5388         * nbsd-nat.h (nbsd_pid_to_exec_file): Add 'self' argument.
5389         * nbsd-nat.c (nbsd_pid_to_exec_file): Add 'self' argument.
5390         * linux-nat.c (linux_child_pid_to_exec_file): Add 'self' argument.
5391         (linux_handle_extended_wait): Update.
5392         * inf-child.c (inf_child_pid_to_exec_file): Add 'self' argument.
5393         * fbsd-nat.h (fbsd_pid_to_exec_file): Add 'self' argument.
5394         * fbsd-nat.c (fbsd_pid_to_exec_file): Add 'self' argument.
5395         * darwin-nat.c (darwin_pid_to_exec_file): Add 'self' argument.
5396
5397 2014-02-19  Tom Tromey  <tromey@redhat.com>
5398
5399         * target.h (struct target_ops) <to_rcmd>: Add argument.
5400         (target_rcmd): Add argument.
5401         * target.c (debug_to_rcmd): Add argument.
5402         (update_current_target, do_monitor_command): Update.
5403         * remote.c (remote_rcmd): Add 'self' argument.
5404         * monitor.c (monitor_rcmd): Add 'self' argument.
5405
5406 2014-02-19  Tom Tromey  <tromey@redhat.com>
5407
5408         * windows-nat.c (windows_stop): Add 'self' argument.
5409         * target.h (struct target_ops) <to_stop>: Add argument.
5410         * target.c (target_stop): Add argument.
5411         (debug_to_stop): Add argument.
5412         (update_current_target): Update.
5413         * remote.c (remote_stop): Add 'self' argument.
5414         * remote-sim.c (gdbsim_stop): Add 'self' argument.
5415         (gdbsim_cntrl_c): Update.
5416         * remote-m32r-sdi.c (m32r_stop): Add 'self' argument.
5417         * procfs.c (procfs_stop): Add 'self' argument.
5418         * nto-procfs.c (procfs_stop): Add 'self' argument.
5419         * monitor.c (monitor_stop): Add 'self' argument.
5420         (monitor_open): Update.
5421         * linux-nat.c (linux_nat_stop): Add argument.
5422         * inf-ptrace.c (inf_ptrace_stop): Add 'self' argument.
5423         * gnu-nat.c (gnu_stop): Add 'self' argument.
5424         * darwin-nat.c (darwin_stop): Add 'self' argument.
5425
5426 2014-02-19  Tom Tromey  <tromey@redhat.com>
5427
5428         * target.h (struct target_ops) <to_thread_name>: Add argument.
5429         * target.c (target_thread_name): Add argument.
5430         (update_current_target): Update.
5431         * linux-nat.c (linux_nat_thread_name): Add 'self' argument.
5432
5433 2014-02-19  Tom Tromey  <tromey@redhat.com>
5434
5435         * target.h (struct target_ops) <to_extra_thread_info>: Add
5436         argument.
5437         (target_extra_thread_info): Add argument.
5438         * target.c (update_current_target): Update.
5439         * remote.c (remote_threads_extra_info): Add 'self' argument.
5440         * ravenscar-thread.c (ravenscar_extra_thread_info): Add 'self'
5441         argument.
5442         * nto-tdep.h (nto_extra_thread_info): Add 'self' argument.
5443         * nto-tdep.c (nto_extra_thread_info): Add 'self' argument.
5444         * linux-thread-db.c (thread_db_extra_thread_info): Add 'self'
5445         argument.
5446         * inf-ttrace.c (inf_ttrace_extra_thread_info): Add 'self'
5447         argument.
5448         * bsd-uthread.c (bsd_uthread_extra_thread_info): Add 'self'
5449         argument.
5450         * aix-thread.c (aix_thread_extra_thread_info): Add 'self'
5451         argument.
5452
5453 2014-02-19  Tom Tromey  <tromey@redhat.com>
5454
5455         * target.h (struct target_ops) <to_program_signals>: Add argument.
5456         * target.c (target_program_signals): Add argument.
5457         * remote.c (remote_program_signals): Add 'self' argument.
5458
5459 2014-02-19  Tom Tromey  <tromey@redhat.com>
5460
5461         * target.h (struct target_ops) <to_pass_signals>: Add argument.
5462         * target.c (target_pass_signals): Add argument.
5463         * remote.c (remote_pass_signals): Add 'self' argument.
5464         (remote_start_remote): Update.
5465         * procfs.c (procfs_pass_signals): Add 'self' argument.
5466         * nto-procfs.c (procfs_pass_signals): Add 'self' argument.
5467         * linux-nat.c (linux_nat_pass_signals): Add 'self' argument.
5468         (linux_nat_create_inferior, linux_nat_attach): Update.
5469
5470 2014-02-19  Tom Tromey  <tromey@redhat.com>
5471
5472         * windows-nat.c (windows_can_run): Add 'self' argument.
5473         * target.h (struct target_ops) <to_can_run>: Add argument.
5474         (target_can_run): Add argument.
5475         * target.c (debug_to_can_run): Add argument.
5476         (update_current_target): Update.
5477         * nto-procfs.c (procfs_can_run): Add 'self' argument.
5478         * inf-child.c (inf_child_can_run): Add 'self' argument.
5479         * go32-nat.c (go32_can_run): Add 'self' argument.
5480
5481 2014-02-19  Tom Tromey  <tromey@redhat.com>
5482
5483         * target.h (struct target_ops) <to_has_exited>: Add argument.
5484         (target_has_exited): Add argument.
5485         * target.c (debug_to_has_exited): Add argument.
5486         (update_current_target): Update.
5487
5488 2014-02-19  Tom Tromey  <tromey@redhat.com>
5489
5490         * target.h (struct target_ops) <to_set_syscall_catchpoint>: Add
5491         argument.
5492         (target_set_syscall_catchpoint): Add argument.
5493         * linux-nat.c (linux_child_set_syscall_catchpoint): Add 'self'
5494         argument.
5495         * target.c (update_current_target): Update.
5496
5497 2014-02-19  Tom Tromey  <tromey@redhat.com>
5498
5499         * target.h (struct target_ops) <to_remove_exec_catchpoint>: Add
5500         argument.
5501         (target_remove_exec_catchpoint): Add argument.
5502         * target.c (debug_to_remove_exec_catchpoint): Add argument.
5503         (update_current_target): Update.
5504         * linux-nat.c (linux_child_remove_exec_catchpoint): Add 'self'
5505         argument.
5506
5507 2014-02-19  Tom Tromey  <tromey@redhat.com>
5508
5509         * target.h (struct target_ops) <to_insert_exec_catchpoint>: Add
5510         argument.
5511         (target_insert_exec_catchpoint): Add argument.
5512         * target.c (debug_to_insert_exec_catchpoint): Add argument.
5513         (update_current_target): Update.
5514         * linux-nat.c (linux_child_insert_exec_catchpoint): Add 'self'
5515         argument.
5516
5517 2014-02-19  Tom Tromey  <tromey@redhat.com>
5518
5519         * target.h (struct target_ops) <to_remove_vfork_catchpoint>: Add
5520         argument.
5521         (target_remove_vfork_catchpoint): Add argument.
5522         * target.c (debug_to_remove_vfork_catchpoint): Add argument.
5523         (update_current_target): Update.
5524         * linux-nat.c (linux_child_remove_vfork_catchpoint): Add 'self'
5525         argument.
5526
5527 2014-02-19  Tom Tromey  <tromey@redhat.com>
5528
5529         * target.h (struct target_ops) <to_insert_vfork_catchpoint>: Add
5530         argument.
5531         (target_insert_vfork_catchpoint): Add argument.
5532         * target.c (debug_to_insert_vfork_catchpoint): Add argument.
5533         (update_current_target): Update.
5534         * linux-nat.c (linux_child_insert_vfork_catchpoint): Add 'self'
5535         argument.
5536
5537 2014-02-19  Tom Tromey  <tromey@redhat.com>
5538
5539         * target.h (struct target_ops) <to_remove_fork_catchpoint>: Add
5540         argument.
5541         (target_remove_fork_catchpoint): Add argument.
5542         * target.c (debug_to_remove_fork_catchpoint): Add argument.
5543         (update_current_target): Update.
5544         * linux-nat.c (linux_child_remove_fork_catchpoint): Add 'self'
5545         argument.
5546
5547 2014-02-19  Tom Tromey  <tromey@redhat.com>
5548
5549         * target.h (struct target_ops) <to_insert_fork_catchpoint>: Add
5550         argument.
5551         (target_insert_fork_catchpoint): Add argument.
5552         * target.c (debug_to_insert_fork_catchpoint): Add argument.
5553         (update_current_target): Update.
5554         * linux-nat.c (linux_child_insert_fork_catchpoint): Add 'self'
5555         argument.
5556
5557 2014-02-19  Tom Tromey  <tromey@redhat.com>
5558
5559         * target.h (struct target_ops) <to_post_startup_inferior>: Add
5560         argument.
5561         (target_post_startup_inferior): Add argument.
5562         * target.c (debug_to_post_startup_inferior): Add argument.
5563         (update_current_target): Update.
5564         * spu-linux-nat.c (spu_child_post_startup_inferior): Add 'self'
5565         argument.
5566         * linux-nat.c (linux_child_post_startup_inferior): Add 'self'
5567         argument.
5568         * inf-ptrace.c (inf_ptrace_post_startup_inferior): Add 'self'
5569         argument.
5570         * inf-child.c (inf_child_post_startup_inferior): Add 'self'
5571         argument.
5572         * i386-linux-nat.c (i386_linux_child_post_startup_inferior): Add
5573         'self' argument.
5574         (super_post_startup_inferior): Likewise.
5575         * amd64-linux-nat.c (amd64_linux_child_post_startup_inferior): Add
5576         'self' argument.
5577         (super_post_startup_inferior): Likewise.
5578         * aarch64-linux-nat.c (aarch64_linux_child_post_startup_inferior):
5579         Add 'self' argument.
5580         (super_post_startup_inferior): Likewise.
5581
5582 2014-02-19  Tom Tromey  <tromey@redhat.com>
5583
5584         * target.h (struct target_ops) <to_load>: Add argument.
5585         * target.c (target_load): Add argument.
5586         (debug_to_load): Add argument.
5587         (update_current_target): Update.
5588         * remote.c (remote_load): Add 'self' argument.
5589         * remote-sim.c (gdbsim_load): Add 'self' argument.
5590         * remote-mips.c (mips_load): Add 'self' argument.
5591         * remote-m32r-sdi.c (m32r_load): Add 'self' argument.
5592         * monitor.c (monitor_load): Add 'self' argument.
5593         * m32r-rom.c (m32r_load_gen): Add 'self' argument.
5594
5595 2014-02-19  Tom Tromey  <tromey@redhat.com>
5596
5597         * target.h (struct target_ops) <to_terminal_info>: Add argument.
5598         (target_terminal_info): Add argument.
5599         * target.c (debug_to_terminal_info): Add argument.
5600         (default_terminal_info): Likewise.
5601         * inflow.c (child_terminal_info): Add 'self' argument.
5602         * inferior.h (child_terminal_info): Add 'self' argument.
5603         * go32-nat.c (go32_terminal_info): Add 'self' argument.
5604
5605 2014-02-19  Tom Tromey  <tromey@redhat.com>
5606
5607         * target.h (struct target_ops) <to_terminal_save_ours>: Add
5608         argument.
5609         (target_terminal_save_ours): Add argument.
5610         * target.c (debug_to_terminal_save_ours): Add argument.
5611         (update_current_target): Update.
5612         * inflow.c (terminal_save_ours): Add 'self' argument.
5613         * inferior.h (terminal_save_ours): Add 'self' argument.
5614
5615 2014-02-19  Tom Tromey  <tromey@redhat.com>
5616
5617         * target.h (struct target_ops) <to_terminal_ours>: Add argument.
5618         (target_terminal_ours): Add argument.
5619         * target.c (debug_to_terminal_ours): Add argument.
5620         (update_current_target): Update.
5621         * remote.c (remote_terminal_ours): Add 'self' argument.
5622         (remote_close): Update.
5623         * linux-nat.c (linux_nat_terminal_ours): Add 'self' argument.
5624         * inflow.c (terminal_ours): Add 'self' argument.
5625         * inferior.h (terminal_ours): Add 'self' argument.
5626         * go32-nat.c (go32_terminal_ours): Add 'self' argument.
5627
5628 2014-02-19  Pedro Alves  <palves@redhat.com>
5629             Tom Tromey  <tromey@redhat.com>
5630
5631         * target.h (struct target_ops) <to_terminal_ours_for_output>: Add
5632         argument.
5633         (target_terminal_ours_for_output): Add argument.
5634         * target.c (debug_to_terminal_ours_for_output): Add argument.
5635         (update_current_target): Update.
5636         * inflow.c (terminal_ours_for_output): Add 'self' argument.
5637         * inferior.h (terminal_ours_for_output): Add 'self' argument.
5638         * go32-nat.c (go32_terminal_ours): Add 'self' argument.
5639
5640 2014-02-19  Tom Tromey  <tromey@redhat.com>
5641
5642         * target.h (struct target_ops) <to_terminal_inferior>: Add
5643         argument.
5644         * target.c (target_terminal_inferior): Add argument.
5645         (update_current_target): Update.
5646         * remote.c (remote_terminal_inferior): Add 'self' argument.
5647         * linux-nat.c (linux_nat_terminal_inferior): Add 'self' argument.
5648         * inflow.c (terminal_inferior): Add 'self' argument.
5649         * inferior.h (terminal_inferior): Add 'self' argument.
5650         * go32-nat.c (go32_terminal_inferior): Add 'self' argument.
5651         (go32_terminal_inferior): Add 'self' argument.
5652
5653 2014-02-19  Tom Tromey  <tromey@redhat.com>
5654
5655         * target.h (struct target_ops) <to_terminal_init>: Add argument.
5656         (target_terminal_init): Add argument.
5657         * target.c (debug_to_terminal_init): Add argument.
5658         (update_current_target): Update.
5659         * inflow.c (terminal_init_inferior): Add 'self' argument.
5660         * inferior.h (terminal_init_inferior): Add 'self' argument.
5661         * go32-nat.c (go32_terminal_init): Add 'self' argument.
5662         * gnu-nat.c (gnu_terminal_init_inferior): Add 'self' argument.
5663
5664 2014-02-19  Tom Tromey  <tromey@redhat.com>
5665
5666         * target.h (struct target_ops)
5667         <to_can_accel_watchpoint_condition>: Add argument.
5668         (target_can_accel_watchpoint_condition): Add argument.
5669         * target.c (debug_to_can_accel_watchpoint_condition): Add
5670         argument.
5671         (update_current_target): Update.
5672         * ppc-linux-nat.c (ppc_linux_can_accel_watchpoint_condition): Add
5673         'self' argument.
5674
5675 2014-02-19  Tom Tromey  <tromey@redhat.com>
5676
5677         * target.h (struct target_ops) <to_region_ok_for_hw_watchpoint>:
5678         Add argument.
5679         (target_region_ok_for_hw_watchpoint): Add argument.
5680         * target.c (debug_to_region_ok_for_hw_watchpoint): Add argument.
5681         (default_region_ok_for_hw_watchpoint): Add argument.
5682         * spu-multiarch.c (spu_region_ok_for_hw_watchpoint): Add argument.
5683         * s390-linux-nat.c (s390_region_ok_for_hw_watchpoint): Add 'self'
5684         argument.
5685         * remote.c (remote_region_ok_for_hw_watchpoint): Add 'self'
5686         argument.
5687         * procfs.c (procfs_region_ok_for_hw_watchpoint): Add 'self'
5688         argument.
5689         * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Add
5690         'self' argument.
5691         * mips-linux-nat.c (mips_linux_region_ok_for_hw_watchpoint): Add
5692         'self' argument.
5693         * inf-ttrace.c (inf_ttrace_region_ok_for_hw_watchpoint): Add
5694         'self' argument.
5695         * i386-nat.c (i386_region_ok_for_watchpoint): Add 'self' argument.
5696         * arm-linux-nat.c (arm_linux_region_ok_for_hw_watchpoint): Add
5697         'self' argument.
5698         * aarch64-linux-nat.c (aarch64_linux_region_ok_for_hw_watchpoint):
5699         Add 'self' argument.
5700
5701 2014-02-19  Tom Tromey  <tromey@redhat.com>
5702
5703         * target.h (struct target_ops) <to_insert_watchpoint>: Add
5704         argument.
5705         (target_insert_watchpoint): Add argument.
5706         * target.c (debug_to_insert_watchpoint): Add argument.
5707         (update_current_target): Update.
5708         * s390-linux-nat.c (s390_insert_watchpoint): Add 'self' argument.
5709         * remote.c (remote_insert_watchpoint): Add 'self' argument.
5710         * remote-mips.c (mips_insert_watchpoint): Add 'self' argument.
5711         * remote-m32r-sdi.c (m32r_insert_watchpoint): Add 'self' argument.
5712         * procfs.c (procfs_insert_watchpoint): Add 'self' argument.
5713         * ppc-linux-nat.c (ppc_linux_insert_watchpoint): Add 'self'
5714         argument.
5715         * nto-procfs.c (procfs_insert_hw_watchpoint): Add 'self' argument.
5716         (procfs_insert_hw_watchpoint): Add 'self' argument.
5717         * mips-linux-nat.c (mips_linux_insert_watchpoint): Add 'self'
5718         argument.
5719         * inf-ttrace.c (inf_ttrace_insert_watchpoint): Add 'self'
5720         argument.
5721         * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Add 'self'
5722         argument.
5723         * i386-nat.c (i386_insert_watchpoint): Add 'self' argument.
5724         * arm-linux-nat.c (arm_linux_insert_watchpoint): Add 'self'
5725         argument.
5726         * aarch64-linux-nat.c (aarch64_linux_insert_watchpoint): Add
5727         'self' argument.
5728
5729 2014-02-19  Tom Tromey  <tromey@redhat.com>
5730
5731         * target.h (struct target_ops) <to_remove_watchpoint>: Add
5732         argument.
5733         (target_remove_watchpoint): Add argument.
5734         * target.c (debug_to_remove_watchpoint): Add argument.
5735         (update_current_target): Update.
5736         * s390-linux-nat.c (s390_remove_watchpoint): Add 'self' argument.
5737         * remote.c (remote_remove_watchpoint): Add 'self' argument.
5738         * remote-mips.c (mips_remove_watchpoint): Add 'self' argument.
5739         * remote-m32r-sdi.c (m32r_remove_watchpoint): Add 'self' argument.
5740         * procfs.c (procfs_remove_watchpoint): Add 'self' argument.
5741         * ppc-linux-nat.c (ppc_linux_remove_watchpoint): Add 'self'
5742         argument.
5743         * nto-procfs.c (procfs_remove_hw_watchpoint): Add 'self' argument.
5744         * mips-linux-nat.c (mips_linux_remove_watchpoint): Add 'self'
5745         argument.
5746         * inf-ttrace.c (inf_ttrace_remove_watchpoint): Add 'self'
5747         argument.
5748         * ia64-linux-nat.c (ia64_linux_remove_watchpoint): Add 'self'
5749         argument.
5750         * i386-nat.c (i386_remove_watchpoint): Add 'self' argument.
5751         * arm-linux-nat.c (arm_linux_remove_watchpoint): Add 'self'
5752         argument.
5753         * aarch64-linux-nat.c (aarch64_linux_remove_watchpoint): Add
5754         'self' argument.
5755
5756 2014-02-19  Tom Tromey  <tromey@redhat.com>
5757
5758         * target.h (struct target_ops) <to_remove_hw_breakpoint>: Add
5759         argument.
5760         (target_remove_hw_breakpoint): Add argument.
5761         * target.c (debug_to_remove_hw_breakpoint): Add argument.
5762         (update_current_target): Update.
5763         * remote.c (remote_remove_hw_breakpoint): Add 'self' argument.
5764         * ppc-linux-nat.c (ppc_linux_remove_hw_breakpoint): Add 'self'
5765         argument.
5766         * i386-nat.c (i386_remove_hw_breakpoint): Add 'self' argument.
5767         * arm-linux-nat.c (arm_linux_remove_hw_breakpoint): Add 'self'
5768         argument.
5769         * aarch64-linux-nat.c (aarch64_linux_remove_hw_breakpoint): Add
5770         'self' argument.
5771
5772 2014-02-19  Tom Tromey  <tromey@redhat.com>
5773
5774         * target.h (struct target_ops) <to_insert_hw_breakpoint>: Add
5775         argument.
5776         (target_insert_hw_breakpoint): Add argument.
5777         * target.c (debug_to_insert_hw_breakpoint): Add argument.
5778         (update_current_target): Update.
5779         * remote.c (remote_insert_hw_breakpoint): Add 'self' argument.
5780         * ppc-linux-nat.c (ppc_linux_insert_hw_breakpoint): Add 'self'
5781         argument.
5782         * nto-procfs.c (procfs_insert_hw_breakpoint): Add 'self' argument.
5783         * i386-nat.c (i386_insert_hw_breakpoint): Add 'self' argument.
5784         * arm-linux-nat.c (arm_linux_insert_hw_breakpoint): Add 'self'
5785         argument.
5786         * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Add
5787         'self' argument.
5788
5789 2014-02-19  Tom Tromey  <tromey@redhat.com>
5790
5791         * target.h (struct target_ops) <to_can_use_hw_breakpoint>: Add
5792         argument.
5793         (target_can_use_hardware_watchpoint): Add argument.
5794         * target.c (debug_to_can_use_hw_breakpoint): Add argument.
5795         (update_current_target): Update.
5796         * spu-linux-nat.c (spu_can_use_hw_breakpoint): Add 'self'
5797         argument.
5798         * s390-linux-nat.c (s390_can_use_hw_breakpoint): Add 'self'
5799         argument.
5800         * remote.c (remote_check_watch_resources): Add 'self' argument.
5801         * remote-mips.c (mips_can_use_watchpoint): Add 'self' argument.
5802         * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint): Add 'self'
5803         argument.
5804         * procfs.c (procfs_can_use_hw_breakpoint): Add 'self' argument.
5805         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): Add 'self'
5806         argument.
5807         * nto-procfs.c (procfs_can_use_hw_breakpoint): Add 'self'
5808         argument.
5809         * mips-linux-nat.c (mips_linux_can_use_hw_breakpoint): Add 'self'
5810         argument.
5811         * inf-ttrace.c (inf_ttrace_can_use_hw_breakpoint): Add 'self'
5812         argument.
5813         * ia64-linux-nat.c (ia64_linux_can_use_hw_breakpoint): Add 'self'
5814         argument.
5815         * ia64-hpux-nat.c (ia64_hpux_can_use_hw_breakpoint): Add 'self'
5816         argument.
5817         * i386-nat.c (i386_can_use_hw_breakpoint): Add 'self' argument.
5818         * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Add 'self'
5819         argument.
5820         * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): Add
5821         'self' argument.
5822
5823 2014-02-19  Tom Tromey  <tromey@redhat.com>
5824
5825         * target.h (struct target_ops) <to_post_attach>: Add argument.
5826         (target_post_attach): Add argument.
5827         * target.c (debug_to_post_attach): Add argument.
5828         (update_current_target): Update.
5829         * spu-linux-nat.c (spu_child_post_attach): Add 'self' argument.
5830         * nto-procfs.c (procfs_post_attach): Add 'self' argument.
5831         * linux-nat.c (linux_child_post_attach): Add 'self' argument.
5832         * inf-ptrace.c (inf_ptrace_post_attach): Add 'self' argument.
5833         * inf-child.c (inf_child_post_attach): Add 'self' argument.
5834
5835 2014-02-19  Tom Tromey  <tromey@redhat.com>
5836
5837         * windows-nat.c (windows_close): Add 'self' argument.
5838         * tracepoint.c (tfile_close): Add 'self' argument.
5839         * target.h (struct target_ops) <to_close>: Add argument.
5840         * target.c (target_close): Add argument.
5841         (update_current_target): Update.
5842         * remote.c (remote_close): Add 'self' argument.
5843         * remote-sim.c (gdbsim_close): Add 'self' argument.
5844         * remote-mips.c (mips_close): Add 'self' argument.
5845         * remote-m32r-sdi.c (m32r_close): Add 'self' argument.
5846         * record-full.c (record_full_close): Add 'self' argument.
5847         * record-btrace.c (record_btrace_close): Add 'self' argument.
5848         * monitor.h (monitor_close): Add 'self' argument.
5849         * monitor.c (monitor_close): Add 'self' argument.
5850         * mips-linux-nat.c (mips_linux_close): Add 'self' argument.
5851         * linux-nat.c (linux_nat_close): Add argument.
5852         * go32-nat.c (go32_close): Add 'self' argument.
5853         * exec.c (exec_close_1): Add 'self' argument.
5854         * ctf.c (ctf_close): Add 'self' argument.
5855         * corelow.c (core_close): Add 'self' argument.
5856         (core_close_cleanup): Update.
5857         * bsd-uthread.c (bsd_uthread_close): Add 'self' argument.
5858         * bsd-kvm.c (bsd_kvm_close): Add 'self' argument.
5859
5860 2014-02-19  Tom Tromey  <tromey@redhat.com>
5861
5862         * remote.c (remote_load): New function.
5863         (init_remote_ops): Use it.
5864
5865 2014-02-19  Tom Tromey  <tromey@redhat.com>
5866
5867         * common/linux-btrace.c (linux_supports_btrace): Add "ops"
5868         argument.
5869         * common/linux-btrace.h (linux_supports_btrace): Update.
5870         * remote.c (remote_supports_btrace): Add "self" argument.
5871         * target-delegates.c: Rebuild.
5872         * target.c (target_supports_btrace): Remove.
5873         * target.h (struct target_ops) <to_supports_btrace>: Add
5874         target_ops argument.
5875         (target_supports_btrace): New define.
5876
5877 2014-02-19  Tom Tromey  <tromey@redhat.com>
5878
5879         * record-full.c (record_full_beneath_to_resume_ops)
5880         (record_full_beneath_to_resume, record_full_beneath_to_wait_ops)
5881         (record_full_beneath_to_wait)
5882         (record_full_beneath_to_store_registers_ops)
5883         (record_full_beneath_to_store_registers)
5884         (record_full_beneath_to_xfer_partial_ops)
5885         (record_full_beneath_to_xfer_partial)
5886         (record_full_beneath_to_insert_breakpoint_ops)
5887         (record_full_beneath_to_insert_breakpoint)
5888         (record_full_beneath_to_remove_breakpoint_ops)
5889         (record_full_beneath_to_remove_breakpoint)
5890         (record_full_beneath_to_stopped_by_watchpoint)
5891         (record_full_beneath_to_stopped_data_address)
5892         (record_full_beneath_to_async, tmp_to_resume_ops, tmp_to_resume)
5893         (tmp_to_wait_ops, tmp_to_wait, tmp_to_store_registers_ops)
5894         (tmp_to_store_registers, tmp_to_xfer_partial_ops)
5895         (tmp_to_xfer_partial, tmp_to_instmp_to_insert_breakpoint_ops)
5896         (tmp_to_insert_breakpoint, tmp_to_remove_breakpoint_ops)
5897         (tmp_to_remove_breakpoint, tmp_to_stopped_by_watchpoint)
5898         (tmp_to_stopped_data_address, tmp_to_async): Remove.
5899         (record_full_open_1, record_full_open): Update.  Use RECORD_IS_USED.
5900         (record_full_resume, record_full_wait_1)
5901         (record_full_stopped_by_watchpoint, record_full_stopped_data_address)
5902         (record_full_store_registers, record_full_xfer_partial)
5903         (record_full_insert_breakpoint, record_full_remove_breakpoint)
5904         (record_full_async, record_full_core_xfer_partial): Use target
5905         delegation.
5906         * target-delegates.c: Rebuild.
5907         * target.c (current_xfer_partial): Remove.
5908         (update_current_target): Do not INHERIT or de_fault
5909         to_insert_breakpoint, to_remove_breakpoint,
5910         to_stopped_data_address, to_stopped_by_watchpoint, to_can_async_p,
5911         to_is_async_p, to_async.  Do not set to_xfer_partial field.
5912         (default_xfer_partial): Simplify.
5913         (current_xfer_partial): Remove.
5914         (target_wait, target_resume): Simplify.
5915         (find_default_can_async_p, find_default_is_async_p): Update.
5916         (init_dummy_target): Don't set to_can_async_p, to_is_async_p,
5917         to_xfer_partial, to_stopped_by_watchpoint,
5918         to_stopped_data_address.
5919         (target_store_registers): Simplify.
5920         (forward_target_remove_breakpoint)
5921         (forward_target_insert_breakpoint): Remove.
5922         (target_remove_breakpoint, target_insert_breakpoint)
5923         (debug_to_insert_breakpoint, debug_to_remove_breakpoint): Update.
5924         * target.h (struct target_ops) <to_resume, to_wait,
5925         to_store_registers, to_insert_breakpoint, to_remove_breakpoint,
5926         to_stopped_by_watchpoint, to_stopped_data_address, to_can_async_p,
5927         to_is_async_p, to_async, to_xfer_partial>: Add TARGET_DEFAULT
5928         markup.
5929         (forward_target_remove_breakpoint)
5930         (forward_target_insert_breakpoint): Remove.
5931         * record-btrace.c (record_btrace_remove_breakpoint): Delegate
5932         directly.
5933         (record_btrace_insert_breakpoint): Delegate directly.
5934
5935 2014-02-19  Tom Tromey  <tromey@redhat.com>
5936
5937         PR build/7701:
5938         * target-delegates.c: New file.
5939         * target.c: Include target-delegates.c.
5940         (init_dummy_target): Call install_dummy_methods.
5941         (complete_target_initialization): Call install_delegators.
5942         * target.h (TARGET_DEFAULT_IGNORE, TARGET_DEFAULT_NORETURN)
5943         (TARGET_DEFAULT_RETURN, TARGET_DEFAULT_FUNC): New defines.
5944         * make-target-delegates: New file.
5945
5946 2014-02-19  Tom Tromey  <tromey@redhat.com>
5947
5948         * record.c (find_record_target): Use find_target_at.
5949         * target.c (find_target_at): New function.
5950         * target.h (find_target_at): Declare.
5951
5952 2014-02-19  Tom Tromey  <tromey@redhat.com>
5953
5954         * aarch64-linux-nat.c (aarch64_linux_stopped_by_watchpoint):
5955         Add 'ops' argument.
5956         * arm-linux-nat.c (arm_linux_stopped_by_watchpoint): Add
5957         'ops' argument.
5958         * i386-nat.c (i386_stopped_by_watchpoint): Add 'ops' argument.
5959         * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Add
5960         'ops' argument.
5961         * inf-ttrace.c (inf_ttrace_stopped_by_watchpoint): Add 'ops'
5962         argument.
5963         * linux-nat.c (save_sigtrap): Update.
5964         (linux_nat_stopped_by_watchpoint, linux_nat_is_async_p)
5965         (linux_nat_can_async_p, linux_nat_async): Add 'ops' argument.
5966         (linux_nat_close): Update.
5967         * mips-linux-nat.c (mips_linux_stopped_by_watchpoint): Add 'ops'
5968         argument.
5969         * ppc-linux-nat.c (ppc_linux_stopped_by_watchpoint): Add 'ops'
5970         argument.
5971         * procfs.c (procfs_stopped_by_watchpoint): Add 'ops' argument.
5972         * record-full.c (record_full_beneath_to_stopped_by_watchpoint)
5973         (record_full_beneath_to_async, tmp_to_stopped_by_watchpoint)
5974         (tmp_to_async): Add 'ops' argument.
5975         (record_full_stopped_by_watchpoint, record_full_async)
5976         (record_full_can_async_p, record_full_is_async_p): Add 'ops'
5977         argument.
5978         * remote-m32r-sdi.c (m32r_insert_breakpoint, m32r_remove_breakpoint)
5979         (m32r_stopped_by_watchpoint): Add 'ops' argument.
5980         * remote-mips.c (mips_stopped_by_watchpoint): Add 'ops' argument.
5981         * remote.c (remote_stopped_by_watchpoint_p, remote_can_async_p)
5982         (remote_is_async_p, remote_async): Add 'ops' argument.
5983         (remote_stopped_data_address): Update.
5984         * s390-nat.c (s390_stopped_by_watchpoint): Add 'ops' argument.
5985         * target.c (update_current_target)
5986         (find_default_can_async_p, find_default_is_async_p): Update.
5987         (init_dummy_target): Update.
5988         (debug_to_stopped_by_watchpoint): Add 'ops' argument.
5989         * target.h (struct target_ops) <to_stopped_by_watchpoint,
5990         to_can_async_p, to_is_async_p, to_async>: Add 'ops' argument.
5991         (target_can_async_p, target_is_async_p, target_async)
5992         (target_stopped_by_watchpoint): Update.
5993
5994 2014-02-19  Yao Qi  <yao@codesourcery.com>
5995
5996         PR gdb/16220
5997         * gdbarch.sh: Remove startup_gdbarch.
5998         * gdbarch.c: Regenerated.
5999         * gdbarch.h: Likewise.
6000
6001 2014-02-17  Kevin Buettner  <kevinb@redhat.com>
6002
6003         * rl78-tdep.c (rl78_g10_register_name): New function.
6004         (rl78_return_value): Add g10 support.
6005         (rl78_gdbarch_init): Register rl78_g10_register_name for the
6006         g10.
6007
6008 2014-02-17  Doug Evans  <xdje42@gmail.com>
6009
6010         * Makefile.in (SUBDIR_GUILE_OBS): Resort alphabetically.
6011         (SUBDIR_GUILE_SRCS): Ditto.
6012         (scm-gsmob.o): Ditto.
6013
6014 2014-02-17  Yao Qi  <yao@codesourcery.com>
6015
6016         * gnu-nat.c (ILL_RPC): Declare defined function.
6017
6018 2014-02-17  Yao Qi  <yao@codesourcery.com>
6019
6020         * gnu-nat.c (gnu_read_inferior): Change 'copy_count' type to
6021         mach_msg_type_number_t.
6022         (gnu_write_inferior): Likewise.
6023
6024 2014-02-17  Yao Qi  <yao@codesourcery.com>
6025
6026         * gnu-nat.c (proc_get_exception_port): Use 'lu' insetad of 'd'
6027         in format string.
6028         (proc_steal_exc_port, make_proc, inf_set_pid): Likewise.
6029         (inf_validate_procs, inf_signal): Likewise.
6030         (S_exception_raise_request): Likewise.
6031         (do_mach_notify_dead_name): Likewise.
6032         (steal_exc_port): Likewise.
6033         (gnu_read_inferior): Change 'copy_count''s type to
6034         mach_msg_type_number_t.
6035         (gnu_write_inferior): Likewise.  Use 'lx' instead of 'x' in
6036         format string.
6037
6038 2014-02-16  Thomas Schwinge  <thomas@codesourcery.com>
6039
6040         * gnu-nat.c (struct inf): Change pending_execs member to a 1-bit
6041         flag.  Adjust all users; in particular...
6042         (gnu_wait): ..., don't decrement its value in here...
6043         (gnu_create_inferior): ..., and instead set the flag in here,
6044         around the startup_inferior call, and call that one with
6045         START_INFERIOR_TRAPS_EXPECTED.
6046
6047         * gnu-nat.c (ill_rpc): Remove function; replaced with this...
6048         (ILL_RPC): ... new macro.
6049         (do_mach_notify_no_senders, do_mach_notify_port_deleted)
6050         (do_mach_notify_msg_accepted, do_mach_notify_port_destroyed)
6051         (do_mach_notify_send_once, S_proc_setmsgport_reply)
6052         (S_proc_getmsgport_reply, S_msg_sig_post_reply): Generate stub
6053         functions with ILL_RPC macro.
6054         (S_proc_pid2task_reply, S_proc_task2pid_reply)
6055         (S_proc_task2proc_reply, S_proc_proc2task_reply)
6056         (S_proc_pid2proc_reply, S_proc_getprocinfo_reply)
6057         (S_proc_getprocargs_reply, S_proc_getprocenv_reply)
6058         (S_proc_getloginid_reply, S_proc_getloginpids_reply)
6059         (S_proc_getlogin_reply, S_proc_getsid_reply)
6060         (S_proc_getsessionpgids_reply, S_proc_getsessionpids_reply)
6061         (S_proc_getsidport_reply, S_proc_getpgrp_reply)
6062         (S_proc_getpgrppids_reply, S_proc_get_tty_reply)
6063         (S_proc_getnports_reply, S_proc_is_important_reply)
6064         (S_proc_get_code_reply): New stub functions, generated with
6065         ILL_RPC macro.
6066
6067         * reply_mig_hack.awk: In phase 5, keep going if we have not yet
6068         collected the type check structures.
6069
6070         * reply_mig_hack.awk: Don't expect to see the auto keyword.
6071
6072 2014-02-14  Doug Evans  <dje@google.com>
6073
6074         * target.c (target_write_partial): Fix result type.
6075
6076 2014-02-14  Jose E. Marchesi  <jose.marchesi@oracle.com>
6077
6078         * sparc64-linux-nat.c (_initialize_sparc64_linux_nat): Register
6079         the proper offsets to access fpregset_t.
6080
6081 2014-02-13  Sanimir Agovic  <sanimir.agovic@intel.com>
6082
6083         * cris-tdep.c (cris_supply_gregset): Remove zerobuf.
6084         (_initialize_cris_tdep): Remove cris_set_cmdlist, cris_show_cmdlist.
6085         * h8300-tdep.c (setmachinelist): Remove global.
6086         * hppa-tdep.c (hppa_sigtramp): Remove global.
6087         * mipsnbsd-tdep.c (sigtramp_retcode_mipsel, sigtramp_retcode_mipseb
6088         RETCODE_NWORDS, RETCODE_SIZE): Wrap code with #if 0.
6089         * ravenscar-thread.c (update_target_observer): Remove global.
6090         * rs6000-tdep.c (rs6000_gdbarch_init): Remove segment_regs.
6091
6092 2014-02-12  Tom Tromey  <tromey@redhat.com>
6093
6094         * common/rsp-low.c: Update comments.
6095         * common/rsp-low.h: Update comments.
6096
6097 2014-02-12  Tom Tromey  <tromey@redhat.com>
6098
6099         * common/rsp-low.c (convert_ascii_to_int): Remove.
6100         * common/rsp-low.h (convert_ascii_to_int): Don't declare.
6101
6102 2014-02-12  Tom Tromey  <tromey@redhat.com>
6103
6104         * common/rsp-low.h (unhexify): Don't declare.
6105         * common/rsp-low.c (unhexify): Remove.
6106
6107 2014-02-12  Tom Tromey  <tromey@redhat.com>
6108
6109         * common/rsp-low.h (convert_int_to_ascii): Don't declare.
6110         * common/rsp-low.c (convert_int_to_ascii): Remove.
6111
6112 2014-02-12  Tom Tromey  <tromey@redhat.com>
6113
6114         * common/rsp-low.h (hexify): Don't declare.
6115         * common/rsp-low.c (hexify): Remove.
6116
6117 2014-02-12  Tom Tromey  <tromey@redhat.com>
6118
6119         * common/rsp-low.c (hexify): Never take strlen of argument.
6120
6121 2014-02-12  Tom Tromey  <tromey@redhat.com>
6122
6123         * common/rsp-low.c (bin2hex): Never take strlen of argument.
6124         * remote.c (extended_remote_run, remote_rcmd)
6125         (remote_download_trace_state_variable, remote_save_trace_data)
6126         (remote_set_trace_notes): Update.
6127         * tracepoint.c (encode_source_string, tfile_write_status)
6128         (tfile_write_uploaded_tsv): Update.
6129
6130 2014-02-12  Tom Tromey  <tromey@redhat.com>
6131
6132         * tracepoint.c: Include rsp-low.h.
6133         * remote.h (hex2bin, bin2hex, unpack_varlen_hex): Don't declare.
6134         * remote.c: Include rsp-low.h.
6135         (hexchars, ishex, unpack_varlen_hex, pack_nibble, pack_hex_byte)
6136         (fromhex, hex2bin, tohex, bin2hex, remote_escape_output)
6137         (remote_unescape_input): Move to common/rsp-low.c.
6138         * common/rsp-low.h: New file.
6139         * common/rsp-low.c: New file.
6140         * Makefile.in (SFILES): Add common/rsp-low.c.
6141         (HFILES_NO_SRCDIR): Add common/rsp-low.h.
6142         (COMMON_OBS): Add rsp-low.o.
6143         (rsp-low.o): New target.
6144
6145 2014-02-12  Tom Tromey  <tromey@redhat.com>
6146
6147         * utils.h: Include print-utils.h.
6148         (host_address_to_string, plongest, pulongest, phex, phex_nz)
6149         (int_string, core_addr_to_string, core_addr_to_string_nz)
6150         (hex_string, hex_string_custom): Don't declare.
6151         * utils.c (NUMCELLS, CELLSIZE, get_cell, decimal2str, pulongest)
6152         (plongest, thirty_two, phex, phex_nz, octal2str, hex_string)
6153         (hex_string_custom, int_string, core_addr_to_string)
6154         (core_addr_to_string_nz, host_address_to_string): Move to
6155         common/print-utils.c.
6156         * common/print-utils.h: New file.
6157         * common/print-utils.c: New file
6158         * Makefile.in (SFILES): Add common/print-utils.c.
6159         (HFILES_NO_SRCDIR): Add common/print-utils.h.
6160         (COMMON_OBS): Add print-utils.o.
6161         (print-utils.o): New target.
6162
6163 2014-02-12  Tom Tromey  <tromey@redhat.com>
6164
6165         * nios2-tdep.c (nios2_stub_frame_base_address): Remove.
6166
6167 2014-02-12  Mark Kettenis  <kettenis@gnu.org>
6168
6169         * sparc64obsd-tdep.c (sparc64obsd_init_abi): Call obsd_init_abi.
6170
6171 2014-02-12  Mark Kettenis  <kettenis@gnu.org>
6172
6173         * inf-ptrace.c (inf_ptrace_xfer_partial): Return TARGET_XFER_EOF
6174         if a PT_IO ptrace request returns sucessfully but indicates that 0
6175         bytes were transferred.
6176
6177 2014-02-12  Pedro Alves  <palves@redhat.com>
6178             Kevin Buettner <kevinb@redhat.com>
6179
6180         * gnu-v3-abi.c (build_gdb_vtable_type): Return a type marked with
6181         TYPE_INSTANCE_FLAG_CODE_SPACE.
6182
6183 2014-02-12  Pedro Alves  <palves@redhat.com>
6184
6185         * h8300-tdep.c (pseudo_from_raw_register)
6186         (raw_from_pseudo_register): New functions.
6187         (h8300_pseudo_register_read, h8300_pseudo_register_write): Use
6188         them.
6189
6190 2014-02-12  Pedro Alves  <palves@redhat.com>
6191
6192         * h8300-tdep.c (h8300_register_sim_regno): New function.
6193         (h8300_gdbarch_init): Install h8300_register_sim_regno as
6194         gdbarch_register_sim_regno hook.
6195
6196 2014-02-12  Sanimir Agovic  <sanimir.agovic@intel.com>
6197
6198         * nios2-tdep.c (nios2_stub_frame_base): Remove global.
6199
6200 2014-02-12  Sanimir Agovic  <sanimir.agovic@intel.com>
6201
6202         * tic6x-tdep.c (tic6x_gdbarch_init): Call frame_base_set_default.
6203
6204 2014-02-12  Mark Kettenis  <kettenis@gnu.org>
6205
6206         * obsd-tdep.h (obsd_init_abi): New prototype.
6207         * obsd-tdep.c: Define enum with OpenBSD signal numbers.
6208         (obsd_gdb_signal_from_target, obsd_gdb_signal_to_target)
6209         (obsd_init_abi): New functions.
6210         * i386obsd-tdep.c: Include "obsd-tdep.h".
6211         (i386obsd_init_abi): Call obsd_init_abi.
6212         * amd64obsd-tdep.c: Include "obsd-tdep.h".
6213         (amd64obsd_init_abi): Call obsd_init_abi.
6214         * configure.tgt (i[34567]86-*-openbsd*, x86_64-*-openbsd*): Add
6215         obsd-tdep.c to gdb_target_obs.
6216
6217 2014-02-11  Jose E. Marchesi  <jose.marchesi@oracle.com>
6218
6219         * sparc64-tdep.c (sparc64_store_arguments): Do not align complex
6220         double float arguments to 16-byte in the argument slots.
6221
6222 2014-02-11  Doug Evans  <xdje42@gmail.com>
6223
6224         * configure.ac: Don't crash if pkg-config is not found and guile
6225         wasn't explicitly requested.  Use AC_MSG_ERROR instead of AC_ERROR
6226         in guile checks.
6227         * configure: Regenerate.
6228
6229 2014-02-11  Yao Qi  <yao@codesourcery.com>
6230
6231         * aix-thread.c (aix_thread_xfer_partial): Update comments.
6232         * auxv.c (procfs_xfer_auxv, memory_xfer_auxv): Likewise.
6233         * bsd-uthread.c (bsd_uthread_xfer_partial): Likewise.
6234         * gnu-nat.c (gnu_xfer_memory): Likewise.
6235         * inf-ptrace.c (inf_ptrace_xfer_partial):  Likewise.
6236         * rs6000-nat.c (rs6000_xfer_partial): Likewise.
6237         * sparc-nat.c (sparc_xfer_wcookie): Likewise.
6238         * spu-linux-nat.c (spu_proc_xfer_spu): Likewise.
6239
6240 2014-02-11  Yao Qi  <yao@codesourcery.com>
6241
6242         * target.h (enum target_xfer_error): Rename to ...
6243         (enum target_xfer_status): ... it.  New.  All users updated.
6244         (enum target_xfer_status) <TARGET_XFER_OK>, <TARGET_XFER_EOF>:
6245         New.
6246         (TARGET_XFER_STATUS_ERROR_P): New macro.
6247         (target_xfer_error_to_string): Remove declaration.
6248         (target_xfer_status_to_string): Declare.
6249         (target_xfer_partial_ftype): Adjust it.
6250         (struct target_ops) <to_xfer_partial>: Return
6251         target_xfer_status.  Add argument xfered_len.  Update
6252         comments.
6253         * target.c (target_xfer_error_to_string): Rename to ...
6254         (target_xfer_status_to_string): ... it.  New.  All callers
6255         updated.
6256         (target_read_live_memory): Likewise.  Call target_xfer_partial
6257         instead of target_read.
6258         (memory_xfer_live_readonly_partial): Return
6259         target_xfer_status.  Add argument xfered_len.
6260         (raw_memory_xfer_partial): Likewise.
6261         (memory_xfer_partial_1): Likewise.
6262         (memory_xfer_partial): Likewise.
6263         (target_xfer_partial): Likewise.  Check *XFERED_LEN is set
6264         properly.  Update debug message.
6265         (default_xfer_partial, current_xfer_partial): Likewise.
6266         (target_write_partial): Likewise.
6267         (target_read_partial): Likewise.  All callers updated.
6268         (read_whatever_is_readable): Likewise.
6269         (target_write_with_progress): Likewise.
6270         (target_read_alloc_1): Likewise.
6271
6272         * aix-thread.c (aix_thread_xfer_partial): Likewise.
6273         * auxv.c (procfs_xfer_auxv): Likewise.
6274         (ld_so_xfer_auxv, memory_xfer_auxv): Likewise.
6275         * bfd-target.c (target_bfd_xfer_partial): Likewise.
6276         * bsd-kvm.c (bsd_kvm_xfer_partial): Likewise.
6277         * bsd-uthread.c (bsd_uthread_xfer_partia): Likewise.
6278         * corefile.c (read_memory): Adjust.
6279         * corelow.c (core_xfer_partial): Likewise.
6280         * ctf.c (ctf_xfer_partial): Likewise.
6281         * darwin-nat.c (darwin_read_dyld_info): Likewise.  All callers
6282         updated.
6283         (darwin_xfer_partial): Likewise.
6284         * exec.c (section_table_xfer_memory_partial): Likewise.  All
6285         callers updated.
6286         (exec_xfer_partial): Likewise.
6287         * exec.h (section_table_xfer_memory_partial): Update
6288         declaration.
6289         * gnu-nat.c (gnu_xfer_memory): Likewise.  Assert 'res' is not
6290         negative.
6291         (gnu_xfer_partial): Likewise.
6292         * ia64-hpux-nat.c (ia64_hpux_xfer_memory_no_bs): Likewise.
6293         (ia64_hpux_xfer_memory, ia64_hpux_xfer_uregs): Likewise.
6294         (ia64_hpux_xfer_solib_got): Likewise.
6295         * inf-ptrace.c (inf_ptrace_xfer_partial): Likewise.  Change
6296         type of 'partial_len' to ULONGEST.
6297         * inf-ttrace.c (inf_ttrace_xfer_partial): Likewise.
6298         * linux-nat.c (linux_xfer_siginfo ): Likewise.
6299         (linux_nat_xfer_partial): Likewise.
6300         (linux_proc_xfer_partial, linux_xfer_partial): Likewise.
6301         (linux_proc_xfer_spu, linux_nat_xfer_osdata): Likewise.
6302         * monitor.c (monitor_xfer_memory): Likewise.
6303         (monitor_xfer_partial): Likewise.
6304         * procfs.c (procfs_xfer_partial): Likewise.
6305         * record-btrace.c (record_btrace_xfer_partial): Likewise.
6306         * record-full.c (record_full_xfer_partial): Likewise.
6307         (record_full_core_xfer_partial): Likewise.
6308         * remote-sim.c (gdbsim_xfer_memory): Likewise.
6309         (gdbsim_xfer_partial): Likewise.
6310         * remote.c (remote_write_bytes_aux): Likewise.  All callers
6311         updated.
6312         (remote_write_bytes, remote_read_bytes): Likewise.  All
6313         callers updated.
6314         (remote_flash_erase): Likewise.  All callers updated.
6315         (remote_write_qxfer): Likewise.  All callers updated.
6316         (remote_read_qxfer): Likewise.  All callers updated.
6317         (remote_xfer_partial): Likewise.
6318         * rs6000-nat.c (rs6000_xfer_partial): Likewise.
6319         (rs6000_xfer_shared_libraries): Likewise.
6320         * sol-thread.c (sol_thread_xfer_partial): Likewise.
6321         (sol_thread_xfer_partial): Likewise.
6322         * sparc-nat.c (sparc_xfer_wcookie): Likewise.
6323         (sparc_xfer_partial): Likewise.
6324         * spu-linux-nat.c (spu_proc_xfer_spu): Likewise.  All callers
6325         updated.
6326         (spu_xfer_partial): Likewise.
6327         * spu-multiarch.c (spu_xfer_partial): Likewise.
6328         * tracepoint.c (tfile_xfer_partial): Likewise.
6329         * windows-nat.c (windows_xfer_memory): Likewise.
6330         (windows_xfer_shared_libraries): Likewise.
6331         (windows_xfer_partial): Likewise.
6332         * valprint.c: Replace 'target_xfer_error' with
6333         'target_xfer_status' in comments.
6334
6335 2014-02-11  Simon Marchi  <simon.marchi@ericsson.com>  (tiny patch)
6336
6337         Checked in by Joel Brobecker <brobecker@adacore.com>.
6338         * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Fix comment.
6339
6340 2014-02-11  Joel Brobecker  <brobecker@adacore.com>
6341
6342         * symfile-debug.c (debug_qf_expand_symtabs_matching): Reformat
6343         function parameters.
6344
6345 2014-02-10  Will Newton  <will.newton@linaro.org>
6346
6347         * elfread.c (elf_rel_plt_read): Look for a .got section if
6348         looking up .got.plt fails.
6349         (elf_gnu_ifunc_resolve_by_got): Call gdbarch_addr_bits_remove
6350         on address passed to elf_gnu_ifunc_record_cache.
6351         (elf_gnu_ifunc_resolve_addr): Likewise.
6352         (elf_gnu_ifunc_resolver_return_stop): Likewise.
6353
6354 2014-02-10  Jose E. Marchesi  <jose.marchesi@oracle.com>
6355
6356         * sparc-tdep.c (sparc_in_function_epilogue_p): New function.
6357         (X_RETTURN): New macro.
6358         * sparc-tdep.h: sparc_in_function_epilogue_p prototype.
6359
6360         * sparc64-tdep.c (sparc64_init_abi): Hook
6361         sparc_in_function_epilogue_p.
6362
6363 2014-02-10  Gary Benson  <gbenson@redhat.com>
6364
6365         * symfile-debug.c (debug_qf_expand_symtabs_matching):
6366         Rename name_matcher to symbol_matcher.
6367
6368 2014-02-10  Gary Benson  <gbenson@redhat.com>
6369
6370         * symfile-debug.c (debug_qf_expand_symtabs_matching):
6371         Use expand_symtabs_file_matcher_ftype and
6372         expand_symtabs_symbol_matcher_ftype.
6373
6374 2014-02-10  Joel Brobecker  <brobecker@adacore.com>
6375
6376         * ada-lang.c (struct cache_entry, HASH_SIZE): Move definition up.
6377         (struct ada_symbol_cache): New.
6378         (ada_free_symbol_cache): Forward declare.
6379         (struct ada_pspace_data): New.
6380         (ada_pspace_data_handle): New static global.
6381         (get_ada_pspace_data, ada_pspace_data_cleanup)
6382         (ada_init_symbol_cache, ada_free_symbol_cache): New functions.
6383         (cache_space, cache): Delete, now folded inside struct
6384         ada_pspace_data.
6385         (ada_get_symbol_cache): New function.
6386         (ada_clear_symbol_cache, find_entry, cache_symbol): Adjust
6387         implementation.
6388         (_initialize_ada_language): Remove initialization of cache_space.
6389         Move call to observer_attach_inferior_exit up, grouping it
6390         with the other observer registrations inside this function.
6391         Rename command to be more general.  Add call to
6392         register_program_space_data_with_cleanup.
6393
6394 2014-02-10  Joel Brobecker  <brobecker@adacore.com>
6395
6396         * ada-tasks.c (ada_tasks_new_objfile_observer): Renames
6397         ada_new_objfile_observer.
6398         (ada_tasks_normal_stop_observer): Renames ada_normal_stop_observer.
6399         (_initialize_tasks): Update uses of ada_new_objfile_observer
6400         and ada_tasks_normal_stop_observer.
6401
6402 2014-02-10  Joel Brobecker  <brobecker@adacore.com>
6403
6404         * ada-lang.c (ada_evaluate_subexp): Set the type of the value
6405         returned by the 'Length attribute to integer.
6406
6407 2014-02-10  Joel Brobecker  <brobecker@adacore.com>
6408
6409         * ada-lang.c (_initialize_ada_language): Initialize
6410         cache_space obstack.
6411
6412 2014-02-10  Joel Brobecker  <brobecker@adacore.com>
6413
6414         * ada-lang.c (HASH_SIZE): New macro.
6415         (struct cache_entry): New type.
6416         (cache_space, cache): New static globals.
6417         (ada_clear_symbol_cache, find_entry): New functions.
6418         (lookup_cached_symbol, cache_symbol): Implement.
6419         (ada_new_objfile_observer, ada_free_objfile_observer): New.
6420         (_initialize_ada_language): Attach ada_new_objfile_observer
6421         and ada_free_objfile_observer.
6422
6423 2014-02-10  Joel Brobecker  <brobecker@adacore.com>
6424
6425         * ada-lang.c (ada_add_block_symbols, add_defn_to_vec)
6426         (lookup_cached_symbol, ada_add_local_symbols): Add "const" to
6427         struct block * parameter.
6428         (ada_lookup_symbol_list_worker): Constify local variable "block".
6429         Remove cast which is no longer necessary.
6430
6431 2014-02-10  Doug Evans  <xdje42@gmail.com>
6432
6433         Add Guile as an extension language.
6434         * NEWS: Mention Guile scripting.
6435         * Makefile.in (SUBDIR_GUILE_OBS): New variable.
6436         (SUBDIR_GUILE_SRCS, SUBDIR_GUILE_DEPS): New variables
6437         (SUBDIR_GUILE_LDFLAGS, SUBDIR_GUILE_CFLAGS): New variables.
6438         (INTERNAL_CPPFLAGS): Add GUILE_CPPFLAGS.
6439         (CLIBS): Add GUILE_LIBS.
6440         (install-guile): New rule.
6441         (guile.o): New rule.
6442         (scm-arch.o, scm-auto-load.o, scm-block.o): New rules.
6443         (scm-breakpoint.o, scm-disasm.o, scm-exception.o): New rules.
6444         (scm-frame.o, scm-iterator.o, scm-lazy-string.o): New rules.
6445         (scm-math.o, scm-objfile.o, scm-ports.o): New rules.
6446         (scm-pretty-print.o, scm-safe-call.o, scm-gsmob.o): New rules.
6447         (scm-string.o, scm-symbol.o, scm-symtab.o): New rules.
6448         (scm-type.o, scm-utils.o, scm-value.o): New rules.
6449         * configure.ac: New option --with-guile.
6450         * configure: Regenerate.
6451         * config.in: Regenerate.
6452         * auto-load.c: Remove #include "python/python.h".  Add #include
6453         "gdb/section-scripts.h".
6454         (source_section_scripts): Handle Guile scripts.
6455         (_initialize_auto_load): Add name of Guile objfile script to
6456         scripts-directory help text.
6457         * breakpoint.c (condition_command): Tweak comment to include Scheme.
6458         * breakpoint.h (gdbscm_breakpoint_object): Add forward decl.
6459         (struct breakpoint): New member scm_bp_object.
6460         * defs.h (enum command_control_type): New value guile_control.
6461         * cli/cli-cmds.c: Remove #include "python/python.h".  Add #include
6462         "extension.h".
6463         (show_user): Update comment.
6464         (_initialize_cli_cmds): Update help text for "show user".  Update help
6465         text for max-user-call-depth.
6466         * cli/cli-script.c: Remove #include "python/python.h".  Add #include
6467         "extension.h".
6468         (multi_line_command_p): Add guile_control.
6469         (print_command_lines): Handle guile_control.
6470         (execute_control_command, recurse_read_control_structure): Ditto.
6471         (process_next_line): Recognize "guile" commands.
6472         * disasm.c (gdb_disassemble_info): Make non-static.
6473         * disasm.h: #include "dis-asm.h".
6474         (struct gdbarch): Add forward decl.
6475         (gdb_disassemble_info): Declare.
6476         * extension.c: #include "guile/guile.h".
6477         (extension_languages): Add guile.
6478         (get_ext_lang_defn): Handle EXT_LANG_GDB.
6479         * extension.h (enum extension_language): New value EXT_LANG_GUILE.
6480         * gdbtypes.c (get_unsigned_type_max): New function.
6481         (get_signed_type_minmax): New function.
6482         * gdbtypes.h (get_unsigned_type_max): Declare.
6483         (get_signed_type_minmax): Declare.
6484         * guile/README: New file.
6485         * guile/guile-internal.h: New file.
6486         * guile/guile.c: New file.
6487         * guile/guile.h: New file.
6488         * guile/scm-arch.c: New file.
6489         * guile/scm-auto-load.c: New file.
6490         * guile/scm-block.c: New file.
6491         * guile/scm-breakpoint.c: New file.
6492         * guile/scm-disasm.c: New file.
6493         * guile/scm-exception.c: New file.
6494         * guile/scm-frame.c: New file.
6495         * guile/scm-gsmob.c: New file.
6496         * guile/scm-iterator.c: New file.
6497         * guile/scm-lazy-string.c: New file.
6498         * guile/scm-math.c: New file.
6499         * guile/scm-objfile.c: New file.
6500         * guile/scm-ports.c: New file.
6501         * guile/scm-pretty-print.c: New file.
6502         * guile/scm-safe-call.c: New file.
6503         * guile/scm-string.c: New file.
6504         * guile/scm-symbol.c: New file.
6505         * guile/scm-symtab.c: New file.
6506         * guile/scm-type.c: New file.
6507         * guile/scm-utils.c: New file.
6508         * guile/scm-value.c: New file.
6509         * guile/lib/gdb.scm: New file.
6510         * guile/lib/gdb/boot.scm: New file.
6511         * guile/lib/gdb/experimental.scm: New file.
6512         * guile/lib/gdb/init.scm: New file.
6513         * guile/lib/gdb/iterator.scm: New file.
6514         * guile/lib/gdb/printing.scm: New file.
6515         * guile/lib/gdb/types.scm: New file.
6516         * data-directory/Makefile.in (GUILE_SRCDIR): New variable.
6517         (VPATH): Add $(GUILE_SRCDIR).
6518         (GUILE_DIR): New variable.
6519         (GUILE_INSTALL_DIR, GUILE_FILES): New variables.
6520         (all): Add stamp-guile dependency.
6521         (stamp-guile): New rule.
6522         (clean-guile, install-guile, uninstall-guile): New rules.
6523         (install-only): Add install-guile dependency.
6524         (uninstall): Add uninstall-guile dependency.
6525         (clean): Add clean-guile dependency.
6526
6527 2014-02-09  Doug Evans  <xdje42@gmail.com>
6528
6529         Revert this patch (which I approved, mea culpa).
6530
6531         2014-02-08  Mark Kettenis  <kettenis@gnu.org>
6532
6533         * Makefile.in (all-lib): Remove.
6534         ($(LIBGNU) $(GNULIB_H)): Replace with gits of remove all-lib target.
6535
6536 2014-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
6537
6538         Fix Python stack corruption.
6539         * python/py-linetable.c (ltpy_get_pcs_for_line, ltpy_has_line): Use
6540         gdb_py_longest.
6541
6542 2014-02-08  Mark Kettenis  <kettenis@gnu.org>
6543
6544         * Makefile.in (all-lib): Remove.
6545         ($(LIBGNU) $(GNULIB_H)): Replace with gits of remove all-lib target.
6546
6547 2014-02-07  Doug Evans  <dje@google.com>
6548
6549         * extension-priv.h (extension_language_script_ops): Add comment.
6550         (extension_language_ops): Add comment.
6551         (active_ext_lang_state): Fix typo in comment.
6552
6553 2014-02-07  Pedro Alves  <palves@redhat.com>
6554
6555         PR breakpoints/16292
6556         * infrun.c (handle_signal_stop) <signal arrives while stepping
6557         over a breakpoint>: Switch back to the stepping thread.
6558
6559 2014-02-07  Yao Qi  <yao@codesourcery.com>
6560
6561         * target.c (target_xfer_partial): Return zero if LEN is zero.
6562
6563 2014-02-07  Yao Qi  <yao@codesourcery.com>
6564
6565         * auxv.c (procfs_xfer_auxv): Replace -1 with TARGET_XFER_E_IO.
6566         (ld_so_xfer_auxv): Likewise.
6567         * bfd-target.c (target_bfd_xfer_partial): Likewise.
6568         * bsd-kvm.c (bsd_kvm_xfer_partial): Likewise.
6569         * corelow.c (core_xfer_partial): Likewise.
6570         * ctf.c (ctf_xfer_partial): Likewise.
6571         * darwin-nat.c (darwin_read_dyld_info): Likewise.
6572         (darwin_xfer_partial): Likewise.
6573         * exec.c (exec_xfer_partial): Likewise.
6574         * gnu-nat.c (gnu_xfer_partial): Likewise.
6575         * ia64-hpux-nat.c (ia64_hpux_xfer_uregs): Likewise.
6576         * inf-ptrace.c (inf_ptrace_xfer_partial): Likewise.
6577         * inf-ttrace.c (inf_ttrace_xfer_partial): Likewise.
6578         * linux-nat.c (linux_xfer_siginfo): Likewise.
6579         (linux_proc_xfer_spu): Likewise.
6580         * procfs.c (procfs_xfer_partial): Likewise.
6581         * record-full.c (record_full_xfer_partial): Likewise.
6582         (record_full_core_xfer_partial): Likewise.
6583         * remote-sim.c (gdbsim_xfer_partial): Likewise.
6584         * remote.c (remote_write_qxfer): Likewise.
6585         (remote_write_qxfer, remote_read_qxfer): Likewise.
6586         (remote_xfer_partial): Likewise.
6587         * rs6000-nat.c (rs6000_xfer_partial): Likewise.
6588         (rs6000_xfer_shared_libraries): Likewise.
6589         * sparc-nat.c (sparc_xfer_wcookie): Likewise.
6590         * spu-linux-nat.c (spu_proc_xfer_spu): Likewise.
6591         (spu_xfer_partial): Likewise.
6592         * target.c (memory_xfer_partial_1): Likewise.
6593         * tracepoint.c (tfile_xfer_partial): Likewise.
6594         * windows-nat.c (windows_xfer_shared_libraries): Likewise.
6595         (windows_xfer_partial): Likewise.
6596
6597 2014-02-07  Yao Qi  <yao@codesourcery.com>
6598
6599         * gdbarch.sh (core_xfer_shared_libraries): Returns ULONGEST.  Add
6600         comments.
6601         (core_xfer_shared_libraries_aix): Likewise.
6602         * gdbarch.c, gdbarch.h: Regenerated.
6603         * i386-cygwin-tdep.c (windows_core_xfer_shared_libraries): Return
6604         ULONGEST.  Change 'len_avail' type to ULONGEST.
6605         * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
6606         * rs6000-aix-tdep.h (rs6000_aix_ld_info_to_xml): Update
6607         declaration.
6608         (rs6000_aix_core_xfer_shared_libraries_aix): Return ULONGEST.
6609
6610 2014-02-07  Yao Qi  <yao@codesourcery.com>
6611
6612         * corefile.c (memory_error): Get 'exception' from ERR and pass
6613         'exception' to throw_error.
6614
6615 2014-02-06  Doug Evans  <xdje42@gmail.com>
6616
6617         * configure.ac (libpython checking): Remove all but python.o from
6618         CONFIG_OBS.  Remove all but python.c from CONFIG_SRCS.
6619         * configure: Regenerate.
6620
6621         * Makefile.in (SFILES): Add extension.c.
6622         (HFILES_NO_SRCDIR): Add extension.h, extension-priv.h
6623         (COMMON_OBS): Add extension.o.
6624         * extension.h: New file.
6625         * extension-priv.h: New file.
6626         * extension.c: New file.
6627
6628         * python/python-internal.h: #include "extension.h".
6629         (gdbpy_auto_load_enabled): Declare.
6630         (gdbpy_apply_val_pretty_printer): Declare.
6631         (gdbpy_apply_frame_filter): Declare.
6632         (gdbpy_preserve_values): Declare.
6633         (gdbpy_breakpoint_cond_says_stop): Declare.
6634         (gdbpy_breakpoint_has_cond): Declare.
6635         (void source_python_script_for_objfile): Delete.
6636         * python/python.c: #include "extension-priv.h".
6637         Delete inclusion of "observer.h".
6638         (extension_language_python): Moved here and renamed from
6639         script_language_python in py-auto-load.c.
6640         Redefined to be of type extension_language_defn.
6641         (python_extension_script_ops): New global.
6642         (python_extension_ops): New global.
6643         (struct python_env): New member previous_active.
6644         (restore_python_env): Call restore_active_ext_lang.
6645         (ensure_python_env): Call set_active_ext_lang.
6646         (gdbpy_clear_quit_flag): Renamed from clear_quit_flag, made static.
6647         New arg extlang.
6648         (gdbpy_set_quit_flag): Renamed from set_quit_flag, made static.
6649         New arg extlang.
6650         (gdbpy_check_quit_flag): Renamed from check_quit_flag, made static.
6651         New arg extlang.
6652         (gdbpy_eval_from_control_command): Renamed from
6653         eval_python_from_control_command, made static.  New arg extlang.
6654         (gdbpy_source_script) Renamed from source_python_script, made static.
6655         New arg extlang.
6656         (gdbpy_before_prompt_hook): Renamed from before_prompt_hook.  Change
6657         result to int.  New arg extlang.
6658         (gdbpy_source_objfile_script): Renamed from
6659         source_python_script_for_objfile, made static.  New arg extlang.
6660         (gdbpy_start_type_printers): Renamed from start_type_printers, made
6661         static.  New args extlang, extlang_printers.  Change result type to
6662         "void".
6663         (gdbpy_apply_type_printers): Renamed from apply_type_printers, made
6664         static.  New arg extlang.  Rename arg printers to extlang_printers
6665         and change type to ext_lang_type_printers *.
6666         (gdbpy_free_type_printers): Renamed from free_type_printers, made
6667         static.  Replace argument arg with extlang, extlang_printers.
6668         (!HAVE_PYTHON, eval_python_from_control_command): Delete.
6669         (!HAVE_PYTHON, source_python_script): Delete.
6670         (!HAVE_PYTHON, gdbpy_should_stop): Delete.
6671         (!HAVE_PYTHON, gdbpy_breakpoint_has_py_cond): Delete.
6672         (!HAVE_PYTHON, start_type_printers): Delete.
6673         (!HAVE_PYTHON, apply_type_printers): Delete.
6674         (!HAVE_PYTHON, free_type_printers): Delete.
6675         (_initialize_python): Delete call to observer_attach_before_prompt.
6676         (finalize_python): Set/restore active extension language.
6677         (gdbpy_finish_initialization) Renamed from
6678         finish_python_initialization, made static.  New arg extlang.
6679         (gdbpy_initialized): New function.
6680         * python/python.h: #include "extension.h".  Delete #include
6681         "value.h", "mi/mi-cmds.h".
6682         (extension_language_python): Declare.
6683         (GDBPY_AUTO_FILE_NAME): Delete.
6684         (enum py_bt_status): Moved to extension.h and renamed to
6685         ext_lang_bt_status.
6686         (enum frame_filter_flags): Moved to extension.h.
6687         (enum py_frame_args): Moved to extension.h and renamed to
6688         ext_lang_frame_args.
6689         (finish_python_initialization): Delete.
6690         (eval_python_from_control_command): Delete.
6691         (source_python_script): Delete.
6692         (apply_val_pretty_printer): Delete.
6693         (apply_frame_filter): Delete.
6694         (preserve_python_values): Delete.
6695         (gdbpy_script_language_defn): Delete.
6696         (gdbpy_should_stop, gdbpy_breakpoint_has_py_cond): Delete.
6697         (start_type_printers, apply_type_printers, free_type_printers): Delete.
6698
6699         * auto-load.c: #include "extension.h".
6700         (GDB_AUTO_FILE_NAME): Delete.
6701         (auto_load_gdb_scripts_enabled): Make public.  New arg extlang.
6702         (script_language_gdb): Delete, moved to extension.c and renamed to
6703         extension_language_gdb.
6704         (source_gdb_script_for_objfile): Delete.
6705         (auto_load_pspace_info): New member unsupported_script_warning_printed.
6706         (loaded_script): Change type of language member to
6707         struct extension_language_defn *.
6708         (init_loaded_scripts_info): Initialize
6709         unsupported_script_warning_printed.
6710         (maybe_add_script): Make static.  Change type of language arg to
6711         struct extension_language_defn *.
6712         (clear_section_scripts): Reset unsupported_script_warning_printed.
6713         (auto_load_objfile_script_1): Rewrite to use extension language API.
6714         (auto_load_objfile_script): Make public.  Remove support-compiled-in
6715         and auto-load-enabled checks, moved to auto_load_scripts_for_objfile.
6716         (source_section_scripts): Rewrite to use extension language API.
6717         (load_auto_scripts_for_objfile): Rewrite to use
6718         auto_load_scripts_for_objfile.
6719         (collect_matching_scripts_data): Change type of language member to
6720         struct extension_language_defn *.
6721         (auto_load_info_scripts): Change type of language arg to
6722         struct extension_language_defn *.
6723         (unsupported_script_warning_print): New function.
6724         (script_not_found_warning_print): Make static.
6725         (_initialize_auto_load): Rewrite construction of scripts-directory
6726         help.
6727         * auto-load.h (struct objfile): Add forward decl.
6728         (struct script_language): Delete.
6729         (struct auto_load_pspace_info): Add forward decl.
6730         (struct extension_language_defn): Add forward decl.
6731         (maybe_add_script): Delete.
6732         (auto_load_objfile_script): Declare.
6733         (script_not_found_warning_print): Delete.
6734         (auto_load_info_scripts): Update prototype.
6735         (auto_load_gdb_scripts_enabled): Declare.
6736         * python/py-auto-load.c (gdbpy_auto_load_enabled): Renamed from
6737         auto_load_python_scripts_enabled and made public.
6738         (script_language_python): Delete, moved to python.c.
6739         (gdbpy_script_language_defn): Delete.
6740         (info_auto_load_python_scripts): Update to use
6741         extension_language_python.
6742
6743         * breakpoint.c (condition_command): Replace call to
6744         gdbpy_breakpoint_has_py_cond with call to get_breakpoint_cond_ext_lang.
6745         (bpstat_check_breakpoint_conditions): Replace call to gdbpy_should_stop
6746         with call to breakpoint_ext_lang_cond_says_stop.
6747         * python/py-breakpoint.c (gdbpy_breakpoint_cond_says_stop): Renamed
6748         from gdbpy_should_stop.  Change result type to enum scr_bp_stop.
6749         New arg slang.  Return SCR_BP_STOP_UNSET if py_bp_object is NULL.
6750         (gdbpy_breakpoint_has_cond): Renamed from gdbpy_breakpoint_has_py_cond.
6751         New arg slang.
6752         (local_setattro): Print name of extension language with existing
6753         stop condition.
6754
6755         * valprint.c (val_print, value_print): Update to call
6756         apply_ext_lang_val_pretty_printer.
6757         * cp-valprint.c (cp_print_value): Update call to
6758         apply_ext_lang_val_pretty_printer.
6759         * python/py-prettyprint.c: Remove #ifdef HAVE_PYTHON.
6760         (gdbpy_apply_val_pretty_printer): Renamed from
6761         apply_val_pretty_printer.  New arg extlang.
6762         (!HAVE_PYTHON, apply_val_pretty_printer): Delete.
6763
6764         * cli/cli-cmds.c (source_script_from_stream): Rewrite to use
6765         extension language API.
6766         * cli/cli-script.c (execute_control_command): Update to call
6767         eval_ext_lang_from_control_command.
6768
6769         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Update to use
6770         enum ext_lang_bt_status values.  Update call to
6771         apply_ext_lang_frame_filter.
6772         (mi_cmd_stack_list_locals): Ditto.
6773         (mi_cmd_stack_list_args): Ditto.
6774         (mi_cmd_stack_list_variables): Ditto.
6775         * mi/mi-main.c: Delete #include "python/python-internal.h".
6776         Add #include "extension.h".
6777         (mi_cmd_list_features): Replace reference to python internal variable
6778         gdb_python_initialized with call to ext_lang_initialized_p.
6779
6780         * stack.c (backtrace_command_1): Update to use enum ext_lang_bt_status.
6781         Update to use enum ext_lang_frame_args.  Update to call
6782         apply_ext_lang_frame_filter.
6783         * python/py-framefilter.c (extract_sym): Update to use enum
6784         ext_lang_bt_status.
6785         (extract_value, py_print_type, py_print_value): Ditto.
6786         (py_print_single_arg, enumerate_args, enumerate_locals): Ditto.
6787         (py_mi_print_variables, py_print_locals, py_print_args): Ditto.
6788         (py_print_frame): Ditto.
6789         (gdbpy_apply_frame_filter): Renamed from apply_frame_filter.
6790         New arg extlang.  Update to use enum ext_lang_bt_status.
6791
6792         * top.c (gdb_init): Delete #ifdef HAVE_PYTHON call to
6793         finish_python_initialization.  Replace with call to
6794         finish_ext_lang_initialization.
6795
6796         * typeprint.c (do_free_global_table): Update to call
6797         free_ext_lang_type_printers.
6798         (create_global_typedef_table): Update to call
6799         start_ext_lang_type_printers.
6800         (find_global_typedef): Update to call apply_ext_lang_type_printers.
6801         * typeprint.h (struct ext_lang_type_printers): Add forward decl.
6802         (type_print_options): Change type of global_printers from "void *"
6803         to "struct ext_lang_type_printers *".
6804
6805         * value.c (preserve_values): Update to call preserve_ext_lang_values.
6806         * python/py-value.c: Remove #ifdef HAVE_PYTHON.
6807         (gdbpy_preserve_values): Renamed from preserve_python_values.
6808         New arg extlang.
6809         (!HAVE_PYTHON, preserve_python_values): Delete.
6810
6811         * utils.c (quit_flag): Delete, moved to extension.c.
6812         (clear_quit_flag, set_quit_flag, check_quit_flag): Delete, moved to
6813         extension.c.
6814
6815         * eval.c: Delete #include "python/python.h".
6816         * main.c: Delete #include "python/python.h".
6817
6818         * defs.h: Update comment.
6819
6820 2014-02-06  Joel Brobecker  <brobecker@adacore.com>
6821
6822         GDB 7.7 released.
6823
6824 2014-02-05  Mark Kettenis  <kettenis@gnu.org>
6825
6826         * c-exp.y (YYPRINT, c_print_token): Only define if YYBISON is
6827         defined.
6828
6829 2014-02-05  Yao Qi  <yao@codesourcery.com>
6830
6831         * remote.c (remote_pass_signals): Remove local 'buf' and use
6832         rs->buf.
6833         (remote_program_signals): Likewise.
6834
6835 2014-02-05  Yao Qi  <yao@codesourcery.com>
6836
6837         * ctf.c: Include "inferior.h" and "gdbthread.h".
6838         (CTF_PID): A new macro.
6839         (ctf_open): Call inferior_appeared and add_thread_silent.
6840         (ctf_close): Call exit_inferior_silent and set inferior_ptid.
6841         (ctf_thread_alive): New function.
6842         (init_ctf_ops): Install ctf_thread_alive to to_thread_alive.
6843
6844 2014-02-05  Yao Qi  <yao@codesourcery.com>
6845
6846         Revert this patch:
6847
6848         2013-05-24  Yao Qi  <yao@codesourcery.com>
6849
6850         * tracepoint.c (TFILE_PID): Remove.
6851         (tfile_open): Don't add thread and inferior.
6852         (tfile_close): Don't set 'inferior_ptid'.  Don't call
6853         exit_inferior_silent.
6854         (tfile_thread_alive): Remove.
6855         (init_tfile_ops): Don't set field 'to_thread_alive' of
6856         tfile_ops.
6857
6858 2014-02-04  Christian Eggers  <ceggers@gmx.de>  (tiny change)
6859
6860         * remote.c (remote_start_remote): Call remote_check_symbols even
6861         if only symbol-file (not file) has been given.
6862
6863 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
6864
6865         * gdbarch.sh (skip_entrypoint): New callback.
6866         * gdbarch.c, gdbarch.h: Regenerate.
6867         * symtab.c (skip_prologue_sal): Call gdbarch_skip_entrypoint.
6868         * infrun.c (fill_in_stop_func): Likewise.
6869         * ppc-linux-tdep.c: Include "elf/ppc64.h".
6870         (ppc_elfv2_elf_make_msymbol_special): New function.
6871         (ppc_elfv2_skip_entrypoint): Likewise.
6872         (ppc_linux_init_abi): Install them for ELFv2.
6873
6874 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
6875
6876         * ppc-sysv-tdep.c (ppc64_aggregate_candidate): New routine.
6877         (ppc64_elfv2_abi_homogeneous_aggregate): Likewise.
6878         (ppc64_sysv_abi_push_param): Handle ELFv2 homogeneous structs.
6879         (ppc64_sysv_abi_return_value): Likewise.  Also, handle small
6880         structures returned in GPRs.
6881
6882 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
6883
6884         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Use correct
6885         offset to the stack parameter list for the ELFv2 ABI.
6886
6887 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
6888
6889         * ppc-linux-tdep.c (ppc_linux_init_abi): Only call
6890         set_gdbarch_convert_from_func_ptr_addr and
6891         set_gdbarch_elf_make_msymbol_special for ELFv1.
6892         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_param): Only handle
6893         function descriptors on ELFv1.
6894         (ppc64_sysv_abi_push_dummy_call): Likewise.  On ELFv2,
6895         set up r12 at function entry.
6896
6897 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
6898
6899         * ppc-tdep.h (enum powerpc_elf_abi): New data type.
6900         (struct gdbarch_tdep): New member elf_abi.
6901
6902         * rs6000-tdep.c: Include "elf/ppc64.h".
6903         (rs6000_gdbarch_init): Detect ELF ABI version.
6904
6905 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
6906
6907         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_freg): Use correct order
6908         within a register pair holding a DFP 128-bit value on little-endian.
6909         (ppc64_sysv_abi_return_value_base): Likewise.
6910         * rs6000-tdep.c (dfp_pseudo_register_read): Likewise.
6911         (dfp_pseudo_register_write): Likewise.
6912
6913 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
6914
6915         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_freg): Use correct
6916         offset on little-endian when passing _Decimal32.
6917         (ppc64_sysv_abi_return_value_base): Likewise for return values.
6918
6919 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
6920
6921         * rs6000-tdep.c (efpr_pseudo_register_read): Use correct offset
6922         of the overlapped FP register within the VSX register on little-
6923         endian platforms.
6924         (efpr_pseudo_register_write): Likewise.
6925
6926 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
6927
6928         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_val): Use correct
6929         offset on little-endian when passing small structures.
6930
6931 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
6932
6933         * ppc-sysv-tdep.c (get_decimal_float_return_value): Update comment.
6934         (struct ppc64_sysv_argpos): New data structure.
6935         (ppc64_sysv_abi_push_float): Remove.
6936         (ppc64_sysv_abi_push_val): New function.
6937         (ppc64_sysv_abi_push_integer): Likewise.
6938         (ppc64_sysv_abi_push_freg): Likewise.
6939         (ppc64_sysv_abi_push_vreg): Likewise.
6940         (ppc64_sysv_abi_push_param): Likewise.
6941         (ppc64_sysv_abi_push_dummy_call): Refactor to use those new routines.
6942         (ppc64_sysv_abi_return_value_base): New function.
6943         (ppc64_sysv_abi_return_value): Refactor to use it.
6944
6945 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
6946
6947         * NEWS: Document new target powerpc64le-*-linux*.
6948
6949 2014-02-04  Mark Kettenis  <kettenis@gnu.org>
6950
6951         * sparc64obsd-tdep.c (sparc64obsd_gregset): New variable.
6952         (sparc64obsd_supply_gregset): Handle registers sets used in ELF
6953         core dumps.
6954         (sparc64obsd_init_abi): Adjust minimum size of the general purpose
6955         register set used in ELF core dumps.  Add floating-point register set.
6956
6957 2014-02-03  Kevin Buettner  <kevinb@redhat.com>
6958
6959         * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Rewrite 
6960         dwarf2_to_gdb[] table using symbolic constants.  Adjust
6961         penultimate entry from number representing the PC register
6962         to symbolic constant representing the MDR register.  Add
6963         constant for the PC register to the end of the table.
6964
6965 2014-02-03  Mark Kettenis  <kettenis@gnu.org>
6966
6967         * bsd-kvm.c: Include <sys/param.h>
6968
6969 2014-02-03  Mark Kettenis  <kettenis@gnu.org>
6970
6971         * sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Fix prototype.
6972
6973 2014-01-31  Joel Brobecker  <brobecker@adacore.com>
6974
6975         * ada-lang.h (clear_ada_sym_cache): Delete.
6976
6977 2014-01-30  Ulrich Weigand  <uweigand@de.ibm.com>
6978
6979         * auxv.c (fprint_target_auxv): Handle AT_HWCAP2.
6980
6981 2014-01-29  Jose E. Marchesi  <jose.marchesi@oracle.com>
6982
6983         * sparc64-linux-tdep.c (sparc64_linux_step_trap): Get PC from
6984           the sigreturn register save area only if the syscall is
6985           sigreturn.
6986
6987 2014-01-29  Joel Brobecker  <brobecker@adacore.com>
6988
6989         * valops.c (value_slice): Minor reformatting.
6990
6991 2014-01-28  Ulrich Weigand  <uweigand@de.ibm.com>
6992
6993         * ppc64-tdep.c (ppc64_standard_linkage7): Fix typo.
6994
6995 2014-01-28  Joel Brobecker  <brobecker@adacore.com>
6996
6997         * ada-lang.c (maint_set_ada_cmdlist, maint_show_ada_cmdlist):
6998         New static globals.
6999         (maint_set_ada_cmd, maint_show_ada_cmd): New functions.
7000         (ada_ignore_descriptive_types_p): New static global.
7001         (find_parallel_type_by_descriptive_type): Return immediately
7002         if ada_ignore_descriptive_types_p is set.
7003         (_initialize_ada_language): Register new commands "maintenance
7004         set ada", "maintenance show ada", "maintenance set ada
7005         ignore-descriptive-types" and "maintenance show ada
7006         ignore-descriptive-types".
7007         * NEWS: Add entry for new "maint ada set/show
7008         ignore-descriptive-types" commands.
7009
7010 2014-01-27  Markus Metzger  <markus.t.metzger@intel.com>
7011
7012         * record-btrace.c (record_btrace_close): Call btrace_teardown
7013         for all threads.
7014
7015 2014-01-27  Joel Brobecker  <brobecker@adacore.com>
7016
7017         * ada-lang.c: Remove "#ifdef UI_OUT" condition for including
7018         "ui-out.h".
7019
7020 2014-01-27  Joel Brobecker  <brobecker@adacore.com>
7021
7022         * ada-typeprint (type_is_full_subrange_of_target_type):
7023         New function.
7024         (print_range): Add parameter bounds_prefered_p.  If not set,
7025         try printing range types using the name of their base type.
7026         (print_range_type): Add parameter bounds_prefered_p.
7027         Use it in call to print_range.
7028         (print_array_type, ada_print_type): Update calls to print_range
7029         and print_range_type.
7030
7031 2014-01-27  Joel Brobecker  <brobecker@adacore.com>
7032
7033         * ada-typeprint.c (print_array_type, print_choices, print_range)
7034         (print_range_bound, print_dynamic_range_bound, print_range_type):
7035         Remove declaration.
7036
7037 2014-01-27  Joel Brobecker  <brobecker@adacore.com>
7038
7039         * ada-typeprint.c (print_range): Add missing empty line
7040         after local declaration.
7041
7042 2014-01-27  Joel Brobecker  <brobecker@adacore.com>
7043
7044         * ada-valprint.c (print_optional_low_bound): Get index_type's
7045         target type for as long as it is a TYPE_CODE_RANGE.
7046
7047 2014-01-27  Joel Brobecker  <brobecker@adacore.com>
7048
7049         * procfs.c (procfs_make_note_section): Remove assertion and
7050         associated comment.
7051
7052 2014-01-24  Yao Qi  <yao@codesourcery.com>
7053
7054         * remote.c (remote_read_bytes): Change type of len to ULONGEST.
7055         * corelow.c (get_core_siginfo): Likewise.
7056
7057 2014-01-24  Yao Qi  <yao@codesourcery.com>
7058
7059         * remote.c (remote_write_bytes_aux): Change type of 'len' to
7060         ULONGEST.  Don't check 'len' is negative.
7061         (remote_write_bytes):  Change type of 'len' to ULONGEST.
7062
7063 2014-01-23  Tom Tromey  <tromey@redhat.com>
7064
7065         PR python/16485:
7066         * python/lib/gdb/FrameDecorator.py: (FrameVars.fetch_frame_args):
7067         Handle exception from frame.block.
7068         (FrameVars.fetch_frame_locals): Likewise.
7069
7070 2014-01-23  Tom Tromey  <tromey@redhat.com>
7071
7072         PR python/16487:
7073         * python/py-framefilter.c (py_print_frame): Don't call Py_DECREF
7074         on a NULL pointer.  Move "goto error" to correct place.
7075
7076 2014-01-23  Tom Tromey  <tromey@redhat.com>
7077
7078         PR python/16491:
7079         * python/py-framefilter.c (apply_frame_filter): Call
7080         ensure_python_env after computing gdbarch.
7081
7082 2014-01-23  Yao Qi  <yao@codesourcery.com>
7083
7084         * target.c (raw_memory_xfer_partial): Change argument type
7085         from void * to gdb_byte *.
7086         (memory_xfer_partial_1, memory_xfer_partial): Likewise.
7087
7088 2014-01-22  Doug Evans  <dje@google.com>
7089
7090         New gdbserver option --debug-format=timestamp.
7091         * NEWS: Mention it.
7092
7093 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
7094
7095         * syscalls/s390x-linux.xml: New file.
7096         * syscalls/s390-linux.xml: New file.
7097         * s390-linux-tdep.c (XML_SYSCALL_FILENAME_S390): New macro.
7098         (XML_SYSCALL_FILENAME_S390X): Likewise.
7099         (op_svc): New enum value for SVC opcode.
7100         (s390_sigtramp_frame_sniffer): Replace literal by 'op_svc'.
7101         (s390_linux_get_syscall_number): New function.
7102         (s390_gdbarch_init): Register '*get_syscall_number' and the
7103         syscall xml file name.
7104         * data-directory/Makefile.in (SYSCALLS_FILES): Add
7105         "s390-linux.xml" and "s390x-linux.xml".
7106         * NEWS: Announce new feature.
7107
7108 2014-01-22  Baruch Siach  <baruch@tkos.co.il>
7109
7110         * xtensa-tdep.h (xtensa_elf_greg_t): Change type to uint32_t.
7111
7112 2014-01-22  Pedro Alves  <palves@redhat.com>
7113
7114         * xtensa-config.c: Include defs.h.
7115
7116 2014-01-22  Joel Brobecker  <brobecker@adacore.com>
7117
7118         * common/common-utils.h: Add "ARI:" comment beside __func__
7119         reference.
7120
7121 2014-01-22  Joel Brobecker  <brobecker@adacore.com>
7122
7123         * common/common-utils.h (FUNCTION_NAME): Expand the macro's
7124         documentation a bit.
7125
7126 2014-01-21  Roland McGrath  <mcgrathr@google.com>
7127
7128         * configure.ac: Call AM_PROG_INSTALL_STRIP.
7129         * configure: Regenerate.
7130         * aclocal.m4: Regenerate.
7131         * Makefile.in (install_sh, INSTALL_STRIP_PROGRAM, STRIP):
7132         New substituted variables.
7133         (install-strip): New target.
7134         (INSTALL_SCRIPT): New substituted variable.
7135         (FLAGS_TO_PASS): Add it.
7136         (install-only): Use $(INSTALL_SCRIPT) rather than
7137         $(INSTALL_PROGRAM) for gcore.
7138
7139 2014-01-20  Tom Tromey  <tromey@redhat.com>
7140
7141         * cli/cli-decode.h (struct cmd_list_element): Move all bitfields
7142         together.
7143
7144 2014-01-20  Tom Tromey  <tromey@redhat.com>
7145
7146         * cli/cli-decode.c (add_cmd, deprecate_cmd, add_alias_cmd)
7147         (add_setshow_cmd_full, delete_cmd, lookup_cmd_1)
7148         (deprecated_cmd_warning, complete_on_cmdlist): Update.
7149         * cli/cli-decode.h (CMD_DEPRECATED, DEPRECATED_WARN_USER)
7150         (MALLOCED_REPLACEMENT, DOC_ALLOCATED): Remove.
7151         (struct cmd_list_element) <flags>: Remove.
7152         <cmd_deprecated, deprecated_warn_user, malloced_replacement,
7153         doc_allocated>: New fields.
7154         <hook_in, allow_unknown, abbrev_flag, type, var_type>: Now
7155         bitfields.
7156         * maint.c (maintenance_do_deprecate): Update.
7157         * top.c (execute_command): Update.
7158
7159 2014-01-20  Baruch Siach  <baruch@tkos.co.il>
7160
7161         * xtensa-linux-nat.c: Include asm/ptrace.h.
7162
7163 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
7164
7165         * Makefile.in (SFILES): Add d-support.c.
7166         (COMMON_OBS): Add d-support.o.
7167         * d-lang.h (d_parse_symbol): Add comment, now defined in
7168         d-support.c.
7169         * d-lang.c (parse_call_convention)
7170         (parse_attributes, parse_function_types)
7171         (parse_function_args, parse_type, parse_identifier)
7172         (call_convention_p, d_parse_symbol): Move functions to ...
7173         * d-support.c: ... New file.
7174
7175 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
7176
7177         * d-lang.h (d_parse_symbol): Add declaration.
7178         * d-lang.c (extract_identifiers)
7179         (extract_type_info): Remove functions.
7180         (parse_call_convention, parse_attributes)
7181         (parse_function_types, parse_function_args)
7182         (parse_type, parse_identifier, call_convention_p)
7183         (d_parse_symbol): New functions.
7184         (d_demangle): Use d_parse_symbol to demangle D symbols.
7185
7186 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
7187
7188         * d-lang.h (struct builtin_d_type): New data type.
7189         (builtin_d_type): Add declaration.
7190         * d-lang.c (d_language_arch_info, build_d_types)
7191         (builtin_d_type): New functions.
7192         (enum d_primitive_types): New data type.
7193         (d_language_defn): Change c_language_arch_info to
7194         d_language_arch_info.
7195         (d_type_data): New static variable.
7196         (_initialize_d_language): Initialize d_type_data.
7197
7198 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
7199
7200         * d-lang.h (d_main_name): Add declaration.
7201         * d-lang.c (d_main_name): New function.
7202         * symtab.c (find_main_name): Add call to d_main_name.
7203
7204 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
7205
7206         * d-lang.c (d_language_defn): Change macro_expansion_c to
7207         macro_expansion_no.
7208
7209 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
7210
7211         * MAINTAINERS: Add myself as a write-after-approval maintainer.
7212
7213 2014-01-17  Sergio Durigan Junior  <sergiodj@redhat.com>
7214
7215         * breakpoint.c (insert_bp_location): Add "volatile" keyword to "struct
7216         gdb_exception" declaration.
7217         * remote.c (getpkt_or_notif_sane): Likewise.
7218
7219 2014-01-17  Doug Evans  <dje@google.com>
7220
7221         * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): New
7222         function, contents of dirnames_to_char_ptr_vec_append moved here.
7223         (delim_string_to_char_ptr_vec): New function.
7224         (dirnames_to_char_ptr_vec_append): Rewrite.
7225         * common/gdb_vecs.h (delim_string_to_char_ptr_vec): Declare.
7226
7227 2014-01-17  Doug Evans  <dje@google.com>
7228
7229         * common/common-utils.h (FUNCTION_NAME): Renamed from ASSERT_FUNCTION,
7230         and moved here ...
7231         * common/gdb_assert.h (ASSERT_FUNCTION): ... from here.
7232         #include "common-utils.h".
7233         (gdb_assert, gdb_assert_fail, gdb_assert_not_reached): Update.
7234         * common/vec.h (VEC_ASSERT_PASS): Update.
7235         * darwin-nat.h: Replace #include of gdb_assert.h with common-utils.h.
7236         (MACH_CHECK_ERROR): Update.
7237
7238 2014-01-17  Simon Marchi  <simon.marchi@ericsson.com>
7239
7240         * gdbarch.sh (gdbarch_address_class_name_to_type_flags): Add
7241         comments.
7242         * gdbarch.h: Regenerate.
7243
7244 2014-01-16  Tom Tromey  <tromey@redhat.com>
7245
7246         * value.c (struct value) <regnum>: Move earlier.
7247
7248 2014-01-16  Tom Tromey  <tromey@redhat.com>
7249
7250         * remote.c (extended_remote_create_inferior): Rename from
7251         extended_remote_create_inferior_1.  Add "ops" argument.  Remove
7252         old implementation.
7253
7254 2014-01-16  Pedro Alves  <palves@redhat.com>
7255
7256         * s390-linux-tdep.c (s390_frame_unwind_cache): Swallow
7257         NOT_AVAILABLE_ERROR errors while parsing the prologue or reading
7258         the backchain.
7259
7260 2014-01-16  Doug Evans  <dje@google.com>
7261
7262         * dwarf2read.c (open_and_init_dwp_file): Fix typo in comment.
7263
7264 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
7265
7266         * btrace.h (btrace_thread_flag): New.
7267         (struct btrace_thread_info) <flags>: New.
7268         * record-btrace.c (record_btrace_resume_thread)
7269         (record_btrace_find_thread_to_move, btrace_step_no_history)
7270         (btrace_step_stopped, record_btrace_start_replaying)
7271         (record_btrace_step_thread, record_btrace_decr_pc_after_break)
7272         (record_btrace_find_resume_thread): New.
7273         (record_btrace_resume, record_btrace_wait): Extend.
7274         (record_btrace_can_execute_reverse): New.
7275         (record_btrace_open): Fail in non-stop mode.
7276         (record_btrace_set_replay): Split into this, ...
7277         (record_btrace_stop_replaying): ... this, ...
7278         (record_btrace_clear_histories): ... and this.
7279         (init_record_btrace_ops): Init to_can_execute_reverse.
7280         * NEWS: Announce it.
7281
7282 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
7283
7284         * target.h (struct target_ops) <to_decr_pc_after_break>: New.
7285         (forward_target_decr_pc_after_break)
7286         (target_decr_pc_after_break): New.
7287         * target.c (forward_target_decr_pc_after_break)
7288         (target_decr_pc_after_break): New.
7289         * aix-thread.c (aix_thread_wait): Call target_decr_pc_after_break
7290         instead of gdbarch_decr_pc_after_break.
7291         * darwin-nat.c (cancel_breakpoint): Call target_decr_pc_after_break
7292         instead of gdbarch_decr_pc_after_break.
7293         * infrun.c (adjust_pc_after_break): Call target_decr_pc_after_break
7294         instead of gdbarch_decr_pc_after_break.
7295         * linux-nat.c (cancel_breakpoint): Call target_decr_pc_after_break
7296         instead of gdbarch_decr_pc_after_break.
7297         * linux-thread-db.c (check_event): Call target_decr_pc_after_break
7298         instead of gdbarch_decr_pc_after_break.
7299         * record-full.c (record_full_wait_1): Call target_decr_pc_after_break
7300         instead of gdbarch_decr_pc_after_break.
7301
7302 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
7303
7304         * btrace.c: Include regcache.h.
7305         (btrace_add_pc): New.
7306         (btrace_enable): Call btrace_add_pc.
7307         (btrace_is_empty): New.
7308         * btrace.h (btrace_is_empty): New.
7309         * record-btrace.c (require_btrace, record_btrace_info): Call
7310         btrace_is_empty.
7311
7312 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
7313
7314         * common/linux-btrace.c (perf_event_read_bts, linux_read_btrace):
7315         Support delta reads.
7316         (linux_disable_btrace): Change return type.
7317         * common/linux-btrace.h (linux_read_btrace): Change parameters
7318         and return type to allow error reporting.  Update users.
7319         (linux_disable_btrace): Change return type.  Update users.
7320         * common/btrace-common.h (btrace_read_type) <BTRACE_READ_DELTA>:
7321         New.
7322         (btrace_error): New.
7323         (btrace_block) <begin>: Comment on BEGIN == 0.
7324         * btrace.c (btrace_compute_ftrace): Start from the end of
7325         the current trace.
7326         (btrace_stitch_trace, btrace_clear_history): New.
7327         (btrace_fetch): Read delta trace, return if replaying.
7328         (btrace_clear): Move clear history code to btrace_clear_history.
7329         (parse_xml_btrace): Throw an error if parsing failed.
7330         * target.h (struct target_ops) <to_read_btrace>: Change parameters
7331         and return type to allow error reporting.
7332         (target_read_btrace): Change parameters and return type to allow
7333         error reporting.
7334         * target.c (target_read_btrace): Update.
7335         * remote.c (remote_read_btrace): Support delta reads.  Pass
7336         errors on.
7337         * NEWS: Announce it.
7338
7339 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
7340
7341         * record.h (record_btrace_frame_unwind)
7342         (record_btrace_tailcall_frame_unwind): New declarations.
7343         * dwarf2-frame: Include record.h
7344         (dwarf2_frame_cfa): Throw an error for btrace frames.
7345         * record-btrace.c: Include hashtab.h.
7346         (btrace_get_bfun_name): New.
7347         (btrace_call_history): Call btrace_get_bfun_name.
7348         (struct btrace_frame_cache): New.
7349         (bfcache): New.
7350         (bfcache_hash, bfcache_eq, bfcache_new): New.
7351         (btrace_get_frame_function): New.
7352         (record_btrace_frame_unwind_stop_reason): Allow unwinding.
7353         (record_btrace_frame_this_id): Compute own id.
7354         (record_btrace_frame_prev_register): Provide PC, throw_error
7355         for all other registers.
7356         (record_btrace_frame_sniffer): Detect btrace frames.
7357         (record_btrace_tailcall_frame_sniffer): New.
7358         (record_btrace_frame_dealloc_cache): New.
7359         (record_btrace_frame_unwind): Add new functions.
7360         (record_btrace_tailcall_frame_unwind): New.
7361         (_initialize_record_btrace): Allocate cache.
7362         * btrace.c (btrace_clear): Call reinit_frame_cache.
7363         * NEWS: Announce it.
7364
7365 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
7366
7367         * record-btrace.c (record_btrace_set_replay)
7368         (record_btrace_goto_begin, record_btrace_goto_end)
7369         (record_btrace_goto): New.
7370         (init_record_btrace_ops): Initialize them.
7371         * NEWS: Announce it.
7372
7373 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
7374
7375         * record-btrace.c (record_btrace_find_new_threads)
7376         (record_btrace_thread_alive): New.
7377         (init_record_btrace_ops): Initialize to_find_new_threads and
7378         to_thread_alive.
7379
7380 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
7381
7382         * record-btrace.c (record_btrace_resume): New.
7383         (record_btrace_wait): New.
7384         (init_record_btrace_ops): Initialize to_wait and to_resume.
7385
7386 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
7387
7388         * record-btrace.c (record_btrace_xfer_partial)
7389         (record_btrace_insert_breakpoint, record_btrace_remove_breakpoint)
7390         (record_btrace_allow_memory_access): New.
7391         (init_record_btrace_ops): Initialize new methods.
7392         * target.c (raw_memory_xfer_partial): Bail out if target reports
7393         that this memory is not available.
7394
7395 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
7396
7397         * target.h (target_ops) <to_insert_breakpoint>
7398         <to_remove_breakpoint>: Add target_ops parameter.
7399         (forward_target_insert_breakpoint): New.
7400         (forward_target_remove_breakpoint): New.
7401         (memory_remove_breakpoint, memory_insert_breakpoint):
7402         Add target_ops parameter.
7403         * target.c (target_insert_breakpoint): Split into this and ...
7404         (forward_target_insert_breakpoint): ... this.
7405         (target_remove_breakpoint): Split into this and ...
7406         (forward_target_remove_breakpoint): ... this.
7407         (debug_to_insert_breakpoint): Add target_ops parameter.
7408         Call forward_target_insert_breakpoint.
7409         (debug_to_remove_breakpoint): Add target_ops parameter.
7410         Call forward_target_remove_breakpoint.
7411         (update_current_target): Do not inherit or default to_insert_breakpoint
7412         and to_remove_breakpoint.
7413         * corelow.c (ignore): Add target_ops parameter.
7414         * exec.c (ignore): Add target_ops parameter.
7415         * mem-break.c (memory_insert_breakpoint, memory_remove_breakpoint):
7416         Add target_ops parameter.
7417         * monitor.c (monitor_insert_breakpoint, monitor_remove_breakpoint):
7418         Add target_ops parameter.
7419         * nto-procfs.c (procfs_insert_breakpoint, procfs_remove_breakpoint):
7420         Add target_ops parameter.
7421         * record-full.c (record_full_beneath_to_insert_breakpoint)
7422         (record_full_beneath_to_remove_breakpoint, tmp_to_insert_breakpoint)
7423         (tmp_to_remove_breakpoint, record_full_insert_breakpoint)
7424         (record_full_remove_breakpoint, record_full_core_insert_breakpoint)
7425         (record_full_core_remove_breakpoint): Add target_ops parameter.
7426         Update users.
7427         (record_full_beneath_to_insert_breakpoint_ops)
7428         (record_full_beneath_to_remove_breakpoint_ops)
7429         (tmp_to_insert_breakpoint_ops, tmp_to_remove_breakpoint_ops): New.
7430         (record_full_open): Initialize tmp_to_insert_breakpoint_ops,
7431         tmp_to_remove_breakpoint_ops,
7432         record_full_beneath_to_insert_breakpoint_ops, and
7433         record_full_beneath_to_remove_breakpoint_ops.
7434         * remote-m32r-sdi.c (m32r_insert_breakpoint)
7435         (m32r_remove_breakpoint): Add target_ops parameter.
7436         * remote-mips.c (mips_insert_breakpoint, mips_remove_breakpoint):
7437         Add target_ops parameter.
7438         * remote.c (remote_insert_breakpoint, remote_remove_breakpoint):
7439         Add target_ops parameter.
7440
7441 2014-01-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7442             Markus Metzger  <markus.t.metzger@intel.com>
7443
7444         * record-btrace.c: Include frame-unwind.h.
7445         (record_btrace_frame_unwind_stop_reason)
7446         (record_btrace_frame_this_id, record_btrace_frame_prev_register)
7447         (record_btrace_frame_sniffer, record_btrace_frame_unwind):
7448         New.
7449         (init_record_btrace_ops): Install it.
7450
7451 2014-01-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7452
7453         * frame.c (get_frame_unwind_stop_reason): Unconditionally call
7454         get_prev_frame_1.
7455
7456 2014-01-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7457
7458         * dwarf2-frame.c (dwarf2_frame_cfa): Move UNWIND_UNAVAILABLE check
7459         earlier.
7460
7461 2014-01-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7462
7463         * frame-unwind.c: Include target.h.
7464         (frame_unwind_try_unwinder): New function with code from ...
7465         (frame_unwind_find_by_frame): ... here.  New variable
7466         unwinder_from_target, call also target_get_unwinder)
7467         (target_get_tailcall_unwinder, and frame_unwind_try_unwinder for it.
7468         * target.c (target_get_unwinder, target_get_tailcall_unwinder): New.
7469         * target.h (struct target_ops): New fields to_get_unwinder and
7470         to_get_tailcall_unwinder.
7471         (target_get_unwinder, target_get_tailcall_unwinder): New declarations.
7472
7473 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
7474
7475         * record-btrace.c (record_btrace_fetch_registers)
7476         (record_btrace_store_registers)
7477         (record_btrace_to_prepare_to_store): New.
7478         (init_record_btrace_ops): Add the above.
7479
7480 2014-01-16  Tom Tromey  <tromey@redhat.com>
7481
7482         * windows-nat.c (windows_prepare_to_store): Add 'self' argument.
7483         * target.h (struct target_ops) <to_prepare_to_store>: Add
7484         argument.
7485         (target_prepare_to_store): Add argument.
7486         * target.c (debug_to_prepare_to_store): Add argument.
7487         (update_current_target): Update.
7488         * remote.c (remote_prepare_to_store): Add 'self' argument.
7489         * remote-sim.c (gdbsim_prepare_to_store): Add 'self' argument.
7490         * remote-mips.c (mips_prepare_to_store): Add 'self' argument.
7491         * remote-m32r-sdi.c (m32r_prepare_to_store): Add 'self' argument.
7492         * record-full.c (record_full_core_prepare_to_store): Add 'self'
7493         argument.
7494         * ravenscar-thread.c (ravenscar_prepare_to_store): Add argument.
7495         * nto-procfs.c (procfs_prepare_to_store): Add 'self' argument.
7496         * monitor.c (monitor_prepare_to_store): Add 'self' argument.
7497         * inf-child.c (inf_child_prepare_to_store): Add 'self' argument.
7498         * go32-nat.c (go32_prepare_to_store): Add 'self' argument.
7499
7500 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
7501
7502         * btrace.h (replay) <replay>: New.
7503         (btrace_is_replaying): New.
7504         * btrace.c (btrace_clear): Free replay iterator.
7505         (btrace_is_replaying): New.
7506         * record-btrace.c (record_btrace_is_replaying): New.
7507         (record_btrace_info): Print insn number if replaying.
7508         (record_btrace_insn_history): Start at replay position.
7509         (record_btrace_call_history): Start at replay position.
7510         (init_record_btrace_ops): Init to_record_is_replaying.
7511
7512 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
7513
7514         * record-btrace.c (record_btrace_insn_history_range): Include
7515         end.
7516         (record_btrace_insn_history_from): Adjust range.
7517         (record_btrace_call_history_range): Include
7518         end.
7519         (record_btrace_call_history_from): Adjust range.
7520         * NEWS: Announce changes.
7521
7522 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
7523
7524         * record.h (enum record_print_flag)
7525         <record_print_indent_calls>: New.
7526         * record.c (get_call_history_modifiers): Recognize /c modifier.
7527         (_initialize_record): Document /c modifier.
7528         * record-btrace.c (btrace_call_history): Add btinfo parameter.
7529         Reorder fields.  Optionally indent the function name.  Update
7530         all users.
7531         * NEWS: Announce changes.
7532
7533 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
7534
7535         * common/linux-btrace.c (linux_enable_btrace): Enlarge buffer.
7536
7537 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
7538
7539         * btrace.c (ftrace_new_function): Start counting at one.
7540         * record-btrace.c (record_btrace_info): Adjust number of calls
7541         and insns.
7542         * NEWS: Announce it.
7543
7544 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
7545
7546         * record-btrace.c (btrace_call_history_insn_range): Print
7547         insn range as [begin, end].
7548
7549 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
7550
7551         * btrace.h (struct btrace_func_link): New.
7552         (enum btrace_function_flag): New.
7553         (struct btrace_inst): Rename to ...
7554         (struct btrace_insn): ...this. Update all users.
7555         (struct btrace_func) <ibegin, iend>: Remove.
7556         (struct btrace_func_link): New.
7557         (struct btrace_func): Rename to ...
7558         (struct btrace_function): ...this. Update all users.
7559         (struct btrace_function) <segment, flow, up, insn, insn_offset)
7560         (number, level, flags>: New.
7561         (struct btrace_insn_iterator): Rename to ...
7562         (struct btrace_insn_history): ...this.
7563         Update all users.
7564         (struct btrace_insn_iterator, btrace_call_iterator): New.
7565         (struct btrace_target_info) <btrace, itrace, ftrace>: Remove.
7566         (struct btrace_target_info) <begin, end, level>
7567         <insn_history, call_history>: New.
7568         (btrace_insn_get, btrace_insn_number, btrace_insn_begin)
7569         (btrace_insn_end, btrace_insn_prev, btrace_insn_next)
7570         (btrace_insn_cmp, btrace_find_insn_by_number, btrace_call_get)
7571         (btrace_call_number, btrace_call_begin, btrace_call_end)
7572         (btrace_call_prev, btrace_call_next, btrace_call_cmp)
7573         (btrace_find_function_by_number, btrace_set_insn_history)
7574         (btrace_set_call_history): New.
7575         * btrace.c (btrace_init_insn_iterator)
7576         (btrace_init_func_iterator, compute_itrace): Remove.
7577         (ftrace_print_function_name, ftrace_print_filename)
7578         (ftrace_skip_file): Change
7579         parameter to const.
7580         (ftrace_init_func): Remove.
7581         (ftrace_debug): Use new btrace_function fields.
7582         (ftrace_function_switched): Also consider gaining and
7583         losing symbol information).
7584         (ftrace_print_insn_addr, ftrace_new_call, ftrace_new_return)
7585         (ftrace_new_switch, ftrace_find_caller, ftrace_new_function)
7586         (ftrace_update_caller, ftrace_fixup_caller, ftrace_new_tailcall):
7587         New.
7588         (ftrace_new_function): Move. Remove debug print.
7589         (ftrace_update_lines, ftrace_update_insns): New.
7590         (ftrace_update_function): Check for call, ret, and jump.
7591         (compute_ftrace): Renamed to ...
7592         (btrace_compute_ftrace): ...this. Rewritten to compute call
7593         stack.
7594         (btrace_fetch, btrace_clear): Updated.
7595         (btrace_insn_get, btrace_insn_number, btrace_insn_begin)
7596         (btrace_insn_end, btrace_insn_prev, btrace_insn_next)
7597         (btrace_insn_cmp, btrace_find_insn_by_number, btrace_call_get)
7598         (btrace_call_number, btrace_call_begin, btrace_call_end)
7599         (btrace_call_prev, btrace_call_next, btrace_call_cmp)
7600         (btrace_find_function_by_number, btrace_set_insn_history)
7601         (btrace_set_call_history): New.
7602         * record-btrace.c (require_btrace): Use new btrace thread
7603         info fields.
7604         (record_btrace_info, btrace_insn_history)
7605         (record_btrace_insn_history, record_btrace_insn_history_range):
7606         Use new btrace thread info fields and new iterator.
7607         (btrace_func_history_src_line): Rename to ...
7608         (btrace_call_history_src_line): ...this. Use new btrace
7609         thread info fields.
7610         (btrace_func_history): Rename to ...
7611         (btrace_call_history): ...this. Use new btrace thread info
7612         fields and new iterator.
7613         (record_btrace_call_history, record_btrace_call_history_range):
7614         Use new btrace thread info fields and new iterator.
7615
7616 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
7617
7618         * frame.h (frame_id_build_unavailable_stack_special): New.
7619         * frame.c (frame_id_build_unavailable_stack_special): New.
7620
7621 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
7622
7623         * amd64-tdep.c (amd64_classify_insn_at, amd64_insn_is_call)
7624         (amd64_insn_is_ret, amd64_insn_is_jump, amd64_jmp_p): New.
7625         (amd64_init_abi): Add insn_is_call, insn_is_ret, and insn_is_jump
7626         to gdbarch.
7627         * i386-tdep.c (i386_insn_is_call, i386_insn_is_ret)
7628         (i386_insn_is_jump, i386_jmp_p): New.
7629         (i386_gdbarch_init): Add insn_is_call, insn_is_ret, and
7630         insn_is_jump to gdbarch.
7631         * gdbarch.sh (insn_is_call, insn_is_ret, insn_is_jump): New.
7632         * gdbarch.h: Regenerated.
7633         * gdbarch.c: Regenerated.
7634         * arch-utils.h (default_insn_is_call, default_insn_is_ret)
7635         (default_insn_is_jump): New.
7636         * arch-utils.c (default_insn_is_call, default_insn_is_ret)
7637         (default_insn_is_jump): New.
7638
7639 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
7640
7641         * common/btrace-common.h (btrace_read_type) <btrace_read_all>:
7642         Change to ...
7643         (btrace_read_type) <BTRACE_READ_ALL>: ... this.  Update users.
7644         (btrace_read_type) <btrace_read_new>: Change to ...
7645         (btrace_read_type) <BTRACE_READ_NEW>: ... this.  Update users.
7646
7647 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
7648
7649         * common/linux-btrace.c (linux_read_btrace): Free trace from
7650         previous iteration.
7651
7652 2014-01-15  Doug Evans  <dje@google.com>
7653
7654         * dwarf2read.c (open_and_init_dwp_file): Use pulongest to print
7655         uint32_t.
7656
7657 2014-01-15  Tom Tromey  <tromey@redhat.com>
7658
7659         * dbxread.c (process_one_symbol): Use set_objfile_main_name.
7660         * dwarf2read.c (read_partial_die): Use set_objfile_main_name.
7661         * objfiles.c (get_objfile_bfd_data): Initialize language_of_main.
7662         (set_objfile_main_name): New function.
7663         * objfiles.h (struct objfile_per_bfd_storage) <name_of_main,
7664         language_of_main>: New fields.
7665         (set_objfile_main_name): Declare.
7666         * symtab.c (find_main_name): Loop over objfiles to find the main
7667         name and language.
7668         (set_main_name): Now static.
7669         (get_main_info): Add comment.
7670         * symtab.h (set_main_name): Don't declare.
7671
7672 2014-01-15  Tom Tromey  <tromey@redhat.com>
7673
7674         * symtab.c (main_progspace_key): New global.
7675         (struct main_info): New.
7676         (name_of_main, language_of_main): Remove.
7677         (get_main_info, main_info_cleanup): New function.
7678         (set_main_name, main_name, main_language): Use get_main_info.
7679         (_initialize_symtab): Initialize main_progspace_key.
7680
7681 2014-01-15  Tom Tromey  <tromey@redhat.com>
7682
7683         * dbxread.c (process_one_symbol): Update.
7684         * dwarf2read.c (read_partial_die): Update.
7685         * symfile.c (set_initial_language): Call main_language.
7686         * symtab.c (language_of_main): Now static.
7687         (set_main_name): Add 'lang' parameter.
7688         (find_main_name): Update.
7689         (main_language): New function.
7690         (symtab_observer_executable_changed): Update.
7691         * symtab.h (set_main_name): Update.
7692         (language_of_main): Remove.
7693         (main_language): Declare.
7694
7695 2014-01-15  Tom Tromey  <tromey@redhat.com>
7696
7697         * symfile.c (init_entry_point_info): Use new "initialized" field.
7698         Update.
7699         * objfiles.h (struct entry_point) <initialized>: New field.
7700         (struct objfile_per_bfd_storage) <ei>: New field, moved from...
7701         (struct objfile) <ei>: ...here.  Remove.
7702         * objfiles.c (entry_point_address_query): Update.
7703
7704 2014-01-15  Tom Tromey  <tromey@redhat.com>
7705
7706         * objfiles.c (entry_point_address_query): Relocate entry point
7707         address.
7708         (objfile_relocate1): Do not relocate entry point address.
7709         * objfiles.h (struct entry_info) <entry_point>: Update comment.
7710         <the_bfd_section_index>: New field.
7711         * symfile.c (init_entry_point_info): Find the entry point's
7712         section.
7713
7714 2014-01-15  Tom Tromey  <tromey@redhat.com>
7715
7716         * solib-frv.c (enable_break): Use entry_point_address_query.
7717
7718 2014-01-15  Omair Javaid  <omair.javaid@linaro.org>
7719
7720         * NEWS: Add note on improved process record-replay on
7721         arm*-linux* targets.
7722
7723 2014-01-15  Omair Javaid  <omair.javaid@linaro.org>
7724
7725         * arm-tdep.c (enum arm_record_result): New enum.
7726         (arm_record_unsupported_insn): New function.
7727         (arm_record_coproc_data_proc): Removed.
7728         (thumb2_record_ld_st_multiple): New function.
7729         (thumb2_record_ld_st_dual_ex_tbb): New function.
7730         (thumb2_record_data_proc_sreg_mimm): New function.
7731         (thumb2_record_ps_dest_generic): New function.
7732         (thumb2_record_branch_misc_cntrl): New function.
7733         (thumb2_record_str_single_data): New function.
7734         (thumb2_record_ld_mem_hints): New function.
7735         (thumb2_record_ld_word): New function.
7736         (thumb2_record_lmul_lmla_div): New function.
7737         (thumb2_record_decode_insn_handler): New function.
7738         (decode_insn): Add thumb32 instruction handlers.
7739
7740 2014-01-15  Omair Javaid  <omair.javaid@linaro.org>
7741
7742         * arm-linux-tdep.c: Include "record-full.h" and "linux-record.h".
7743         (struct arm_linux_record_tdep): Declare.
7744         (arm_canonicalize_syscall): New function.
7745         (arm_all_but_pc_registers_record): New function.
7746         (arm_linux_syscall_record): New function.
7747         (arm_linux_init_abi): Add syscall recording constructs.
7748         * arm-tdep.c (thumb_record_ldm_stm_swi): Update thumb syscall
7749         decoding.  (arm_record_coproc_data_proc): Update arm syscall
7750         decoding.
7751         * arm-tdep.h (struct gdbarch_tdep) <arm_swi_record>: Remove.
7752         <arm_syscall_record>: New field.
7753         * configure.tgt (arm*-*-linux*): Add linux-record.o to
7754         gdb_target_obs.
7755
7756 2014-01-15  Omair Javaid  <omair.javaid@linaro.org>
7757
7758         * arm-tdep.c (thumb_record_misc): Update to use sp as base
7759         register for push instruction recording.
7760
7761 2014-01-15  Omair Javaid  <omair.javaid@linaro.org>
7762
7763         * arm-tdep.c (thumb_record_misc): Update to correct logical
7764         error while recording ldm, ldmia and pop instructions.
7765
7766 2014-01-15  Omair Javaid  <omair.javaid@linaro.org>
7767
7768         * arm-tdep.c (struct arm_mem_r) <addr>: Change type to uint32_t.
7769
7770 2014-01-15  Pedro Alves  <palves@redhat.com>
7771
7772         * go32-nat.c (go32_open, go32_close, go32_attach, go32_detach)
7773         (go32_resume, go32_fetch_registers, store_register)
7774         (go32_store_registers, go32_prepare_to_store)
7775         (go32_xfer_memory, go32_files_info, go32_kill_inferior)
7776         (go32_create_inferior, go32_can_run, go32_terminal_init)
7777         (go32_terminal_inferior, go32_terminal_ours): Delete forward
7778         declarations.
7779
7780 2014-01-15  Tom Tromey  <tromey@redhat.com>
7781
7782         * target.h (async_callback_ftype): New typedef.
7783         (struct target_ops) <to_async>: Use it.
7784
7785 2014-01-15  Joel Brobecker  <brobecker@adacore.com>
7786
7787         * python/py-value.c (get_field_type): Remove unnecessary curly
7788         braces for single-statement if block.
7789
7790 2014-01-15  Joel Brobecker  <brobecker@adacore.com>
7791
7792         * python/py-type.c (convert_field): Add missing empty line
7793         after declarations.
7794
7795 2014-01-14  Doug Evans  <dje@google.com>
7796
7797         * symfile.h (expand_symtabs_matching): Renamed from
7798         expand_partial_symbol_names.  Update prototype.
7799         (map_symbol_filenames): Renamed from map_partial_symbol_filenames.
7800         * symfile.c (expand_symtabs_matching): Renamed from
7801         expand_partial_symbol_names.  New args file_matcher, kind.
7802         Rename arg fun to symbol_matcher.
7803         (map_symbol_filenames): Renamed from map_partial_symbol_filenames.
7804         * ada-lang.c (ada_complete_symbol_matcher): Renamed from
7805         ada_expand_partial_symbol_name.
7806         (ada_make_symbol_completion_list): Update to call
7807         expand_symtabs_matching.
7808         (ada_add_global_exceptions): Call expand_symtabs_matching.
7809         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update to
7810         call map_symbol_filenames.
7811         * symtab.c (sources_info): Update to call map_symbol_filenames.
7812         (search_symbols): Call expand_symtabs_matching.
7813         (symbol_completion_matcher): Renamed from expand_partial_symbol_name.
7814         (default_make_symbol_completion_list_break_on): Update to call
7815         expand_symtabs_matching.
7816         (make_source_files_completion_list): Update to call
7817         map_symbol_filenames.
7818
7819 2014-01-14  Doug Evans  <dje@google.com>
7820
7821         * symfile.h (expand_symtabs_file_matcher_ftype): New typedef.
7822         (expand_symtabs_symbol_matcher_ftype): New typedef.
7823         (quick_symbol_functions.expand_symtabs_matching): Update to use.
7824         expand_symtabs_file_matcher_ftype, expand_symtabs_symbol_matcher_ftype.
7825         * symfile.c (expand_partial_symbol_names): Update to use
7826         expand_symtabs_symbol_matcher_ftype.
7827         * dwarf2read.c (dw2_expand_symtabs_matching): Update to use
7828         expand_symtabs_file_matcher_ftype, expand_symtabs_symbol_matcher_ftype.
7829         Arg name_matcher renamed to symbol_matcher.
7830         * psymtab.c (recursively_search_psymtabs): Update to use
7831         expand_symtabs_symbol_matcher_ftype.  Arg name_matcher renamed to
7832         sym_matcher.
7833         (expand_symtabs_matching_via_partial): Update to use
7834         expand_symtabs_file_matcher_ftype, expand_symtabs_symbol_matcher_ftype.
7835         Arg name_matcher renamed to symbol_matcher.
7836
7837 2014-01-14  Doug Evans  <dje@google.com>
7838
7839         * psymtab.c (expand_partial_symbol_names): Delete, moved to symfile.c.
7840         (map_partial_symbol_filenames): Ditto.
7841         * psymtab.h (expand_partial_symbol_names): Delete, moved to symfile.h.
7842         (map_partial_symbol_filenames): Ditto.
7843         * symfile.c (expand_partial_symbol_names): Moved here from psymtab.c.
7844         (map_partial_symbol_filenames): Ditto.
7845         * symfile.h (expand_partial_symbol_names): Moved here from psymtab.h.
7846         (map_partial_symbol_filenames): Ditto.
7847         * symtab.c: Delete #include "psymtab.h".
7848
7849 2014-01-14  Pedro Alves  <palves@redhat.com>
7850             Tom Tromey  <tromey@redhat.com>
7851
7852         * infrun.c (use_displaced_stepping): Use find_record_target
7853         instead of RECORD_IS_USED.
7854         (adjust_pc_after_break): Use record_full_is_used instead of
7855         RECORD_IS_USED.
7856         * record-btrace.c (record_btrace_open): Call record_preopen
7857         instead of checking RECORD_IS_USED.
7858         * record-full.c (record_full_shortname)
7859         (record_full_core_shortname): New globals.
7860         (record_full_is_used): New function.
7861         (find_full_open): Call record_preopen instead of checking
7862         RECORD_IS_USED.
7863         (init_record_full_ops): Set the target's shortname to
7864         record_full_shortname.
7865         (init_record_full_core_ops): Set the target's shortname to
7866         record_full_core_shortname.
7867         * record-full.h (record_full_is_used): Declare.
7868         * record.c (find_record_target): Make extern.
7869         (record_preopen): New function.
7870         * record.h (RECORD_IS_USED): Delete macro.
7871         (find_record_target, record_preopen): Declare functions.
7872
7873 2014-01-14  Yao Qi  <yao@codesourcery.com>
7874
7875         * gdbarch.sh (core_xfer_shared_libraries): Change its argument
7876         'len''s type to ULONGEST.
7877         (core_xfer_shared_libraries_aix): Likewise.
7878         * gdbarch.c, gdbarch.h: Regenerated.
7879         * i386-cygwin-tdep.c (windows_core_xfer_shared_libraries):
7880         Change type of 'len' to ULONGEST.
7881         * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
7882         (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
7883
7884 2014-01-14  Yao Qi  <yao@codesourcery.com>
7885
7886         * common/linux-osdata.c (linux_xfer_osdata_processes): Change
7887         type of 'len' to ULONGEST.
7888         (linux_xfer_osdata_processgroups): Likewise.
7889         (linux_xfer_osdata_threads): Likewise.
7890         (linux_xfer_osdata_fds): Likewise.
7891         (linux_xfer_osdata_isockets): Likewise.
7892         (linux_xfer_osdata_shm): Likewise.
7893         (linux_xfer_osdata_sem): Likewise.
7894         (linux_xfer_osdata_msg): Likewise.
7895         (linux_common_xfer_osdata): Likewise.
7896         (struct osdata_type) <getter>: Likewise.
7897         * common/linux-osdata.h (linux_common_xfer_osdata): Update
7898         the declaration.
7899
7900 2014-01-14  Yao Qi  <yao@codesourcery.com>
7901
7902         * target.h (target_xfer_partial_ftype): Update.
7903         (struct target_ops) <to_xfer_partial>: Change 'len' type to
7904         ULONGEST.
7905         * aix-thread.c (aix_thread_xfer_partial): Change type of
7906         argument 'len' to ULONGEST.
7907         * auxv.c (procfs_xfer_auxv): Likewise.
7908         (ld_so_xfer_auxv): Likewise.
7909         (memory_xfer_auxv): Likewise.
7910         * bfd-target.c (target_bfd_xfer_partial): Likewise.
7911         * bsd-kvm.c (bsd_kvm_xfer_partial): Likewise.
7912         * bsd-uthread.c (bsd_uthread_xfer_partial): Likewise.
7913         * corelow.c (core_xfer_partial): Likewise.
7914         * ctf.c (ctf_xfer_partial): Likewise.
7915         * darwin-nat.c (darwin_read_write_inferior): Likewise.  Use
7916         '%u'.
7917         (darwin_read_dyld_info): Likewise.
7918         (darwin_xfer_partial): Likewise.
7919         * exec.c (section_table_xfer_memory_partial): Likewise.
7920         (exec_xfer_partial): Likewise.
7921         * exec.h (section_table_xfer_memory_partial): Update
7922         declaration.
7923         * gnu-nat.c (gnu_xfer_memory): Likewise.  Call pulongest
7924         instead of plongest.
7925         (gnu_xfer_partial): Likewise.
7926         * ia64-hpux-nat.c (ia64_hpux_xfer_memory): Likewise.
7927         (ia64_hpux_xfer_solib_got): Likewise.
7928         (ia64_hpux_xfer_partial): Likewise.
7929         * ia64-linux-nat.c (ia64_linux_xfer_partial):
7930         * inf-ptrace.c (inf_ptrace_xfer_partial):
7931         * inf-ttrace.c (inf_ttrace_xfer_partial):
7932         * linux-nat.c (linux_xfer_siginfo): Likewise.
7933         (linux_nat_xfer_partial): Likewise.
7934         (spu_enumerate_spu_ids, linux_proc_xfer_spu): Likewise.
7935         (linux_nat_xfer_osdata, linux_xfer_partial): Likewise.
7936         * monitor.c (monitor_xfer_memory): Likewise.
7937         (monitor_xfer_partial): Likewise.
7938         * procfs.c (procfs_xfer_partial): Likewise.
7939         * record-full.c (record_full_xfer_partial): Likewise.
7940         (record_full_core_xfer_partial): Likewise.
7941         * remote-sim.c (gdbsim_xfer_memory): Likewise.  Call pulongest
7942         instead of plongest.
7943         (gdbsim_xfer_partial): Likewise.
7944         * remote.c (remote_xfer_partial): Likewise.
7945         * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
7946         * rs6000-aix-tdep.h (rs6000_aix_ld_info_to_xml): Update
7947         declaration.
7948         * rs6000-nat.c (rs6000_xfer_partial): Likewise.
7949         (rs6000_xfer_shared_libraries): Likewise.
7950         * sol-thread.c (sol_thread_xfer_partial): Likewise.
7951         * sparc-nat.c (sparc_xfer_wcookie): Likewise.
7952         (sparc_xfer_partial): Likewise.
7953         * spu-linux-nat.c (spu_proc_xfer_spu): Likewise.
7954         (spu_xfer_partial): Likewise.
7955         * spu-multiarch.c (spu_xfer_partial): Likewise.
7956         * target.c (target_read_live_memory): Likewise.
7957         (memory_xfer_live_readonly_partial): Likewise.
7958         (memory_xfer_partial, memory_xfer_partial_1): Likewise.
7959         (target_xfer_partial, default_xfer_partial): Likewise.
7960         (current_xfer_partial): Likewise.
7961         * tracepoint.c (tfile_xfer_partial): Likewise.
7962         * windows-nat.c (windows_xfer_memory): Likewise.  Call
7963         pulongest instead of plongest.
7964         (windows_xfer_partial): Likewise.
7965         (windows_xfer_shared_libraries): Likewise.
7966
7967 2014-01-14  Yao Qi  <yao@codesourcery.com>
7968
7969         * rs6000-nat.c (rs6000_xfer_shared_libraries): Use
7970         target_xfer_partial_ftype.
7971
7972 2014-01-13  Siva Chandra Reddy  <sivachandra@google.com>
7973
7974         PR python/15464
7975         PR python/16113
7976         * valops.c (value_struct_elt_bitpos): New function
7977         * py-type.c (convert_field): Set 'name' attribute of a gdb.Field
7978         object to 'None' if the field name is an empty string ("").
7979         * python/py-value.c (valpy_getitem): Use 'bitpos' and 'type'
7980         attribute to look for a field when 'name' is 'None'.
7981         (get_field_type): New function
7982
7983 2014-01-13  Doug Evans  <dje@google.com>
7984
7985         PR symtab/16426
7986         * dwarf2read.c (dwarf2_get_dwz_file): Call gdb_bfd_record_inclusion.
7987         (try_open_dwop_file): Ditto.
7988         * gdb_bfd.c: #include "vec.h".
7989         (bfdp): New typedef.
7990         (struct gdb_bfd_data): New member included_bfds.
7991         (gdb_bfd_unref): Unref all included bfds.
7992         (gdb_bfd_record_inclusion): New function.
7993         * gdb_bfd.h (gdb_bfd_record_inclusion): Declare.
7994
7995 2014-01-13  Tom Tromey  <tromey@redhat.com>
7996
7997         * gdbcore.h (deprecated_core_resize_section_table): Remove.
7998
7999 2014-01-13  Tom Tromey  <tromey@redhat.com>
8000
8001         * defs.h (use_windows): Remove.
8002         * gdb.c (main): Update.
8003         * main.c (captured_main, gdb_main): Update.
8004         * main.h (struct captured_main_args) <use_windows>: Remove.
8005         * top.c (use_windows): Remove.
8006
8007 2014-01-13  Tom Tromey  <tromey@redhat.com>
8008
8009         * defs.h (deprecated_flush_hook): Remove.
8010
8011 2014-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8012
8013         PR threads/16216
8014         * linux-thread-db.c (try_thread_db_load): Add parameter
8015         check_auto_load_safe.  Move here the file_is_auto_load_safe call.
8016         (try_thread_db_load_from_pdir_1): Move it there from here.
8017         (try_thread_db_load_from_sdir): Update caller.
8018         (try_thread_db_load_from_dir): Move it there from here.
8019
8020 2014-01-13  Patrick Palka  <patrick@parcs.ath.cx>
8021
8022         * regformats/regdat.sh: Always rewrite the register file.
8023
8024 2014-01-13  Pedro Alves  <palves@redhat.com>
8025
8026         * Makefile.in (CHECK_HEADERS): New variable.
8027         (check-headers:): New rule.
8028
8029 2014-01-13  Tom Tromey  <tromey@redhat.com>
8030
8031         * cli/cli-setshow.c (do_set_command): Update.
8032         * defs.h (deprecated_set_hook): Remove.
8033         * top.c (deprecated_set_hook): Remove.
8034
8035 2014-01-13  Pedro Alves  <palves@redhat.com>
8036
8037         * tracepoint.c (tfile_fetch_registers): Don't infer the PC from
8038         the tracepoint if the PC is a pseudo-register.
8039
8040 2014-01-13  Tom Tromey  <tromey@redhat.com>
8041
8042         * defs.h (XCALLOC): Remove.
8043         * bcache.c (bcache_xmalloc): Use XCNEW, not XCALLOC.
8044         (print_bcache_statistics): Use XCNEWVEC, not XCALLOC.
8045         * dwarf2loc.c (allocate_piece_closure): Likewise.
8046         * elfread.c (elf_symfile_segments): Likewise.
8047         (elf_symfile_segments): Likewise.
8048         * gdbtypes.c (copy_type_recursive): Likewise.
8049         * i386-tdep.c (i386_gdbarch_init): Use XCNEW, not XCALLOC.
8050         * jit.c (jit_frame_sniffer): Use XCNEWVEC, not XCALLOC.
8051         * minsyms.c (prim_record_minimal_symbol_full): Use XCNEW, not
8052         XCALLOC.
8053         * mt-tdep.c (mt_gdbarch_init): Likewise.
8054         * opencl-lang.c (allocate_lval_closure): Use XCNEWVEC, not
8055         XCALLOC.
8056         * psymtab.c (psymbol_compare): Use XCNEW, not XCALLOC.
8057         * regcache.c (regcache_xmalloc_1): Use XCNEWVEC, not XCALLOC.
8058         * registry.c (registry_alloc_data): Likewise.
8059         * rs6000-tdep.c (rs6000_gdbarch_init): Use XCNEW, not XCALLOC.
8060         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
8061         * serial.c (serial_fdopen_ops): Likewise.
8062         * solib-aix.c (solib_aix_get_section_offsets): Use XCNEWVEC, not
8063         XCALLOC.
8064         * spu-tdep.c (spu_gdbarch_init): Use XCNEW, not XCALLOC.
8065         * symfile.c (default_symfile_segments): Use XCNEW and XCNEWVEC,
8066         not XCALLOC.
8067
8068 2014-01-13  Tom Tromey  <tromey@redhat.com>
8069
8070         * defs.h (XMALLOC): Remove.
8071         * avr-tdep.c (avr_gdbarch_init): Use XNEW, not XMALLOC.
8072         * bfin-tdep.c (bfin_gdbarch_init): Likewise.
8073         * cli-out.c (struct ui_out *): Likewise.
8074         * cli/cli-dump.c (add_dump_command): Likewise.
8075         (add_dump_command): Likewise.
8076         * complaints.c (get_complaints): Likewise.
8077         (find_complaint): Likewise.
8078         * dwarf2-frame.c (execute_cfa_program): Likewise.
8079         * dwarf2read.c (abbrev_table_read_table): Likewise.
8080         * gdbarch.sh: Likewise.
8081         * gdbarch.c: Rebuild.
8082         * inf-ttrace.c (inf_ttrace_add_page): Likewise.
8083         * interps.c (interp_new): Likewise.
8084         * lm32-tdep.c (lm32_gdbarch_init): Likewise.
8085         * m32r-tdep.c (m32r_gdbarch_init): Likewise.
8086         * mi/mi-console.c (mi_console_file_new): Likewise.
8087         * mi/mi-interp.c (mi_interpreter_init): Likewise.
8088         * mi/mi-out.c (mi_out_new): Likewise.
8089         * mi/mi-parse.c (mi_parse): Likewise.
8090         * microblaze-tdep.c (microblaze_gdbarch_init): Likewise.
8091         * moxie-tdep.c (moxie_gdbarch_init): Likewise.
8092         * observer.c (xalloc_observer_list_node): Likewise.
8093         * regcache.c (regcache_xmalloc_1): Likewise.
8094         * reggroups.c (reggroup_new): Likewise.
8095         (_initialize_reggroup): Likewise.
8096         * registry.c (register_data_with_cleanup): Likewise.
8097         * remote.c (remote_notif_stop_alloc_reply): Likewise.
8098         * ser-base.c (serial_ttystate): Likewise.
8099         * ser-mingw.c (make_pipe_state): Likewise.
8100         * ser-pipe.c (pipe_open): Likewise.
8101         * serial.c (serial_open): Likewise.
8102         * sh64-tdep.c (sh64_gdbarch_init): Likewise.
8103         * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
8104         (tui_alloc_win_info): Likewise.
8105         (tui_add_content_elements): Likewise.
8106         * tui/tui-file.c (tui_file_new): Likewise.
8107         * tui/tui-out.c (tui_out_new): Likewise.
8108         * ui-file.c (mem_file_new): Likewise.
8109         * ui-out.c (push_level): Likewise.
8110         (make_cleanup_ui_out_end): Likewise.
8111         (append_header_to_list): Likewise.
8112         (ui_out_new): Likewise.
8113         * user-regs.c (user_reg_add_builtin): Likewise.
8114
8115 2014-01-13  Tom Tromey  <tromey@redhat.com>
8116
8117         * defs.h (XZALLOC): Remove.
8118         * ada-lang.c (get_ada_inferior_data): Use XCNEW, not XZALLOC.
8119         * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
8120         (get_ada_tasks_inferior_data): Likewise.
8121         * auto-load.c (get_auto_load_pspace_data): Likewise.
8122         * auxv.c (get_auxv_inferior_data): Likewise.
8123         * bfd-target.c (target_bfd_reopen): Likewise.
8124         * breakpoint.c (get_catch_syscall_inferior_data): Likewise.
8125         (deprecated_insert_raw_breakpoint): Likewise.
8126         * bsd-uthread.c (bsd_uthread_pid_to_str): Likewise.
8127         * corelow.c (core_open): Likewise.
8128         * darwin-nat.c (darwin_check_new_threads): Likewise.
8129         (darwin_attach_pid): Likewise.
8130         * dummy-frame.c (dummy_frame_push): Likewise.
8131         * dwarf2-frame.c (dwarf2_frame_cache): Likewise.
8132         * dwarf2loc.c (allocate_piece_closure): Likewise.
8133         * elfread.c (elf_symfile_segments): Likewise.
8134         * eval.c (ptrmath_type_p): Likewise.
8135         * exceptions.c (EXCEPTIONS_SIGJMP_BUF): Likewise.
8136         * gdbtypes.c (alloc_type_arch): Likewise.
8137         (alloc_type_instance): Likewise.
8138         * hppa-tdep.c (hppa_gdbarch_init): Likewise.
8139         * inf-child.c (inf_child_can_use_agent): Likewise.
8140         * inflow.c (get_inflow_inferior_data): Likewise.
8141         * infrun.c (save_infcall_suspend_state): Likewise.
8142         * jit.c (jit_reader_load): Likewise.
8143         (get_jit_objfile_data): Likewise.
8144         (get_jit_program_space_data): Likewise.
8145         (jit_object_open_impl): Likewise.
8146         (jit_symtab_open_impl): Likewise.
8147         (jit_block_open_impl): Likewise.
8148         (jit_frame_sniffer): Likewise.
8149         * linux-fork.c (add_fork): Likewise.
8150         * maint.c (make_command_stats_cleanup): Likewise.
8151         * objfiles.c (get_objfile_pspace_data): Likewise.
8152         * opencl-lang.c (struct lval_closure): Likewise.
8153         * osdata.c (osdata_start_osdata): Likewise.
8154         * progspace.c (new_address_space): Likewise.
8155         (add_program_space): Likewise.
8156         * remote-sim.c (get_sim_inferior_data): Likewise.
8157         * sh-tdep.c (sh_gdbarch_init): Likewise.
8158         * skip.c (Ignore): Likewise.
8159         (skip_delete_command): Likewise.
8160         * solib-aix.c (get_solib_aix_inferior_data): Likewise.
8161         (library_list_start_library): Likewise.
8162         (solib_aix_current_sos): Likewise.
8163         * solib-darwin.c (get_darwin_info): Likewise.
8164         (darwin_current_sos): Likewise.
8165         * solib-dsbt.c (get_dsbt_info): Likewise.
8166         * solib-ia64-hpux.c (new_so_list): Likewise.
8167         (ia64_hpux_get_solib_linkage_addr): Likewise.
8168         * solib-spu.c (append_ocl_sos): Likewise.
8169         (spu_current_sos): Likewise.
8170         * solib-svr4.c (get_svr4_info): Likewise.
8171         (svr4_keep_data_in_core): Likewise.
8172         (library_list_start_library): Likewise.
8173         (svr4_default_sos): Likewise.
8174         (svr4_read_so_list): Likewise.
8175         * solib-target.c (library_list_start_library): Likewise.
8176         (solib_target_current_sos): Likewise.
8177         * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
8178         * symfile-debug.c (install_symfile_debug_logging): Likewise.
8179         * symfile.c (default_symfile_segments): Likewise.
8180         * target-descriptions.c (tdesc_data_init): Likewise.
8181         (tdesc_create_reg): Likewise.
8182         (struct tdesc_type *): Likewise.
8183         (tdesc_create_vector): Likewise.
8184         (tdesc_set_struct_size): Likewise.
8185         (struct tdesc_type *): Likewise.
8186         (tdesc_free_feature): Likewise.
8187         (tdesc_create_feature): Likewise.
8188         * windows-nat.c (windows_add_thread): Likewise.
8189         (windows_make_so): Likewise.
8190         * xml-support.c (gdb_xml_body_text): Likewise.
8191         (gdb_xml_create_parser_and_cleanup): Likewise.
8192         (xml_process_xincludes): Likewise.
8193         * xml-syscall.c (allocate_syscalls_info): Likewise.
8194         (syscall_create_syscall_desc): Likewise.
8195
8196 2014-01-12  Sergio Durigan Junior  <sergiodj@redhat.com>
8197
8198         * i386-tdep.c (i386_stap_parse_special_token_triplet): New
8199         function, with code from i386_stap_parse_special_token.
8200         (i386_stap_parse_special_token_three_arg_disp): Likewise.
8201         (i386_stap_parse_special_token): Move code to the two functions
8202         above; simplify it.
8203
8204 2014-01-09  Pedro Alves  <palves@redhat.com>
8205             Hui Zhu  <hui@codesourcery.com>
8206
8207         PR gdb/16101
8208         * breakpoint.c (insert_bp_location): Rename hw_bp_err_string to
8209         bp_err_string.  Don't mark the location shlib_disabled if the
8210         error thrown wasn't a generic or memory error.  Catch errors
8211         thrown while inserting breakpoints in overlayed code.  Output
8212         error message of software breakpoints.
8213         * remote.c (remote_insert_breakpoint): If this breakpoint has
8214         target-side commands but this stub doesn't support Z0 packets,
8215         throw NOT_SUPPORTED_ERROR error.
8216         * exceptions.h (enum errors) <NOT_SUPPORTED_ERROR>: New error.
8217         * target.h (target_insert_breakpoint): Extend comment.
8218         (target_insert_hw_breakpoint): Add comment.
8219
8220 2014-01-08  Pedro Alves  <palves@redhat.com>
8221
8222         * remote.c (remote_add_thread): Add threads silently if starting
8223         up.
8224         (remote_notice_new_inferior): If in all-stop, and starting up,
8225         don't call notice_new_inferior.
8226         (get_current_thread): New function, factored out from ...
8227         (add_current_inferior_and_thread): ... this.  Adjust.
8228         (remote_start_remote) <all-stop>: Fetch the thread list.  If we
8229         found any thread, then select the remote's current thread as GDB's
8230         current thread too.
8231
8232 2014-01-08  Joel Brobecker  <brobecker@adacore.com>
8233
8234         * NEWS: Create a new section for the next release branch.
8235         Rename the section of the current branch, now that it has
8236         been cut.
8237
8238 2014-01-08  Joel Brobecker  <brobecker@adacore.com>
8239
8240         GDB 7.7 branch created (79301218fa0f074c5656db0ec8972a5ddcf91fb5):
8241         * version.in: Bump version to 7.7.50.DATE-cvs.
8242
8243 2014-01-08  Yao Qi  <yao@codesourcery.com>
8244
8245         * spu-linux-nat.c (spu_symbol_file_add_from_memory): Change
8246         type of 'id' to gdb_byte.  Cast 'id' to 'const char *'.
8247         (spu_xfer_partial): Cast 'buf' to 'const char *'.
8248
8249 2014-01-08  Yao Qi  <yao@codesourcery.com>
8250
8251         * spu-linux-nat.c (spu_symbol_file_add_from_memory): Pass
8252         return value of bfd_get_filename to symbol_file_add_from_bfd.
8253
8254 2014-01-08  Pierre Muller  <muller@sourceware.org>
8255
8256         Fix PR16201.
8257         * coff-pe-read.c (struct read_pe_section_data): Add index field.
8258         (add_pe_exported_sym): Use SECTION_DATA->INDEX for call
8259         to prim_record_mininal_symbol_and_info.
8260         (add_pe_forwarded_sym): Use known section number of forwarded symbol
8261         in call to prim_record_minimal_symbol_and_info.
8262         (read_pe_exported_syms): Set index field of section_data.
8263
8264 2014-01-07  Andrew Pinski  <apinski@cavium.com>
8265
8266         * features/aarch64-core.xml (cpsr): Change to be 64bit.
8267         * features/aarch64.c: Regenerate.
8268
8269 2014-01-07  Andreas Schwab  <schwab@linux-m68k.org>
8270
8271         * target.c (return_null): Define.
8272         (update_current_target): Use it instead of return_zero for
8273         functions that return a pointer.
8274
8275 2014-01-07  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
8276
8277         * source.c (add_path): Fix check for duplicated paths in the previously
8278         included paths.
8279
8280 2014-01-07  Honggyu Kim  <hong.gyu.kim@lge.com>
8281
8282         * ada-lang.c: Remove duplicated include statements.
8283         * alphabsd-nat.c: Ditto.
8284         * amd64-darwin-tdep.c: Ditto.
8285         * amd64fbsd-nat.c: Ditto.
8286         * auto-load.c: Ditto.
8287         * ax-gdb.c: Ditto.
8288         * breakpoint.c: Ditto.
8289         * dbxread.c: Ditto.
8290         * fork-child.c: Ditto.
8291         * gdb_usleep.c: Ditto.
8292         * i386-darwin-tdep.c: Ditto.
8293         * i386fbsd-nat.c: Ditto.
8294         * infcmd.c: Ditto.
8295         * inferior.c: Ditto.
8296         * jv-lang.c: Ditto.
8297         * linux-nat.c: Ditto.
8298         * linux-tdep.c: Ditto.
8299         * m68kbsd-nat.c: Ditto.
8300         * m68klinux-nat.c: Ditto.
8301         * microblaze-tdep.c: Ditto.
8302         * mips-linux-tdep.c: Ditto.
8303         * mn10300-tdep.c: Ditto.
8304         * nto-tdep.c: Ditto.
8305         * opencl-lang.c: Ditto.
8306         * osdata.c: Ditto.
8307         * printcmd.c: Ditto.
8308         * regcache.c: Ditto.
8309         * remote-m32r-sdi.c: Ditto.
8310         * remote.c: Ditto.
8311         * symfile.c: Ditto.
8312         * symtab.c: Ditto.
8313         * tilegx-linux-nat.c: Ditto.
8314         * tilegx-tdep.c: Ditto.
8315         * tracepoint.c: Ditto.
8316         * valops.c: Ditto.
8317         * vaxbsd-nat.c: Ditto.
8318         * windows-nat.c: Ditto.
8319         * xtensa-tdep.c: Ditto.
8320
8321 2014-01-07  Yao Qi  <yao@codesourcery.com>
8322
8323         * spu-linux-nat.c (_initialize_spu_nat): Declare.
8324
8325 2014-01-07  Yao Qi  <yao@codesourcery.com>
8326             Joel Brobecker  <brobecker@adacore.com>
8327
8328         * aix-thread.c (pdc_read_regs): Cast parameter to uintptr_t.
8329         (pdc_write_regs): Likewise.
8330         (fetch_regs_kernel_thread): Likewise.
8331         (store_regs_kernel_thread): Likewise.
8332
8333 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
8334
8335         * ada-varobj.c (ada_varobj_adjust_for_child_access): Convert
8336         tagged type objects to their actual type.
8337
8338 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
8339
8340         * ada-valprint.c (print_field_values): Add "language" parameter.
8341         Update calls to print_field_values and print_variant_part.
8342         Pass new parameter "language" in call to val_print instead
8343         of "current_language".  Replace call to ada_val_print by call
8344         to val_print.
8345         (print_variant_part): Add "language" parameter.
8346         (ada_val_print_struct_union): Update call to print_field_values.
8347
8348 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
8349
8350         * ada-valprint.c (ui_memcpy): Delete.
8351         (ada_print_floating): Update documentation.  Add empty line
8352         between between function documentation and implementation.
8353         Delete variable "buffer".  Use ui_file_xstrdup in place of
8354         ui_file_put.  Minor adjustments following this change.
8355
8356 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
8357
8358         * ada-valprint.c (ada_val_print_string): New function,
8359         extracted from ada_val_print_array.
8360         (ada_val_print_array): Replace extracted code by call
8361         to ada_val_print_string followed by a return.  Move
8362         "else" branch to the function's top block.
8363
8364 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
8365
8366         * ada-valprint.c (ada_val_print_array): Move implementation
8367         down.  Rename parameter "offset" and "val" into "offset_aligned"
8368         and "original_value" respectively.  Add parameter "offset".
8369
8370 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
8371
8372         * ada-valprint.c (ada_val_print_ref): Rewrite by mostly
8373         re-organizing the code. Change the "???" message printed
8374         when target type is a TYPE_CODE_UNDEF into
8375         "<ref to undefined type>".
8376
8377 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
8378
8379         * ada-valprint.c (print_record): Delete, implementation inlined...
8380         (ada_val_print_struct_union): ... here.  Remove call to
8381         ada_check_typedef in inlined implementation.
8382
8383 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
8384
8385         * ada-valprint.c (ada_val_print_gnat_array): New function,
8386         extracted from ada_val_print_1;
8387         (ada_val_print_ptr, ada_val_print_num, ada_val_print_enum)
8388         (ada_val_print_flt, ada_val_print_struct_union)
8389         (ada_val_print_ref): Likewise.
8390         (ada_val_print_1): Delete variables i and elttype.
8391         Replace extracted-out code by call to corresponding
8392         new functions.
8393
8394 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
8395
8396         * ada-valprint.c (ada_val_print_1): Remove call to gdb_flush.
8397
8398 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
8399
8400         * ada-valprint.c (ada_val_print_1): Replace calls to
8401         ada_val_print_1 by calls to val_print.
8402
8403 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
8404
8405         * ada-valprint.c (ada_val_print_1): Add parameter "language".
8406         Update calls to self accordingly.  Replace calls to c_val_print
8407         by calls to val_print.
8408
8409 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
8410
8411         * ada-valprint.c (print_record): Delete declaration.
8412         (adjust_type_signedness, ada_val_print_1): Likewise.
8413         (ada_val_print): Move function implementation down.
8414         (print_variant_part, print_field_values, print_record):
8415         Move function implementation up.
8416
8417 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
8418
8419         * python/py-type.c (typy_get_name): New function.
8420         (type_object_getset): Add entry for attribute "name".
8421         * NEWS: Add entry mentioning this new attribute.
8422
8423 2014-01-07  Yao Qi  <yao@codesourcery.com>
8424
8425         * gnu-nat.c (set_exceptions_cmd): Remove an empty body 'if'
8426         statement.
8427
8428 2014-01-07  Yao Qi  <yao@codesourcery.com>
8429
8430         * gnu-nat.c (info_port_rights): Add qualifier const to
8431         argument args.
8432
8433 2014-01-07  Yao Qi  <yao@codesourcery.com>
8434
8435         * gnu-nat.c (trace_me): Use 'void' for empty argument list.
8436
8437 2014-01-07  Yao Qi  <yao@codesourcery.com>
8438
8439         * gnu-nat.c (make_inf) Update declaration.
8440         (make_inf): Make it static.
8441         (inf_set_traced): Likewise.
8442         (inf_port_to_thread, inf_task_died_status): Likewise.
8443
8444 2014-01-07  Yao Qi  <yao@codesourcery.com>
8445
8446         * gnu-nat.c (inf_tid_to_proc): Remove declaration.
8447
8448 2014-01-07  Yao Qi  <yao@codesourcery.com>
8449
8450         * gnu-nat.c (_initialize_gnu_nat): Declare.
8451
8452 2014-01-07  Yao Qi  <yao@codesourcery.com>
8453
8454         * gdbarch.sh (byte_order, byte_order_for_code): Change type to
8455         'enum bfd_endian'.
8456         (struct gdbarch_info) <byte_order>: Change type to
8457         'enum bfd_endian'.
8458         <byte_order_for_code>: Likewise.
8459         * gdbarch.c, gdbarch.h: Regenerated.
8460
8461 2014-01-06  Sasha Smundak  <asmundak@google.com>
8462
8463         * jit.c: (jit_reader_load_command): Fix JIT reader path creation.
8464
8465 2014-01-06  Tom Tromey  <tromey@redhat.com>
8466
8467         * doublest.c (convert_doublest_to_floatformat): Use const, not
8468         CONST.
8469         * somread.c (som_symtab_read): Likewise.
8470
8471 2014-01-07  Hui Zhu  <hui@codesourcery.com>
8472
8473         * gdb_bfd.c (gdb_bfd_stash_filename): Removed.
8474         (gdb_bfd_open): Removed gdb_bfd_stash_filename.
8475         (gdb_bfd_fopen): Ditto.
8476         (gdb_bfd_openr): Ditto.
8477         (gdb_bfd_openw): Ditto.
8478         (gdb_bfd_openr_iovec): Ditto.
8479         (gdb_bfd_fdopenr): Ditto.
8480         * gdb_bfd.h (gdb_bfd_stash_filename): Removed.
8481         * solib-aix.c (solib_aix_bfd_open): Alloc object_bfd->filename
8482         with xstrdup.
8483         * solib-darwin.c (darwin_bfd_open): Alloc res->filename
8484         with xstrdup.
8485         * symfile-mem.c (symbol_file_add_from_memory): Removed
8486         gdb_bfd_stash_filename.
8487
8488 2014-01-03  Doug Evans  <dje@google.com>
8489
8490         * nat/linux-waitpid.c (linux_debug): Remove extraneous \n from
8491         output.
8492
8493 2014-01-01  Joel Brobecker  <brobecker@adacore.com>
8494
8495         Update year range in copyright notice of all files.
8496
8497 2014-01-01  Joel Brobecker  <brobecker@adacore.com>
8498
8499         * top.c (print_gdb_version): Set copyright year to 2014.
8500
8501 2014-01-01  Joel Brobecker  <brobecker@adacore.com>
8502
8503         * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2013.
8504
8505 For older changes see ChangeLog-2013.
8506 \f
8507 Local Variables:
8508 mode: change-log
8509 left-margin: 8
8510 fill-column: 74
8511 version-control: never
8512 coding: utf-8
8513 End: