deliverable/binutils-gdb.git
10 years agoconvert to_remove_vfork_catchpoint
Tom Tromey [Wed, 18 Dec 2013 17:44:57 +0000 (10:44 -0700)] 
convert to_remove_vfork_catchpoint

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_remove_vfork_catchpoint.
* target.h (struct target_ops) <to_remove_vfork_catchpoint>: Use
TARGET_DEFAULT_RETURN.

10 years agoconvert to_insert_vfork_catchpoint
Tom Tromey [Wed, 18 Dec 2013 17:44:22 +0000 (10:44 -0700)] 
convert to_insert_vfork_catchpoint

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_insert_vfork_catchpoint.
* target.h (struct target_ops) <to_insert_vfork_catchpoint>: Use
TARGET_DEFAULT_RETURN.

10 years agoconvert to_remove_fork_catchpoint
Tom Tromey [Wed, 18 Dec 2013 17:34:15 +0000 (10:34 -0700)] 
convert to_remove_fork_catchpoint

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_remove_fork_catchpoint.
* target.h (struct target_ops) <to_remove_fork_catchpoint>: Use
TARGET_DEFAULT_RETURN.

10 years agoconvert to_insert_fork_catchpoint
Tom Tromey [Wed, 18 Dec 2013 17:33:43 +0000 (10:33 -0700)] 
convert to_insert_fork_catchpoint

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_insert_fork_catchpoint.
* target.h (struct target_ops) <to_insert_fork_catchpoint>: Use
TARGET_DEFAULT_RETURN.

10 years agoconvert to_post_startup_inferior
Tom Tromey [Wed, 18 Dec 2013 17:32:56 +0000 (10:32 -0700)] 
convert to_post_startup_inferior

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_post_startup_inferior.
* target.h (struct target_ops) <to_post_startup_inferior>: Use
TARGET_DEFAULT_IGNORE.

10 years agoconvert to_load
Tom Tromey [Wed, 18 Dec 2013 17:31:48 +0000 (10:31 -0700)] 
convert to_load

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_load.
* target.h (struct target_ops) <to_load>: Use
TARGET_DEFAULT_NORETURN.

10 years agoconvert to_terminal_info
Tom Tromey [Wed, 18 Dec 2013 17:31:10 +0000 (10:31 -0700)] 
convert to_terminal_info

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_terminal_info.
* target.h (struct target_ops) <to_terminal_info>: Use
TARGET_DEFAULT_FUNC.

10 years agoconvert to_terminal_save_ours
Tom Tromey [Wed, 18 Dec 2013 17:30:41 +0000 (10:30 -0700)] 
convert to_terminal_save_ours

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_terminal_save_ours.
* target.h (struct target_ops) <to_terminal_save_ours>: Use
TARGET_DEFAULT_IGNORE.

10 years agoconvert to_terminal_ours
Tom Tromey [Wed, 18 Dec 2013 17:30:16 +0000 (10:30 -0700)] 
convert to_terminal_ours

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_terminal_ours.
* target.h (struct target_ops) <to_terminal_ours>: Use
TARGET_DEFAULT_IGNORE.

10 years agoconvert to_terminal_ours_for_output
Tom Tromey [Wed, 18 Dec 2013 17:29:46 +0000 (10:29 -0700)] 
convert to_terminal_ours_for_output

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_terminal_ours_for_output.
* target.h (struct target_ops) <to_terminal_ours_for_output>: Use
TARGET_DEFAULT_IGNORE.

10 years agoconvert to_terminal_inferior
Tom Tromey [Wed, 18 Dec 2013 17:29:01 +0000 (10:29 -0700)] 
convert to_terminal_inferior

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_terminal_inferior.
* target.h (struct target_ops) <to_terminal_inferior>: Use
TARGET_DEFAULT_IGNORE.

10 years agoconvert to_terminal_init
Tom Tromey [Wed, 18 Dec 2013 17:24:07 +0000 (10:24 -0700)] 
convert to_terminal_init

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_terminal_init.
* target.h (struct target_ops) <to_terminal_init>: Use
TARGET_DEFAULT_IGNORE.

10 years agoconvert to_can_accel_watchpoint_condition
Tom Tromey [Wed, 18 Dec 2013 17:20:48 +0000 (10:20 -0700)] 
convert to_can_accel_watchpoint_condition

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_can_accel_watchpoint_condition.
* target.h (struct target_ops)
<to_can_accel_watchpoint_condition>: Use TARGET_DEFAULT_RETURN.

10 years agoconvert to_region_ok_for_hw_watchpoint
Tom Tromey [Wed, 18 Dec 2013 17:18:05 +0000 (10:18 -0700)] 
convert to_region_ok_for_hw_watchpoint

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_region_ok_for_hw_watchpoint.
* target.h (struct target_ops) <to_region_ok_for_hw_watchpoint>:
Use TARGET_DEFAULT_FUNC.

10 years agoconvert to_watchpoint_addr_within_range
Tom Tromey [Wed, 18 Dec 2013 17:15:23 +0000 (10:15 -0700)] 
convert to_watchpoint_addr_within_range

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_watchpoint_addr_within_range.
* target.h (struct target_ops) <to_watchpoint_addr_within_range>:
Use TARGET_DEFAULT_FUNC.

10 years agoconvert to_remove_watchpoint
Tom Tromey [Wed, 18 Dec 2013 17:11:49 +0000 (10:11 -0700)] 
convert to_remove_watchpoint

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_remove_watchpoint.
* target.h (struct target_ops) <to_remove_watchpoint>: Use
TARGET_DEFAULT_NORETURN.

10 years agoconvert to_insert_watchpoint
Tom Tromey [Wed, 18 Dec 2013 17:08:59 +0000 (10:08 -0700)] 
convert to_insert_watchpoint

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_insert_watchpoint.
* target.h (struct target_ops) <to_insert_watchpoint>: Use
TARGET_DEFAULT_RETURN.

10 years agoconvert to_remove_hw_breakpoint
Tom Tromey [Wed, 18 Dec 2013 17:05:18 +0000 (10:05 -0700)] 
convert to_remove_hw_breakpoint

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_remove_hw_breakpoint.
* target.h (struct target_ops) <to_remove_hw_breakpoint>: Use
TARGET_DEFAULT_RETURN.

