GDB (xrefs)
Functions
/tmp/gdb-7.10/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 ptid_t delegate_wait (struct target_ops *self, ptid_t arg1, struct target_waitstatus *arg2, int arg3)
 
static ptid_t tdefault_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)
 
static int debug_remove_breakpoint (struct target_ops *self, struct gdbarch *arg1, struct bp_target_info *arg2)
 
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, int arg1, int arg2, int arg3)
 
static int tdefault_can_use_hw_breakpoint (struct target_ops *self, int arg1, int arg2, int arg3)
 
static int debug_can_use_hw_breakpoint (struct target_ops *self, int 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, int arg3, struct expression *arg4)
 
static int tdefault_remove_watchpoint (struct target_ops *self, CORE_ADDR arg1, int arg2, int arg3, struct expression *arg4)
 
static int debug_remove_watchpoint (struct target_ops *self, CORE_ADDR arg1, int arg2, int arg3, struct expression *arg4)
 
static int delegate_insert_watchpoint (struct target_ops *self, CORE_ADDR arg1, int arg2, int arg3, struct expression *arg4)
 
static int tdefault_insert_watchpoint (struct target_ops *self, CORE_ADDR arg1, int arg2, int arg3, struct expression *arg4)
 
static int debug_insert_watchpoint (struct target_ops *self, CORE_ADDR arg1, int arg2, int arg3, struct expression *arg4)
 
static int delegate_insert_mask_watchpoint (struct target_ops *self, CORE_ADDR arg1, CORE_ADDR arg2, int arg3)
 
static int tdefault_insert_mask_watchpoint (struct target_ops *self, CORE_ADDR arg1, CORE_ADDR arg2, int arg3)
 
static int debug_insert_mask_watchpoint (struct target_ops *self, CORE_ADDR arg1, CORE_ADDR arg2, int arg3)
 
static int delegate_remove_mask_watchpoint (struct target_ops *self, CORE_ADDR arg1, CORE_ADDR arg2, int arg3)
 
static int tdefault_remove_mask_watchpoint (struct target_ops *self, CORE_ADDR arg1, CORE_ADDR arg2, int arg3)
 
static int debug_remove_mask_watchpoint (struct target_ops *self, CORE_ADDR arg1, CORE_ADDR arg2, int 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 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 int delegate_set_syscall_catchpoint (struct target_ops *self, int arg1, int arg2, int arg3, int arg4, int *arg5)
 
static int tdefault_set_syscall_catchpoint (struct target_ops *self, int arg1, int arg2, int arg3, int arg4, int *arg5)
 
static int debug_set_syscall_catchpoint (struct target_ops *self, int arg1, int arg2, int arg3, int arg4, int *arg5)
 
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 char * delegate_pid_to_str (struct target_ops *self, ptid_t arg1)
 
static char * debug_pid_to_str (struct target_ops *self, ptid_t arg1)
 
static char * delegate_extra_thread_info (struct target_ops *self, struct thread_info *arg1)
 
static char * tdefault_extra_thread_info (struct target_ops *self, struct thread_info *arg1)
 
static char * debug_extra_thread_info (struct target_ops *self, struct thread_info *arg1)
 
static char * delegate_thread_name (struct target_ops *self, struct thread_info *arg1)
 
static char * tdefault_thread_name (struct target_ops *self, struct thread_info *arg1)
 
static char * debug_thread_name (struct target_ops *self, struct thread_info *arg1)
 
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_check_pending_interrupt (struct target_ops *self)
 
static void tdefault_check_pending_interrupt (struct target_ops *self)
 
static void debug_check_pending_interrupt (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 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_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 VEC (mem_region_s)
 
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 struct traceframe_infodelegate_traceframe_info (struct target_ops *self)
 
static struct traceframe_infotdefault_traceframe_info (struct target_ops *self)
 
static struct traceframe_infodebug_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 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)
 
static int tdefault_record_is_replaying (struct target_ops *self)
 
static int debug_record_is_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, int arg2)
 
static void tdefault_insn_history (struct target_ops *self, int arg1, int arg2)
 
static void debug_insn_history (struct target_ops *self, int arg1, int arg2)
 
static void delegate_insn_history_from (struct target_ops *self, ULONGEST arg1, int arg2, int arg3)
 
static void tdefault_insn_history_from (struct target_ops *self, ULONGEST arg1, int arg2, int arg3)
 
static void debug_insn_history_from (struct target_ops *self, ULONGEST arg1, int arg2, int arg3)
 
