convert to_trace_start
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 473c0ac9dfe99b0dcf1e577b296af52ae590773f..0302dbf52f7ce40a67adcdd1575c9e458cebe5be 100644 (file)
@@ -1,3 +1,821 @@
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_trace_start.
+       * target.h (struct target_ops) <to_trace_start>: Use
+       TARGET_DEFAULT_NORETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_trace_set_readonly_regions.
+       * target.h (struct target_ops) <to_trace_set_readonly_regions>:
+       Use TARGET_DEFAULT_NORETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_disable_tracepoint.
+       * target.h (struct target_ops) <to_disable_tracepoint>: Use
+       TARGET_DEFAULT_NORETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_enable_tracepoint.
+       * target.h (struct target_ops) <to_enable_tracepoint>: Use
+       TARGET_DEFAULT_NORETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_download_trace_state_variable.
+       * target.h (struct target_ops) <to_download_trace_state_variable>:
+       Use TARGET_DEFAULT_NORETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_can_download_tracepoint.
+       * target.h (struct target_ops) <to_can_download_tracepoint>: Use
+       TARGET_DEFAULT_RETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_download_tracepoint.
+       * target.h (struct target_ops) <to_download_tracepoint>: Use
+       TARGET_DEFAULT_NORETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_trace_init.
+       * target.h (struct target_ops) <to_trace_init>: Use
+       TARGET_DEFAULT_RETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_supports_string_tracing.
+       * target.h (struct target_ops) <to_supports_string_tracing>: Use
+       TARGET_DEFAULT_RETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_supports_enable_disable_tracepoint.
+       * target.h (struct target_ops)
+       <to_supports_enable_disable_tracepoint>: Use
+       TARGET_DEFAULT_RETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_supports_multi_process.
+       * target.h (struct target_ops) <to_supports_multi_process>: Use
+       TARGET_DEFAULT_RETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_get_ada_task_ptid.
+       * target.h (struct target_ops) <to_get_ada_task_ptid>: Use
+       TARGET_DEFAULT_FUNC.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_thread_architecture.
+       * target.h (struct target_ops) <to_thread_architecture>: Use
+       TARGET_DEFAULT_FUNC.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_execution_direction.
+       * target.h (struct target_ops) <to_execution_direction>: Use
+       TARGET_DEFAULT_FUNC.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_can_execute_reverse.
+       * target.h (struct target_ops) <to_can_execute_reverse>: Use
+       TARGET_DEFAULT_RETURN.
+       (target_can_execute_reverse): Unconditionally delegate.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_goto_bookmark.
+       (dummy_goto_bookmark): Remove.
+       (init_dummy_target): Don't inherit or default to_goto_bookmark.
+       * target.h (struct target_ops) <to_goto_bookmark>: Use
+       TARGET_DEFAULT_NORETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_get_bookmark.
+       (dummy_get_bookmark): Remove.
+       (init_dummy_target): Don't inherit or default to_get_bookmark.
+       * target.h (struct target_ops) <to_get_bookmark>: Use
+       TARGET_DEFAULT_NORETURN
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_make_corefile_notes.
+       (init_dummy_target): Don't initialize to_make_corefile_notes.
+       * target.h (struct target_ops) <to_make_corefile_notes>: Use
+       TARGET_DEFAULT_FUNC.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_find_memory_regions.
+       (init_dummy_target): Don't initialize to_find_memory_regions.
+       * target.h (struct target_ops) <to_find_memory_regions>: Use
+       TARGET_DEFAULT_FUNC.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_log_command.
+       * target.h (struct target_ops) <to_log_command>: Use
+       TARGET_DEFAULT_IGNORE.
+       (target_log_command): Unconditionally delegate.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_pid_to_exec_file.
+       * target.h (struct target_ops) <to_pid_to_exec_file>: Use
+       TARGET_DEFAULT_RETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_thread_name.
+       (target_thread_name): Unconditionally delegate.
+       * target.h (struct target_ops) <to_thread_name>: Use
+       TARGET_DEFAULT_RETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_extra_thread_info.
+       * target.h (struct target_ops) <to_extra_thread_info>: Use
+       TARGET_DEFAULT_RETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_has_exited.
+       * target.h (struct target_ops) <to_has_exited>: Use
+       TARGET_DEFAULT_RETURN..
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_set_syscall_catchpoint.
+       (return_one): Remove.
+       * target.h (struct target_ops) <to_set_syscall_catchpoint>: Use
+       TARGET_DEFAULT_RETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_insert_exec_catchpoint.
+       * target.h (struct target_ops) <to_insert_exec_catchpoint>: Use
+       TARGET_DEFAULT_RETURN.
+
+2014-01-08  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_insert_exec_catchpoint.
+       * target.h (struct target_ops) <to_insert_exec_catchpoint>: Use
+       TARGET_DEFAULT_RETURN.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
+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.
+
 2014-02-19  Tom Tromey  <tromey@redhat.com>
 
        * target.h (struct target_ops) <to_download_trace_state_variable>:
This page took 0.044814 seconds and 4 git commands to generate.