10 years agoconvert to_insert_hw_breakpoint
Tom Tromey [Wed, 18 Dec 2013 17:01:11 +0000 (10:01 -0700)] 
convert to_insert_hw_breakpoint

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_insert_hw_breakpoint.
* target.h (struct target_ops) <to_insert_hw_breakpoint>: Use
TARGET_DEFAULT_RETURN.

10 years agoconvert to_can_use_hw_breakpoint
Tom Tromey [Wed, 18 Dec 2013 16:58:16 +0000 (09:58 -0700)] 
convert to_can_use_hw_breakpoint

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_can_use_hw_breakpoint.
* target.h (struct target_ops) <to_can_use_hw_breakpoint>: Use
TARGET_DEFAULT_RETURN.

10 years agoconvert to_files_info
Tom Tromey [Wed, 18 Dec 2013 16:51:47 +0000 (09:51 -0700)] 
convert to_files_info

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_files_info.
* target.h (struct target_ops) <to_files_info>: Use
TARGET_DEFAULT_IGNORE.

10 years agoconvert to_prepare_to_store
Tom Tromey [Wed, 18 Dec 2013 16:47:18 +0000 (09:47 -0700)] 
convert to_prepare_to_store

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_store.
* target.h (struct target_ops) <to_store>: Use
TARGET_DEFAULT_NORETURN.

10 years agoconvert to_post_attach
Tom Tromey [Wed, 18 Dec 2013 16:42:24 +0000 (09:42 -0700)] 
convert to_post_attach

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_post_attach.
* target.h (struct target_ops) <to_post_attach>: Use
TARGET_DEFAULT_IGNORE.

10 years agoconvert to_rcmd
Tom Tromey [Wed, 18 Dec 2013 16:35:21 +0000 (09:35 -0700)] 
convert to_rcmd

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_rcmd.
(default_rcmd): New function.
(do_monitor_command): Unconditionally delegate.
* target.h (struct target_ops) <to_rmcd>: Use
TARGET_DEFAULT_FUNC.

10 years agoconvert to_attach
Tom Tromey [Fri, 13 Dec 2013 21:16:57 +0000 (14:16 -0700)] 
convert to_attach

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (init_dummy_target): Don't initialize to_attach.
(target_attach): Unconditionally delegate.
* target.h (struct target_ops) <to_attach>: Use
TARGET_DEFAULT_FUNC.

10 years agoconvert to_detach
Tom Tromey [Fri, 13 Dec 2013 20:33:08 +0000 (13:33 -0700)] 
convert to_detach

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (target_detach): Unconditionally delegate.
(init_dummy_target): Don't initialize to_detach.
* target.h (struct target_ops) <to_detach>: Use
TARGET_DEFAULT_IGNORE.

10 years agoAdd target_ops argument to to_augmented_libraries_svr4_read
Tom Tromey [Wed, 18 Dec 2013 04:49:18 +0000 (21:49 -0700)] 
Add target_ops argument to to_augmented_libraries_svr4_read

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_augmented_libraries_svr4_read>:
Add argument.
(target_augmented_libraries_svr4_read): Add argument.
* target.c (update_current_target): Update.
* remote.c (remote_augmented_libraries_svr4_read): Add 'self'
argument.

10 years agoAdd target_ops argument to to_call_history_range
Tom Tromey [Wed, 18 Dec 2013 04:49:06 +0000 (21:49 -0700)] 
Add target_ops argument to to_call_history_range

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_call_history_range>: Add
argument.
* target.c (target_call_history_range): Add argument.
* record-btrace.c (record_btrace_call_history_range): Add 'self'
argument.
(record_btrace_call_history_from): Update.

10 years agoAdd target_ops argument to to_call_history_from
Tom Tromey [Wed, 18 Dec 2013 04:48:53 +0000 (21:48 -0700)] 
Add target_ops argument to to_call_history_from

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_call_history_from>: Add
argument.
* target.c (target_call_history_from): Add argument.
* record-btrace.c (record_btrace_call_history_from): Add 'self'
argument.

10 years agoAdd target_ops argument to to_call_history
Tom Tromey [Wed, 18 Dec 2013 04:48:41 +0000 (21:48 -0700)] 
Add target_ops argument to to_call_history

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_call_history>: Add argument.
* target.c (target_call_history): Add argument.
* record-btrace.c (record_btrace_call_history): Add 'self'
argument.

10 years agoAdd target_ops argument to to_insn_history_range
Tom Tromey [Wed, 18 Dec 2013 04:48:29 +0000 (21:48 -0700)] 
Add target_ops argument to to_insn_history_range

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_insn_history_range>: Add
argument.
* target.c (target_insn_history_range): Add argument.
* record-btrace.c (record_btrace_insn_history_range): Add 'self'
argument.
(record_btrace_insn_history_from): Update.

10 years agoAdd target_ops argument to to_insn_history_from
Tom Tromey [Wed, 18 Dec 2013 04:48:16 +0000 (21:48 -0700)] 
Add target_ops argument to to_insn_history_from

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_insn_history_from>: Add
argument.
* target.c (target_insn_history_from): Add argument.
* record-btrace.c (record_btrace_insn_history_from): Add 'self'
argument.

10 years agoAdd target_ops argument to to_insn_history
Tom Tromey [Wed, 18 Dec 2013 04:48:04 +0000 (21:48 -0700)] 
Add target_ops argument to to_insn_history

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_insn_history>: Add argument.
* target.c (target_insn_history): Add argument.
* record-btrace.c (record_btrace_insn_history): Add 'self'
argument.

10 years agoAdd target_ops argument to to_goto_record
Tom Tromey [Wed, 18 Dec 2013 04:47:52 +0000 (21:47 -0700)] 
Add target_ops argument to to_goto_record

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_goto_record>: Add argument.
* target.c (target_goto_record): Add argument.
* record-full.c (record_full_goto): Add 'self' argument.
* record-btrace.c (record_btrace_goto): Add 'self' argument.

