GDB (xrefs)
Functions
/tmp/gdb-8.1/gdb/target-delegates.c File Reference

Go to the source code of this file.

Functions

static void delegate_post_attach (struct target_ops *self, int arg1)
 
static void tdefault_post_attach (struct target_ops *self, int arg1)
 
static void debug_post_attach (struct target_ops *self, int arg1)
 
static void delegate_detach (struct target_ops *self, const char *arg1, int arg2)
 
static void tdefault_detach (struct target_ops *self, const char *arg1, int arg2)
 
static void debug_detach (struct target_ops *self, const char *arg1, int arg2)
 
static void delegate_disconnect (struct target_ops *self, const char *arg1, int arg2)
 
static void tdefault_disconnect (struct target_ops *self, const char *arg1, int arg2)
 
static void debug_disconnect (struct target_ops *self, const char *arg1, int arg2)
 
static void delegate_resume (struct target_ops *self, ptid_t arg1, int arg2, enum gdb_signal arg3)
 
static void tdefault_resume (struct target_ops *self, ptid_t arg1, int arg2, enum gdb_signal arg3)
 
static void debug_resume (struct target_ops *self, ptid_t arg1, int arg2, enum gdb_signal arg3)
 
static void delegate_commit_resume (struct target_ops *self)
 
static void tdefault_commit_resume (struct target_ops *self)
 
static void debug_commit_resume (struct target_ops *self)
 
static ptid_t delegate_wait (struct target_ops *self, ptid_t arg1, struct target_waitstatus *arg2, int arg3)
 
static ptid_t debug_wait (struct target_ops *self, ptid_t arg1, struct target_waitstatus *arg2, int arg3)
 
static void delegate_fetch_registers (struct target_ops *self, struct regcache *arg1, int arg2)
 
static void tdefault_fetch_registers (struct target_ops *self, struct regcache *arg1, int arg2)
 
static void debug_fetch_registers (struct target_ops *self, struct regcache *arg1, int arg2)
 
static void delegate_store_registers (struct target_ops *self, struct regcache *arg1, int arg2)
 
static void tdefault_store_registers (struct target_ops *self, struct regcache *arg1, int arg2)
 
static void debug_store_registers (struct target_ops *self, struct regcache *arg1, int arg2)
 
static void delegate_prepare_to_store (struct target_ops *self, struct regcache *arg1)
 
static void tdefault_prepare_to_store (struct target_ops *self, struct regcache *arg1)
 
static void debug_prepare_to_store (struct target_ops *self, struct regcache *arg1)
 
static void delegate_files_info (struct target_ops *self)
 
static void tdefault_files_info (struct target_ops *self)
 
static void debug_files_info (struct target_ops *self)
 
static int delegate_insert_breakpoint (struct target_ops *self, struct gdbarch *arg1, struct bp_target_info *arg2)
 
static int debug_insert_breakpoint (struct target_ops *self, struct gdbarch *arg1, struct bp_target_info *arg2)
 
static int delegate_remove_breakpoint (struct target_ops *self, struct gdbarch *arg1, struct bp_target_info *arg2, enum remove_bp_reason arg3)
 
static int debug_remove_breakpoint (struct target_ops *self, struct gdbarch *arg1, struct bp_target_info *arg2, enum remove_bp_reason arg3)
 
static int delegate_stopped_by_sw_breakpoint (struct target_ops *self)
 
static int tdefault_stopped_by_sw_breakpoint (struct target_ops *self)
 
static int debug_stopped_by_sw_breakpoint (struct target_ops *self)
 
static int delegate_supports_stopped_by_sw_breakpoint (struct target_ops *self)
 
static int tdefault_supports_stopped_by_sw_breakpoint (struct target_ops *self)
 
static int debug_supports_stopped_by_sw_breakpoint (struct target_ops *self)
 
static int delegate_stopped_by_hw_breakpoint (struct target_ops *self)
 
static int tdefault_stopped_by_hw_breakpoint (struct target_ops *self)
 
static int debug_stopped_by_hw_breakpoint (struct target_ops *self)
 
static int delegate_supports_stopped_by_hw_breakpoint (struct target_ops *self)
 
static int tdefault_supports_stopped_by_hw_breakpoint (struct target_ops *self)
 
static int debug_supports_stopped_by_hw_breakpoint (struct target_ops *self)
 
static int delegate_can_use_hw_breakpoint (struct target_ops *self, enum bptype arg1, int arg2, int arg3)
 
static int tdefault_can_use_hw_breakpoint (struct target_ops *self, enum bptype arg1, int arg2, int arg3)
 
static int debug_can_use_hw_breakpoint (struct target_ops *self, enum bptype arg1, int arg2, int arg3)
 
static int delegate_ranged_break_num_registers (struct target_ops *self)
 
static int tdefault_ranged_break_num_registers (struct target_ops *self)
 
static int debug_ranged_break_num_registers (struct target_ops *self)
 
static int delegate_insert_hw_breakpoint (struct target_ops *self, struct gdbarch *arg1, struct bp_target_info *arg2)
 
static int tdefault_insert_hw_breakpoint (struct target_ops *self, struct gdbarch *arg1, struct bp_target_info *arg2)
 
static int debug_insert_hw_breakpoint (struct target_ops *self, struct gdbarch *arg1, struct bp_target_info *arg2)
 
static int delegate_remove_hw_breakpoint (struct target_ops *self, struct gdbarch *arg1, struct bp_target_info *arg2)
 
static int tdefault_remove_hw_breakpoint (struct target_ops *self, struct gdbarch *arg1, struct bp_target_info *arg2)
 
static int debug_remove_hw_breakpoint (struct target_ops *self, struct gdbarch *arg1, struct bp_target_info *arg2)
 
static int delegate_remove_watchpoint (struct target_ops *self, CORE_ADDR arg1, int arg2, enum target_hw_bp_type arg3, struct expression *arg4)
 
static int tdefault_remove_watchpoint (struct target_ops *self, CORE_ADDR arg1, int arg2, enum target_hw_bp_type arg3, struct expression *arg4)
 
static int debug_remove_watchpoint (struct target_ops *self, CORE_ADDR arg1, int arg2, enum target_hw_bp_type arg3, struct expression *arg4)
 
static int delegate_insert_watchpoint (struct target_ops *self, CORE_ADDR arg1, int arg2, enum target_hw_bp_type arg3, struct expression *arg4)
 
static int tdefault_insert_watchpoint (struct target_ops *self, CORE_ADDR arg1, int arg2, enum target_hw_bp_type arg3, struct expression *arg4)
 
static int debug_insert_watchpoint (struct target_ops *self, CORE_ADDR arg1, int arg2, enum target_hw_bp_type arg3, struct expression *arg4)
 
static int delegate_insert_mask_watchpoint (struct target_ops *self, CORE_ADDR arg1, CORE_ADDR arg2, enum target_hw_bp_type arg3)
 
static int tdefault_insert_mask_watchpoint (struct target_ops *self, CORE_ADDR arg1, CORE_ADDR arg2, enum target_hw_bp_type arg3)
 
static int debug_insert_mask_watchpoint (struct target_ops *self, CORE_ADDR arg1, CORE_ADDR arg2, enum target_hw_bp_type arg3)
 
static int delegate_remove_mask_watchpoint (struct target_ops *self, CORE_ADDR arg1, CORE_ADDR arg2, enum target_hw_bp_type arg3)
 
static int tdefault_remove_mask_watchpoint (struct target_ops *self, CORE_ADDR arg1, CORE_ADDR arg2, enum target_hw_bp_type arg3)
 
static int debug_remove_mask_watchpoint (struct target_ops *self, CORE_ADDR arg1, CORE_ADDR arg2, enum target_hw_bp_type arg3)
 
static int delegate_stopped_by_watchpoint (struct target_ops *self)
 
static int tdefault_stopped_by_watchpoint (struct target_ops *self)
 
static int debug_stopped_by_watchpoint (struct target_ops *self)
 
static int delegate_stopped_data_address (struct target_ops *self, CORE_ADDR *arg1)
 
static int tdefault_stopped_data_address (struct target_ops *self, CORE_ADDR *arg1)
 
static int debug_stopped_data_address (struct target_ops *self, CORE_ADDR *arg1)
 
static int delegate_watchpoint_addr_within_range (struct target_ops *self, CORE_ADDR arg1, CORE_ADDR arg2, int arg3)
 
static int debug_watchpoint_addr_within_range (struct target_ops *self, CORE_ADDR arg1, CORE_ADDR arg2, int arg3)
 
static int delegate_region_ok_for_hw_watchpoint (struct target_ops *self, CORE_ADDR arg1, int arg2)
 
static int debug_region_ok_for_hw_watchpoint (struct target_ops *self, CORE_ADDR arg1, int arg2)
 
static int delegate_can_accel_watchpoint_condition (struct target_ops *self, CORE_ADDR arg1, int arg2, int arg3, struct expression *arg4)
 
static int tdefault_can_accel_watchpoint_condition (struct target_ops *self, CORE_ADDR arg1, int arg2, int arg3, struct expression *arg4)
 
static int debug_can_accel_watchpoint_condition (struct target_ops *self, CORE_ADDR arg1, int arg2, int arg3, struct expression *arg4)
 
static int delegate_masked_watch_num_registers (struct target_ops *self, CORE_ADDR arg1, CORE_ADDR arg2)
 
static int tdefault_masked_watch_num_registers (struct target_ops *self, CORE_ADDR arg1, CORE_ADDR arg2)
 
static int debug_masked_watch_num_registers (struct target_ops *self, CORE_ADDR arg1, CORE_ADDR arg2)
 
static int delegate_can_do_single_step (struct target_ops *self)
 
static int tdefault_can_do_single_step (struct target_ops *self)
 
static int debug_can_do_single_step (struct target_ops *self)
 
static void delegate_terminal_init (struct target_ops *self)
 
static void tdefault_terminal_init (struct target_ops *self)
 
static void debug_terminal_init (struct target_ops *self)
 
static void delegate_terminal_inferior (struct target_ops *self)
 
static void tdefault_terminal_inferior (struct target_ops *self)
 
static void debug_terminal_inferior (struct target_ops *self)
 
static void delegate_terminal_ours_for_output (struct target_ops *self)
 
static void tdefault_terminal_ours_for_output (struct target_ops *self)
 
static void debug_terminal_ours_for_output (struct target_ops *self)
 
static void delegate_terminal_ours (struct target_ops *self)
 
static void tdefault_terminal_ours (struct target_ops *self)
 
static void debug_terminal_ours (struct target_ops *self)
 
static void delegate_terminal_info (struct target_ops *self, const char *arg1, int arg2)
 
static void debug_terminal_info (struct target_ops *self, const char *arg1, int arg2)
 
static void delegate_kill (struct target_ops *self)
 
static void tdefault_kill (struct target_ops *self)
 
static void debug_kill (struct target_ops *self)
 
static void delegate_load (struct target_ops *self, const char *arg1, int arg2)
 
static void tdefault_load (struct target_ops *self, const char *arg1, int arg2)
 
static void debug_load (struct target_ops *self, const char *arg1, int arg2)
 
static void delegate_post_startup_inferior (struct target_ops *self, ptid_t arg1)
 
static void tdefault_post_startup_inferior (struct target_ops *self, ptid_t arg1)
 
static void debug_post_startup_inferior (struct target_ops *self, ptid_t arg1)
 
static int delegate_insert_fork_catchpoint (struct target_ops *self, int arg1)
 
static int tdefault_insert_fork_catchpoint (struct target_ops *self, int arg1)
 
static int debug_insert_fork_catchpoint (struct target_ops *self, int arg1)
 
static int delegate_remove_fork_catchpoint (struct target_ops *self, int arg1)
 
static int tdefault_remove_fork_catchpoint (struct target_ops *self, int arg1)
 
static int debug_remove_fork_catchpoint (struct target_ops *self, int arg1)
 
static int delegate_insert_vfork_catchpoint (struct target_ops *self, int arg1)
 
static int tdefault_insert_vfork_catchpoint (struct target_ops *self, int arg1)
 
static int debug_insert_vfork_catchpoint (struct target_ops *self, int arg1)
 
static int delegate_remove_vfork_catchpoint (struct target_ops *self, int arg1)
 
static int tdefault_remove_vfork_catchpoint (struct target_ops *self, int arg1)
 
static int debug_remove_vfork_catchpoint (struct target_ops *self, int arg1)
 
static int delegate_follow_fork (struct target_ops *self, int arg1, int arg2)
 
static int debug_follow_fork (struct target_ops *self, int arg1, int arg2)
 
static int delegate_insert_exec_catchpoint (struct target_ops *self, int arg1)
 
static int tdefault_insert_exec_catchpoint (struct target_ops *self, int arg1)
 
static int debug_insert_exec_catchpoint (struct target_ops *self, int arg1)
 
static int delegate_remove_exec_catchpoint (struct target_ops *self, int arg1)
 
static int tdefault_remove_exec_catchpoint (struct target_ops *self, int arg1)
 
static int debug_remove_exec_catchpoint (struct target_ops *self, int arg1)
 
static void delegate_follow_exec (struct target_ops *self, struct inferior *arg1, char *arg2)
 
static void tdefault_follow_exec (struct target_ops *self, struct inferior *arg1, char *arg2)
 
static void debug_follow_exec (struct target_ops *self, struct inferior *arg1, char *arg2)
 
static int delegate_set_syscall_catchpoint (struct target_ops *self, int arg1, bool arg2, int arg3, gdb::array_view< const int > arg4)
 
static int tdefault_set_syscall_catchpoint (struct target_ops *self, int arg1, bool arg2, int arg3, gdb::array_view< const int > arg4)
 
static int debug_set_syscall_catchpoint (struct target_ops *self, int arg1, bool arg2, int arg3, gdb::array_view< const int > arg4)
 
static int delegate_has_exited (struct target_ops *self, int arg1, int arg2, int *arg3)
 
static int tdefault_has_exited (struct target_ops *self, int arg1, int arg2, int *arg3)
 
static int debug_has_exited (struct target_ops *self, int arg1, int arg2, int *arg3)
 
static void delegate_mourn_inferior (struct target_ops *self)
 
static void debug_mourn_inferior (struct target_ops *self)
 
static int delegate_can_run (struct target_ops *self)
 
static int tdefault_can_run (struct target_ops *self)
 
static int debug_can_run (struct target_ops *self)
 
static void delegate_pass_signals (struct target_ops *self, int arg1, unsigned char *arg2)
 
static void tdefault_pass_signals (struct target_ops *self, int arg1, unsigned char *arg2)
 
static void debug_pass_signals (struct target_ops *self, int arg1, unsigned char *arg2)
 
static void delegate_program_signals (struct target_ops *self, int arg1, unsigned char *arg2)
 
static void tdefault_program_signals (struct target_ops *self, int arg1, unsigned char *arg2)
 
static void debug_program_signals (struct target_ops *self, int arg1, unsigned char *arg2)
 
static int delegate_thread_alive (struct target_ops *self, ptid_t arg1)
 
static int tdefault_thread_alive (struct target_ops *self, ptid_t arg1)
 
static int debug_thread_alive (struct target_ops *self, ptid_t arg1)
 
static void delegate_update_thread_list (struct target_ops *self)
 
static void tdefault_update_thread_list (struct target_ops *self)
 
static void debug_update_thread_list (struct target_ops *self)
 
static const char * delegate_pid_to_str (struct target_ops *self, ptid_t arg1)
 
static const char * debug_pid_to_str (struct target_ops *self, ptid_t arg1)
 
static const char * delegate_extra_thread_info (struct target_ops *self, struct thread_info *arg1)
 
static const char * tdefault_extra_thread_info (struct target_ops *self, struct thread_info *arg1)
 
static const char * debug_extra_thread_info (struct target_ops *self, struct thread_info *arg1)
 
static const char * delegate_thread_name (struct target_ops *self, struct thread_info *arg1)
 
static const char * tdefault_thread_name (struct target_ops *self, struct thread_info *arg1)
 
static const char * debug_thread_name (struct target_ops *self, struct thread_info *arg1)
 
static struct thread_infodelegate_thread_handle_to_thread_info (struct target_ops *self, const gdb_byte *arg1, int arg2, struct inferior *arg3)
 
static struct thread_infotdefault_thread_handle_to_thread_info (struct target_ops *self, const gdb_byte *arg1, int arg2, struct inferior *arg3)
 
static struct thread_infodebug_thread_handle_to_thread_info (struct target_ops *self, const gdb_byte *arg1, int arg2, struct inferior *arg3)
 
static void delegate_stop (struct target_ops *self, ptid_t arg1)
 
static void tdefault_stop (struct target_ops *self, ptid_t arg1)
 
static void debug_stop (struct target_ops *self, ptid_t arg1)
 
static void delegate_interrupt (struct target_ops *self, ptid_t arg1)
 
static void tdefault_interrupt (struct target_ops *self, ptid_t arg1)
 
static void debug_interrupt (struct target_ops *self, ptid_t arg1)
 
static void delegate_pass_ctrlc (struct target_ops *self)
 
static void debug_pass_ctrlc (struct target_ops *self)
 
static void delegate_rcmd (struct target_ops *self, const char *arg1, struct ui_file *arg2)
 
static void debug_rcmd (struct target_ops *self, const char *arg1, struct ui_file *arg2)
 
static char * delegate_pid_to_exec_file (struct target_ops *self, int arg1)
 
static char * tdefault_pid_to_exec_file (struct target_ops *self, int arg1)
 
static char * debug_pid_to_exec_file (struct target_ops *self, int arg1)
 
static void delegate_log_command (struct target_ops *self, const char *arg1)
 
static void tdefault_log_command (struct target_ops *self, const char *arg1)
 
static void debug_log_command (struct target_ops *self, const char *arg1)
 
static struct target_section_tabledelegate_get_section_table (struct target_ops *self)
 
static struct target_section_tabletdefault_get_section_table (struct target_ops *self)
 
static struct target_section_tabledebug_get_section_table (struct target_ops *self)
 
static int delegate_can_async_p (struct target_ops *self)
 