static void delegate_insn_history_range (struct target_ops *self, ULONGEST arg1, ULONGEST arg2, int arg3)
 
static void tdefault_insn_history_range (struct target_ops *self, ULONGEST arg1, ULONGEST arg2, int arg3)
 
static void debug_insn_history_range (struct target_ops *self, ULONGEST arg1, ULONGEST arg2, int 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

static void debug_async ( struct target_ops self,
int  arg1 
)
static
static int debug_augmented_libraries_svr4_read ( struct target_ops self)
static
static int debug_auxv_parse ( struct target_ops self,
gdb_byte **  arg1,
gdb_byte arg2,
CORE_ADDR arg3,
CORE_ADDR arg4 
)
static
static const struct btrace_config* debug_btrace_conf ( struct target_ops self,
const struct btrace_target_info arg1 
)
static
static void debug_call_history ( struct target_ops self,
int  arg1,
int  arg2 
)
static
static void debug_call_history_from ( struct target_ops self,
ULONGEST  arg1,
int  arg2,
int  arg3 
)
static
static void debug_call_history_range ( struct target_ops self,
ULONGEST  arg1,
ULONGEST  arg2,
int  arg3 
)
static
static int debug_can_accel_watchpoint_condition ( struct target_ops self,
CORE_ADDR  arg1,
int  arg2,
int  arg3,
struct expression arg4 
)
static
static int debug_can_async_p ( struct target_ops self)
static
static int debug_can_download_tracepoint ( struct target_ops self)
static
static int debug_can_execute_reverse ( struct target_ops self)
static
static int debug_can_run ( struct target_ops self)
static
static int debug_can_run_breakpoint_commands ( struct target_ops self)
static
static int debug_can_use_agent ( struct target_ops self)
static
static int debug_can_use_hw_breakpoint ( struct target_ops self,
int  arg1,
int  arg2,
int  arg3 
)
static
static void debug_check_pending_interrupt ( struct target_ops self)
static
static int debug_core_of_thread ( struct target_ops self,
ptid_t  arg1 
)
static
static void debug_delete_record ( struct target_ops self)
static
static void debug_detach ( struct target_ops self,
const char *  arg1,
int  arg2 
)
static
static void debug_disable_btrace ( struct target_ops self,
struct btrace_target_info arg1 
)
static
static void debug_disable_tracepoint ( struct target_ops self,
struct bp_location arg1 
)
static
static void debug_disconnect ( struct target_ops self,
const char *  arg1,
int  arg2 
)
static
static void debug_done_generating_core ( struct target_ops self)
static
static void debug_download_trace_state_variable ( struct target_ops self,
struct trace_state_variable arg1 
)
static
static void debug_download_tracepoint ( struct target_ops self,
struct bp_location arg1 
)
static
static struct btrace_target_info* debug_enable_btrace ( struct target_ops self,
ptid_t  arg1,
const struct btrace_config arg2 
)
static
static void debug_enable_tracepoint ( struct target_ops self,
struct bp_location arg1 
)
static
static enum exec_direction_kind debug_execution_direction ( struct target_ops self)
static
static char* debug_extra_thread_info ( struct target_ops self,
struct thread_info arg1 
)
static
static void debug_fetch_registers ( struct target_ops self,
struct regcache arg1,
int  arg2 
)
static
static void debug_files_info ( struct target_ops self)
static
static int debug_filesystem_is_local ( struct target_ops self)
static
static int debug_find_memory_regions ( struct target_ops self,
find_memory_region_ftype  arg1,
void *  arg2 
)
static
static void debug_flash_done ( struct target_ops self)
static
static void debug_flash_erase ( struct target_ops self,
ULONGEST  arg1,
LONGEST  arg2 
)
static
static int debug_follow_fork ( struct target_ops self,
int  arg1,
int  arg2 
)
static
static ptid_t debug_get_ada_task_ptid ( struct target_ops self,
long  arg1,
long  arg2 
)
static
static gdb_byte* debug_get_bookmark ( struct target_ops self,
const char *  arg1,
int  arg2 
)
static
static int debug_get_min_fast_tracepoint_insn_len ( struct target_ops self)
static
static LONGEST debug_get_raw_trace_data ( struct target_ops self,
gdb_byte arg1,
ULONGEST  arg2,
LONGEST  arg3 
)
static
static struct target_section_table* debug_get_section_table ( struct target_ops self)
static
static const struct frame_unwind* debug_get_tailcall_unwinder ( struct target_ops self)
static
static CORE_ADDR debug_get_thread_local_address ( struct target_ops self,
ptid_t  arg1,
CORE_ADDR  arg2,
CORE_ADDR  arg3 
)
static
static int debug_get_tib_address ( struct target_ops self,
ptid_t  arg1,
CORE_ADDR arg2 
)
static
static int debug_get_trace_state_variable_value ( struct target_ops self,
int  arg1,
LONGEST arg2 
)
static
static int debug_get_trace_status ( struct target_ops self,
struct trace_status arg1 
)
static
static void debug_get_tracepoint_status ( struct target_ops self,
struct breakpoint arg1,
struct uploaded_tp arg2 
)
static
static const struct frame_unwind* debug_get_unwinder ( struct target_ops self)
static
static void debug_goto_bookmark ( struct target_ops self,
const gdb_byte arg1,
int  arg2 
)
static
static void debug_goto_record ( struct target_ops self,
ULONGEST  arg1 
)
static
static void debug_goto_record_begin ( struct target_ops self)
static
static void debug_goto_record_end ( struct target_ops self)
static
static int debug_has_exited ( struct target_ops self,
int  arg1,
int  arg2,
int arg3 
)
static
static void debug_info_record ( struct target_ops self)
static
static int debug_insert_breakpoint ( struct target_ops self,
struct gdbarch arg1,
struct bp_target_info arg2 
)
static
static int debug_insert_exec_catchpoint ( struct target_ops self,
int  arg1 
)
static
static int debug_insert_fork_catchpoint ( struct target_ops self,
int  arg1 
)
static
static int debug_insert_hw_breakpoint ( struct target_ops self,
struct gdbarch arg1,
struct bp_target_info arg2 
)
static
static int debug_insert_mask_watchpoint ( struct target_ops self,
CORE_ADDR  arg1,
CORE_ADDR  arg2,
int  arg3 
)
static
static int debug_insert_vfork_catchpoint ( struct target_ops self,
int  arg1 
)
static
static int debug_insert_watchpoint ( struct target_ops self,
CORE_ADDR  arg1,
int  arg2,
int  arg3,
struct expression arg4 
)
static
static void debug_insn_history ( struct target_ops self,
int  arg1,
int  arg2 
)
static
static void debug_insn_history_from ( struct target_ops self,
ULONGEST  arg1,
int  arg2,
int  arg3 
)
static
static void debug_insn_history_range ( struct target_ops self,
ULONGEST  arg1,
ULONGEST  arg2,
int  arg3 
)
static
static int debug_is_async_p ( struct target_ops self)
static
static void debug_kill ( struct target_ops self)
static
static void debug_load ( struct target_ops self,
const char *  arg1,
int  arg2 
)
static
static void debug_log_command ( struct target_ops self,
const char *  arg1 
)
static
static char* debug_make_corefile_notes ( struct target_ops self,
bfd *  arg1,
int arg2 
)
static
static int debug_masked_watch_num_registers ( struct target_ops self,
CORE_ADDR  arg1,
CORE_ADDR  arg2 
)
static
static void debug_mourn_inferior ( struct target_ops self)
static
static void debug_pass_signals ( struct target_ops self,
int  arg1,
unsigned char *  arg2 
)
static
static char* debug_pid_to_exec_file ( struct target_ops self,
int  arg1 
)
static
static char* debug_pid_to_str ( struct target_ops self,
ptid_t  arg1 
)
static
static void debug_post_attach ( struct target_ops self,
int  arg1 
)
static
static void debug_post_startup_inferior ( struct target_ops self,
ptid_t  arg1 
)
static
static void debug_prepare_to_generate_core ( struct target_ops self)
static
static void debug_prepare_to_store ( struct target_ops self,
struct regcache arg1 
)
static
static void debug_program_signals ( struct target_ops self,
int  arg1,
unsigned char *  arg2 
)
static
static int debug_ranged_break_num_registers ( struct target_ops self)
static
static void debug_rcmd ( struct target_ops self,
const char *  arg1,
struct ui_file arg2 
)
static
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
static const struct target_desc* debug_read_description ( struct target_ops self)
static
static int debug_record_is_replaying ( struct target_ops self)
static
static int debug_region_ok_for_hw_watchpoint ( struct target_ops self,
CORE_ADDR  arg1,
int  arg2 
)
static
static int debug_remove_breakpoint ( struct target_ops self,
struct gdbarch arg1,
struct bp_target_info arg2 
)
static
static int debug_remove_exec_catchpoint ( struct target_ops self,
int  arg1 
)
static
static int debug_remove_fork_catchpoint ( struct target_ops self,
int  arg1 
)
static
static int debug_remove_hw_breakpoint ( struct target_ops self,
struct gdbarch arg1,
struct bp_target_info arg2 
)
static
static int debug_remove_mask_watchpoint ( struct target_ops self,
CORE_ADDR  arg1,
CORE_ADDR  arg2,
int  arg3 
)
static
static int debug_remove_vfork_catchpoint ( struct target_ops self,
int  arg1 
)
static
static int debug_remove_watchpoint ( struct target_ops self,
CORE_ADDR  arg1,
int  arg2,
int  arg3,
struct expression arg4 
)
static
static void debug_resume ( struct target_ops self,
ptid_t  arg1,
int  arg2,
enum gdb_signal  arg3 
)
static
static void debug_save_record ( struct target_ops self,
const char *  arg1 
)
static
static int debug_save_trace_data ( struct target_ops self,
const char *  arg1 
)
static
static int debug_search_memory ( struct target_ops self,
CORE_ADDR  arg1,
ULONGEST  arg2,
const gdb_byte arg3,
ULONGEST  arg4,
CORE_ADDR arg5 
)
static
static void debug_set_circular_trace_buffer ( struct target_ops self,
int  arg1 
)
static
static void debug_set_disconnected_tracing ( struct target_ops self,
int  arg1 
)
static
static void debug_set_permissions ( struct target_ops self)
static
static int debug_set_syscall_catchpoint ( struct target_ops self,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int arg5 
)
static
static void debug_set_trace_buffer_size ( struct target_ops self,
LONGEST  arg1 
)
static
static int debug_set_trace_notes ( struct target_ops self,
const char *  arg1,
const char *  arg2,
const char *  arg3 
)
static
static int debug_static_tracepoint_marker_at ( struct target_ops self,
CORE_ADDR  arg1,
struct static_tracepoint_marker arg2 
)
static
static void debug_stop ( struct target_ops self,
ptid_t  arg1 
)
static
static void debug_stop_recording ( struct target_ops self)
static
static int debug_stopped_by_hw_breakpoint ( struct target_ops self)
static
static int debug_stopped_by_sw_breakpoint ( struct target_ops self)
static
static int debug_stopped_by_watchpoint ( struct target_ops self)
static
static int debug_stopped_data_address ( struct target_ops self,
CORE_ADDR arg1 
)
static
static void debug_store_registers ( struct target_ops self,
struct regcache arg1,
int  arg2 
)
static
static int debug_supports_btrace ( struct target_ops self,
enum btrace_format  arg1 
)
static
static int debug_supports_enable_disable_tracepoint ( struct target_ops self)
static
static int debug_supports_evaluation_of_breakpoint_conditions ( struct target_ops self)
static
static int debug_supports_multi_process ( struct target_ops self)
static
static int debug_supports_non_stop ( struct target_ops self)
static
static int debug_supports_stopped_by_hw_breakpoint ( struct target_ops self)
static
static int debug_supports_stopped_by_sw_breakpoint ( struct target_ops self)
static
static int debug_supports_string_tracing ( struct target_ops self)
static
static void debug_teardown_btrace ( struct target_ops self,
struct btrace_target_info arg1 
)
static
static void debug_terminal_inferior ( struct target_ops self)
static
static void debug_terminal_info ( struct target_ops self,
const char *  arg1,
int  arg2 
)
static
static void debug_terminal_init ( struct target_ops self)
static
static void debug_terminal_ours ( struct target_ops self)
static
static void debug_terminal_ours_for_output ( struct target_ops self)
static
static struct address_space* debug_thread_address_space ( struct target_ops self,
ptid_t  arg1 
)
static
static int debug_thread_alive ( struct target_ops self,
ptid_t  arg1 
)
static
static struct gdbarch* debug_thread_architecture ( struct target_ops self,
ptid_t  arg1 
)
static
static char* debug_thread_name ( struct target_ops self,
struct thread_info arg1 
)
static
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
static void debug_trace_init ( struct target_ops self)
static
static void debug_trace_set_readonly_regions ( struct target_ops self)
static
static void debug_trace_start ( struct target_ops self)
static
static void debug_trace_stop ( struct target_ops self)
static
static struct traceframe_info* debug_traceframe_info ( struct target_ops self)
static
static void debug_update_thread_list ( struct target_ops self)
static
static int debug_upload_trace_state_variables ( struct target_ops self,
struct uploaded_tsv **  arg1 
)
static
static int debug_upload_tracepoints ( struct target_ops self,
struct uploaded_tp **  arg1 
)
static
static int debug_use_agent ( struct target_ops self,
int  arg1 
)
static
static int debug_verify_memory ( struct target_ops self,
const gdb_byte arg1,
CORE_ADDR  arg2,
ULONGEST  arg3 
)
static
static ptid_t debug_wait ( struct target_ops self,
ptid_t  arg1,
struct target_waitstatus arg2,
int  arg3 
)
static
static int debug_watchpoint_addr_within_range ( struct target_ops self,
CORE_ADDR  arg1,
CORE_ADDR  arg2,
int  arg3 
)
static
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
static void delegate_async ( struct target_ops self,
int  arg1 
)
static

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

Referenced by install_delegators().

static int delegate_augmented_libraries_svr4_read ( struct target_ops self)
static

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

Referenced by install_delegators().

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 2080 of file target-delegates.c.

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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 770 of file target-delegates.c.

Referenced by install_delegators().

static int delegate_can_async_p ( struct target_ops self)
static

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

Referenced by install_delegators().

static int delegate_can_download_tracepoint ( struct target_ops self)
static

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

Referenced by install_delegators().

static int delegate_can_execute_reverse ( struct target_ops self)
static

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

Referenced by install_delegators().

static int delegate_can_run ( struct target_ops self)
static

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

Referenced by find_default_run_target(), and install_delegators().

static int delegate_can_run_breakpoint_commands ( struct target_ops self)
static

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

Referenced by install_delegators().

static int delegate_can_use_agent ( struct target_ops self)
static

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

static void delegate_check_pending_interrupt ( struct target_ops self)
static

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

static void delegate_delete_record ( struct target_ops self)
static

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

Referenced by install_delegators(), and target_supports_delete_record().

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().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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().

static void delegate_done_generating_core ( struct target_ops self)
static

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

static enum exec_direction_kind delegate_execution_direction ( struct target_ops self)
static

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

static void delegate_files_info ( struct target_ops self)
static

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

Referenced by install_delegators().

static int delegate_filesystem_is_local ( struct target_ops self)
static

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

static void delegate_flash_done ( struct target_ops self)
static

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

static int delegate_get_min_fast_tracepoint_insn_len ( struct target_ops self)
static

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

static struct target_section_table* delegate_get_section_table ( struct target_ops self)
static

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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 1877 of file target-delegates.c.

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

static void delegate_goto_record_begin ( struct target_ops self)
static

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

Referenced by install_delegators().

static void delegate_goto_record_end ( struct target_ops self)
static

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

static void delegate_info_record ( struct target_ops self)
static

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

static int delegate_is_async_p ( struct target_ops self)
static

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

Referenced by install_delegators().

static void delegate_kill ( struct target_ops self)
static

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

static void delegate_mourn_inferior ( struct target_ops self)
static

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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().

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

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

Referenced by install_delegators().

static void delegate_prepare_to_generate_core ( struct target_ops self)
static

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

static int delegate_ranged_break_num_registers ( struct target_ops self)
static

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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 3353 of file target-delegates.c.

Referenced by install_delegators().

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

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

Referenced by install_delegators().

static int delegate_record_is_replaying ( struct target_ops self)
static

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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 2109 of file target-delegates.c.

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

static void delegate_set_permissions ( struct target_ops self)
static

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

Referenced by install_delegators().

static int delegate_set_syscall_catchpoint ( struct target_ops self,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int arg5 
)
static

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

static void delegate_stop_recording ( struct target_ops self)
static

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

Referenced by install_delegators().

static int delegate_stopped_by_hw_breakpoint ( struct target_ops self)
static

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

Referenced by install_delegators().

static int delegate_stopped_by_sw_breakpoint ( struct target_ops self)
static

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

Referenced by install_delegators().

static int delegate_stopped_by_watchpoint ( struct target_ops self)
static

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

static int delegate_supports_enable_disable_tracepoint ( struct target_ops self)
static

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

Referenced by install_delegators().

static int delegate_supports_evaluation_of_breakpoint_conditions ( struct target_ops self)
static

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

Referenced by install_delegators().

static int delegate_supports_multi_process ( struct target_ops self)
static

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

Referenced by install_delegators().

static int delegate_supports_non_stop ( struct target_ops self)
static

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

Referenced by install_delegators().

static int delegate_supports_stopped_by_hw_breakpoint ( struct target_ops self)
static

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

Referenced by install_delegators().

static int delegate_supports_stopped_by_sw_breakpoint ( struct target_ops self)
static

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

Referenced by install_delegators().

static int delegate_supports_string_tracing ( struct target_ops self)
static

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

static void delegate_terminal_inferior ( struct target_ops self)
static

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

static void delegate_terminal_init ( struct target_ops self)
static

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

Referenced by install_delegators().

static void delegate_terminal_ours ( struct target_ops self)
static

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

Referenced by install_delegators(), and target_supports_terminal_ours().

static void delegate_terminal_ours_for_output ( struct target_ops self)
static

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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 2671 of file target-delegates.c.

Referenced by install_delegators().

static void delegate_trace_init ( struct target_ops self)
static

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

Referenced by install_delegators().

static void delegate_trace_set_readonly_regions ( struct target_ops self)
static

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

Referenced by install_delegators().

static void delegate_trace_start ( struct target_ops self)
static

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

Referenced by install_delegators().

static void delegate_trace_stop ( struct target_ops self)
static

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

Referenced by install_delegators().

static struct traceframe_info* delegate_traceframe_info ( struct target_ops self)
static

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

Referenced by install_delegators().

static void delegate_update_thread_list ( struct target_ops self)
static

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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

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

Referenced by install_delegators().

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 1910 of file target-delegates.c.

Referenced by install_delegators().

static void init_debug_target ( struct target_ops ops)
static

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

References 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_download_tracepoint(), debug_can_execute_reverse(), debug_can_run(), debug_can_run_breakpoint_commands(), debug_can_use_agent(), debug_can_use_hw_breakpoint(), debug_check_pending_interrupt(), 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_fork(), debug_get_ada_task_ptid(), debug_get_bookmark(), 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_is_async_p(), debug_kill(), debug_load(), debug_log_command(), debug_make_corefile_notes(), debug_masked_watch_num_registers(), debug_mourn_inferior(), 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_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_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_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_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_check_pending_interrupt, 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_fork, target_ops::to_get_ada_task_ptid, target_ops::to_get_bookmark, 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_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_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_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_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().

static void install_delegators ( struct target_ops ops)
static

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

References 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_download_tracepoint(), delegate_can_execute_reverse(), delegate_can_run(), delegate_can_run_breakpoint_commands(), delegate_can_use_agent(), delegate_can_use_hw_breakpoint(), delegate_check_pending_interrupt(), 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_fork(), delegate_get_ada_task_ptid(), delegate_get_bookmark(), 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_is_async_p(), delegate_kill(), delegate_load(), delegate_log_command(), delegate_make_corefile_notes(), delegate_masked_watch_num_registers(), delegate_mourn_inferior(), 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_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_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_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_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_check_pending_interrupt, 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_fork, target_ops::to_get_ada_task_ptid, target_ops::to_get_bookmark, 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_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_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_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_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().

static void install_dummy_methods ( struct target_ops ops)
static

Definition at line 4193 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_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_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_download_tracepoint(), tdefault_can_execute_reverse(), tdefault_can_run(), tdefault_can_run_breakpoint_commands(), tdefault_can_use_agent(), tdefault_can_use_hw_breakpoint(), tdefault_check_pending_interrupt(), 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_get_bookmark(), 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_is_async_p(), tdefault_kill(), tdefault_load(), tdefault_log_command(), tdefault_masked_watch_num_registers(), 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_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_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_wait(), tdefault_xfer_partial(), 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_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_check_pending_interrupt, 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_fork, target_ops::to_get_ada_task_ptid, target_ops::to_get_bookmark, 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_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_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_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_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().

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

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

References tcomplain().

Referenced by install_dummy_methods().

static int tdefault_augmented_libraries_svr4_read ( struct target_ops self)
static

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

Referenced by install_dummy_methods().

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

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

Referenced by install_dummy_methods().

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

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

References tcomplain().

Referenced by install_dummy_methods().

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

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

References tcomplain().

Referenced by install_dummy_methods().

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

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

References tcomplain().

Referenced by install_dummy_methods().

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 777 of file target-delegates.c.

Referenced by install_dummy_methods().

static int tdefault_can_async_p ( struct target_ops self)
static

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

Referenced by install_dummy_methods().

static int tdefault_can_download_tracepoint ( struct target_ops self)
static

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

Referenced by install_dummy_methods().

static int tdefault_can_execute_reverse ( struct target_ops self)
static

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

Referenced by install_dummy_methods().

static int tdefault_can_run ( struct target_ops self)
static

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

Referenced by install_dummy_methods().

static int tdefault_can_run_breakpoint_commands ( struct target_ops self)
static

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

Referenced by install_dummy_methods().

static int tdefault_can_use_agent ( struct target_ops self)
static

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

Referenced by install_dummy_methods().

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

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

Referenced by install_dummy_methods().

static void tdefault_check_pending_interrupt ( struct target_ops self)
static

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

Referenced by install_dummy_methods().

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

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

Referenced by install_dummy_methods().

static void tdefault_delete_record ( struct target_ops self)
static

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

References tcomplain().

Referenced by install_dummy_methods(), and target_supports_delete_record().

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().

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

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

References tcomplain().

Referenced by install_dummy_methods().

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

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

References tcomplain().

Referenced by install_dummy_methods().

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().

static void tdefault_done_generating_core ( struct target_ops self)
static

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

Referenced by install_dummy_methods().

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

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

References tcomplain().

Referenced by install_dummy_methods().

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

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

References tcomplain().

Referenced by install_dummy_methods().

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

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

References tcomplain().

Referenced by install_dummy_methods().

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

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

References tcomplain().

Referenced by install_dummy_methods().

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

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

Referenced by install_dummy_methods().

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

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

Referenced by install_dummy_methods().

static void tdefault_files_info ( struct target_ops self)
static

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

Referenced by install_dummy_methods().

static int tdefault_filesystem_is_local ( struct target_ops self)
static

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

Referenced by install_dummy_methods().

static void tdefault_flash_done ( struct target_ops self)
static

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

References tcomplain().

Referenced by install_dummy_methods().

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

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

References tcomplain().

Referenced by install_dummy_methods().

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

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

References tcomplain().

Referenced by install_dummy_methods().

static int tdefault_get_min_fast_tracepoint_insn_len ( struct target_ops self)
static

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

Referenced by install_dummy_methods().

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

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

References tcomplain().

Referenced by install_dummy_methods().

static struct target_section_table* tdefault_get_section_table ( struct target_ops self)
static

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

Referenced by install_dummy_methods().

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

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

Referenced by install_dummy_methods().

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 1884 of file target-delegates.c.

References generic_tls_error().

Referenced by install_dummy_methods().

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

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

References tcomplain().

Referenced by install_dummy_methods().

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

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

Referenced by install_dummy_methods().

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

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

Referenced by install_dummy_methods().

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

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

References tcomplain().

Referenced by install_dummy_methods().

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

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

Referenced by install_dummy_methods().

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

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

References tcomplain().

Referenced by install_dummy_methods().

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

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

References tcomplain().

Referenced by install_dummy_methods().

static void tdefault_goto_record_begin ( struct target_ops self)
static

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

References tcomplain().

Referenced by install_dummy_methods().

static void tdefault_goto_record_end ( struct target_ops self)
static

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

References tcomplain().

Referenced by install_dummy_methods().

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

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

Referenced by install_dummy_methods().

static void tdefault_info_record ( struct target_ops self)
static

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

Referenced by install_dummy_methods().

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

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

Referenced by install_dummy_methods().

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

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

Referenced by install_dummy_methods().

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

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

Referenced by install_dummy_methods().

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

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

Referenced by install_dummy_methods().

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

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

Referenced by install_dummy_methods().

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

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

Referenced by install_dummy_methods().

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

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

References tcomplain().

Referenced by install_dummy_methods().

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

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

References tcomplain().

Referenced by install_dummy_methods().

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

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

References tcomplain().

Referenced by install_dummy_methods().

static int tdefault_is_async_p ( struct target_ops self)
static

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

Referenced by install_dummy_methods().

static void tdefault_kill ( struct target_ops self)
static

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

References noprocess().

Referenced by install_dummy_methods().

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

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

References tcomplain().

Referenced by install_dummy_methods().

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

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

Referenced by install_dummy_methods().

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

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

Referenced by install_dummy_methods().

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

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

Referenced by install_dummy_methods().

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

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

Referenced by install_dummy_methods().

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().

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

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

Referenced by install_dummy_methods().

static void tdefault_prepare_to_generate_core ( struct target_ops self)
static

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

Referenced by install_dummy_methods().

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

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

References noprocess().

Referenced by install_dummy_methods().

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

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

Referenced by install_dummy_methods().

static int tdefault_ranged_break_num_registers ( struct target_ops self)
static

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

Referenced by install_dummy_methods().

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 3360 of file target-delegates.c.

References tcomplain().

Referenced by install_dummy_methods().

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

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

Referenced by install_dummy_methods().

static int tdefault_record_is_replaying ( struct target_ops self)
static

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

Referenced by install_dummy_methods().

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

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

Referenced by install_dummy_methods().

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

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

Referenced by install_dummy_methods().

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

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

Referenced by install_dummy_methods().

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

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

Referenced by install_dummy_methods().

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

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

Referenced by install_dummy_methods().

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

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

Referenced by install_dummy_methods().

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().

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

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

References tcomplain().

Referenced by install_dummy_methods().

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

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

References tcomplain().

Referenced by install_dummy_methods().

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

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

Referenced by install_dummy_methods().

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

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

Referenced by install_dummy_methods().

static void tdefault_set_permissions ( struct target_ops self)
static

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

Referenced by install_dummy_methods().

static int tdefault_set_syscall_catchpoint ( struct target_ops self,
int  arg1,
int  arg2,
int  arg3,
int  arg4,
int arg5 
)
static

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

Referenced by install_dummy_methods().

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

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

Referenced by install_dummy_methods().

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

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

Referenced by install_dummy_methods().

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

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

Referenced by install_dummy_methods().

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

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

Referenced by install_dummy_methods().

static void tdefault_stop_recording ( struct target_ops self)
static

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

Referenced by install_dummy_methods().

static int tdefault_stopped_by_hw_breakpoint ( struct target_ops self)
static

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

Referenced by install_dummy_methods().

static int tdefault_stopped_by_sw_breakpoint ( struct target_ops self)
static

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

Referenced by install_dummy_methods().

static int tdefault_stopped_by_watchpoint ( struct target_ops self)
static

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

Referenced by install_dummy_methods().

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

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

Referenced by install_dummy_methods().

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

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

References noprocess().

Referenced by install_dummy_methods().

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

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

Referenced by install_dummy_methods().

static int tdefault_supports_enable_disable_tracepoint ( struct target_ops self)
static

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

Referenced by install_dummy_methods().

static int tdefault_supports_evaluation_of_breakpoint_conditions ( struct target_ops self)
static

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

Referenced by install_dummy_methods().

static int tdefault_supports_multi_process ( struct target_ops self)
static

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

Referenced by install_dummy_methods().

static int tdefault_supports_non_stop ( struct target_ops self)
static

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

Referenced by install_dummy_methods().

static int tdefault_supports_stopped_by_hw_breakpoint ( struct target_ops self)
static

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

Referenced by install_dummy_methods().

static int tdefault_supports_stopped_by_sw_breakpoint ( struct target_ops self)
static

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

Referenced by install_dummy_methods().

static int tdefault_supports_string_tracing ( struct target_ops self)
static

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

Referenced by install_dummy_methods().

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

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

References tcomplain().

Referenced by install_dummy_methods().

static void tdefault_terminal_inferior ( struct target_ops self)
static

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

Referenced by install_dummy_methods().

static void tdefault_terminal_init ( struct target_ops self)
static

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

Referenced by install_dummy_methods().

static void tdefault_terminal_ours ( struct target_ops self)
static

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

Referenced by install_dummy_methods(), and target_supports_terminal_ours().

static void tdefault_terminal_ours_for_output ( struct target_ops self)
static

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

Referenced by install_dummy_methods().

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

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

Referenced by install_dummy_methods().

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

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

Referenced by install_dummy_methods().

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 2678 of file target-delegates.c.

Referenced by install_dummy_methods().

static void tdefault_trace_init ( struct target_ops self)
static

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

References tcomplain().

Referenced by install_dummy_methods().

static void tdefault_trace_set_readonly_regions ( struct target_ops self)
static

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

References tcomplain().

Referenced by install_dummy_methods().

static void tdefault_trace_start ( struct target_ops self)
static

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

References tcomplain().

Referenced by install_dummy_methods().

static void tdefault_trace_stop ( struct target_ops self)
static

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

References tcomplain().

Referenced by install_dummy_methods().

static struct traceframe_info* tdefault_traceframe_info ( struct target_ops self)
static

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

References tcomplain().

Referenced by install_dummy_methods().

static void tdefault_update_thread_list ( struct target_ops self)
static

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

Referenced by install_dummy_methods().

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

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

Referenced by install_dummy_methods().

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

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

Referenced by install_dummy_methods().

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

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

References tcomplain().

Referenced by install_dummy_methods().

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

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

References noprocess().

Referenced by install_dummy_methods().

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 1917 of file target-delegates.c.

References TARGET_XFER_E_IO.

Referenced by install_dummy_methods().

static VEC ( mem_region_s  )
static

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

static VEC ( static_tracepoint_marker_p  )
static

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