10 years agoAdd target_ops argument to to_goto_record_end
Tom Tromey [Wed, 18 Dec 2013 04:47:39 +0000 (21:47 -0700)] 
Add target_ops argument to to_goto_record_end

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_goto_record_end>: Add argument.
* target.c (target_goto_record_end): Add argument.
* record-full.c (record_full_goto_end): Add 'self' argument.
* record-btrace.c (record_btrace_goto_end): Add 'self' argument.

10 years agoAdd target_ops argument to to_goto_record_begin
Tom Tromey [Wed, 18 Dec 2013 04:47:27 +0000 (21:47 -0700)] 
Add target_ops argument to to_goto_record_begin

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_goto_record_begin>: Add
argument.
* target.c (target_goto_record_begin): Add argument.
* record-full.c (record_full_goto_begin): Add 'self' argument.
* record-btrace.c (record_btrace_goto_begin): Add 'self'
argument.

10 years agoAdd target_ops argument to to_record_is_replaying
Tom Tromey [Wed, 18 Dec 2013 04:47:15 +0000 (21:47 -0700)] 
Add target_ops argument to to_record_is_replaying

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_record_is_replaying>: Add
argument.
* target.c (target_record_is_replaying): Add argument.
* record-full.c (record_full_is_replaying): Add 'self' argument.
* record-btrace.c (record_btrace_is_replaying): Add 'self'
argument.
(record_btrace_xfer_partial, record_btrace_store_registers)
(record_btrace_prepare_to_store, record_btrace_resume)
(record_btrace_wait, record_btrace_decr_pc_after_break)
(record_btrace_find_new_threads, record_btrace_thread_alive):
Update.

10 years agoAdd target_ops argument to to_delete_record
Tom Tromey [Wed, 18 Dec 2013 04:47:02 +0000 (21:47 -0700)] 
Add target_ops argument to to_delete_record

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_delete_record>: Add argument.
* target.c (target_delete_record): Add argument.
* record-full.c (record_full_delete): Add 'self' argument.

10 years agoAdd target_ops argument to to_save_record
Tom Tromey [Wed, 18 Dec 2013 04:46:50 +0000 (21:46 -0700)] 
Add target_ops argument to to_save_record

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_save_record>: Add argument.
* target.c (target_save_record): Add argument.
* record-full.c (record_full_save): Add 'self' argument.
(record_full_save): Add 'self' argument.

10 years agoAdd target_ops argument to to_info_record
Tom Tromey [Wed, 18 Dec 2013 04:46:38 +0000 (21:46 -0700)] 
Add target_ops argument to to_info_record

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_info_record>: Add argument.
* target.c (target_info_record): Add argument.
* record.c (info_record_command): Add argument.
* record-full.c (record_full_info): Add 'self' argument.
* record-btrace.c (record_btrace_info): Add 'self' argument.

10 years agoAdd target_ops argument to to_stop_recording
Tom Tromey [Wed, 18 Dec 2013 04:46:25 +0000 (21:46 -0700)] 
Add target_ops argument to to_stop_recording

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_stop_recording>: Add argument.
* target.c (target_stop_recording): Add argument.
* record.c (record_stop): Add argument.
* record-btrace.c (record_btrace_stop_recording): Add 'self'
argument.

10 years agoAdd target_ops argument to to_read_btrace
Tom Tromey [Wed, 18 Dec 2013 04:46:13 +0000 (21:46 -0700)] 
Add target_ops argument to to_read_btrace

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_read_btrace>: Add argument.
* target.c (struct target_ops) <to_read_btrace>: Add argument.
* remote.c (struct target_ops) <to_read_btrace>: Add 'self'
argument.
* amd64-linux-nat.c (amd64_linux_read_btrace): New function.
(_initialize_amd64_linux_nat): Use it.
* i386-linux-nat.c (i386_linux_read_btrace): New function.
(_initialize_i386_linux_nat): Use it.

10 years agoAdd target_ops argument to to_teardown_btrace
Tom Tromey [Wed, 18 Dec 2013 04:46:00 +0000 (21:46 -0700)] 
Add target_ops argument to to_teardown_btrace

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_teardown_btrace>: Add argument.
* target.c (target_teardown_btrace): Add argument.
* remote.c (remote_teardown_btrace): Add 'self' argument.
* i386-linux-nat.c (i386_linux_teardown_btrace): Add 'self'
argument.
* amd64-linux-nat.c (amd64_linux_teardown_btrace): Add 'self'
argument.

10 years agoAdd target_ops argument to to_disable_btrace
Tom Tromey [Wed, 18 Dec 2013 04:45:48 +0000 (21:45 -0700)] 
Add target_ops argument to to_disable_btrace

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_disable_btrace>: Add argument.
* target.c (target_disable_btrace): Add argument.
* remote.c (remote_disable_btrace): Add 'self' argument.
* i386-linux-nat.c (i386_linux_disable_btrace): Add 'self'
argument.
* amd64-linux-nat.c (amd64_linux_disable_btrace): Add 'self'
argument.

10 years agoAdd target_ops argument to to_enable_btrace
Tom Tromey [Wed, 18 Dec 2013 04:45:35 +0000 (21:45 -0700)] 
Add target_ops argument to to_enable_btrace

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_enable_btrace>: Add argument.
* target.c (target_enable_btrace): Add argument.
* remote.c (remote_enable_btrace): Add 'self' argument.
* i386-linux-nat.c (i386_linux_enable_btrace): Add 'self'
argument.
* amd64-linux-nat.c (amd64_linux_enable_btrace): Add 'self'
argument.

10 years agoAdd target_ops argument to to_can_use_agent
Tom Tromey [Wed, 18 Dec 2013 04:45:22 +0000 (21:45 -0700)] 
Add target_ops argument to to_can_use_agent

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_can_use_agent>: Add argument.
(target_can_use_agent): Add argument.
* target.c (update_current_target): Update.
* remote.c (remote_can_use_agent): Add 'self' argument.
* inf-child.c (inf_child_can_use_agent): Add 'self' argument.