static int tdefault_can_async_p (struct target_ops *self)
 
static int debug_can_async_p (struct target_ops *self)
 
static int delegate_is_async_p (struct target_ops *self)
 
static int tdefault_is_async_p (struct target_ops *self)
 
static int debug_is_async_p (struct target_ops *self)
 
static void delegate_async (struct target_ops *self, int arg1)
 
static void tdefault_async (struct target_ops *self, int arg1)
 
static void debug_async (struct target_ops *self, int arg1)
 
static void delegate_thread_events (struct target_ops *self, int arg1)
 
static void tdefault_thread_events (struct target_ops *self, int arg1)
 
static void debug_thread_events (struct target_ops *self, int arg1)
 
static int delegate_supports_non_stop (struct target_ops *self)
 
static int tdefault_supports_non_stop (struct target_ops *self)
 
static int debug_supports_non_stop (struct target_ops *self)
 
static int delegate_always_non_stop_p (struct target_ops *self)
 
static int tdefault_always_non_stop_p (struct target_ops *self)
 
static int debug_always_non_stop_p (struct target_ops *self)
 
static int delegate_find_memory_regions (struct target_ops *self, find_memory_region_ftype arg1, void *arg2)
 
static int debug_find_memory_regions (struct target_ops *self, find_memory_region_ftype arg1, void *arg2)
 
static char * delegate_make_corefile_notes (struct target_ops *self, bfd *arg1, int *arg2)
 
static char * debug_make_corefile_notes (struct target_ops *self, bfd *arg1, int *arg2)
 
static gdb_bytedelegate_get_bookmark (struct target_ops *self, const char *arg1, int arg2)
 
static gdb_bytetdefault_get_bookmark (struct target_ops *self, const char *arg1, int arg2)
 
static gdb_bytedebug_get_bookmark (struct target_ops *self, const char *arg1, int arg2)
 
static void delegate_goto_bookmark (struct target_ops *self, const gdb_byte *arg1, int arg2)
 
static void tdefault_goto_bookmark (struct target_ops *self, const gdb_byte *arg1, int arg2)
 
static void debug_goto_bookmark (struct target_ops *self, const gdb_byte *arg1, int arg2)
 
static CORE_ADDR delegate_get_thread_local_address (struct target_ops *self, ptid_t arg1, CORE_ADDR arg2, CORE_ADDR arg3)
 
static CORE_ADDR tdefault_get_thread_local_address (struct target_ops *self, ptid_t arg1, CORE_ADDR arg2, CORE_ADDR arg3)
 
static CORE_ADDR debug_get_thread_local_address (struct target_ops *self, ptid_t arg1, CORE_ADDR arg2, CORE_ADDR arg3)
 
static enum target_xfer_status delegate_xfer_partial (struct target_ops *self, enum target_object arg1, const char *arg2, gdb_byte *arg3, const gdb_byte *arg4, ULONGEST arg5, ULONGEST arg6, ULONGEST *arg7)
 
static enum target_xfer_status tdefault_xfer_partial (struct target_ops *self, enum target_object arg1, const char *arg2, gdb_byte *arg3, const gdb_byte *arg4, ULONGEST arg5, ULONGEST arg6, ULONGEST *arg7)
 
static enum target_xfer_status debug_xfer_partial (struct target_ops *self, enum target_object arg1, const char *arg2, gdb_byte *arg3, const gdb_byte *arg4, ULONGEST arg5, ULONGEST arg6, ULONGEST *arg7)
 
static ULONGEST delegate_get_memory_xfer_limit (struct target_ops *self)
 
static ULONGEST tdefault_get_memory_xfer_limit (struct target_ops *self)
 
static ULONGEST debug_get_memory_xfer_limit (struct target_ops *self)
 
static std::vector< mem_regiondelegate_memory_map (struct target_ops *self)
 
static std::vector< mem_regiontdefault_memory_map (struct target_ops *self)
 
static std::vector< mem_regiondebug_memory_map (struct target_ops *self)
 
static void delegate_flash_erase (struct target_ops *self, ULONGEST arg1, LONGEST arg2)
 
static void tdefault_flash_erase (struct target_ops *self, ULONGEST arg1, LONGEST arg2)
 
static void debug_flash_erase (struct target_ops *self, ULONGEST arg1, LONGEST arg2)
 
static void delegate_flash_done (struct target_ops *self)
 
static void tdefault_flash_done (struct target_ops *self)
 
static void debug_flash_done (struct target_ops *self)
 
static const struct target_descdelegate_read_description (struct target_ops *self)
 
static const struct target_desctdefault_read_description (struct target_ops *self)
 
static const struct target_descdebug_read_description (struct target_ops *self)
 
static ptid_t delegate_get_ada_task_ptid (struct target_ops *self, long arg1, long arg2)
 
static ptid_t debug_get_ada_task_ptid (struct target_ops *self, long arg1, long arg2)
 
static int delegate_auxv_parse (struct target_ops *self, gdb_byte **arg1, gdb_byte *arg2, CORE_ADDR *arg3, CORE_ADDR *arg4)
 
static int debug_auxv_parse (struct target_ops *self, gdb_byte **arg1, gdb_byte *arg2, CORE_ADDR *arg3, CORE_ADDR *arg4)
 
static int delegate_search_memory (struct target_ops *self, CORE_ADDR arg1, ULONGEST arg2, const gdb_byte *arg3, ULONGEST arg4, CORE_ADDR *arg5)
 
static int debug_search_memory (struct target_ops *self, CORE_ADDR arg1, ULONGEST arg2, const gdb_byte *arg3, ULONGEST arg4, CORE_ADDR *arg5)
 
static int delegate_can_execute_reverse (struct target_ops *self)
 
static int tdefault_can_execute_reverse (struct target_ops *self)
 
static int debug_can_execute_reverse (struct target_ops *self)
 
static enum exec_direction_kind delegate_execution_direction (struct target_ops *self)
 
static enum exec_direction_kind debug_execution_direction (struct target_ops *self)
 
static int delegate_supports_multi_process (struct target_ops *self)
 
static int tdefault_supports_multi_process (struct target_ops *self)
 
static int debug_supports_multi_process (struct target_ops *self)
 
static int delegate_supports_enable_disable_tracepoint (struct target_ops *self)
 
static int tdefault_supports_enable_disable_tracepoint (struct target_ops *self)
 
static int debug_supports_enable_disable_tracepoint (struct target_ops *self)
 
static int delegate_supports_string_tracing (struct target_ops *self)
 
static int tdefault_supports_string_tracing (struct target_ops *self)
 
static int debug_supports_string_tracing (struct target_ops *self)
 
static int delegate_supports_evaluation_of_breakpoint_conditions (struct target_ops *self)
 
static int tdefault_supports_evaluation_of_breakpoint_conditions (struct target_ops *self)
 
static int debug_supports_evaluation_of_breakpoint_conditions (struct target_ops *self)
 
static int delegate_can_run_breakpoint_commands (struct target_ops *self)
 
static int tdefault_can_run_breakpoint_commands (struct target_ops *self)
 
static int debug_can_run_breakpoint_commands (struct target_ops *self)
 
static struct gdbarchdelegate_thread_architecture (struct target_ops *self, ptid_t arg1)
 
static struct gdbarchdebug_thread_architecture (struct target_ops *self, ptid_t arg1)
 
static struct address_spacedelegate_thread_address_space (struct target_ops *self, ptid_t arg1)
 
static struct address_spacedebug_thread_address_space (struct target_ops *self, ptid_t arg1)
 
static int delegate_filesystem_is_local (struct target_ops *self)
 
static int tdefault_filesystem_is_local (struct target_ops *self)
 
static int debug_filesystem_is_local (struct target_ops *self)
 
static void delegate_trace_init (struct target_ops *self)
 
static void tdefault_trace_init (struct target_ops *self)
 
static void debug_trace_init (struct target_ops *self)
 
static void delegate_download_tracepoint (struct target_ops *self, struct bp_location *arg1)
 
static void tdefault_download_tracepoint (struct target_ops *self, struct bp_location *arg1)
 
static void debug_download_tracepoint (struct target_ops *self, struct bp_location *arg1)
 
static int delegate_can_download_tracepoint (struct target_ops *self)
 
static int tdefault_can_download_tracepoint (struct target_ops *self)
 
static int debug_can_download_tracepoint (struct target_ops *self)
 
static void delegate_download_trace_state_variable (struct target_ops *self, struct trace_state_variable *arg1)
 
static void tdefault_download_trace_state_variable (struct target_ops *self, struct trace_state_variable *arg1)
 
static void debug_download_trace_state_variable (struct target_ops *self, struct trace_state_variable *arg1)
 
static void delegate_enable_tracepoint (struct target_ops *self, struct bp_location *arg1)
 
static void tdefault_enable_tracepoint (struct target_ops *self, struct bp_location *arg1)
 
static void debug_enable_tracepoint (struct target_ops *self, struct bp_location *arg1)
 
static void delegate_disable_tracepoint (struct target_ops *self, struct bp_location *arg1)
 
static void tdefault_disable_tracepoint (struct target_ops *self, struct bp_location *arg1)
 
static void debug_disable_tracepoint (struct target_ops *self, struct bp_location *arg1)
 
static void delegate_trace_set_readonly_regions (struct target_ops *self)
 
static void tdefault_trace_set_readonly_regions (struct target_ops *self)
 
static void debug_trace_set_readonly_regions (struct target_ops *self)
 
static void delegate_trace_start (struct target_ops *self)
 
static void tdefault_trace_start (struct target_ops *self)
 
static void debug_trace_start (struct target_ops *self)
 
static int delegate_get_trace_status (struct target_ops *self, struct trace_status *arg1)
 
static int tdefault_get_trace_status (struct target_ops *self, struct trace_status *arg1)
 
static int debug_get_trace_status (struct target_ops *self, struct trace_status *arg1)
 
static void delegate_get_tracepoint_status (struct target_ops *self, struct breakpoint *arg1, struct uploaded_tp *arg2)
 
static void tdefault_get_tracepoint_status (struct target_ops *self, struct breakpoint *arg1, struct uploaded_tp *arg2)
 
static void debug_get_tracepoint_status (struct target_ops *self, struct breakpoint *arg1, struct uploaded_tp *arg2)
 
static void delegate_trace_stop (struct target_ops *self)
 
static void tdefault_trace_stop (struct target_ops *self)
 
static void debug_trace_stop (struct target_ops *self)
 
static int delegate_trace_find (struct target_ops *self, enum trace_find_type arg1, int arg2, CORE_ADDR arg3, CORE_ADDR arg4, int *arg5)
 
static int tdefault_trace_find (struct target_ops *self, enum trace_find_type arg1, int arg2, CORE_ADDR arg3, CORE_ADDR arg4, int *arg5)
 
static int debug_trace_find (struct target_ops *self, enum trace_find_type arg1, int arg2, CORE_ADDR arg3, CORE_ADDR arg4, int *arg5)
 
static int delegate_get_trace_state_variable_value (struct target_ops *self, int arg1, LONGEST *arg2)
 
static int tdefault_get_trace_state_variable_value (struct target_ops *self, int arg1, LONGEST *arg2)
 
static int debug_get_trace_state_variable_value (struct target_ops *self, int arg1, LONGEST *arg2)
 
static int delegate_save_trace_data (struct target_ops *self, const char *arg1)
 
static int tdefault_save_trace_data (struct target_ops *self, const char *arg1)
 
static int debug_save_trace_data (struct target_ops *self, const char *arg1)
 
static int delegate_upload_tracepoints (struct target_ops *self, struct uploaded_tp **arg1)
 
static int tdefault_upload_tracepoints (struct target_ops *self, struct uploaded_tp **arg1)
 
static int debug_upload_tracepoints (struct target_ops *self, struct uploaded_tp **arg1)
 
static int delegate_upload_trace_state_variables (struct target_ops *self, struct uploaded_tsv **arg1)
 
static int tdefault_upload_trace_state_variables (struct target_ops *self, struct uploaded_tsv **arg1)
 
static int debug_upload_trace_state_variables (struct target_ops *self, struct uploaded_tsv **arg1)
 
static LONGEST delegate_get_raw_trace_data (struct target_ops *self, gdb_byte *arg1, ULONGEST arg2, LONGEST arg3)
 
static LONGEST tdefault_get_raw_trace_data (struct target_ops *self, gdb_byte *arg1, ULONGEST arg2, LONGEST arg3)
 
static LONGEST debug_get_raw_trace_data (struct target_ops *self, gdb_byte *arg1, ULONGEST arg2, LONGEST arg3)
 
static int delegate_get_min_fast_tracepoint_insn_len (struct target_ops *self)
 
static int tdefault_get_min_fast_tracepoint_insn_len (struct target_ops *self)
 
static int debug_get_min_fast_tracepoint_insn_len (struct target_ops *self)
 
static void delegate_set_disconnected_tracing (struct target_ops *self, int arg1)
 
static void tdefault_set_disconnected_tracing (struct target_ops *self, int arg1)
 
static void debug_set_disconnected_tracing (struct target_ops *self, int arg1)
 
static void delegate_set_circular_trace_buffer (struct target_ops *self, int arg1)
 
static void tdefault_set_circular_trace_buffer (struct target_ops *self, int arg1)
 
static void debug_set_circular_trace_buffer (struct target_ops *self, int arg1)
 
static void delegate_set_trace_buffer_size (struct target_ops *self, LONGEST arg1)
 
static void tdefault_set_trace_buffer_size (struct target_ops *self, LONGEST arg1)
 
static void debug_set_trace_buffer_size (struct target_ops *self, LONGEST arg1)
 
static int delegate_set_trace_notes (struct target_ops *self, const char *arg1, const char *arg2, const char *arg3)
 
static int tdefault_set_trace_notes (struct target_ops *self, const char *arg1, const char *arg2, const char *arg3)
 
static int debug_set_trace_notes (struct target_ops *self, const char *arg1, const char *arg2, const char *arg3)
 
static int delegate_core_of_thread (struct target_ops *self, ptid_t arg1)
 
static int tdefault_core_of_thread (struct target_ops *self, ptid_t arg1)
 
static int debug_core_of_thread (struct target_ops *self, ptid_t arg1)
 
static int delegate_verify_memory (struct target_ops *self, const gdb_byte *arg1, CORE_ADDR arg2, ULONGEST arg3)
 
static int debug_verify_memory (struct target_ops *self, const gdb_byte *arg1, CORE_ADDR arg2, ULONGEST arg3)
 
static int delegate_get_tib_address (struct target_ops *self, ptid_t arg1, CORE_ADDR *arg2)
 
static int tdefault_get_tib_address (struct target_ops *self, ptid_t arg1, CORE_ADDR *arg2)
 
static int debug_get_tib_address (struct target_ops *self, ptid_t arg1, CORE_ADDR *arg2)
 
static void delegate_set_permissions (struct target_ops *self)
 
static void tdefault_set_permissions (struct target_ops *self)
 
static void debug_set_permissions (struct target_ops *self)
 
static int delegate_static_tracepoint_marker_at (struct target_ops *self, CORE_ADDR arg1, struct static_tracepoint_marker *arg2)
 
static int tdefault_static_tracepoint_marker_at (struct target_ops *self, CORE_ADDR arg1, struct static_tracepoint_marker *arg2)
 
static int debug_static_tracepoint_marker_at (struct target_ops *self, CORE_ADDR arg1, struct static_tracepoint_marker *arg2)
 
static VEC (static_tracepoint_marker_p)
 
static traceframe_info_up delegate_traceframe_info (struct target_ops *self)
 
static traceframe_info_up tdefault_traceframe_info (struct target_ops *self)
 
static traceframe_info_up debug_traceframe_info (struct target_ops *self)
 
static int delegate_use_agent (struct target_ops *self, int arg1)
 
static int tdefault_use_agent (struct target_ops *self, int arg1)
 
static int debug_use_agent (struct target_ops *self, int arg1)
 
static int delegate_can_use_agent (struct target_ops *self)
 
static int tdefault_can_use_agent (struct target_ops *self)
 
static int debug_can_use_agent (struct target_ops *self)
 
static int delegate_supports_btrace (struct target_ops *self, enum btrace_format arg1)
 
static int tdefault_supports_btrace (struct target_ops *self, enum btrace_format arg1)
 
static int debug_supports_btrace (struct target_ops *self, enum btrace_format arg1)
 
static struct btrace_target_infodelegate_enable_btrace (struct target_ops *self, ptid_t arg1, const struct btrace_config *arg2)
 
static struct btrace_target_infotdefault_enable_btrace (struct target_ops *self, ptid_t arg1, const struct btrace_config *arg2)
 
static struct btrace_target_infodebug_enable_btrace (struct target_ops *self, ptid_t arg1, const struct btrace_config *arg2)
 
static void delegate_disable_btrace (struct target_ops *self, struct btrace_target_info *arg1)
 
static void tdefault_disable_btrace (struct target_ops *self, struct btrace_target_info *arg1)
 
static void debug_disable_btrace (struct target_ops *self, struct btrace_target_info *arg1)
 
static void delegate_teardown_btrace (struct target_ops *self, struct btrace_target_info *arg1)
 
static void tdefault_teardown_btrace (struct target_ops *self, struct btrace_target_info *arg1)
 
static void debug_teardown_btrace (struct target_ops *self, struct btrace_target_info *arg1)
 
static enum btrace_error delegate_read_btrace (struct target_ops *self, struct btrace_data *arg1, struct btrace_target_info *arg2, enum btrace_read_type arg3)
 
static enum btrace_error tdefault_read_btrace (struct target_ops *self, struct btrace_data *arg1, struct btrace_target_info *arg2, enum btrace_read_type arg3)
 
static enum btrace_error debug_read_btrace (struct target_ops *self, struct btrace_data *arg1, struct btrace_target_info *arg2, enum btrace_read_type arg3)
 
static const struct btrace_configdelegate_btrace_conf (struct target_ops *self, const struct btrace_target_info *arg1)
 
static const struct btrace_configtdefault_btrace_conf (struct target_ops *self, const struct btrace_target_info *arg1)
 