10 years agoAdd target_ops argument to to_use_agent
Tom Tromey [Wed, 18 Dec 2013 04:45:10 +0000 (21:45 -0700)] 
Add target_ops argument to to_use_agent

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_use_agent>: Add argument.
(target_use_agent): Add argument.
* target.c (update_current_target): Update.
* remote.c (remote_use_agent): Add 'self' argument.
* inf-child.c (inf_child_use_agent): Add 'self' argument.

10 years agoAdd target_ops argument to to_traceframe_info
Tom Tromey [Wed, 18 Dec 2013 04:44:57 +0000 (21:44 -0700)] 
Add target_ops argument to to_traceframe_info

2014-02-19  Tom Tromey  <tromey@redhat.com>

* tracepoint.c (tfile_traceframe_info): Add 'self' argument.
* target.h (struct target_ops) <to_traceframe_info>: Add argument.
(target_traceframe_info): Add argument.
* target.c (update_current_target): Update.
* remote.c (remote_traceframe_info): Add 'self' argument.
* ctf.c (ctf_traceframe_info): Add 'self' argument.

10 years agoAdd target_ops argument to to_static_tracepoint_markers_by_strid
Tom Tromey [Wed, 18 Dec 2013 04:44:45 +0000 (21:44 -0700)] 
Add target_ops argument to to_static_tracepoint_markers_by_strid

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (target_static_tracepoint_markers_by_strid): Add
argument.
(struct target_ops) <to_static_tracepoint_markers_by_strid>: Add
'self' argument.
* target.c (update_current_target): Update.
* remote.c (struct target_ops)
<to_static_tracepoint_markers_by_strid>: Add 'self' argument.
* linux-nat.c (struct target_ops)
<to_static_tracepoint_markers_by_strid>: Add 'self' argument.

10 years agoAdd target_ops argument to to_static_tracepoint_marker_at
Tom Tromey [Wed, 18 Dec 2013 04:44:32 +0000 (21:44 -0700)] 
Add target_ops argument to to_static_tracepoint_marker_at

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_static_tracepoint_marker_at>:
Add argument.
(target_static_tracepoint_marker_at): Add argument.
* target.c (update_current_target): Update.
* remote.c (remote_static_tracepoint_marker_at): Add 'self'
argument.

10 years agoAdd target_ops argument to to_set_permissions
Tom Tromey [Wed, 18 Dec 2013 04:44:20 +0000 (21:44 -0700)] 
Add target_ops argument to to_set_permissions

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_set_permissions>: Add argument.
(target_set_permissions): Add argument.
* target.c (update_current_target): Update.
* remote.c (remote_set_permissions): Add 'self' argument.
(remote_start_remote): Update.

10 years agoAdd target_ops argument to to_get_tib_address
Tom Tromey [Wed, 18 Dec 2013 04:44:08 +0000 (21:44 -0700)] 
Add target_ops argument to to_get_tib_address

2014-02-19  Tom Tromey  <tromey@redhat.com>

* windows-nat.c (windows_get_tib_address): Add 'self' argument.
* target.h (struct target_ops) <to_get_tib_address>: Add argument.
(target_get_tib_address): Add argument.
* target.c (update_current_target): Update.
* remote.c (remote_get_tib_address): Add 'self' argument.

10 years agoAdd target_ops argument to to_set_trace_notes
Tom Tromey [Wed, 18 Dec 2013 04:43:55 +0000 (21:43 -0700)] 
Add target_ops argument to to_set_trace_notes

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_set_trace_notes>: Add argument.
(target_set_trace_notes): Add argument.
* target.c (update_current_target): Update.
* remote.c (remote_set_trace_notes): Add 'self' argument.

10 years agoAdd target_ops argument to to_set_trace_buffer_size
Tom Tromey [Wed, 18 Dec 2013 04:43:43 +0000 (21:43 -0700)] 
Add target_ops argument to to_set_trace_buffer_size

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_set_trace_buffer_size>: Add
argument.
(target_set_trace_buffer_size): Add argument.
* target.c (update_current_target): Update.
* remote.c (remote_set_trace_buffer_size): Add 'self' argument.

10 years agoAdd target_ops argument to to_set_circular_trace_buffer
Tom Tromey [Wed, 18 Dec 2013 04:43:31 +0000 (21:43 -0700)] 
Add target_ops argument to to_set_circular_trace_buffer

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_set_circular_trace_buffer>: Add
argument.
(target_set_circular_trace_buffer): Add argument.
* target.c (update_current_target): Update.
* remote.c (remote_set_circular_trace_buffer): Add 'self'
argument.

10 years agoAdd target_ops argument to to_set_disconnected_tracing
Tom Tromey [Wed, 18 Dec 2013 04:43:19 +0000 (21:43 -0700)] 
Add target_ops argument to to_set_disconnected_tracing

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_set_disconnected_tracing>: Add
argument.
(target_set_disconnected_tracing): Add argument.
* target.c (update_current_target): Update.
* remote.c (remote_set_disconnected_tracing): Add 'self' argument.

10 years agoAdd target_ops argument to to_get_min_fast_tracepoint_insn_len
Tom Tromey [Wed, 18 Dec 2013 04:43:06 +0000 (21:43 -0700)] 
Add target_ops argument to to_get_min_fast_tracepoint_insn_len

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops)
<to_get_min_fast_tracepoint_insn_len>: Add argument.
(target_get_min_fast_tracepoint_insn_len): Add argument.
* target.c (update_current_target): Update.
* remote.c (remote_get_min_fast_tracepoint_insn_len): Add 'self'
argument.

10 years agoAdd target_ops argument to to_get_raw_trace_data
Tom Tromey [Wed, 18 Dec 2013 04:42:54 +0000 (21:42 -0700)] 
Add target_ops argument to to_get_raw_trace_data

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_get_raw_trace_data>: Add
argument.
(target_get_raw_trace_data): Add argument.
* target.c (update_current_target): Update.
* remote.c (remote_get_raw_trace_data): Add 'self' argument.

10 years agoAdd target_ops argument to to_upload_trace_state_variables
Tom Tromey [Wed, 18 Dec 2013 04:42:42 +0000 (21:42 -0700)] 
Add target_ops argument to to_upload_trace_state_variables

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_upload_trace_state_variables>:
Add argument.
(target_upload_trace_state_variables): Add argument.
* target.c (update_current_target): Update.
* remote.c (remote_upload_trace_state_variables): Add 'self'
argument.
(remote_start_remote): Update.

10 years agoAdd target_ops argument to to_upload_tracepoints
Tom Tromey [Wed, 18 Dec 2013 04:42:29 +0000 (21:42 -0700)] 
Add target_ops argument to to_upload_tracepoints

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_upload_tracepoints>: Add
argument.
(target_upload_tracepoints): Add argument.
* target.c (update_current_target): Update.
* remote.c (remote_upload_tracepoints): Add 'self' argument.
(remote_start_remote): Update.

10 years agoAdd target_ops argument to to_save_trace_data
Tom Tromey [Wed, 18 Dec 2013 04:42:17 +0000 (21:42 -0700)] 
Add target_ops argument to to_save_trace_data

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_save_trace_data>: Add argument.
(target_save_trace_data): Add argument.
* target.c (update_current_target): Update.
* remote.c (remote_save_trace_data): Add 'self' argument.

10 years agoAdd target_ops argument to to_get_trace_state_variable_value
Tom Tromey [Wed, 18 Dec 2013 04:42:05 +0000 (21:42 -0700)] 
Add target_ops argument to to_get_trace_state_variable_value

2014-02-19  Tom Tromey  <tromey@redhat.com>

* tracepoint.c (tfile_get_trace_state_variable_value): Add 'self'
argument.
* target.h (struct target_ops)
<to_get_trace_state_variable_value>: Add argument.
(target_get_trace_state_variable_value): Add argument.
* target.c (update_current_target): Update.
* remote.c (remote_get_trace_state_variable_value): Add 'self'
argument.
* ctf.c (ctf_get_trace_state_variable_value): Add 'self' argument.

10 years agoAdd target_ops argument to to_trace_find
Tom Tromey [Wed, 18 Dec 2013 04:41:52 +0000 (21:41 -0700)] 
Add target_ops argument to to_trace_find

2014-02-19  Tom Tromey  <tromey@redhat.com>

* tracepoint.c (tfile_trace_find): Add 'self' argument.
* target.h (struct target_ops) <to_trace_find>: Add argument.
(target_trace_find): Add argument.
* target.c (update_current_target): Update.
* remote.c (remote_trace_find): Add 'self' argument.
* ctf.c (ctf_trace_find): Add 'self' argument.

10 years agoAdd target_ops argument to to_trace_stop
Tom Tromey [Wed, 18 Dec 2013 04:41:40 +0000 (21:41 -0700)] 
Add target_ops argument to to_trace_stop

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_trace_stop>: Add argument.
(target_trace_stop): Add argument.
* target.c (update_current_target): Update.
* remote.c (remote_trace_stop): Add 'self' argument.

10 years agoAdd target_ops argument to to_get_tracepoint_status
Tom Tromey [Wed, 18 Dec 2013 04:41:27 +0000 (21:41 -0700)] 
Add target_ops argument to to_get_tracepoint_status

2014-02-19  Tom Tromey  <tromey@redhat.com>

* tracepoint.c (tfile_get_tracepoint_status): Add 'self' argument.
* target.h (struct target_ops) <to_get_tracepoint_status>: Add
argument.
(target_get_tracepoint_status): Add argument.
* target.c (update_current_target): Update.
* remote.c (remote_get_tracepoint_status): Add 'self' argument.

10 years agoAdd target_ops argument to to_get_trace_status
Tom Tromey [Wed, 18 Dec 2013 04:41:15 +0000 (21:41 -0700)] 
Add target_ops argument to to_get_trace_status

2014-02-19  Tom Tromey  <tromey@redhat.com>

* tracepoint.c (tfile_get_trace_status): Add 'self' argument.
* target.h (struct target_ops) <to_get_trace_status>: Add
argument.
(target_get_trace_status): Add argument.
* target.c (update_current_target): Update.
* remote.c (remote_get_trace_status): Add 'self' argument.
(remote_start_remote, remote_can_download_tracepoint): Update.
* ctf.c (ctf_get_trace_status): Add 'self' argument.

10 years agoAdd target_ops argument to to_trace_start
Tom Tromey [Wed, 18 Dec 2013 04:41:02 +0000 (21:41 -0700)] 
Add target_ops argument to to_trace_start

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_trace_start>: Add argument.
(target_trace_start): Add argument.
* target.c (update_current_target): Update.
* remote.c (remote_trace_start): Add 'self' argument.

10 years agoAdd target_ops argument to to_trace_set_readonly_regions
Tom Tromey [Wed, 18 Dec 2013 04:40:50 +0000 (21:40 -0700)] 
Add target_ops argument to to_trace_set_readonly_regions

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_trace_set_readonly_regions>:
Add argument.
(target_trace_set_readonly_regions): Add argument.
* target.c (update_current_target): Update.
* remote.c (remote_trace_set_readonly_regions): Add 'self'
argument.

10 years agoAdd target_ops argument to to_disable_tracepoint
Tom Tromey [Wed, 18 Dec 2013 04:40:38 +0000 (21:40 -0700)] 
Add target_ops argument to to_disable_tracepoint

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_disable_tracepoint>: Add
argument.
(target_disable_tracepoint): Add argument.
* target.c (update_current_target): Update.
* remote.c (remote_disable_tracepoint): Add 'self' argument.

10 years agoAdd target_ops argument to to_enable_tracepoint
Tom Tromey [Wed, 18 Dec 2013 04:40:25 +0000 (21:40 -0700)] 
Add target_ops argument to to_enable_tracepoint

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_enable_tracepoint>: Add
argument.
(target_enable_tracepoint): Add argument.
* target.c (update_current_target): Update.
* remote.c (remote_enable_tracepoint): Add 'self' argument.

10 years agoAdd target_ops argument to to_download_trace_state_variable
Tom Tromey [Wed, 18 Dec 2013 04:40:13 +0000 (21:40 -0700)] 
Add target_ops argument to to_download_trace_state_variable

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_download_trace_state_variable>:
Add argument.
(target_download_trace_state_variable): Add argument.
* target.c (update_current_target): Update.
* remote.c (remote_download_trace_state_variable): Add 'self'
argument.