static const struct btrace_configdebug_btrace_conf (struct target_ops *self, const struct btrace_target_info *arg1)
 
static enum record_method delegate_record_method (struct target_ops *self, ptid_t arg1)
 
static enum record_method tdefault_record_method (struct target_ops *self, ptid_t arg1)
 
static enum record_method debug_record_method (struct target_ops *self, ptid_t arg1)
 
static void delegate_stop_recording (struct target_ops *self)
 
static void tdefault_stop_recording (struct target_ops *self)
 
static void debug_stop_recording (struct target_ops *self)
 
static void delegate_info_record (struct target_ops *self)
 
static void tdefault_info_record (struct target_ops *self)
 
static void debug_info_record (struct target_ops *self)
 
static void delegate_save_record (struct target_ops *self, const char *arg1)
 
static void tdefault_save_record (struct target_ops *self, const char *arg1)
 
static void debug_save_record (struct target_ops *self, const char *arg1)
 
static void delegate_delete_record (struct target_ops *self)
 
static void tdefault_delete_record (struct target_ops *self)
 
static void debug_delete_record (struct target_ops *self)
 
static int delegate_record_is_replaying (struct target_ops *self, ptid_t arg1)
 
static int tdefault_record_is_replaying (struct target_ops *self, ptid_t arg1)
 
static int debug_record_is_replaying (struct target_ops *self, ptid_t arg1)
 
static int delegate_record_will_replay (struct target_ops *self, ptid_t arg1, int arg2)
 
static int tdefault_record_will_replay (struct target_ops *self, ptid_t arg1, int arg2)
 
static int debug_record_will_replay (struct target_ops *self, ptid_t arg1, int arg2)
 
static void delegate_record_stop_replaying (struct target_ops *self)
 
static void tdefault_record_stop_replaying (struct target_ops *self)
 
static void debug_record_stop_replaying (struct target_ops *self)
 
static void delegate_goto_record_begin (struct target_ops *self)
 
static void tdefault_goto_record_begin (struct target_ops *self)
 
static void debug_goto_record_begin (struct target_ops *self)
 
static void delegate_goto_record_end (struct target_ops *self)
 
static void tdefault_goto_record_end (struct target_ops *self)
 
static void debug_goto_record_end (struct target_ops *self)
 
static void delegate_goto_record (struct target_ops *self, ULONGEST arg1)
 
static void tdefault_goto_record (struct target_ops *self, ULONGEST arg1)
 
static void debug_goto_record (struct target_ops *self, ULONGEST arg1)
 
static void delegate_insn_history (struct target_ops *self, int arg1, gdb_disassembly_flags arg2)
 
static void tdefault_insn_history (struct target_ops *self, int arg1, gdb_disassembly_flags arg2)
 
static void debug_insn_history (struct target_ops *self, int arg1, gdb_disassembly_flags arg2)
 
static void delegate_insn_history_from (struct target_ops *self, ULONGEST arg1, int arg2, gdb_disassembly_flags arg3)
 
static void tdefault_insn_history_from (struct target_ops *self, ULONGEST arg1, int arg2, gdb_disassembly_flags arg3)
 
static void debug_insn_history_from (struct target_ops *self, ULONGEST arg1, int arg2, gdb_disassembly_flags arg3)
 
static void delegate_insn_history_range (struct target_ops *self, ULONGEST arg1, ULONGEST arg2, gdb_disassembly_flags arg3)
 
static void tdefault_insn_history_range (struct target_ops *self, ULONGEST arg1, ULONGEST arg2, gdb_disassembly_flags arg3)
 
static void debug_insn_history_range (struct target_ops *self, ULONGEST arg1, ULONGEST arg2, gdb_disassembly_flags arg3)
 
static void delegate_call_history (struct target_ops *self, int arg1, int arg2)
 
static void tdefault_call_history (struct target_ops *self, int arg1, int arg2)
 
static void debug_call_history (struct target_ops *self, int arg1, int arg2)
 
static void delegate_call_history_from (struct target_ops *self, ULONGEST arg1, int arg2, int arg3)
 
static void tdefault_call_history_from (struct target_ops *self, ULONGEST arg1, int arg2, int arg3)
 
static void debug_call_history_from (struct target_ops *self, ULONGEST arg1, int arg2, int arg3)
 
static void delegate_call_history_range (struct target_ops *self, ULONGEST arg1, ULONGEST arg2, int arg3)
 
static void tdefault_call_history_range (struct target_ops *self, ULONGEST arg1, ULONGEST arg2, int arg3)
 
static void debug_call_history_range (struct target_ops *self, ULONGEST arg1, ULONGEST arg2, int arg3)
 
static int delegate_augmented_libraries_svr4_read (struct target_ops *self)
 
static int tdefault_augmented_libraries_svr4_read (struct target_ops *self)
 
static int debug_augmented_libraries_svr4_read (struct target_ops *self)
 
static const struct frame_unwinddelegate_get_unwinder (struct target_ops *self)
 
static const struct frame_unwindtdefault_get_unwinder (struct target_ops *self)
 
static const struct frame_unwinddebug_get_unwinder (struct target_ops *self)
 
static const struct frame_unwinddelegate_get_tailcall_unwinder (struct target_ops *self)
 
static const struct frame_unwindtdefault_get_tailcall_unwinder (struct target_ops *self)
 
static const struct frame_unwinddebug_get_tailcall_unwinder (struct target_ops *self)
 
static void delegate_prepare_to_generate_core (struct target_ops *self)
 
static void tdefault_prepare_to_generate_core (struct target_ops *self)
 
static void debug_prepare_to_generate_core (struct target_ops *self)
 
static void delegate_done_generating_core (struct target_ops *self)
 
static void tdefault_done_generating_core (struct target_ops *self)
 
static void debug_done_generating_core (struct target_ops *self)
 
static void install_delegators (struct target_ops *ops)
 
static void install_dummy_methods (struct target_ops *ops)
 
static void init_debug_target (struct target_ops *ops)
 

Function Documentation

◆ debug_always_non_stop_p()

static int debug_always_non_stop_p ( struct target_ops self)
static

◆ debug_async()

static void debug_async ( struct target_ops self,
int  arg1 
)
static

◆ debug_augmented_libraries_svr4_read()

static int debug_augmented_libraries_svr4_read ( struct target_ops self)
static

◆ debug_auxv_parse()

static int debug_auxv_parse ( struct target_ops self,
gdb_byte **  arg1,
gdb_byte arg2,
CORE_ADDR arg3,
CORE_ADDR arg4 
)
static

◆ debug_btrace_conf()

static const struct btrace_config* debug_btrace_conf ( struct target_ops self,
const struct btrace_target_info arg1 
)
static

◆ debug_call_history()

static void debug_call_history ( struct target_ops self,
int  arg1,
int  arg2 
)
static

◆ debug_call_history_from()

static void debug_call_history_from ( struct target_ops self,
ULONGEST  arg1,
int  arg2,
int  arg3 
)
static

◆ debug_call_history_range()

static void debug_call_history_range ( struct target_ops self,
ULONGEST  arg1,
ULONGEST  arg2,
int  arg3 
)
static

◆ debug_can_accel_watchpoint_condition()

static int debug_can_accel_watchpoint_condition ( struct target_ops self,
CORE_ADDR  arg1,
int  arg2,
int  arg3,
struct expression arg4 
)
static

◆ debug_can_async_p()

static int debug_can_async_p ( struct target_ops self)
static

◆ debug_can_do_single_step()

static int debug_can_do_single_step ( struct target_ops self)
static

◆ debug_can_download_tracepoint()

static int debug_can_download_tracepoint ( struct target_ops self)
static

◆ debug_can_execute_reverse()

static int debug_can_execute_reverse ( struct target_ops self)
static

◆ debug_can_run()

static int debug_can_run ( struct target_ops self)
static

◆ debug_can_run_breakpoint_commands()

static int debug_can_run_breakpoint_commands ( struct target_ops self)
static

◆ debug_can_use_agent()

static int debug_can_use_agent ( struct target_ops self)
static

◆ debug_can_use_hw_breakpoint()

static int debug_can_use_hw_breakpoint ( struct target_ops self,
enum bptype  arg1,
int  arg2,
int  arg3 
)
static

◆ debug_commit_resume()

static void debug_commit_resume ( struct target_ops self)
static

◆ debug_core_of_thread()

static int debug_core_of_thread ( struct target_ops self,
ptid_t  arg1 
)
static

◆ debug_delete_record()

static void debug_delete_record ( struct target_ops self)
static

◆ debug_detach()

static void debug_detach ( struct target_ops self,
const char *  arg1,
int  arg2 
)
static

◆ debug_disable_btrace()

static void debug_disable_btrace ( struct target_ops self,
struct btrace_target_info arg1 
)
static

◆ debug_disable_tracepoint()

static void debug_disable_tracepoint ( struct target_ops self,
struct bp_location arg1 
)
static

◆ debug_disconnect()

static void debug_disconnect ( struct target_ops self,
const char *  arg1,
int  arg2 
)
static

◆ debug_done_generating_core()

static void debug_done_generating_core ( struct target_ops self)
static

◆ debug_download_trace_state_variable()

static void debug_download_trace_state_variable ( struct target_ops self,
struct trace_state_variable arg1 
)
static

◆ debug_download_tracepoint()

static void debug_download_tracepoint ( struct target_ops self,
struct bp_location arg1 
)
static

◆ debug_enable_btrace()

static struct btrace_target_info* debug_enable_btrace ( struct target_ops self,
ptid_t  arg1,
const struct btrace_config arg2 
)
static

◆ debug_enable_tracepoint()

static void debug_enable_tracepoint ( struct target_ops self,
struct bp_location arg1 
)
static

◆ debug_execution_direction()

static enum exec_direction_kind debug_execution_direction ( struct target_ops self)
static

◆ debug_extra_thread_info()

static const char* debug_extra_thread_info ( struct target_ops self,
struct thread_info arg1 
)
static

◆ debug_fetch_registers()

static void debug_fetch_registers ( struct target_ops self,
struct regcache arg1,
int  arg2 
)
static

◆ debug_files_info()

static void debug_files_info ( struct target_ops self)
static

◆ debug_filesystem_is_local()

static int debug_filesystem_is_local ( struct target_ops self)
static

◆ debug_find_memory_regions()

static int debug_find_memory_regions ( struct target_ops self,
find_memory_region_ftype  arg1,
void *  arg2 
)
static

◆ debug_flash_done()

static void debug_flash_done ( struct target_ops self)
static

◆ debug_flash_erase()

static void debug_flash_erase ( struct target_ops self,
ULONGEST  arg1,
LONGEST  arg2 
)
static

◆ debug_follow_exec()

static void debug_follow_exec ( struct target_ops self,
struct inferior arg1,
char *  arg2 
)
static

◆ debug_follow_fork()

static int debug_follow_fork ( struct target_ops self,
int  arg1,
int  arg2 
)
static

◆ debug_get_ada_task_ptid()

static ptid_t debug_get_ada_task_ptid ( struct target_ops self,
long  arg1,
long  arg2 
)
static

◆ debug_get_bookmark()

static gdb_byte* debug_get_bookmark ( struct target_ops self,
const char *  arg1,
int  arg2 
)
static

◆ debug_get_memory_xfer_limit()

static ULONGEST debug_get_memory_xfer_limit ( struct target_ops self)
static

◆ debug_get_min_fast_tracepoint_insn_len()

static int debug_get_min_fast_tracepoint_insn_len ( struct target_ops self)
static

◆ debug_get_raw_trace_data()

static LONGEST debug_get_raw_trace_data ( struct target_ops self,
gdb_byte arg1,
ULONGEST  arg2,
LONGEST  arg3 
)
static

◆ debug_get_section_table()

static struct target_section_table* debug_get_section_table ( struct target_ops self)
static

◆ debug_get_tailcall_unwinder()

static const struct frame_unwind* debug_get_tailcall_unwinder ( struct target_ops self)
static

◆ debug_get_thread_local_address()

static CORE_ADDR debug_get_thread_local_address ( struct target_ops self,
ptid_t  arg1,
CORE_ADDR  arg2,
CORE_ADDR  arg3 
)
static

◆ debug_get_tib_address()

static int debug_get_tib_address ( struct target_ops self,
ptid_t  arg1,
CORE_ADDR arg2 
)
static

◆ debug_get_trace_state_variable_value()

static int debug_get_trace_state_variable_value ( struct target_ops self,
int  arg1,
LONGEST arg2 
)
static

◆ debug_get_trace_status()

static int debug_get_trace_status ( struct target_ops self,
struct trace_status arg1 
)
static

◆ debug_get_tracepoint_status()

static void debug_get_tracepoint_status ( struct target_ops self,
struct breakpoint arg1,
struct uploaded_tp arg2 
)
static

◆ debug_get_unwinder()

static const struct frame_unwind* debug_get_unwinder ( struct target_ops self)
static

◆ debug_goto_bookmark()

static void debug_goto_bookmark ( struct target_ops self,
const gdb_byte arg1,
int  arg2 
)
static

◆ debug_goto_record()

static void debug_goto_record ( struct target_ops self,
ULONGEST  arg1 
)
static

◆ debug_goto_record_begin()

static void debug_goto_record_begin ( struct target_ops self)
static

◆ debug_goto_record_end()

static void debug_goto_record_end ( struct target_ops self)
static

◆ debug_has_exited()

static int debug_has_exited ( struct target_ops self,
int  arg1,
int  arg2,
int *  arg3 
)
static

◆ debug_info_record()

static void debug_info_record ( struct target_ops self)
static

◆ debug_insert_breakpoint()

static int debug_insert_breakpoint ( struct target_ops self,
struct gdbarch arg1,
struct bp_target_info arg2 
)
static

◆ debug_insert_exec_catchpoint()

static int debug_insert_exec_catchpoint ( struct target_ops self,
int  arg1 
)
static

◆ debug_insert_fork_catchpoint()

static int debug_insert_fork_catchpoint ( struct target_ops self,
int  arg1 
)
static

◆ debug_insert_hw_breakpoint()

static int debug_insert_hw_breakpoint ( struct target_ops self,
struct gdbarch arg1,
struct bp_target_info arg2 
)
static

◆ debug_insert_mask_watchpoint()

static int debug_insert_mask_watchpoint ( struct target_ops self,
CORE_ADDR  arg1,
CORE_ADDR  arg2,
enum target_hw_bp_type  arg3 
)
static

◆ debug_insert_vfork_catchpoint()

static int debug_insert_vfork_catchpoint ( struct target_ops self,
int  arg1 
)
static

◆ debug_insert_watchpoint()

static int debug_insert_watchpoint ( struct target_ops self,
CORE_ADDR  arg1,
int  arg2,
enum target_hw_bp_type  arg3,
struct expression arg4 
)
static

◆ debug_insn_history()

static void debug_insn_history ( struct target_ops self,
int  arg1,
gdb_disassembly_flags  arg2 
)
static

◆ debug_insn_history_from()

static void debug_insn_history_from ( struct target_ops self,
ULONGEST  arg1,
int  arg2,
gdb_disassembly_flags  arg3 
)
static

◆ debug_insn_history_range()

static void debug_insn_history_range ( struct target_ops self,
ULONGEST  arg1,
ULONGEST  arg2,
gdb_disassembly_flags  arg3 
)
static

◆ debug_interrupt()

static void debug_interrupt ( struct target_ops self,
ptid_t  arg1 
)
static

◆ debug_is_async_p()

static int debug_is_async_p ( struct target_ops self)
static

◆ debug_kill()

static void debug_kill ( struct target_ops self)
static

◆ debug_load()

static void debug_load ( struct target_ops self,
const char *  arg1,
int  arg2 
)
static

◆ debug_log_command()

static void debug_log_command ( struct target_ops self,
const char *  arg1 
)
static

◆ debug_make_corefile_notes()

static char* debug_make_corefile_notes ( struct target_ops self,
bfd *  arg1,
int *  arg2 
)
static

◆ debug_masked_watch_num_registers()

static int debug_masked_watch_num_registers ( struct target_ops self,
CORE_ADDR  arg1,
CORE_ADDR  arg2 
)
static

◆ debug_memory_map()

static std::vector<mem_region> debug_memory_map ( struct target_ops self)
static

◆ debug_mourn_inferior()

static void debug_mourn_inferior ( struct target_ops self)
static

◆ debug_pass_ctrlc()

static void debug_pass_ctrlc ( struct target_ops self)
static

◆ debug_pass_signals()

static void debug_pass_signals ( struct target_ops self,
int  arg1,
unsigned char *  arg2 
)
static

◆ debug_pid_to_exec_file()

static char* debug_pid_to_exec_file ( struct target_ops self,
int  arg1 
)
static

◆ debug_pid_to_str()

static const char* debug_pid_to_str ( struct target_ops self,
ptid_t  arg1 
)
static

◆ debug_post_attach()

static void debug_post_attach ( struct target_ops self,
int  arg1 
)
static

◆ debug_post_startup_inferior()

static void debug_post_startup_inferior ( struct target_ops self,
ptid_t  arg1 
)
static

◆ debug_prepare_to_generate_core()

static void debug_prepare_to_generate_core ( struct target_ops self)
static

◆ debug_prepare_to_store()

static void debug_prepare_to_store ( struct target_ops self,
struct regcache arg1 
)
static

◆ debug_program_signals()

static void debug_program_signals ( struct target_ops self,
int  arg1,
unsigned char *  arg2 
)
static

◆ debug_ranged_break_num_registers()

static int debug_ranged_break_num_registers ( struct target_ops self)
static

◆ debug_rcmd()

static void debug_rcmd ( struct target_ops self,
const char *  arg1,
struct ui_file arg2 
)
static

◆ debug_read_btrace()

static enum btrace_error debug_read_btrace ( struct target_ops self,
struct btrace_data arg1,
struct btrace_target_info arg2,
enum btrace_read_type  arg3 
)
static

◆ debug_read_description()

static const struct target_desc* debug_read_description ( struct target_ops self)
static

◆ debug_record_is_replaying()

static int debug_record_is_replaying ( struct target_ops self,
ptid_t  arg1 
)
static