10 years agoAdd target_ops argument to to_can_download_tracepoint
Tom Tromey [Wed, 18 Dec 2013 04:40:01 +0000 (21:40 -0700)] 
Add target_ops argument to to_can_download_tracepoint

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_can_download_tracepoint>: Add
argument.
(target_can_download_tracepoint): Add argument.
* target.c (update_current_target): Update.
* remote.c (remote_can_download_tracepoint): Add 'self' argument.

10 years agoAdd target_ops argument to to_download_tracepoint
Tom Tromey [Wed, 18 Dec 2013 04:39:49 +0000 (21:39 -0700)] 
Add target_ops argument to to_download_tracepoint

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_download_tracepoint>: Add
argument.
(target_download_tracepoint): Add argument.
* target.c (update_current_target): Update.
* remote.c (remote_download_tracepoint): Add 'self' argument.

10 years agoAdd target_ops argument to to_trace_init
Tom Tromey [Wed, 18 Dec 2013 04:39:36 +0000 (21:39 -0700)] 
Add target_ops argument to to_trace_init

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_trace_init>: Add argument.
(target_trace_init): Add argument.
* target.c (update_current_target): Update.
* remote.c (remote_trace_init): Add 'self' argument.

10 years agoAdd target_ops argument to to_fileio_readlink
Tom Tromey [Wed, 18 Dec 2013 04:39:24 +0000 (21:39 -0700)] 
Add target_ops argument to to_fileio_readlink

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_fileio_readlink>: Add argument.
* target.c (target_fileio_readlink): Add argument.
* remote.c (remote_hostio_readlink): Add 'self' argument.
* inf-child.c (inf_child_fileio_readlink): Add 'self' argument.

10 years agoAdd target_ops argument to to_fileio_unlink
Tom Tromey [Wed, 18 Dec 2013 04:39:11 +0000 (21:39 -0700)] 
Add target_ops argument to to_fileio_unlink

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_fileio_unlink>: Add argument.
* target.c (target_fileio_unlink): Add argument.
* remote.c (remote_hostio_unlink): Add 'self' argument.
(remote_file_delete): Update.
* inf-child.c (inf_child_fileio_unlink): Add 'self' argument.

10 years agoAdd target_ops argument to to_fileio_close
Tom Tromey [Wed, 18 Dec 2013 04:38:59 +0000 (21:38 -0700)] 
Add target_ops argument to to_fileio_close

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_fileio_close>: Add argument.
* target.c (target_fileio_close): Add argument.
* remote.c (remote_hostio_close): Add 'self' argument.
(remote_hostio_close_cleanup): Update.
(remote_bfd_iovec_close, remote_file_put, remote_file_get):
Update.
* inf-child.c (inf_child_fileio_close): Add 'self' argument.

10 years agoAdd target_ops argument to to_fileio_pread
Tom Tromey [Wed, 18 Dec 2013 04:38:46 +0000 (21:38 -0700)] 
Add target_ops argument to to_fileio_pread

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_fileio_pread>: Add argument.
* target.c (target_fileio_pread): Add argument.
* remote.c (remote_hostio_pread): Add 'self' argument.
(remote_bfd_iovec_pread, remote_file_get): Update.
* inf-child.c (inf_child_fileio_pread): Add 'self' argument.

10 years agoAdd target_ops argument to to_fileio_pwrite
Tom Tromey [Wed, 18 Dec 2013 04:38:34 +0000 (21:38 -0700)] 
Add target_ops argument to to_fileio_pwrite

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_fileio_pwrite>: Add argument.
* target.c (target_fileio_pwrite): Add argument.
* remote.c (remote_hostio_pwrite): Add 'self' argument.
(remote_file_put): Update.
* inf-child.c (inf_child_fileio_pwrite): Add 'self' argument.

10 years agoAdd target_ops argument to to_fileio_open
Tom Tromey [Wed, 18 Dec 2013 04:38:21 +0000 (21:38 -0700)] 
Add target_ops argument to to_fileio_open

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_fileio_open>: Add argument.
* target.c (target_fileio_open): Add argument.
* remote.c (remote_hostio_open): Add 'self' argument.
(remote_bfd_iovec_open): Add 'self' argument.
(remote_file_put): Add 'self' argument.
(remote_file_get): Add 'self' argument.
* inf-child.c (inf_child_fileio_open): Add 'self' argument.

10 years agoAdd target_ops argument to to_can_run_breakpoint_commands
Tom Tromey [Wed, 18 Dec 2013 04:38:09 +0000 (21:38 -0700)] 
Add target_ops argument to to_can_run_breakpoint_commands

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_can_run_breakpoint_commands>:
Add argument.
(target_can_run_breakpoint_commands): Add argument.
* target.c (update_current_target): Update.
* remote.c (remote_can_run_breakpoint_commands): Add 'self'
argument.
(remote_insert_breakpoint): Add 'self' argument.
(remote_insert_hw_breakpoint): Add 'self' argument.
(remote_can_run_breakpoint_commands): Add 'self' argument.

10 years agoAdd target_ops argument to to_supports_evaluation_of_breakpoint_conditions
Tom Tromey [Wed, 18 Dec 2013 04:37:56 +0000 (21:37 -0700)] 
Add target_ops argument to to_supports_evaluation_of_breakpoint_conditions

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops)
<to_supports_evaluation_of_breakpoint_conditions>: Add argument.
(target_supports_evaluation_of_breakpoint_conditions): Add
argument.
* target.c (update_current_target): Update.
* remote.c (remote_supports_cond_breakpoints): Add 'self'
argument.
(remote_insert_breakpoint): Add 'self' argument.
(remote_insert_hw_breakpoint): Add 'self' argument.
(remote_supports_cond_breakpoints): Add 'self' argument.

10 years agoAdd target_ops argument to to_supports_string_tracing
Tom Tromey [Wed, 18 Dec 2013 04:37:44 +0000 (21:37 -0700)] 
Add target_ops argument to to_supports_string_tracing

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_supports_string_tracing>: Add
argument.
(target_supports_string_tracing): Add argument.
* target.c (update_current_target): Update.
* remote.c (remote_supports_string_tracing): Add 'self' argument.

10 years agoAdd target_ops argument to to_supports_disable_randomization
Tom Tromey [Wed, 18 Dec 2013 04:37:32 +0000 (21:37 -0700)] 
Add target_ops argument to to_supports_disable_randomization

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops)
<to_supports_disable_randomization>: Add argument.
* target.c (find_default_supports_disable_randomization): Add
argument.
(target_supports_disable_randomization): Add argument.
(find_default_supports_disable_randomization): Add 'self'
argument.
* remote.c (extended_remote_supports_disable_randomization): Add
'self' argument.
(remote_supports_disable_randomization): Add 'self' argument.
(extended_remote_create_inferior): Update.
* linux-nat.c (linux_nat_supports_disable_randomization): Add
'self' argument.

10 years agoAdd target_ops argument to to_supports_enable_disable_tracepoint
Tom Tromey [Wed, 18 Dec 2013 04:37:19 +0000 (21:37 -0700)] 
Add target_ops argument to to_supports_enable_disable_tracepoint

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops)
<to_supports_enable_disable_tracepoint>: Add argument.
(target_supports_enable_disable_tracepoint): Add argument.
* target.c (update_current_target): Update.
* remote.c (remote_supports_enable_disable_tracepoint): Add 'self'
argument.

10 years agoAdd target_ops argument to to_supports_multi_process
Tom Tromey [Wed, 18 Dec 2013 04:37:07 +0000 (21:37 -0700)] 
Add target_ops argument to to_supports_multi_process

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_supports_multi_process>: Add
argument.
(target_supports_multi_process): Add argument.
* target.c (update_current_target): Update.
* remote.c (remote_supports_multi_process): Add 'self' argument.
* linux-nat.c (linux_nat_supports_multi_process): Add 'self'
argument.
* darwin-nat.c (darwin_supports_multi_process): Add 'self'
argument.

10 years agoAdd target_ops argument to to_execution_direction
Tom Tromey [Wed, 18 Dec 2013 04:36:54 +0000 (21:36 -0700)] 
Add target_ops argument to to_execution_direction

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_execution_direction>: Add
argument.
(target_execution_direction): Add argument.
* target.c (default_execution_direction): Add 'self' argument.
* record-full.c (record_full_execution_direction): Add 'self'
argument.

10 years agoAdd target_ops argument to to_can_execute_reverse
Tom Tromey [Wed, 18 Dec 2013 04:36:42 +0000 (21:36 -0700)] 
Add target_ops argument to to_can_execute_reverse

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_can_execute_reverse>: Add
argument.
(target_can_execute_reverse): Add argument.
* remote.c (remote_can_execute_reverse): Add 'self' argument.
* record-full.c (record_full_can_execute_reverse): Add 'self'
argument.
* record-btrace.c (record_btrace_can_execute_reverse): Add 'self'
argument.

10 years agoAdd target_ops argument to to_get_ada_task_ptid
Tom Tromey [Wed, 18 Dec 2013 04:36:30 +0000 (21:36 -0700)] 
Add target_ops argument to to_get_ada_task_ptid

2014-02-19  Tom Tromey  <tromey@redhat.com>

* windows-nat.c (windows_get_ada_task_ptid): Add 'self' argument.
* target.h (struct target_ops) <to_get_ada_task_ptid>: Add
argument.
(target_get_ada_task_ptid): Add argument.
* target.c (update_current_target): Update.
(default_get_ada_task_ptid): Add 'self' argument.
* sol-thread.c (sol_get_ada_task_ptid): Add 'self' argument.
* remote.c (remote_get_ada_task_ptid): Add 'self' argument.
* ravenscar-thread.c (ravenscar_get_ada_task_ptid): Add 'self'
argument.
* linux-thread-db.c (thread_db_get_ada_task_ptid): Add 'self'
argument.
* inf-ttrace.c (inf_ttrace_get_ada_task_ptid): Add 'self'
argument.
* dec-thread.c (dec_thread_get_ada_task_ptid): Add 'self'
argument.
* darwin-nat.c (darwin_get_ada_task_ptid): Add 'self' argument.
* aix-thread.c (aix_thread_get_ada_task_ptid): Add 'self'
argument.

10 years agoAdd target_ops argument to to_goto_bookmark
Tom Tromey [Wed, 18 Dec 2013 04:36:17 +0000 (21:36 -0700)] 
Add target_ops argument to to_goto_bookmark

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_goto_bookmark>: Add argument.
(target_goto_bookmark): Add argument.
* target.c (dummy_goto_bookmark): Add 'self' argument.
* record-full.c (record_full_goto_bookmark): Add 'self' argument.

10 years agoAdd target_ops argument to to_get_bookmark
Tom Tromey [Wed, 18 Dec 2013 04:36:04 +0000 (21:36 -0700)] 
Add target_ops argument to to_get_bookmark

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_get_bookmark>: Add argument.
(target_get_bookmark): Add argument.
* target.c (dummy_get_bookmark): Add 'self' argument.
* record-full.c (record_full_get_bookmark): Add 'self' argument.

10 years agoAdd target_ops argument to to_make_corefile_notes
Tom Tromey [Wed, 18 Dec 2013 04:35:52 +0000 (21:35 -0700)] 
Add target_ops argument to to_make_corefile_notes

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_make_corefile_notes>: Add
argument.
(target_make_corefile_notes): Add argument.
* target.c (dummy_make_corefile_notes): Add 'self' argument.
* procfs.c (procfs_make_note_section): Add 'self' argument.
(procfs_make_note_section): Add 'self' argument.
(procfs_make_note_section): Add 'self' argument.
* linux-nat.c (linux_nat_make_corefile_notes): Add 'self'
argument.
* fbsd-nat.h (fbsd_make_corefile_notes): Add 'self' argument.
* fbsd-nat.c (fbsd_make_corefile_notes): Add 'self' argument.
* exec.c (exec_make_note_section): Add 'self' argument.
(exec_make_note_section): Add 'self' argument.