◆ debug_record_method()

static enum record_method debug_record_method ( struct target_ops self,
ptid_t  arg1 
)
static

◆ debug_record_stop_replaying()

static void debug_record_stop_replaying ( struct target_ops self)
static

◆ debug_record_will_replay()

static int debug_record_will_replay ( struct target_ops self,
ptid_t  arg1,
int  arg2 
)
static

◆ debug_region_ok_for_hw_watchpoint()

static int debug_region_ok_for_hw_watchpoint ( struct target_ops self,
CORE_ADDR  arg1,
int  arg2 
)
static

◆ debug_remove_breakpoint()

static int debug_remove_breakpoint ( struct target_ops self,
struct gdbarch arg1,
struct bp_target_info arg2,
enum remove_bp_reason  arg3 
)
static

◆ debug_remove_exec_catchpoint()

static int debug_remove_exec_catchpoint ( struct target_ops self,
int  arg1 
)
static

◆ debug_remove_fork_catchpoint()

static int debug_remove_fork_catchpoint ( struct target_ops self,
int  arg1 
)
static

◆ debug_remove_hw_breakpoint()

static int debug_remove_hw_breakpoint ( struct target_ops self,
struct gdbarch arg1,
struct bp_target_info arg2 
)
static

◆ debug_remove_mask_watchpoint()

static int debug_remove_mask_watchpoint ( struct target_ops self,
CORE_ADDR  arg1,
CORE_ADDR  arg2,
enum target_hw_bp_type  arg3 
)
static

◆ debug_remove_vfork_catchpoint()

static int debug_remove_vfork_catchpoint ( struct target_ops self,
int  arg1 
)
static

◆ debug_remove_watchpoint()

static int debug_remove_watchpoint ( struct target_ops self,
CORE_ADDR  arg1,
int  arg2,
enum target_hw_bp_type  arg3,
struct expression arg4 
)
static

◆ debug_resume()

static void debug_resume ( struct target_ops self,
ptid_t  arg1,
int  arg2,
enum gdb_signal  arg3 
)
static

◆ debug_save_record()

static void debug_save_record ( struct target_ops self,
const char *  arg1 
)
static

◆ debug_save_trace_data()

static int debug_save_trace_data ( struct target_ops self,
const char *  arg1 
)
static

◆ debug_search_memory()

static int debug_search_memory ( struct target_ops self,
CORE_ADDR  arg1,
ULONGEST  arg2,
const gdb_byte arg3,
ULONGEST  arg4,
CORE_ADDR arg5 
)
static

◆ debug_set_circular_trace_buffer()

static void debug_set_circular_trace_buffer ( struct target_ops self,
int  arg1 
)
static

◆ debug_set_disconnected_tracing()

static void debug_set_disconnected_tracing ( struct target_ops self,
int  arg1 
)
static

◆ debug_set_permissions()

static void debug_set_permissions ( struct target_ops self)
static

◆ debug_set_syscall_catchpoint()

static int debug_set_syscall_catchpoint ( struct target_ops self,
int  arg1,
bool  arg2,
int  arg3,
gdb::array_view< const int >  arg4 
)
static

◆ debug_set_trace_buffer_size()

static void debug_set_trace_buffer_size ( struct target_ops self,
LONGEST  arg1 
)
static

◆ debug_set_trace_notes()

static int debug_set_trace_notes ( struct target_ops self,
const char *  arg1,
const char *  arg2,
const char *  arg3 
)
static

◆ debug_static_tracepoint_marker_at()

static int debug_static_tracepoint_marker_at ( struct target_ops self,
CORE_ADDR  arg1,
struct static_tracepoint_marker arg2 
)
static

◆ debug_stop()

static void debug_stop ( struct target_ops self,
ptid_t  arg1 
)
static

◆ debug_stop_recording()

static void debug_stop_recording ( struct target_ops self)
static

◆ debug_stopped_by_hw_breakpoint()

static int debug_stopped_by_hw_breakpoint ( struct target_ops self)
static

◆ debug_stopped_by_sw_breakpoint()

static int debug_stopped_by_sw_breakpoint ( struct target_ops self)
static

◆ debug_stopped_by_watchpoint()

static int debug_stopped_by_watchpoint ( struct target_ops self)
static

◆ debug_stopped_data_address()

static int debug_stopped_data_address ( struct target_ops self,
CORE_ADDR arg1 
)
static

◆ debug_store_registers()

static void debug_store_registers ( struct target_ops self,
struct regcache arg1,
int  arg2 
)
static

◆ debug_supports_btrace()

static int debug_supports_btrace ( struct target_ops self,
enum btrace_format  arg1 
)
static

◆ debug_supports_enable_disable_tracepoint()

static int debug_supports_enable_disable_tracepoint ( struct target_ops self)
static

◆ debug_supports_evaluation_of_breakpoint_conditions()

static int debug_supports_evaluation_of_breakpoint_conditions ( struct target_ops self)
static

◆ debug_supports_multi_process()

static int debug_supports_multi_process ( struct target_ops self)
static

◆ debug_supports_non_stop()

static int debug_supports_non_stop ( struct target_ops self)
static

◆ debug_supports_stopped_by_hw_breakpoint()

static int debug_supports_stopped_by_hw_breakpoint ( struct target_ops self)
static

◆ debug_supports_stopped_by_sw_breakpoint()

static int debug_supports_stopped_by_sw_breakpoint ( struct target_ops self)
static

◆ debug_supports_string_tracing()

static int debug_supports_string_tracing ( struct target_ops self)
static

◆ debug_teardown_btrace()

static void debug_teardown_btrace ( struct target_ops self,
struct btrace_target_info arg1 
)
static

◆ debug_terminal_inferior()

static void debug_terminal_inferior ( struct target_ops self)
static

◆ debug_terminal_info()

static void debug_terminal_info ( struct target_ops self,
const char *  arg1,
int  arg2 
)
static

◆ debug_terminal_init()

static void debug_terminal_init ( struct target_ops self)
static

◆ debug_terminal_ours()

static void debug_terminal_ours ( struct target_ops self)
static

◆ debug_terminal_ours_for_output()

static void debug_terminal_ours_for_output ( struct target_ops self)
static

◆ debug_thread_address_space()

static struct address_space* debug_thread_address_space ( struct target_ops self,
ptid_t  arg1 
)
static

◆ debug_thread_alive()

static int debug_thread_alive ( struct target_ops self,
ptid_t  arg1 
)
static

◆ debug_thread_architecture()

static struct gdbarch* debug_thread_architecture ( struct target_ops self,
ptid_t  arg1 
)
static

◆ debug_thread_events()

static void debug_thread_events ( struct target_ops self,
int  arg1 
)
static

◆ debug_thread_handle_to_thread_info()

static struct thread_info* debug_thread_handle_to_thread_info ( struct target_ops self,
const gdb_byte arg1,
int  arg2,
struct inferior arg3 
)
static

◆ debug_thread_name()

static const char* debug_thread_name ( struct target_ops self,
struct thread_info arg1 
)
static

◆ debug_trace_find()

static int debug_trace_find ( struct target_ops self,
enum trace_find_type  arg1,
int  arg2,
CORE_ADDR  arg3,
CORE_ADDR  arg4,
int *  arg5 
)
static

◆ debug_trace_init()

static void debug_trace_init ( struct target_ops self)
static

◆ debug_trace_set_readonly_regions()

static void debug_trace_set_readonly_regions ( struct target_ops self)
static

◆ debug_trace_start()

static void debug_trace_start ( struct target_ops self)
static

◆ debug_trace_stop()

static void debug_trace_stop ( struct target_ops self)
static

◆ debug_traceframe_info()

static traceframe_info_up debug_traceframe_info ( struct target_ops self)
static

◆ debug_update_thread_list()

static void debug_update_thread_list ( struct target_ops self)
static

◆ debug_upload_trace_state_variables()

static int debug_upload_trace_state_variables ( struct target_ops self,
struct uploaded_tsv **  arg1 
)
static

◆ debug_upload_tracepoints()

static int debug_upload_tracepoints ( struct target_ops self,
struct uploaded_tp **  arg1 
)
static

◆ debug_use_agent()

static int debug_use_agent ( struct target_ops self,
int  arg1 
)
static

◆ debug_verify_memory()

static int debug_verify_memory ( struct target_ops self,
const gdb_byte arg1,
CORE_ADDR  arg2,
ULONGEST  arg3 
)
static

◆ debug_wait()

static ptid_t debug_wait ( struct target_ops self,
ptid_t  arg1,
struct target_waitstatus arg2,
int  arg3 
)
static

◆ debug_watchpoint_addr_within_range()

static int debug_watchpoint_addr_within_range ( struct target_ops self,
CORE_ADDR  arg1,
CORE_ADDR  arg2,
int  arg3 
)
static

◆ debug_xfer_partial()

static enum target_xfer_status debug_xfer_partial ( struct target_ops self,
enum target_object  arg1,
const char *  arg2,
gdb_byte arg3,
const gdb_byte arg4,
ULONGEST  arg5,
ULONGEST  arg6,
ULONGEST arg7 
)
static

◆ delegate_always_non_stop_p()

static int delegate_always_non_stop_p ( struct target_ops self)
static

Definition at line 1914 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_async()

static void delegate_async ( struct target_ops self,
int  arg1 
)
static

Definition at line 1838 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_augmented_libraries_svr4_read()

static int delegate_augmented_libraries_svr4_read ( struct target_ops self)
static

Definition at line 4058 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_auxv_parse()

static int delegate_auxv_parse ( struct target_ops self,
gdb_byte **  arg1,
gdb_byte arg2,
CORE_ADDR arg3,
CORE_ADDR arg4 
)
static

Definition at line 2279 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_btrace_conf()

static const struct btrace_config* delegate_btrace_conf ( struct target_ops self,
const struct btrace_target_info arg1 
)
static

Definition at line 3585 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_call_history()

static void delegate_call_history ( struct target_ops self,
int  arg1,
int  arg2 
)
static

Definition at line 3973 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_call_history_from()

static void delegate_call_history_from ( struct target_ops self,
ULONGEST  arg1,
int  arg2,
int  arg3 
)
static

Definition at line 4000 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_call_history_range()

static void delegate_call_history_range ( struct target_ops self,
ULONGEST  arg1,
ULONGEST  arg2,
int  arg3 
)
static

Definition at line 4029 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_can_accel_watchpoint_condition()

static int delegate_can_accel_watchpoint_condition ( struct target_ops self,
CORE_ADDR  arg1,
int  arg2,
int  arg3,
struct expression arg4 
)
static

Definition at line 788 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_can_async_p()

static int delegate_can_async_p ( struct target_ops self)
static

Definition at line 1784 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_can_do_single_step()

static int delegate_can_do_single_step ( struct target_ops self)
static

Definition at line 854 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_can_download_tracepoint()

static int delegate_can_download_tracepoint ( struct target_ops self)
static

Definition at line 2643 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_can_execute_reverse()

static int delegate_can_execute_reverse ( struct target_ops self)
static

Definition at line 2339 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_can_run()

static int delegate_can_run ( struct target_ops self)
static

Definition at line 1374 of file target-delegates.c.

Referenced by find_default_run_target(), and install_delegators().

◆ delegate_can_run_breakpoint_commands()

static int delegate_can_run_breakpoint_commands ( struct target_ops self)
static

Definition at line 2495 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_can_use_agent()

static int delegate_can_use_agent ( struct target_ops self)
static

Definition at line 3415 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_can_use_hw_breakpoint()

static int delegate_can_use_hw_breakpoint ( struct target_ops self,
enum bptype  arg1,
int  arg2,
int  arg3 
)
static

Definition at line 422 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_commit_resume()

static void delegate_commit_resume ( struct target_ops self)
static

Definition at line 113 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_core_of_thread()

static int delegate_core_of_thread ( struct target_ops self,
ptid_t  arg1 
)
static

Definition at line 3190 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_delete_record()

static void delegate_delete_record ( struct target_ops self)
static

Definition at line 3712 of file target-delegates.c.

Referenced by install_delegators(), and target_supports_delete_record().

◆ delegate_detach()

static void delegate_detach ( struct target_ops self,
const char *  arg1,
int  arg2 
)
static

Definition at line 31 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_disable_btrace()

static void delegate_disable_btrace ( struct target_ops self,
struct btrace_target_info arg1 
)
static

Definition at line 3502 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_disable_tracepoint()

static void delegate_disable_tracepoint ( struct target_ops self,
struct bp_location arg1 
)
static

Definition at line 2720 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_disconnect()

static void delegate_disconnect ( struct target_ops self,
const char *  arg1,
int  arg2 
)
static

Definition at line 57 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_done_generating_core()

static void delegate_done_generating_core ( struct target_ops self)
static

Definition at line 4161 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_download_trace_state_variable()

static void delegate_download_trace_state_variable ( struct target_ops self,
struct trace_state_variable arg1 
)
static

Definition at line 2670 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_download_tracepoint()

static void delegate_download_tracepoint ( struct target_ops self,
struct bp_location arg1 
)
static

Definition at line 2618 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_enable_btrace()

static struct btrace_target_info* delegate_enable_btrace ( struct target_ops self,
ptid_t  arg1,
const struct btrace_config arg2 
)
static

Definition at line 3471 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_enable_tracepoint()

static void delegate_enable_tracepoint ( struct target_ops self,
struct bp_location arg1 
)
static

Definition at line 2695 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_execution_direction()

static enum exec_direction_kind delegate_execution_direction ( struct target_ops self)
static

Definition at line 2366 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_extra_thread_info()

static const char* delegate_extra_thread_info ( struct target_ops self,
struct thread_info arg1 
)
static

Definition at line 1527 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_fetch_registers()

static void delegate_fetch_registers ( struct target_ops self,
struct regcache arg1,
int  arg2 
)
static

Definition at line 162 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_files_info()

static void delegate_files_info ( struct target_ops self)
static

Definition at line 240 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_filesystem_is_local()

static int delegate_filesystem_is_local ( struct target_ops self)
static

Definition at line 2568 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_find_memory_regions()

static int delegate_find_memory_regions ( struct target_ops self,
find_memory_region_ftype  arg1,
void *  arg2 
)
static

Definition at line 1941 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_flash_done()

static void delegate_flash_done ( struct target_ops self)
static

Definition at line 2204 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_flash_erase()

static void delegate_flash_erase ( struct target_ops self,
ULONGEST  arg1,
LONGEST  arg2 
)
static

Definition at line 2177 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_follow_exec()

static void delegate_follow_exec ( struct target_ops self,
struct inferior arg1,
char *  arg2 
)
static

Definition at line 1263 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_follow_fork()

static int delegate_follow_fork ( struct target_ops self,
int  arg1,
int  arg2 
)
static

Definition at line 1180 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_get_ada_task_ptid()

static ptid_t delegate_get_ada_task_ptid ( struct target_ops self,
long  arg1,
long  arg2 
)
static

Definition at line 2254 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_get_bookmark()

static gdb_byte* delegate_get_bookmark ( struct target_ops self,
const char *  arg1,
int  arg2 
)
static

Definition at line 1991 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_get_memory_xfer_limit()

static ULONGEST delegate_get_memory_xfer_limit ( struct target_ops self)
static

Definition at line 2123 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_get_min_fast_tracepoint_insn_len()

static int delegate_get_min_fast_tracepoint_insn_len ( struct target_ops self)
static

Definition at line 3058 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_get_raw_trace_data()

static LONGEST delegate_get_raw_trace_data ( struct target_ops self,
gdb_byte arg1,
ULONGEST  arg2,
LONGEST  arg3 
)
static

Definition at line 3025 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_get_section_table()

static struct target_section_table* delegate_get_section_table ( struct target_ops self)
static

Definition at line 1757 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_get_tailcall_unwinder()

static const struct frame_unwind* delegate_get_tailcall_unwinder ( struct target_ops self)
static

Definition at line 4112 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_get_thread_local_address()

static CORE_ADDR delegate_get_thread_local_address ( struct target_ops self,
ptid_t  arg1,
CORE_ADDR  arg2,
CORE_ADDR  arg3 
)
static

Definition at line 2049 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_get_tib_address()

static int delegate_get_tib_address ( struct target_ops self,
ptid_t  arg1,
CORE_ADDR arg2 
)
static

Definition at line 3246 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_get_trace_state_variable_value()

static int delegate_get_trace_state_variable_value ( struct target_ops self,
int  arg1,
LONGEST arg2 
)
static

Definition at line 2907 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_get_trace_status()

static int delegate_get_trace_status ( struct target_ops self,
struct trace_status arg1 
)
static

Definition at line 2791 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_get_tracepoint_status()

static void delegate_get_tracepoint_status ( struct target_ops self,
struct breakpoint arg1,
struct uploaded_tp arg2 
)
static

Definition at line 2820 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_get_unwinder()

static const struct frame_unwind* delegate_get_unwinder ( struct target_ops self)
static

Definition at line 4085 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_goto_bookmark()

static void delegate_goto_bookmark ( struct target_ops self,
const gdb_byte arg1,
int  arg2 
)
static

Definition at line 2022 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_goto_record()

static void delegate_goto_record ( struct target_ops self,
ULONGEST  arg1 
)
static

Definition at line 3863 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_goto_record_begin()

static void delegate_goto_record_begin ( struct target_ops self)
static

Definition at line 3817 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_goto_record_end()

static void delegate_goto_record_end ( struct target_ops self)
static

Definition at line 3840 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_has_exited()

static int delegate_has_exited ( struct target_ops self,
int  arg1,
int  arg2,
int *  arg3 
)
static

Definition at line 1324 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_info_record()

static void delegate_info_record ( struct target_ops self)
static

Definition at line 3665 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_insert_breakpoint()

static int delegate_insert_breakpoint ( struct target_ops self,
struct gdbarch arg1,
struct bp_target_info arg2 
)
static

Definition at line 262 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_insert_exec_catchpoint()

static int delegate_insert_exec_catchpoint ( struct target_ops self,
int  arg1 
)
static

Definition at line 1205 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_insert_fork_catchpoint()

static int delegate_insert_fork_catchpoint ( struct target_ops self,
int  arg1 
)
static

Definition at line 1064 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_insert_hw_breakpoint()

static int delegate_insert_hw_breakpoint ( struct target_ops self,
struct gdbarch arg1,
struct bp_target_info arg2 
)
static

Definition at line 482 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_insert_mask_watchpoint()

static int delegate_insert_mask_watchpoint ( struct target_ops self,
CORE_ADDR  arg1,
CORE_ADDR  arg2,
enum target_hw_bp_type  arg3 
)
static

Definition at line 614 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_insert_vfork_catchpoint()

static int delegate_insert_vfork_catchpoint ( struct target_ops self,
int  arg1 
)
static

Definition at line 1122 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_insert_watchpoint()

static int delegate_insert_watchpoint ( struct target_ops self,
CORE_ADDR  arg1,
int  arg2,
enum target_hw_bp_type  arg3,
struct expression arg4 
)
static

Definition at line 579 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_insn_history()

static void delegate_insn_history ( struct target_ops self,
int  arg1,
gdb_disassembly_flags  arg2 
)
static

Definition at line 3888 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_insn_history_from()

static void delegate_insn_history_from ( struct target_ops self,
ULONGEST  arg1,
int  arg2,
gdb_disassembly_flags  arg3 
)
static

Definition at line 3915 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_insn_history_range()

static void delegate_insn_history_range ( struct target_ops self,
ULONGEST  arg1,
ULONGEST  arg2,
gdb_disassembly_flags  arg3 
)
static

Definition at line 3944 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_interrupt()

static void delegate_interrupt ( struct target_ops self,
ptid_t  arg1 
)
static

Definition at line 1642 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_is_async_p()

static int delegate_is_async_p ( struct target_ops self)
static

Definition at line 1811 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_kill()

static void delegate_kill ( struct target_ops self)
static

Definition at line 990 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_load()

static void delegate_load ( struct target_ops self,
const char *  arg1,
int  arg2 
)
static

Definition at line 1013 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_log_command()

static void delegate_log_command ( struct target_ops self,
const char *  arg1 
)
static

Definition at line 1733 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_make_corefile_notes()

static char* delegate_make_corefile_notes ( struct target_ops self,
bfd *  arg1,
int *  arg2 
)
static

Definition at line 1966 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_masked_watch_num_registers()

static int delegate_masked_watch_num_registers ( struct target_ops self,
CORE_ADDR  arg1,
CORE_ADDR  arg2 
)
static

Definition at line 823 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_memory_map()

static std::vector<mem_region> delegate_memory_map ( struct target_ops self)
static

Definition at line 2150 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_mourn_inferior()

static void delegate_mourn_inferior ( struct target_ops self)
static

Definition at line 1357 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_pass_ctrlc()

static void delegate_pass_ctrlc ( struct target_ops self)
static

Definition at line 1666 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_pass_signals()

static void delegate_pass_signals ( struct target_ops self,
int  arg1,
unsigned char *  arg2 
)
static

Definition at line 1401 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_pid_to_exec_file()

static char* delegate_pid_to_exec_file ( struct target_ops self,
int  arg1 
)
static

Definition at line 1704 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_pid_to_str()

static const char* delegate_pid_to_str ( struct target_ops self,
ptid_t  arg1 
)
static

Definition at line 1504 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_post_attach()

static void delegate_post_attach ( struct target_ops self,
int  arg1 
)
static

Definition at line 7 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_post_startup_inferior()

static void delegate_post_startup_inferior ( struct target_ops self,
ptid_t  arg1 
)
static

Definition at line 1040 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_prepare_to_generate_core()

static void delegate_prepare_to_generate_core ( struct target_ops self)
static

Definition at line 4139 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_prepare_to_store()

static void delegate_prepare_to_store ( struct target_ops self,
struct regcache arg1 
)
static

Definition at line 215 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_program_signals()

static void delegate_program_signals ( struct target_ops self,
int  arg1,
unsigned char *  arg2 
)
static

Definition at line 1427 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_ranged_break_num_registers()

static int delegate_ranged_break_num_registers ( struct target_ops self)
static

Definition at line 455 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_rcmd()

static void delegate_rcmd ( struct target_ops self,
const char *  arg1,
struct ui_file arg2 
)
static

Definition at line 1683 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_read_btrace()

static enum btrace_error delegate_read_btrace ( struct target_ops self,
struct btrace_data arg1,
struct btrace_target_info arg2,
enum btrace_read_type  arg3 
)
static

Definition at line 3552 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_read_description()

static const struct target_desc* delegate_read_description ( struct target_ops self)
static

Definition at line 2227 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_record_is_replaying()

static int delegate_record_is_replaying ( struct target_ops self,
ptid_t  arg1 
)
static

Definition at line 3735 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_record_method()

static enum record_method delegate_record_method ( struct target_ops self,
ptid_t  arg1 
)
static

Definition at line 3614 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_record_stop_replaying()

static void delegate_record_stop_replaying ( struct target_ops self)
static

Definition at line 3795 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_record_will_replay()

static int delegate_record_will_replay ( struct target_ops self,
ptid_t  arg1,
int  arg2 
)
static

Definition at line 3764 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_region_ok_for_hw_watchpoint()

static int delegate_region_ok_for_hw_watchpoint ( struct target_ops self,
CORE_ADDR  arg1,
int  arg2 
)
static

Definition at line 763 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_remove_breakpoint()

static int delegate_remove_breakpoint ( struct target_ops self,
struct gdbarch arg1,
struct bp_target_info arg2,
enum remove_bp_reason  arg3 
)
static

Definition at line 287 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_remove_exec_catchpoint()

static int delegate_remove_exec_catchpoint ( struct target_ops self,
int  arg1 
)
static

Definition at line 1234 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_remove_fork_catchpoint()

static int delegate_remove_fork_catchpoint ( struct target_ops self,
int  arg1 
)
static

Definition at line 1093 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_remove_hw_breakpoint()

static int delegate_remove_hw_breakpoint ( struct target_ops self,
struct gdbarch arg1,
struct bp_target_info arg2 
)
static

Definition at line 513 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_remove_mask_watchpoint()

static int delegate_remove_mask_watchpoint ( struct target_ops self,
CORE_ADDR  arg1,
CORE_ADDR  arg2,
enum target_hw_bp_type  arg3 
)
static

Definition at line 647 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_remove_vfork_catchpoint()

static int delegate_remove_vfork_catchpoint ( struct target_ops self,
int  arg1 
)
static

Definition at line 1151 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_remove_watchpoint()

static int delegate_remove_watchpoint ( struct target_ops self,
CORE_ADDR  arg1,
int  arg2,
enum target_hw_bp_type  arg3,
struct expression arg4 
)
static

Definition at line 544 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_resume()

static void delegate_resume ( struct target_ops self,
ptid_t  arg1,
int  arg2,
enum gdb_signal  arg3 
)
static

Definition at line 84 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_save_record()

static void delegate_save_record ( struct target_ops self,
const char *  arg1 
)
static

Definition at line 3687 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_save_trace_data()

static int delegate_save_trace_data ( struct target_ops self,
const char *  arg1 
)
static

Definition at line 2938 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_search_memory()

static int delegate_search_memory ( struct target_ops self,
CORE_ADDR  arg1,
ULONGEST  arg2,
const gdb_byte arg3,
ULONGEST  arg4,
CORE_ADDR arg5 
)
static

Definition at line 2308 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_set_circular_trace_buffer()

static void delegate_set_circular_trace_buffer ( struct target_ops self,
int  arg1 
)
static

Definition at line 3109 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_set_disconnected_tracing()

static void delegate_set_disconnected_tracing ( struct target_ops self,
int  arg1 
)
static

Definition at line 3085 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_set_permissions()

static void delegate_set_permissions ( struct target_ops self)
static

Definition at line 3277 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_set_syscall_catchpoint()

static int delegate_set_syscall_catchpoint ( struct target_ops self,
int  arg1,
bool  arg2,
int  arg3,
gdb::array_view< const int >  arg4 
)
static

Definition at line 1289 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_set_trace_buffer_size()

static void delegate_set_trace_buffer_size ( struct target_ops self,
LONGEST  arg1 
)
static

Definition at line 3133 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_set_trace_notes()

static int delegate_set_trace_notes ( struct target_ops self,
const char *  arg1,
const char *  arg2,
const char *  arg3 
)
static

Definition at line 3157 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_static_tracepoint_marker_at()

static int delegate_static_tracepoint_marker_at ( struct target_ops self,
CORE_ADDR  arg1,
struct static_tracepoint_marker arg2 
)
static

Definition at line 3299 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_stop()

static void delegate_stop ( struct target_ops self,
ptid_t  arg1 
)
static

Definition at line 1618 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_stop_recording()

static void delegate_stop_recording ( struct target_ops self)
static

Definition at line 3643 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_stopped_by_hw_breakpoint()

static int delegate_stopped_by_hw_breakpoint ( struct target_ops self)
static

Definition at line 368 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_stopped_by_sw_breakpoint()

static int delegate_stopped_by_sw_breakpoint ( struct target_ops self)
static

Definition at line 314 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_stopped_by_watchpoint()

static int delegate_stopped_by_watchpoint ( struct target_ops self)
static

Definition at line 680 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_stopped_data_address()

static int delegate_stopped_data_address ( struct target_ops self,
CORE_ADDR arg1 
)
static

Definition at line 707 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_store_registers()

static void delegate_store_registers ( struct target_ops self,
struct regcache arg1,
int  arg2 
)
static

Definition at line 188 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_supports_btrace()

static int delegate_supports_btrace ( struct target_ops self,
enum btrace_format  arg1 
)
static

Definition at line 3442 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_supports_enable_disable_tracepoint()

static int delegate_supports_enable_disable_tracepoint ( struct target_ops self)
static

Definition at line 2414 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_supports_evaluation_of_breakpoint_conditions()

static int delegate_supports_evaluation_of_breakpoint_conditions ( struct target_ops self)
static

Definition at line 2468 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_supports_multi_process()

static int delegate_supports_multi_process ( struct target_ops self)
static

Definition at line 2387 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_supports_non_stop()

static int delegate_supports_non_stop ( struct target_ops self)
static

Definition at line 1887 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_supports_stopped_by_hw_breakpoint()

static int delegate_supports_stopped_by_hw_breakpoint ( struct target_ops self)
static

Definition at line 395 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_supports_stopped_by_sw_breakpoint()

static int delegate_supports_stopped_by_sw_breakpoint ( struct target_ops self)
static

Definition at line 341 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_supports_string_tracing()

static int delegate_supports_string_tracing ( struct target_ops self)
static

Definition at line 2441 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_teardown_btrace()

static void delegate_teardown_btrace ( struct target_ops self,
struct btrace_target_info arg1 
)
static

Definition at line 3527 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_terminal_inferior()

static void delegate_terminal_inferior ( struct target_ops self)
static

Definition at line 903 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_terminal_info()

static void delegate_terminal_info ( struct target_ops self,
const char *  arg1,
int  arg2 
)
static

Definition at line 969 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_terminal_init()

static void delegate_terminal_init ( struct target_ops self)
static

Definition at line 881 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_terminal_ours()

static void delegate_terminal_ours ( struct target_ops self)
static

Definition at line 947 of file target-delegates.c.

Referenced by install_delegators(), and target_supports_terminal_ours().

◆ delegate_terminal_ours_for_output()

static void delegate_terminal_ours_for_output ( struct target_ops self)
static

Definition at line 925 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_thread_address_space()

static struct address_space* delegate_thread_address_space ( struct target_ops self,
ptid_t  arg1 
)
static

Definition at line 2545 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_thread_alive()

static int delegate_thread_alive ( struct target_ops self,
ptid_t  arg1 
)
static

Definition at line 1453 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_thread_architecture()

static struct gdbarch* delegate_thread_architecture ( struct target_ops self,
ptid_t  arg1 
)
static

Definition at line 2522 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_thread_events()

static void delegate_thread_events ( struct target_ops self,
int  arg1 
)
static

Definition at line 1863 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_thread_handle_to_thread_info()

static struct thread_info* delegate_thread_handle_to_thread_info ( struct target_ops self,
const gdb_byte arg1,
int  arg2,
struct inferior arg3 
)
static

Definition at line 1585 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_thread_name()

static const char* delegate_thread_name ( struct target_ops self,
struct thread_info arg1 
)
static

Definition at line 1556 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_trace_find()

static int delegate_trace_find ( struct target_ops self,
enum trace_find_type  arg1,
int  arg2,
CORE_ADDR  arg3,
CORE_ADDR  arg4,
int *  arg5 
)
static

Definition at line 2870 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_trace_init()

static void delegate_trace_init ( struct target_ops self)
static

Definition at line 2595 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_trace_set_readonly_regions()

static void delegate_trace_set_readonly_regions ( struct target_ops self)
static

Definition at line 2745 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_trace_start()

static void delegate_trace_start ( struct target_ops self)
static

Definition at line 2768 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_trace_stop()

static void delegate_trace_stop ( struct target_ops self)
static

Definition at line 2847 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_traceframe_info()

static traceframe_info_up delegate_traceframe_info ( struct target_ops self)
static

Definition at line 3359 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_update_thread_list()

static void delegate_update_thread_list ( struct target_ops self)
static

Definition at line 1482 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_upload_trace_state_variables()

static int delegate_upload_trace_state_variables ( struct target_ops self,
struct uploaded_tsv **  arg1 
)
static

Definition at line 2996 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_upload_tracepoints()

static int delegate_upload_tracepoints ( struct target_ops self,
struct uploaded_tp **  arg1 
)
static

Definition at line 2967 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_use_agent()

static int delegate_use_agent ( struct target_ops self,
int  arg1 
)
static

Definition at line 3386 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_verify_memory()

static int delegate_verify_memory ( struct target_ops self,
const gdb_byte arg1,
CORE_ADDR  arg2,
ULONGEST  arg3 
)
static

Definition at line 3219 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_wait()

static ptid_t delegate_wait ( struct target_ops self,
ptid_t  arg1,
struct target_waitstatus arg2,
int  arg3 
)
static

Definition at line 135 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_watchpoint_addr_within_range()

static int delegate_watchpoint_addr_within_range ( struct target_ops self,
CORE_ADDR  arg1,
CORE_ADDR  arg2,
int  arg3 
)
static

Definition at line 736 of file target-delegates.c.

Referenced by install_delegators().

◆ delegate_xfer_partial()

static enum target_xfer_status delegate_xfer_partial ( struct target_ops self,
enum target_object  arg1,
const char *  arg2,
gdb_byte arg3,
const gdb_byte arg4,
ULONGEST  arg5,
ULONGEST  arg6,
ULONGEST arg7 
)
static

Definition at line 2082 of file target-delegates.c.

Referenced by install_delegators().

◆ init_debug_target()

static void init_debug_target ( struct target_ops ops)
static

Definition at line 4658 of file target-delegates.c.