10 years agoAdd target_ops argument to to_find_memory_regions
Tom Tromey [Wed, 18 Dec 2013 04:35:39 +0000 (21:35 -0700)] 
Add target_ops argument to to_find_memory_regions

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_find_memory_regions>: Add
argument.
(target_find_memory_regions): Add argument.
* target.c (dummy_find_memory_regions): Add 'self' argument.
* procfs.c (proc_find_memory_regions): Add 'self' argument.
* gnu-nat.c (gnu_find_memory_regions): Add 'self' argument.
* fbsd-nat.h (fbsd_find_memory_regions): Add 'self' argument.
* fbsd-nat.c (fbsd_find_memory_regions): Add 'self' argument.
* exec. (exec_do_find_memory_regions): New global.
(exec_set_find_memory_regions): Rewrite.
(exec_find_memory_regions): New function.
(init_exec_ops): Use exec_find_memory_regions.

10 years agoAdd target_ops argument to to_supports_non_stop
Tom Tromey [Wed, 18 Dec 2013 04:35:26 +0000 (21:35 -0700)] 
Add target_ops argument to to_supports_non_stop

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_supports_non_stop>: Add
argument.
* target.c (find_default_supports_non_stop): Add argument.
(target_supports_non_stop): Add argument.
(find_default_supports_non_stop): Add 'self' argument.
* remote.c (remote_supports_non_stop): Add 'self' argument.
* linux-nat.c (linux_nat_supports_non_stop): Add 'self' argument.

10 years agoAdd target_ops argument to to_log_command
Tom Tromey [Wed, 18 Dec 2013 04:35:13 +0000 (21:35 -0700)] 
Add target_ops argument to to_log_command

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_log_command>: Add argument.
(target_log_command): Add argument.
* serial.h (serial_log_command): Add 'self' argument.
* serial.c (serial_log_command): Add 'self' argument.

10 years agoAdd target_ops argument to to_pid_to_exec_file
Tom Tromey [Wed, 18 Dec 2013 04:35:01 +0000 (21:35 -0700)] 
Add target_ops argument to to_pid_to_exec_file

2014-02-19  Tom Tromey  <tromey@redhat.com>

* windows-nat.c (windows_pid_to_exec_file): Add 'self' argument.
* target.h (struct target_ops) <to_pid_to_exec_file>: Add
argument.
(target_pid_to_exec_file): Add argument.
* target.c (debug_to_pid_to_exec_file): Add argument.
(update_current_target): Update.
* nbsd-nat.h (nbsd_pid_to_exec_file): Add 'self' argument.
* nbsd-nat.c (nbsd_pid_to_exec_file): Add 'self' argument.
* linux-nat.c (linux_child_pid_to_exec_file): Add 'self' argument.
(linux_handle_extended_wait): Update.
* inf-child.c (inf_child_pid_to_exec_file): Add 'self' argument.
* fbsd-nat.h (fbsd_pid_to_exec_file): Add 'self' argument.
* fbsd-nat.c (fbsd_pid_to_exec_file): Add 'self' argument.
* darwin-nat.c (darwin_pid_to_exec_file): Add 'self' argument.

10 years agoAdd target_ops argument to to_rcmd
Tom Tromey [Wed, 18 Dec 2013 04:34:48 +0000 (21:34 -0700)] 
Add target_ops argument to to_rcmd

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_rcmd>: Add argument.
(target_rcmd): Add argument.
* target.c (debug_to_rcmd): Add argument.
(update_current_target, do_monitor_command): Update.
* remote.c (remote_rcmd): Add 'self' argument.
* monitor.c (monitor_rcmd): Add 'self' argument.

10 years agoAdd target_ops argument to to_stop
Tom Tromey [Wed, 18 Dec 2013 04:34:36 +0000 (21:34 -0700)] 
Add target_ops argument to to_stop

2014-02-19  Tom Tromey  <tromey@redhat.com>

* windows-nat.c (windows_stop): Add 'self' argument.
* target.h (struct target_ops) <to_stop>: Add argument.
* target.c (target_stop): Add argument.
(debug_to_stop): Add argument.
(update_current_target): Update.
* remote.c (remote_stop): Add 'self' argument.
* remote-sim.c (gdbsim_stop): Add 'self' argument.
(gdbsim_cntrl_c): Update.
* remote-m32r-sdi.c (m32r_stop): Add 'self' argument.
* procfs.c (procfs_stop): Add 'self' argument.
* nto-procfs.c (procfs_stop): Add 'self' argument.
* monitor.c (monitor_stop): Add 'self' argument.
(monitor_open): Update.
* linux-nat.c (linux_nat_stop): Add argument.
* inf-ptrace.c (inf_ptrace_stop): Add 'self' argument.
* gnu-nat.c (gnu_stop): Add 'self' argument.
* darwin-nat.c (darwin_stop): Add 'self' argument.

10 years agoAdd target_ops argument to to_thread_name
Tom Tromey [Wed, 18 Dec 2013 04:34:22 +0000 (21:34 -0700)] 
Add target_ops argument to to_thread_name

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_thread_name>: Add argument.
* target.c (target_thread_name): Add argument.
(update_current_target): Update.
* linux-nat.c (linux_nat_thread_name): Add 'self' argument.

10 years agoAdd target_ops argument to to_extra_thread_info
Tom Tromey [Wed, 18 Dec 2013 04:34:09 +0000 (21:34 -0700)] 
Add target_ops argument to to_extra_thread_info

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_extra_thread_info>: Add
argument.
(target_extra_thread_info): Add argument.
* target.c (update_current_target): Update.
* remote.c (remote_threads_extra_info): Add 'self' argument.
* ravenscar-thread.c (ravenscar_extra_thread_info): Add 'self'
argument.
* nto-tdep.h (nto_extra_thread_info): Add 'self' argument.
* nto-tdep.c (nto_extra_thread_info): Add 'self' argument.
* linux-thread-db.c (thread_db_extra_thread_info): Add 'self'
argument.
* inf-ttrace.c (inf_ttrace_extra_thread_info): Add 'self'
argument.
* bsd-uthread.c (bsd_uthread_extra_thread_info): Add 'self'
argument.
* aix-thread.c (aix_thread_extra_thread_info): Add 'self'
argument.

This page took 0.045019 seconds and 4 git commands to generate.