References debug_always_non_stop_p(), debug_async(), debug_augmented_libraries_svr4_read(), debug_auxv_parse(), debug_btrace_conf(), debug_call_history(), debug_call_history_from(), debug_call_history_range(), debug_can_accel_watchpoint_condition(), debug_can_async_p(), debug_can_do_single_step(), debug_can_download_tracepoint(), debug_can_execute_reverse(), debug_can_run(), debug_can_run_breakpoint_commands(), debug_can_use_agent(), debug_can_use_hw_breakpoint(), debug_commit_resume(), debug_core_of_thread(), debug_delete_record(), debug_detach(), debug_disable_btrace(), debug_disable_tracepoint(), debug_disconnect(), debug_done_generating_core(), debug_download_trace_state_variable(), debug_download_tracepoint(), debug_enable_btrace(), debug_enable_tracepoint(), debug_execution_direction(), debug_extra_thread_info(), debug_fetch_registers(), debug_files_info(), debug_filesystem_is_local(), debug_find_memory_regions(), debug_flash_done(), debug_flash_erase(), debug_follow_exec(), debug_follow_fork(), debug_get_ada_task_ptid(), debug_get_bookmark(), debug_get_memory_xfer_limit(), debug_get_min_fast_tracepoint_insn_len(), debug_get_raw_trace_data(), debug_get_section_table(), debug_get_tailcall_unwinder(), debug_get_thread_local_address(), debug_get_tib_address(), debug_get_trace_state_variable_value(), debug_get_trace_status(), debug_get_tracepoint_status(), debug_get_unwinder(), debug_goto_bookmark(), debug_goto_record(), debug_goto_record_begin(), debug_goto_record_end(), debug_has_exited(), debug_info_record(), debug_insert_breakpoint(), debug_insert_exec_catchpoint(), debug_insert_fork_catchpoint(), debug_insert_hw_breakpoint(), debug_insert_mask_watchpoint(), debug_insert_vfork_catchpoint(), debug_insert_watchpoint(), debug_insn_history(), debug_insn_history_from(), debug_insn_history_range(), debug_interrupt(), debug_is_async_p(), debug_kill(), debug_load(), debug_log_command(), debug_make_corefile_notes(), debug_masked_watch_num_registers(), debug_memory_map(), debug_mourn_inferior(), debug_pass_ctrlc(), debug_pass_signals(), debug_pid_to_exec_file(), debug_pid_to_str(), debug_post_attach(), debug_post_startup_inferior(), debug_prepare_to_generate_core(), debug_prepare_to_store(), debug_program_signals(), debug_ranged_break_num_registers(), debug_rcmd(), debug_read_btrace(), debug_read_description(), debug_record_is_replaying(), debug_record_method(), debug_record_stop_replaying(), debug_record_will_replay(), debug_region_ok_for_hw_watchpoint(), debug_remove_breakpoint(), debug_remove_exec_catchpoint(), debug_remove_fork_catchpoint(), debug_remove_hw_breakpoint(), debug_remove_mask_watchpoint(), debug_remove_vfork_catchpoint(), debug_remove_watchpoint(), debug_resume(), debug_save_record(), debug_save_trace_data(), debug_search_memory(), debug_set_circular_trace_buffer(), debug_set_disconnected_tracing(), debug_set_permissions(), debug_set_syscall_catchpoint(), debug_set_trace_buffer_size(), debug_set_trace_notes(), debug_static_tracepoint_marker_at(), debug_stop(), debug_stop_recording(), debug_stopped_by_hw_breakpoint(), debug_stopped_by_sw_breakpoint(), debug_stopped_by_watchpoint(), debug_stopped_data_address(), debug_store_registers(), debug_supports_btrace(), debug_supports_enable_disable_tracepoint(), debug_supports_evaluation_of_breakpoint_conditions(), debug_supports_multi_process(), debug_supports_non_stop(), debug_supports_stopped_by_hw_breakpoint(), debug_supports_stopped_by_sw_breakpoint(), debug_supports_string_tracing(), debug_teardown_btrace(), debug_terminal_inferior(), debug_terminal_info(), debug_terminal_init(), debug_terminal_ours(), debug_terminal_ours_for_output(), debug_thread_address_space(), debug_thread_alive(), debug_thread_architecture(), debug_thread_events(), debug_thread_handle_to_thread_info(), debug_thread_name(), debug_trace_find(), debug_trace_init(), debug_trace_set_readonly_regions(), debug_trace_start(), debug_trace_stop(), debug_traceframe_info(), debug_update_thread_list(), debug_upload_trace_state_variables(), debug_upload_tracepoints(), debug_use_agent(), debug_verify_memory(), debug_wait(), debug_watchpoint_addr_within_range(), debug_xfer_partial(), target_ops::to_always_non_stop_p, target_ops::to_async, target_ops::to_augmented_libraries_svr4_read, target_ops::to_auxv_parse, target_ops::to_btrace_conf, target_ops::to_call_history, target_ops::to_call_history_from, target_ops::to_call_history_range, target_ops::to_can_accel_watchpoint_condition, target_ops::to_can_async_p, target_ops::to_can_do_single_step, target_ops::to_can_download_tracepoint, target_ops::to_can_execute_reverse, target_ops::to_can_run, target_ops::to_can_run_breakpoint_commands, target_ops::to_can_use_agent, target_ops::to_can_use_hw_breakpoint, target_ops::to_commit_resume, target_ops::to_core_of_thread, target_ops::to_delete_record, target_ops::to_detach, target_ops::to_disable_btrace, target_ops::to_disable_tracepoint, target_ops::to_disconnect, target_ops::to_done_generating_core, target_ops::to_download_trace_state_variable, target_ops::to_download_tracepoint, target_ops::to_enable_btrace, target_ops::to_enable_tracepoint, target_ops::to_execution_direction, target_ops::to_extra_thread_info, target_ops::to_fetch_registers, target_ops::to_files_info, target_ops::to_filesystem_is_local, target_ops::to_find_memory_regions, target_ops::to_flash_done, target_ops::to_flash_erase, target_ops::to_follow_exec, target_ops::to_follow_fork, target_ops::to_get_ada_task_ptid, target_ops::to_get_bookmark, target_ops::to_get_memory_xfer_limit, target_ops::to_get_min_fast_tracepoint_insn_len, target_ops::to_get_raw_trace_data, target_ops::to_get_section_table, target_ops::to_get_tailcall_unwinder, target_ops::to_get_thread_local_address, target_ops::to_get_tib_address, target_ops::to_get_trace_state_variable_value, target_ops::to_get_trace_status, target_ops::to_get_tracepoint_status, target_ops::to_get_unwinder, target_ops::to_goto_bookmark, target_ops::to_goto_record, target_ops::to_goto_record_begin, target_ops::to_goto_record_end, target_ops::to_has_exited, target_ops::to_info_record, target_ops::to_insert_breakpoint, target_ops::to_insert_exec_catchpoint, target_ops::to_insert_fork_catchpoint, target_ops::to_insert_hw_breakpoint, target_ops::to_insert_mask_watchpoint, target_ops::to_insert_vfork_catchpoint, target_ops::to_insert_watchpoint, target_ops::to_insn_history, target_ops::to_insn_history_from, target_ops::to_insn_history_range, target_ops::to_interrupt, target_ops::to_is_async_p, target_ops::to_kill, target_ops::to_load, target_ops::to_log_command, target_ops::to_make_corefile_notes, target_ops::to_masked_watch_num_registers, target_ops::to_mourn_inferior, target_ops::to_pass_ctrlc, target_ops::to_pass_signals, target_ops::to_pid_to_exec_file, target_ops::to_pid_to_str, target_ops::to_post_attach, target_ops::to_post_startup_inferior, target_ops::to_prepare_to_generate_core, target_ops::to_prepare_to_store, target_ops::to_program_signals, target_ops::to_ranged_break_num_registers, target_ops::to_rcmd, target_ops::to_read_btrace, target_ops::to_read_description, target_ops::to_record_is_replaying, target_ops::to_record_method, target_ops::to_record_stop_replaying, target_ops::to_record_will_replay, target_ops::to_region_ok_for_hw_watchpoint, target_ops::to_remove_breakpoint, target_ops::to_remove_exec_catchpoint, target_ops::to_remove_fork_catchpoint, target_ops::to_remove_hw_breakpoint, target_ops::to_remove_mask_watchpoint, target_ops::to_remove_vfork_catchpoint, target_ops::to_remove_watchpoint, target_ops::to_resume, target_ops::to_save_record, target_ops::to_save_trace_data, target_ops::to_search_memory, target_ops::to_set_circular_trace_buffer, target_ops::to_set_disconnected_tracing, target_ops::to_set_permissions, target_ops::to_set_syscall_catchpoint, target_ops::to_set_trace_buffer_size, target_ops::to_set_trace_notes, target_ops::to_static_tracepoint_marker_at, target_ops::to_stop, target_ops::to_stop_recording, target_ops::to_stopped_by_hw_breakpoint, target_ops::to_stopped_by_sw_breakpoint, target_ops::to_stopped_by_watchpoint, target_ops::to_stopped_data_address, target_ops::to_store_registers, target_ops::to_supports_btrace, target_ops::to_supports_enable_disable_tracepoint, target_ops::to_supports_evaluation_of_breakpoint_conditions, target_ops::to_supports_multi_process, target_ops::to_supports_non_stop, target_ops::to_supports_stopped_by_hw_breakpoint, target_ops::to_supports_stopped_by_sw_breakpoint, target_ops::to_supports_string_tracing, target_ops::to_teardown_btrace, target_ops::to_terminal_inferior, target_ops::to_terminal_info, target_ops::to_terminal_init, target_ops::to_terminal_ours, target_ops::to_terminal_ours_for_output, target_ops::to_thread_address_space, target_ops::to_thread_alive, target_ops::to_thread_architecture, target_ops::to_thread_events, target_ops::to_thread_handle_to_thread_info, target_ops::to_thread_name, target_ops::to_trace_find, target_ops::to_trace_init, target_ops::to_trace_set_readonly_regions, target_ops::to_trace_start, target_ops::to_trace_stop, target_ops::to_traceframe_info, target_ops::to_update_thread_list, target_ops::to_upload_trace_state_variables, target_ops::to_upload_tracepoints, target_ops::to_use_agent, target_ops::to_verify_memory, target_ops::to_wait, target_ops::to_watchpoint_addr_within_range, and target_ops::to_xfer_partial.

Referenced by setup_target_debug().

◆ install_delegators()

static void install_delegators ( struct target_ops ops)
static

Definition at line 4183 of file target-delegates.c.

References delegate_always_non_stop_p(), delegate_async(), delegate_augmented_libraries_svr4_read(), delegate_auxv_parse(), delegate_btrace_conf(), delegate_call_history(), delegate_call_history_from(), delegate_call_history_range(), delegate_can_accel_watchpoint_condition(), delegate_can_async_p(), delegate_can_do_single_step(), delegate_can_download_tracepoint(), delegate_can_execute_reverse(), delegate_can_run(), delegate_can_run_breakpoint_commands(), delegate_can_use_agent(), delegate_can_use_hw_breakpoint(), delegate_commit_resume(), delegate_core_of_thread(), delegate_delete_record(), delegate_detach(), delegate_disable_btrace(), delegate_disable_tracepoint(), delegate_disconnect(), delegate_done_generating_core(), delegate_download_trace_state_variable(), delegate_download_tracepoint(), delegate_enable_btrace(), delegate_enable_tracepoint(), delegate_execution_direction(), delegate_extra_thread_info(), delegate_fetch_registers(), delegate_files_info(), delegate_filesystem_is_local(), delegate_find_memory_regions(), delegate_flash_done(), delegate_flash_erase(), delegate_follow_exec(), delegate_follow_fork(), delegate_get_ada_task_ptid(), delegate_get_bookmark(), delegate_get_memory_xfer_limit(), delegate_get_min_fast_tracepoint_insn_len(), delegate_get_raw_trace_data(), delegate_get_section_table(), delegate_get_tailcall_unwinder(), delegate_get_thread_local_address(), delegate_get_tib_address(), delegate_get_trace_state_variable_value(), delegate_get_trace_status(), delegate_get_tracepoint_status(), delegate_get_unwinder(), delegate_goto_bookmark(), delegate_goto_record(), delegate_goto_record_begin(), delegate_goto_record_end(), delegate_has_exited(), delegate_info_record(), delegate_insert_breakpoint(), delegate_insert_exec_catchpoint(), delegate_insert_fork_catchpoint(), delegate_insert_hw_breakpoint(), delegate_insert_mask_watchpoint(), delegate_insert_vfork_catchpoint(), delegate_insert_watchpoint(), delegate_insn_history(), delegate_insn_history_from(), delegate_insn_history_range(), delegate_interrupt(), delegate_is_async_p(), delegate_kill(), delegate_load(), delegate_log_command(), delegate_make_corefile_notes(), delegate_masked_watch_num_registers(), delegate_memory_map(), delegate_mourn_inferior(), delegate_pass_ctrlc(), delegate_pass_signals(), delegate_pid_to_exec_file(), delegate_pid_to_str(), delegate_post_attach(), delegate_post_startup_inferior(), delegate_prepare_to_generate_core(), delegate_prepare_to_store(), delegate_program_signals(), delegate_ranged_break_num_registers(), delegate_rcmd(), delegate_read_btrace(), delegate_read_description(), delegate_record_is_replaying(), delegate_record_method(), delegate_record_stop_replaying(), delegate_record_will_replay(), delegate_region_ok_for_hw_watchpoint(), delegate_remove_breakpoint(), delegate_remove_exec_catchpoint(), delegate_remove_fork_catchpoint(), delegate_remove_hw_breakpoint(), delegate_remove_mask_watchpoint(), delegate_remove_vfork_catchpoint(), delegate_remove_watchpoint(), delegate_resume(), delegate_save_record(), delegate_save_trace_data(), delegate_search_memory(), delegate_set_circular_trace_buffer(), delegate_set_disconnected_tracing(), delegate_set_permissions(), delegate_set_syscall_catchpoint(), delegate_set_trace_buffer_size(), delegate_set_trace_notes(), delegate_static_tracepoint_marker_at(), delegate_stop(), delegate_stop_recording(), delegate_stopped_by_hw_breakpoint(), delegate_stopped_by_sw_breakpoint(), delegate_stopped_by_watchpoint(), delegate_stopped_data_address(), delegate_store_registers(), delegate_supports_btrace(), delegate_supports_enable_disable_tracepoint(), delegate_supports_evaluation_of_breakpoint_conditions(), delegate_supports_multi_process(), delegate_supports_non_stop(), delegate_supports_stopped_by_hw_breakpoint(), delegate_supports_stopped_by_sw_breakpoint(), delegate_supports_string_tracing(), delegate_teardown_btrace(), delegate_terminal_inferior(), delegate_terminal_info(), delegate_terminal_init(), delegate_terminal_ours(), delegate_terminal_ours_for_output(), delegate_thread_address_space(), delegate_thread_alive(), delegate_thread_architecture(), delegate_thread_events(), delegate_thread_handle_to_thread_info(), delegate_thread_name(), delegate_trace_find(), delegate_trace_init(), delegate_trace_set_readonly_regions(), delegate_trace_start(), delegate_trace_stop(), delegate_traceframe_info(), delegate_update_thread_list(), delegate_upload_trace_state_variables(), delegate_upload_tracepoints(), delegate_use_agent(), delegate_verify_memory(), delegate_wait(), delegate_watchpoint_addr_within_range(), delegate_xfer_partial(), target_ops::to_always_non_stop_p, target_ops::to_async, target_ops::to_augmented_libraries_svr4_read, target_ops::to_auxv_parse, target_ops::to_btrace_conf, target_ops::to_call_history, target_ops::to_call_history_from, target_ops::to_call_history_range, target_ops::to_can_accel_watchpoint_condition, target_ops::to_can_async_p, target_ops::to_can_do_single_step, target_ops::to_can_download_tracepoint, target_ops::to_can_execute_reverse, target_ops::to_can_run, target_ops::to_can_run_breakpoint_commands, target_ops::to_can_use_agent, target_ops::to_can_use_hw_breakpoint, target_ops::to_commit_resume, target_ops::to_core_of_thread, target_ops::to_delete_record, target_ops::to_detach, target_ops::to_disable_btrace, target_ops::to_disable_tracepoint, target_ops::to_disconnect, target_ops::to_done_generating_core, target_ops::to_download_trace_state_variable, target_ops::to_download_tracepoint, target_ops::to_enable_btrace, target_ops::to_enable_tracepoint, target_ops::to_execution_direction, target_ops::to_extra_thread_info, target_ops::to_fetch_registers, target_ops::to_files_info, target_ops::to_filesystem_is_local, target_ops::to_find_memory_regions, target_ops::to_flash_done, target_ops::to_flash_erase, target_ops::to_follow_exec, target_ops::to_follow_fork, target_ops::to_get_ada_task_ptid, target_ops::to_get_bookmark, target_ops::to_get_memory_xfer_limit, target_ops::to_get_min_fast_tracepoint_insn_len, target_ops::to_get_raw_trace_data, target_ops::to_get_section_table, target_ops::to_get_tailcall_unwinder, target_ops::to_get_thread_local_address, target_ops::to_get_tib_address, target_ops::to_get_trace_state_variable_value, target_ops::to_get_trace_status, target_ops::to_get_tracepoint_status, target_ops::to_get_unwinder, target_ops::to_goto_bookmark, target_ops::to_goto_record, target_ops::to_goto_record_begin, target_ops::to_goto_record_end, target_ops::to_has_exited, target_ops::to_info_record, target_ops::to_insert_breakpoint, target_ops::to_insert_exec_catchpoint, target_ops::to_insert_fork_catchpoint, target_ops::to_insert_hw_breakpoint, target_ops::to_insert_mask_watchpoint, target_ops::to_insert_vfork_catchpoint, target_ops::to_insert_watchpoint, target_ops::to_insn_history, target_ops::to_insn_history_from, target_ops::to_insn_history_range, target_ops::to_interrupt, target_ops::to_is_async_p, target_ops::to_kill, target_ops::to_load, target_ops::to_log_command, target_ops::to_make_corefile_notes, target_ops::to_masked_watch_num_registers, target_ops::to_mourn_inferior, target_ops::to_pass_ctrlc, target_ops::to_pass_signals, target_ops::to_pid_to_exec_file, target_ops::to_pid_to_str, target_ops::to_post_attach, target_ops::to_post_startup_inferior, target_ops::to_prepare_to_generate_core, target_ops::to_prepare_to_store, target_ops::to_program_signals, target_ops::to_ranged_break_num_registers, target_ops::to_rcmd, target_ops::to_read_btrace, target_ops::to_read_description, target_ops::to_record_is_replaying, target_ops::to_record_method, target_ops::to_record_stop_replaying, target_ops::to_record_will_replay, target_ops::to_region_ok_for_hw_watchpoint, target_ops::to_remove_breakpoint, target_ops::to_remove_exec_catchpoint, target_ops::to_remove_fork_catchpoint, target_ops::to_remove_hw_breakpoint, target_ops::to_remove_mask_watchpoint, target_ops::to_remove_vfork_catchpoint, target_ops::to_remove_watchpoint, target_ops::to_resume, target_ops::to_save_record, target_ops::to_save_trace_data, target_ops::to_search_memory, target_ops::to_set_circular_trace_buffer, target_ops::to_set_disconnected_tracing, target_ops::to_set_permissions, target_ops::to_set_syscall_catchpoint, target_ops::to_set_trace_buffer_size, target_ops::to_set_trace_notes, target_ops::to_static_tracepoint_marker_at, target_ops::to_stop, target_ops::to_stop_recording, target_ops::to_stopped_by_hw_breakpoint, target_ops::to_stopped_by_sw_breakpoint, target_ops::to_stopped_by_watchpoint, target_ops::to_stopped_data_address, target_ops::to_store_registers, target_ops::to_supports_btrace, target_ops::to_supports_enable_disable_tracepoint, target_ops::to_supports_evaluation_of_breakpoint_conditions, target_ops::to_supports_multi_process, target_ops::to_supports_non_stop, target_ops::to_supports_stopped_by_hw_breakpoint, target_ops::to_supports_stopped_by_sw_breakpoint, target_ops::to_supports_string_tracing, target_ops::to_teardown_btrace, target_ops::to_terminal_inferior, target_ops::to_terminal_info, target_ops::to_terminal_init, target_ops::to_terminal_ours, target_ops::to_terminal_ours_for_output, target_ops::to_thread_address_space, target_ops::to_thread_alive, target_ops::to_thread_architecture, target_ops::to_thread_events, target_ops::to_thread_handle_to_thread_info, target_ops::to_thread_name, target_ops::to_trace_find, target_ops::to_trace_init, target_ops::to_trace_set_readonly_regions, target_ops::to_trace_start, target_ops::to_trace_stop, target_ops::to_traceframe_info, target_ops::to_update_thread_list, target_ops::to_upload_trace_state_variables, target_ops::to_upload_tracepoints, target_ops::to_use_agent, target_ops::to_verify_memory, target_ops::to_wait, target_ops::to_watchpoint_addr_within_range, and target_ops::to_xfer_partial.

Referenced by complete_target_initialization(), and update_current_target().

◆ install_dummy_methods()

static void install_dummy_methods ( struct target_ops ops)
static

Definition at line 4498 of file target-delegates.c.

References default_auxv_parse(), default_execution_direction(), default_follow_fork(), default_get_ada_task_ptid(), default_mourn_inferior(), default_pid_to_str(), default_rcmd(), default_region_ok_for_hw_watchpoint(), default_search_memory(), default_target_pass_ctrlc(), default_target_wait(), default_terminal_info(), default_thread_address_space(), default_thread_architecture(), default_verify_memory(), default_watchpoint_addr_within_range(), dummy_find_memory_regions(), dummy_make_corefile_notes(), memory_insert_breakpoint(), memory_remove_breakpoint(), tdefault_always_non_stop_p(), tdefault_async(), tdefault_augmented_libraries_svr4_read(), tdefault_btrace_conf(), tdefault_call_history(), tdefault_call_history_from(), tdefault_call_history_range(), tdefault_can_accel_watchpoint_condition(), tdefault_can_async_p(), tdefault_can_do_single_step(), tdefault_can_download_tracepoint(), tdefault_can_execute_reverse(), tdefault_can_run(), tdefault_can_run_breakpoint_commands(), tdefault_can_use_agent(), tdefault_can_use_hw_breakpoint(), tdefault_commit_resume(), tdefault_core_of_thread(), tdefault_delete_record(), tdefault_detach(), tdefault_disable_btrace(), tdefault_disable_tracepoint(), tdefault_disconnect(), tdefault_done_generating_core(), tdefault_download_trace_state_variable(), tdefault_download_tracepoint(), tdefault_enable_btrace(), tdefault_enable_tracepoint(), tdefault_extra_thread_info(), tdefault_fetch_registers(), tdefault_files_info(), tdefault_filesystem_is_local(), tdefault_flash_done(), tdefault_flash_erase(), tdefault_follow_exec(), tdefault_get_bookmark(), tdefault_get_memory_xfer_limit(), tdefault_get_min_fast_tracepoint_insn_len(), tdefault_get_raw_trace_data(), tdefault_get_section_table(), tdefault_get_tailcall_unwinder(), tdefault_get_thread_local_address(), tdefault_get_tib_address(), tdefault_get_trace_state_variable_value(), tdefault_get_trace_status(), tdefault_get_tracepoint_status(), tdefault_get_unwinder(), tdefault_goto_bookmark(), tdefault_goto_record(), tdefault_goto_record_begin(), tdefault_goto_record_end(), tdefault_has_exited(), tdefault_info_record(), tdefault_insert_exec_catchpoint(), tdefault_insert_fork_catchpoint(), tdefault_insert_hw_breakpoint(), tdefault_insert_mask_watchpoint(), tdefault_insert_vfork_catchpoint(), tdefault_insert_watchpoint(), tdefault_insn_history(), tdefault_insn_history_from(), tdefault_insn_history_range(), tdefault_interrupt(), tdefault_is_async_p(), tdefault_kill(), tdefault_load(), tdefault_log_command(), tdefault_masked_watch_num_registers(), tdefault_memory_map(), tdefault_pass_signals(), tdefault_pid_to_exec_file(), tdefault_post_attach(), tdefault_post_startup_inferior(), tdefault_prepare_to_generate_core(), tdefault_prepare_to_store(), tdefault_program_signals(), tdefault_ranged_break_num_registers(), tdefault_read_btrace(), tdefault_read_description(), tdefault_record_is_replaying(), tdefault_record_method(), tdefault_record_stop_replaying(), tdefault_record_will_replay(), tdefault_remove_exec_catchpoint(), tdefault_remove_fork_catchpoint(), tdefault_remove_hw_breakpoint(), tdefault_remove_mask_watchpoint(), tdefault_remove_vfork_catchpoint(), tdefault_remove_watchpoint(), tdefault_resume(), tdefault_save_record(), tdefault_save_trace_data(), tdefault_set_circular_trace_buffer(), tdefault_set_disconnected_tracing(), tdefault_set_permissions(), tdefault_set_syscall_catchpoint(), tdefault_set_trace_buffer_size(), tdefault_set_trace_notes(), tdefault_static_tracepoint_marker_at(), tdefault_stop(), tdefault_stop_recording(), tdefault_stopped_by_hw_breakpoint(), tdefault_stopped_by_sw_breakpoint(), tdefault_stopped_by_watchpoint(), tdefault_stopped_data_address(), tdefault_store_registers(), tdefault_supports_btrace(), tdefault_supports_enable_disable_tracepoint(), tdefault_supports_evaluation_of_breakpoint_conditions(), tdefault_supports_multi_process(), tdefault_supports_non_stop(), tdefault_supports_stopped_by_hw_breakpoint(), tdefault_supports_stopped_by_sw_breakpoint(), tdefault_supports_string_tracing(), tdefault_teardown_btrace(), tdefault_terminal_inferior(), tdefault_terminal_init(), tdefault_terminal_ours(), tdefault_terminal_ours_for_output(), tdefault_thread_alive(), tdefault_thread_events(), tdefault_thread_handle_to_thread_info(), tdefault_thread_name(), tdefault_trace_find(), tdefault_trace_init(), tdefault_trace_set_readonly_regions(), tdefault_trace_start(), tdefault_trace_stop(), tdefault_traceframe_info(), tdefault_update_thread_list(), tdefault_upload_trace_state_variables(), tdefault_upload_tracepoints(), tdefault_use_agent(), tdefault_xfer_partial(), target_ops::to_always_non_stop_p, target_ops::to_async, target_ops::to_augmented_libraries_svr4_read, target_ops::to_auxv_parse, target_ops::to_btrace_conf, target_ops::to_call_history, target_ops::to_call_history_from, target_ops::to_call_history_range, target_ops::to_can_accel_watchpoint_condition, target_ops::to_can_async_p, target_ops::to_can_do_single_step, target_ops::to_can_download_tracepoint, target_ops::to_can_execute_reverse, target_ops::to_can_run, target_ops::to_can_run_breakpoint_commands, target_ops::to_can_use_agent, target_ops::to_can_use_hw_breakpoint, target_ops::to_commit_resume, target_ops::to_core_of_thread, target_ops::to_delete_record, target_ops::to_detach, target_ops::to_disable_btrace, target_ops::to_disable_tracepoint, target_ops::to_disconnect, target_ops::to_done_generating_core, target_ops::to_download_trace_state_variable, target_ops::to_download_tracepoint, target_ops::to_enable_btrace, target_ops::to_enable_tracepoint, target_ops::to_execution_direction, target_ops::to_extra_thread_info, target_ops::to_fetch_registers, target_ops::to_files_info, target_ops::to_filesystem_is_local, target_ops::to_find_memory_regions, target_ops::to_flash_done, target_ops::to_flash_erase, target_ops::to_follow_exec, target_ops::to_follow_fork, target_ops::to_get_ada_task_ptid, target_ops::to_get_bookmark, target_ops::to_get_memory_xfer_limit, target_ops::to_get_min_fast_tracepoint_insn_len, target_ops::to_get_raw_trace_data, target_ops::to_get_section_table, target_ops::to_get_tailcall_unwinder, target_ops::to_get_thread_local_address, target_ops::to_get_tib_address, target_ops::to_get_trace_state_variable_value, target_ops::to_get_trace_status, target_ops::to_get_tracepoint_status, target_ops::to_get_unwinder, target_ops::to_goto_bookmark, target_ops::to_goto_record, target_ops::to_goto_record_begin, target_ops::to_goto_record_end, target_ops::to_has_exited, target_ops::to_info_record, target_ops::to_insert_breakpoint, target_ops::to_insert_exec_catchpoint, target_ops::to_insert_fork_catchpoint, target_ops::to_insert_hw_breakpoint, target_ops::to_insert_mask_watchpoint, target_ops::to_insert_vfork_catchpoint, target_ops::to_insert_watchpoint, target_ops::to_insn_history, target_ops::to_insn_history_from, target_ops::to_insn_history_range, target_ops::to_interrupt, target_ops::to_is_async_p, target_ops::to_kill, target_ops::to_load, target_ops::to_log_command, target_ops::to_make_corefile_notes, target_ops::to_masked_watch_num_registers, target_ops::to_mourn_inferior, target_ops::to_pass_ctrlc, target_ops::to_pass_signals, target_ops::to_pid_to_exec_file, target_ops::to_pid_to_str, target_ops::to_post_attach, target_ops::to_post_startup_inferior, target_ops::to_prepare_to_generate_core, target_ops::to_prepare_to_store, target_ops::to_program_signals, target_ops::to_ranged_break_num_registers, target_ops::to_rcmd, target_ops::to_read_btrace, target_ops::to_read_description, target_ops::to_record_is_replaying, target_ops::to_record_method, target_ops::to_record_stop_replaying, target_ops::to_record_will_replay, target_ops::to_region_ok_for_hw_watchpoint, target_ops::to_remove_breakpoint, target_ops::to_remove_exec_catchpoint, target_ops::to_remove_fork_catchpoint, target_ops::to_remove_hw_breakpoint, target_ops::to_remove_mask_watchpoint, target_ops::to_remove_vfork_catchpoint, target_ops::to_remove_watchpoint, target_ops::to_resume, target_ops::to_save_record, target_ops::to_save_trace_data, target_ops::to_search_memory, target_ops::to_set_circular_trace_buffer, target_ops::to_set_disconnected_tracing, target_ops::to_set_permissions, target_ops::to_set_syscall_catchpoint, target_ops::to_set_trace_buffer_size, target_ops::to_set_trace_notes, target_ops::to_static_tracepoint_marker_at, target_ops::to_stop, target_ops::to_stop_recording, target_ops::to_stopped_by_hw_breakpoint, target_ops::to_stopped_by_sw_breakpoint, target_ops::to_stopped_by_watchpoint, target_ops::to_stopped_data_address, target_ops::to_store_registers, target_ops::to_supports_btrace, target_ops::to_supports_enable_disable_tracepoint, target_ops::to_supports_evaluation_of_breakpoint_conditions, target_ops::to_supports_multi_process, target_ops::to_supports_non_stop, target_ops::to_supports_stopped_by_hw_breakpoint, target_ops::to_supports_stopped_by_sw_breakpoint, target_ops::to_supports_string_tracing, target_ops::to_teardown_btrace, target_ops::to_terminal_inferior, target_ops::to_terminal_info, target_ops::to_terminal_init, target_ops::to_terminal_ours, target_ops::to_terminal_ours_for_output, target_ops::to_thread_address_space, target_ops::to_thread_alive, target_ops::to_thread_architecture, target_ops::to_thread_events, target_ops::to_thread_handle_to_thread_info, target_ops::to_thread_name, target_ops::to_trace_find, target_ops::to_trace_init, target_ops::to_trace_set_readonly_regions, target_ops::to_trace_start, target_ops::to_trace_stop, target_ops::to_traceframe_info, target_ops::to_update_thread_list, target_ops::to_upload_trace_state_variables, target_ops::to_upload_tracepoints, target_ops::to_use_agent, target_ops::to_verify_memory, target_ops::to_wait, target_ops::to_watchpoint_addr_within_range, and target_ops::to_xfer_partial.

Referenced by init_dummy_target().

◆ tdefault_always_non_stop_p()

static int tdefault_always_non_stop_p ( struct target_ops self)
static

Definition at line 1921 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_async()

static void tdefault_async ( struct target_ops self,
int  arg1 
)
static

Definition at line 1845 of file target-delegates.c.

References tcomplain().

Referenced by install_dummy_methods().

◆ tdefault_augmented_libraries_svr4_read()

static int tdefault_augmented_libraries_svr4_read ( struct target_ops self)
static

Definition at line 4065 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_btrace_conf()

static const struct btrace_config* tdefault_btrace_conf ( struct target_ops self,
const struct btrace_target_info arg1 
)
static

Definition at line 3592 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_call_history()

static void tdefault_call_history ( struct target_ops self,
int  arg1,
int  arg2 
)
static

Definition at line 3980 of file target-delegates.c.

References tcomplain().

Referenced by install_dummy_methods().

◆ tdefault_call_history_from()

static void tdefault_call_history_from ( struct target_ops self,
ULONGEST  arg1,
int  arg2,
int  arg3 
)
static

Definition at line 4007 of file target-delegates.c.

References tcomplain().

Referenced by install_dummy_methods().

◆ tdefault_call_history_range()

static void tdefault_call_history_range ( struct target_ops self,
ULONGEST  arg1,
ULONGEST  arg2,
int  arg3 
)
static

Definition at line 4036 of file target-delegates.c.

References tcomplain().

Referenced by install_dummy_methods().

◆ tdefault_can_accel_watchpoint_condition()

static int tdefault_can_accel_watchpoint_condition ( struct target_ops self,
CORE_ADDR  arg1,
int  arg2,
int  arg3,
struct expression arg4 
)
static

Definition at line 795 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_can_async_p()

static int tdefault_can_async_p ( struct target_ops self)
static

Definition at line 1791 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_can_do_single_step()

static int tdefault_can_do_single_step ( struct target_ops self)
static

Definition at line 861 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_can_download_tracepoint()

static int tdefault_can_download_tracepoint ( struct target_ops self)
static

Definition at line 2650 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_can_execute_reverse()

static int tdefault_can_execute_reverse ( struct target_ops self)
static

Definition at line 2346 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_can_run()

static int tdefault_can_run ( struct target_ops self)
static

Definition at line 1381 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_can_run_breakpoint_commands()

static int tdefault_can_run_breakpoint_commands ( struct target_ops self)
static

Definition at line 2502 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_can_use_agent()

static int tdefault_can_use_agent ( struct target_ops self)
static

Definition at line 3422 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_can_use_hw_breakpoint()

static int tdefault_can_use_hw_breakpoint ( struct target_ops self,
enum bptype  arg1,
int  arg2,
int  arg3 
)
static

Definition at line 429 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_commit_resume()

static void tdefault_commit_resume ( struct target_ops self)
static

Definition at line 120 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_core_of_thread()

static int tdefault_core_of_thread ( struct target_ops self,
ptid_t  arg1 
)
static

Definition at line 3197 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_delete_record()

static void tdefault_delete_record ( struct target_ops self)
static

Definition at line 3719 of file target-delegates.c.

References tcomplain().

Referenced by install_dummy_methods(), and target_supports_delete_record().

◆ tdefault_detach()

static void tdefault_detach ( struct target_ops self,
const char *  arg1,
int  arg2 
)
static

Definition at line 38 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_disable_btrace()

static void tdefault_disable_btrace ( struct target_ops self,
struct btrace_target_info arg1 
)
static

Definition at line 3509 of file target-delegates.c.

References tcomplain().

Referenced by install_dummy_methods().

◆ tdefault_disable_tracepoint()

static void tdefault_disable_tracepoint ( struct target_ops self,
struct bp_location arg1 
)
static

Definition at line 2727 of file target-delegates.c.

References tcomplain().

Referenced by install_dummy_methods().

◆ tdefault_disconnect()

static void tdefault_disconnect ( struct target_ops self,
const char *  arg1,
int  arg2 
)
static

Definition at line 64 of file target-delegates.c.

References tcomplain().

Referenced by install_dummy_methods().

◆ tdefault_done_generating_core()

static void tdefault_done_generating_core ( struct target_ops self)
static

Definition at line 4168 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_download_trace_state_variable()

static void tdefault_download_trace_state_variable ( struct target_ops self,
struct trace_state_variable arg1 
)
static

Definition at line 2677 of file target-delegates.c.

References tcomplain().

Referenced by install_dummy_methods().

◆ tdefault_download_tracepoint()

static void tdefault_download_tracepoint ( struct target_ops self,
struct bp_location arg1 
)
static

Definition at line 2625 of file target-delegates.c.

References tcomplain().

Referenced by install_dummy_methods().

◆ tdefault_enable_btrace()

static struct btrace_target_info* tdefault_enable_btrace ( struct target_ops self,
ptid_t  arg1,
const struct btrace_config arg2 
)
static

Definition at line 3478 of file target-delegates.c.

References tcomplain().

Referenced by install_dummy_methods().

◆ tdefault_enable_tracepoint()

static void tdefault_enable_tracepoint ( struct target_ops self,
struct bp_location arg1 
)
static

Definition at line 2702 of file target-delegates.c.

References tcomplain().

Referenced by install_dummy_methods().

◆ tdefault_extra_thread_info()

static const char* tdefault_extra_thread_info ( struct target_ops self,
struct thread_info arg1 
)
static

Definition at line 1534 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_fetch_registers()

static void tdefault_fetch_registers ( struct target_ops self,
struct regcache arg1,
int  arg2 
)
static

Definition at line 169 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_files_info()

static void tdefault_files_info ( struct target_ops self)
static

Definition at line 247 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_filesystem_is_local()

static int tdefault_filesystem_is_local ( struct target_ops self)
static

Definition at line 2575 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_flash_done()

static void tdefault_flash_done ( struct target_ops self)
static

Definition at line 2211 of file target-delegates.c.

References tcomplain().

Referenced by install_dummy_methods().

◆ tdefault_flash_erase()

static void tdefault_flash_erase ( struct target_ops self,
ULONGEST  arg1,
LONGEST  arg2 
)
static

Definition at line 2184 of file target-delegates.c.

References tcomplain().

Referenced by install_dummy_methods().

◆ tdefault_follow_exec()

static void tdefault_follow_exec ( struct target_ops self,
struct inferior arg1,
char *  arg2 
)
static

Definition at line 1270 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_get_bookmark()

static gdb_byte* tdefault_get_bookmark ( struct target_ops self,
const char *  arg1,
int  arg2 
)
static

Definition at line 1998 of file target-delegates.c.

References tcomplain().

Referenced by install_dummy_methods().

◆ tdefault_get_memory_xfer_limit()

static ULONGEST tdefault_get_memory_xfer_limit ( struct target_ops self)
static

Definition at line 2130 of file target-delegates.c.

References ULONGEST_MAX.

Referenced by install_dummy_methods().

◆ tdefault_get_min_fast_tracepoint_insn_len()

static int tdefault_get_min_fast_tracepoint_insn_len ( struct target_ops self)
static

Definition at line 3065 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_get_raw_trace_data()

static LONGEST tdefault_get_raw_trace_data ( struct target_ops self,
gdb_byte arg1,
ULONGEST  arg2,
LONGEST  arg3 
)
static

Definition at line 3032 of file target-delegates.c.

References tcomplain().

Referenced by install_dummy_methods().

◆ tdefault_get_section_table()

static struct target_section_table* tdefault_get_section_table ( struct target_ops self)
static

Definition at line 1764 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_get_tailcall_unwinder()

static const struct frame_unwind* tdefault_get_tailcall_unwinder ( struct target_ops self)
static

Definition at line 4119 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_get_thread_local_address()

static CORE_ADDR tdefault_get_thread_local_address ( struct target_ops self,
ptid_t  arg1,
CORE_ADDR  arg2,
CORE_ADDR  arg3 
)
static

Definition at line 2056 of file target-delegates.c.

References generic_tls_error().

Referenced by install_dummy_methods().

◆ tdefault_get_tib_address()

static int tdefault_get_tib_address ( struct target_ops self,
ptid_t  arg1,
CORE_ADDR arg2 
)
static

Definition at line 3253 of file target-delegates.c.

References tcomplain().

Referenced by install_dummy_methods().

◆ tdefault_get_trace_state_variable_value()

static int tdefault_get_trace_state_variable_value ( struct target_ops self,
int  arg1,
LONGEST arg2 
)
static

Definition at line 2914 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_get_trace_status()

static int tdefault_get_trace_status ( struct target_ops self,
struct trace_status arg1 
)
static

Definition at line 2798 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_get_tracepoint_status()

static void tdefault_get_tracepoint_status ( struct target_ops self,
struct breakpoint arg1,
struct uploaded_tp arg2 
)
static

Definition at line 2827 of file target-delegates.c.

References tcomplain().

Referenced by install_dummy_methods().

◆ tdefault_get_unwinder()

static const struct frame_unwind* tdefault_get_unwinder ( struct target_ops self)
static

Definition at line 4092 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_goto_bookmark()

static void tdefault_goto_bookmark ( struct target_ops self,
const gdb_byte arg1,
int  arg2 
)
static

Definition at line 2029 of file target-delegates.c.

References tcomplain().

Referenced by install_dummy_methods().

◆ tdefault_goto_record()

static void tdefault_goto_record ( struct target_ops self,
ULONGEST  arg1 
)
static

Definition at line 3870 of file target-delegates.c.

References tcomplain().

Referenced by install_dummy_methods().

◆ tdefault_goto_record_begin()

static void tdefault_goto_record_begin ( struct target_ops self)
static

Definition at line 3824 of file target-delegates.c.

References tcomplain().

Referenced by install_dummy_methods().

◆ tdefault_goto_record_end()

static void tdefault_goto_record_end ( struct target_ops self)
static

Definition at line 3847 of file target-delegates.c.

References tcomplain().

Referenced by install_dummy_methods().

◆ tdefault_has_exited()

static int tdefault_has_exited ( struct target_ops self,
int  arg1,
int  arg2,
int *  arg3 
)
static

Definition at line 1331 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_info_record()

static void tdefault_info_record ( struct target_ops self)
static

Definition at line 3672 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_insert_exec_catchpoint()

static int tdefault_insert_exec_catchpoint ( struct target_ops self,
int  arg1 
)
static

Definition at line 1212 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_insert_fork_catchpoint()

static int tdefault_insert_fork_catchpoint ( struct target_ops self,
int  arg1 
)
static

Definition at line 1071 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_insert_hw_breakpoint()

static int tdefault_insert_hw_breakpoint ( struct target_ops self,
struct gdbarch arg1,
struct bp_target_info arg2 
)
static

Definition at line 489 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_insert_mask_watchpoint()

static int tdefault_insert_mask_watchpoint ( struct target_ops self,
CORE_ADDR  arg1,
CORE_ADDR  arg2,
enum target_hw_bp_type  arg3 
)
static

Definition at line 621 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_insert_vfork_catchpoint()

static int tdefault_insert_vfork_catchpoint ( struct target_ops self,
int  arg1 
)
static

Definition at line 1129 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_insert_watchpoint()

static int tdefault_insert_watchpoint ( struct target_ops self,
CORE_ADDR  arg1,
int  arg2,
enum target_hw_bp_type  arg3,
struct expression arg4 
)
static

Definition at line 586 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_insn_history()

static void tdefault_insn_history ( struct target_ops self,
int  arg1,
gdb_disassembly_flags  arg2 
)
static

Definition at line 3895 of file target-delegates.c.

References tcomplain().

Referenced by install_dummy_methods().

◆ tdefault_insn_history_from()

static void tdefault_insn_history_from ( struct target_ops self,
ULONGEST  arg1,
int  arg2,
gdb_disassembly_flags  arg3 
)
static

Definition at line 3922 of file target-delegates.c.

References tcomplain().

Referenced by install_dummy_methods().

◆ tdefault_insn_history_range()

static void tdefault_insn_history_range ( struct target_ops self,
ULONGEST  arg1,
ULONGEST  arg2,
gdb_disassembly_flags  arg3 
)
static

Definition at line 3951 of file target-delegates.c.

References tcomplain().

Referenced by install_dummy_methods().

◆ tdefault_interrupt()

static void tdefault_interrupt ( struct target_ops self,
ptid_t  arg1 
)
static

Definition at line 1649 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_is_async_p()

static int tdefault_is_async_p ( struct target_ops self)
static

Definition at line 1818 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_kill()

static void tdefault_kill ( struct target_ops self)
static

Definition at line 997 of file target-delegates.c.

References noprocess().

Referenced by install_dummy_methods().

◆ tdefault_load()

static void tdefault_load ( struct target_ops self,
const char *  arg1,
int  arg2 
)
static

Definition at line 1020 of file target-delegates.c.

References tcomplain().

Referenced by install_dummy_methods().

◆ tdefault_log_command()

static void tdefault_log_command ( struct target_ops self,
const char *  arg1 
)
static

Definition at line 1740 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_masked_watch_num_registers()

static int tdefault_masked_watch_num_registers ( struct target_ops self,
CORE_ADDR  arg1,
CORE_ADDR  arg2 
)
static

Definition at line 830 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_memory_map()

static std::vector<mem_region> tdefault_memory_map ( struct target_ops self)
static

Definition at line 2157 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_pass_signals()

static void tdefault_pass_signals ( struct target_ops self,
int  arg1,
unsigned char *  arg2 
)
static

Definition at line 1408 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_pid_to_exec_file()

static char* tdefault_pid_to_exec_file ( struct target_ops self,
int  arg1 
)
static

Definition at line 1711 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_post_attach()

static void tdefault_post_attach ( struct target_ops self,
int  arg1 
)
static

Definition at line 14 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_post_startup_inferior()

static void tdefault_post_startup_inferior ( struct target_ops self,
ptid_t  arg1 
)
static

Definition at line 1047 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_prepare_to_generate_core()

static void tdefault_prepare_to_generate_core ( struct target_ops self)
static

Definition at line 4146 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_prepare_to_store()

static void tdefault_prepare_to_store ( struct target_ops self,
struct regcache arg1 
)
static

Definition at line 222 of file target-delegates.c.

References noprocess().

Referenced by install_dummy_methods().

◆ tdefault_program_signals()

static void tdefault_program_signals ( struct target_ops self,
int  arg1,
unsigned char *  arg2 
)
static

Definition at line 1434 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_ranged_break_num_registers()

static int tdefault_ranged_break_num_registers ( struct target_ops self)
static

Definition at line 462 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_read_btrace()

static enum btrace_error tdefault_read_btrace ( struct target_ops self,
struct btrace_data arg1,
struct btrace_target_info arg2,
enum btrace_read_type  arg3 
)
static

Definition at line 3559 of file target-delegates.c.

References tcomplain().

Referenced by install_dummy_methods().

◆ tdefault_read_description()

static const struct target_desc* tdefault_read_description ( struct target_ops self)
static

Definition at line 2234 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_record_is_replaying()

static int tdefault_record_is_replaying ( struct target_ops self,
ptid_t  arg1 
)
static

Definition at line 3742 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_record_method()

static enum record_method tdefault_record_method ( struct target_ops self,
ptid_t  arg1 
)
static

Definition at line 3621 of file target-delegates.c.

References RECORD_METHOD_NONE.

Referenced by install_dummy_methods().

◆ tdefault_record_stop_replaying()

static void tdefault_record_stop_replaying ( struct target_ops self)
static

Definition at line 3802 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_record_will_replay()

static int tdefault_record_will_replay ( struct target_ops self,
ptid_t  arg1,
int  arg2 
)
static

Definition at line 3771 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_remove_exec_catchpoint()

static int tdefault_remove_exec_catchpoint ( struct target_ops self,
int  arg1 
)
static

Definition at line 1241 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_remove_fork_catchpoint()

static int tdefault_remove_fork_catchpoint ( struct target_ops self,
int  arg1 
)
static

Definition at line 1100 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_remove_hw_breakpoint()

static int tdefault_remove_hw_breakpoint ( struct target_ops self,
struct gdbarch arg1,
struct bp_target_info arg2 
)
static

Definition at line 520 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_remove_mask_watchpoint()

static int tdefault_remove_mask_watchpoint ( struct target_ops self,
CORE_ADDR  arg1,
CORE_ADDR  arg2,
enum target_hw_bp_type  arg3 
)
static

Definition at line 654 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_remove_vfork_catchpoint()

static int tdefault_remove_vfork_catchpoint ( struct target_ops self,
int  arg1 
)
static

Definition at line 1158 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_remove_watchpoint()

static int tdefault_remove_watchpoint ( struct target_ops self,
CORE_ADDR  arg1,
int  arg2,
enum target_hw_bp_type  arg3,
struct expression arg4 
)
static

Definition at line 551 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_resume()

static void tdefault_resume ( struct target_ops self,
ptid_t  arg1,
int  arg2,
enum gdb_signal  arg3 
)
static

Definition at line 91 of file target-delegates.c.

References noprocess().

Referenced by install_dummy_methods().

◆ tdefault_save_record()

static void tdefault_save_record ( struct target_ops self,
const char *  arg1 
)
static

Definition at line 3694 of file target-delegates.c.

References tcomplain().

Referenced by install_dummy_methods().

◆ tdefault_save_trace_data()

static int tdefault_save_trace_data ( struct target_ops self,
const char *  arg1 
)
static

Definition at line 2945 of file target-delegates.c.

References tcomplain().

Referenced by install_dummy_methods().

◆ tdefault_set_circular_trace_buffer()

static void tdefault_set_circular_trace_buffer ( struct target_ops self,
int  arg1 
)
static

Definition at line 3116 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_set_disconnected_tracing()

static void tdefault_set_disconnected_tracing ( struct target_ops self,
int  arg1 
)
static

Definition at line 3092 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_set_permissions()

static void tdefault_set_permissions ( struct target_ops self)
static

Definition at line 3284 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_set_syscall_catchpoint()

static int tdefault_set_syscall_catchpoint ( struct target_ops self,
int  arg1,
bool  arg2,
int  arg3,
gdb::array_view< const int >  arg4 
)
static

Definition at line 1296 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_set_trace_buffer_size()

static void tdefault_set_trace_buffer_size ( struct target_ops self,
LONGEST  arg1 
)
static

Definition at line 3140 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_set_trace_notes()

static int tdefault_set_trace_notes ( struct target_ops self,
const char *  arg1,
const char *  arg2,
const char *  arg3 
)
static

Definition at line 3164 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_static_tracepoint_marker_at()

static int tdefault_static_tracepoint_marker_at ( struct target_ops self,
CORE_ADDR  arg1,
struct static_tracepoint_marker arg2 
)
static

Definition at line 3306 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_stop()

static void tdefault_stop ( struct target_ops self,
ptid_t  arg1 
)
static

Definition at line 1625 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_stop_recording()

static void tdefault_stop_recording ( struct target_ops self)
static

Definition at line 3650 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_stopped_by_hw_breakpoint()

static int tdefault_stopped_by_hw_breakpoint ( struct target_ops self)
static

Definition at line 375 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_stopped_by_sw_breakpoint()

static int tdefault_stopped_by_sw_breakpoint ( struct target_ops self)
static

Definition at line 321 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_stopped_by_watchpoint()

static int tdefault_stopped_by_watchpoint ( struct target_ops self)
static

Definition at line 687 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_stopped_data_address()

static int tdefault_stopped_data_address ( struct target_ops self,
CORE_ADDR arg1 
)
static

Definition at line 714 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_store_registers()

static void tdefault_store_registers ( struct target_ops self,
struct regcache arg1,
int  arg2 
)
static

Definition at line 195 of file target-delegates.c.

References noprocess().

Referenced by install_dummy_methods().

◆ tdefault_supports_btrace()

static int tdefault_supports_btrace ( struct target_ops self,
enum btrace_format  arg1 
)
static

Definition at line 3449 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_supports_enable_disable_tracepoint()

static int tdefault_supports_enable_disable_tracepoint ( struct target_ops self)
static

Definition at line 2421 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_supports_evaluation_of_breakpoint_conditions()

static int tdefault_supports_evaluation_of_breakpoint_conditions ( struct target_ops self)
static

Definition at line 2475 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_supports_multi_process()

static int tdefault_supports_multi_process ( struct target_ops self)
static

Definition at line 2394 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_supports_non_stop()

static int tdefault_supports_non_stop ( struct target_ops self)
static

Definition at line 1894 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_supports_stopped_by_hw_breakpoint()

static int tdefault_supports_stopped_by_hw_breakpoint ( struct target_ops self)
static

Definition at line 402 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_supports_stopped_by_sw_breakpoint()

static int tdefault_supports_stopped_by_sw_breakpoint ( struct target_ops self)
static

Definition at line 348 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_supports_string_tracing()

static int tdefault_supports_string_tracing ( struct target_ops self)
static

Definition at line 2448 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_teardown_btrace()

static void tdefault_teardown_btrace ( struct target_ops self,
struct btrace_target_info arg1 
)
static

Definition at line 3534 of file target-delegates.c.

References tcomplain().

Referenced by install_dummy_methods().

◆ tdefault_terminal_inferior()

static void tdefault_terminal_inferior ( struct target_ops self)
static

Definition at line 910 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_terminal_init()

static void tdefault_terminal_init ( struct target_ops self)
static

Definition at line 888 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_terminal_ours()

static void tdefault_terminal_ours ( struct target_ops self)
static

Definition at line 954 of file target-delegates.c.

Referenced by install_dummy_methods(), and target_supports_terminal_ours().

◆ tdefault_terminal_ours_for_output()

static void tdefault_terminal_ours_for_output ( struct target_ops self)
static

Definition at line 932 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_thread_alive()

static int tdefault_thread_alive ( struct target_ops self,
ptid_t  arg1 
)
static

Definition at line 1460 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_thread_events()

static void tdefault_thread_events ( struct target_ops self,
int  arg1 
)
static

Definition at line 1870 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_thread_handle_to_thread_info()

static struct thread_info* tdefault_thread_handle_to_thread_info ( struct target_ops self,
const gdb_byte arg1,
int  arg2,
struct inferior arg3 
)
static

Definition at line 1592 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_thread_name()

static const char* tdefault_thread_name ( struct target_ops self,
struct thread_info arg1 
)
static

Definition at line 1563 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_trace_find()

static int tdefault_trace_find ( struct target_ops self,
enum trace_find_type  arg1,
int  arg2,
CORE_ADDR  arg3,
CORE_ADDR  arg4,
int *  arg5 
)
static

Definition at line 2877 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_trace_init()

static void tdefault_trace_init ( struct target_ops self)
static

Definition at line 2602 of file target-delegates.c.

References tcomplain().

Referenced by install_dummy_methods().

◆ tdefault_trace_set_readonly_regions()

static void tdefault_trace_set_readonly_regions ( struct target_ops self)
static

Definition at line 2752 of file target-delegates.c.

References tcomplain().

Referenced by install_dummy_methods().

◆ tdefault_trace_start()

static void tdefault_trace_start ( struct target_ops self)
static

Definition at line 2775 of file target-delegates.c.

References tcomplain().

Referenced by install_dummy_methods().

◆ tdefault_trace_stop()

static void tdefault_trace_stop ( struct target_ops self)
static

Definition at line 2854 of file target-delegates.c.

References tcomplain().

Referenced by install_dummy_methods().

◆ tdefault_traceframe_info()

static traceframe_info_up tdefault_traceframe_info ( struct target_ops self)
static

Definition at line 3366 of file target-delegates.c.

References tcomplain().

Referenced by install_dummy_methods().

◆ tdefault_update_thread_list()

static void tdefault_update_thread_list ( struct target_ops self)
static

Definition at line 1489 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_upload_trace_state_variables()

static int tdefault_upload_trace_state_variables ( struct target_ops self,
struct uploaded_tsv **  arg1 
)
static

Definition at line 3003 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_upload_tracepoints()

static int tdefault_upload_tracepoints ( struct target_ops self,
struct uploaded_tp **  arg1 
)
static

Definition at line 2974 of file target-delegates.c.

Referenced by install_dummy_methods().

◆ tdefault_use_agent()

static int tdefault_use_agent ( struct target_ops self,
int  arg1 
)
static

Definition at line 3393 of file target-delegates.c.

References tcomplain().

Referenced by install_dummy_methods().

◆ tdefault_xfer_partial()

static enum target_xfer_status tdefault_xfer_partial ( struct target_ops self,
enum target_object  arg1,
const char *  arg2,
gdb_byte arg3,
const gdb_byte arg4,
ULONGEST  arg5,
ULONGEST  arg6,
ULONGEST arg7 
)
static

Definition at line 2089 of file target-delegates.c.

References TARGET_XFER_E_IO.

Referenced by install_dummy_methods().

◆ VEC()

static VEC ( static_tracepoint_marker_p  )
static

Definition at line 3329 of file target-delegates.c.