1 /* THIS FILE IS GENERATED -*- buffer-read-only: t -*- */
4 /* To regenerate this file, run:*/
5 /* make-target-delegates target.h > target-delegates.c */
7 delegate_post_attach (struct target_ops *self, int arg1)
10 self->to_post_attach (self, arg1);
14 tdefault_post_attach (struct target_ops *self, int arg1)
19 delegate_detach (struct target_ops *self, const char *arg1, int arg2)
22 self->to_detach (self, arg1, arg2);
26 tdefault_detach (struct target_ops *self, const char *arg1, int arg2)
31 delegate_disconnect (struct target_ops *self, const char *arg1, int arg2)
34 self->to_disconnect (self, arg1, arg2);
38 tdefault_disconnect (struct target_ops *self, const char *arg1, int arg2)
44 delegate_resume (struct target_ops *self, ptid_t arg1, int arg2, enum gdb_signal arg3)
47 self->to_resume (self, arg1, arg2, arg3);
51 tdefault_resume (struct target_ops *self, ptid_t arg1, int arg2, enum gdb_signal arg3)
57 delegate_wait (struct target_ops *self, ptid_t arg1, struct target_waitstatus *arg2, int arg3)
60 return self->to_wait (self, arg1, arg2, arg3);
64 tdefault_wait (struct target_ops *self, ptid_t arg1, struct target_waitstatus *arg2, int arg3)
70 delegate_fetch_registers (struct target_ops *self, struct regcache *arg1, int arg2)
73 self->to_fetch_registers (self, arg1, arg2);
77 tdefault_fetch_registers (struct target_ops *self, struct regcache *arg1, int arg2)
82 delegate_store_registers (struct target_ops *self, struct regcache *arg1, int arg2)
85 self->to_store_registers (self, arg1, arg2);
89 tdefault_store_registers (struct target_ops *self, struct regcache *arg1, int arg2)
95 delegate_prepare_to_store (struct target_ops *self, struct regcache *arg1)
98 self->to_prepare_to_store (self, arg1);
102 tdefault_prepare_to_store (struct target_ops *self, struct regcache *arg1)
108 delegate_files_info (struct target_ops *self)
110 self = self->beneath;
111 self->to_files_info (self);
115 tdefault_files_info (struct target_ops *self)
120 delegate_insert_breakpoint (struct target_ops *self, struct gdbarch *arg1, struct bp_target_info *arg2)
122 self = self->beneath;
123 return self->to_insert_breakpoint (self, arg1, arg2);
127 delegate_remove_breakpoint (struct target_ops *self, struct gdbarch *arg1, struct bp_target_info *arg2)
129 self = self->beneath;
130 return self->to_remove_breakpoint (self, arg1, arg2);
134 delegate_can_use_hw_breakpoint (struct target_ops *self, int arg1, int arg2, int arg3)
136 self = self->beneath;
137 return self->to_can_use_hw_breakpoint (self, arg1, arg2, arg3);
141 tdefault_can_use_hw_breakpoint (struct target_ops *self, int arg1, int arg2, int arg3)
147 delegate_ranged_break_num_registers (struct target_ops *self)
149 self = self->beneath;
150 return self->to_ranged_break_num_registers (self);
154 tdefault_ranged_break_num_registers (struct target_ops *self)
160 delegate_insert_hw_breakpoint (struct target_ops *self, struct gdbarch *arg1, struct bp_target_info *arg2)
162 self = self->beneath;
163 return self->to_insert_hw_breakpoint (self, arg1, arg2);
167 tdefault_insert_hw_breakpoint (struct target_ops *self, struct gdbarch *arg1, struct bp_target_info *arg2)
173 delegate_remove_hw_breakpoint (struct target_ops *self, struct gdbarch *arg1, struct bp_target_info *arg2)
175 self = self->beneath;
176 return self->to_remove_hw_breakpoint (self, arg1, arg2);
180 tdefault_remove_hw_breakpoint (struct target_ops *self, struct gdbarch *arg1, struct bp_target_info *arg2)
186 delegate_remove_watchpoint (struct target_ops *self, CORE_ADDR arg1, int arg2, int arg3, struct expression *arg4)
188 self = self->beneath;
189 return self->to_remove_watchpoint (self, arg1, arg2, arg3, arg4);
193 tdefault_remove_watchpoint (struct target_ops *self, CORE_ADDR arg1, int arg2, int arg3, struct expression *arg4)
199 delegate_insert_watchpoint (struct target_ops *self, CORE_ADDR arg1, int arg2, int arg3, struct expression *arg4)
201 self = self->beneath;
202 return self->to_insert_watchpoint (self, arg1, arg2, arg3, arg4);
206 tdefault_insert_watchpoint (struct target_ops *self, CORE_ADDR arg1, int arg2, int arg3, struct expression *arg4)
212 delegate_insert_mask_watchpoint (struct target_ops *self, CORE_ADDR arg1, CORE_ADDR arg2, int arg3)
214 self = self->beneath;
215 return self->to_insert_mask_watchpoint (self, arg1, arg2, arg3);
219 tdefault_insert_mask_watchpoint (struct target_ops *self, CORE_ADDR arg1, CORE_ADDR arg2, int arg3)
225 delegate_remove_mask_watchpoint (struct target_ops *self, CORE_ADDR arg1, CORE_ADDR arg2, int arg3)
227 self = self->beneath;
228 return self->to_remove_mask_watchpoint (self, arg1, arg2, arg3);
232 tdefault_remove_mask_watchpoint (struct target_ops *self, CORE_ADDR arg1, CORE_ADDR arg2, int arg3)
238 delegate_stopped_by_watchpoint (struct target_ops *self)
240 self = self->beneath;
241 return self->to_stopped_by_watchpoint (self);
245 tdefault_stopped_by_watchpoint (struct target_ops *self)
251 delegate_stopped_data_address (struct target_ops *self, CORE_ADDR *arg1)
253 self = self->beneath;
254 return self->to_stopped_data_address (self, arg1);
258 tdefault_stopped_data_address (struct target_ops *self, CORE_ADDR *arg1)
264 delegate_watchpoint_addr_within_range (struct target_ops *self, CORE_ADDR arg1, CORE_ADDR arg2, int arg3)
266 self = self->beneath;
267 return self->to_watchpoint_addr_within_range (self, arg1, arg2, arg3);
271 delegate_region_ok_for_hw_watchpoint (struct target_ops *self, CORE_ADDR arg1, int arg2)
273 self = self->beneath;
274 return self->to_region_ok_for_hw_watchpoint (self, arg1, arg2);
278 delegate_can_accel_watchpoint_condition (struct target_ops *self, CORE_ADDR arg1, int arg2, int arg3, struct expression *arg4)
280 self = self->beneath;
281 return self->to_can_accel_watchpoint_condition (self, arg1, arg2, arg3, arg4);
285 tdefault_can_accel_watchpoint_condition (struct target_ops *self, CORE_ADDR arg1, int arg2, int arg3, struct expression *arg4)
291 delegate_masked_watch_num_registers (struct target_ops *self, CORE_ADDR arg1, CORE_ADDR arg2)
293 self = self->beneath;
294 return self->to_masked_watch_num_registers (self, arg1, arg2);
298 tdefault_masked_watch_num_registers (struct target_ops *self, CORE_ADDR arg1, CORE_ADDR arg2)
304 delegate_terminal_init (struct target_ops *self)
306 self = self->beneath;
307 self->to_terminal_init (self);
311 tdefault_terminal_init (struct target_ops *self)
316 delegate_terminal_inferior (struct target_ops *self)
318 self = self->beneath;
319 self->to_terminal_inferior (self);
323 tdefault_terminal_inferior (struct target_ops *self)
328 delegate_terminal_ours_for_output (struct target_ops *self)
330 self = self->beneath;
331 self->to_terminal_ours_for_output (self);
335 tdefault_terminal_ours_for_output (struct target_ops *self)
340 delegate_terminal_ours (struct target_ops *self)
342 self = self->beneath;
343 self->to_terminal_ours (self);
347 tdefault_terminal_ours (struct target_ops *self)
352 delegate_terminal_save_ours (struct target_ops *self)
354 self = self->beneath;
355 self->to_terminal_save_ours (self);
359 tdefault_terminal_save_ours (struct target_ops *self)
364 delegate_terminal_info (struct target_ops *self, const char *arg1, int arg2)
366 self = self->beneath;
367 self->to_terminal_info (self, arg1, arg2);
371 delegate_kill (struct target_ops *self)
373 self = self->beneath;
374 self->to_kill (self);
378 tdefault_kill (struct target_ops *self)
384 delegate_load (struct target_ops *self, const char *arg1, int arg2)
386 self = self->beneath;
387 self->to_load (self, arg1, arg2);
391 tdefault_load (struct target_ops *self, const char *arg1, int arg2)
397 delegate_post_startup_inferior (struct target_ops *self, ptid_t arg1)
399 self = self->beneath;
400 self->to_post_startup_inferior (self, arg1);
404 tdefault_post_startup_inferior (struct target_ops *self, ptid_t arg1)
409 delegate_insert_fork_catchpoint (struct target_ops *self, int arg1)
411 self = self->beneath;
412 return self->to_insert_fork_catchpoint (self, arg1);
416 tdefault_insert_fork_catchpoint (struct target_ops *self, int arg1)
422 delegate_remove_fork_catchpoint (struct target_ops *self, int arg1)
424 self = self->beneath;
425 return self->to_remove_fork_catchpoint (self, arg1);
429 tdefault_remove_fork_catchpoint (struct target_ops *self, int arg1)
435 delegate_insert_vfork_catchpoint (struct target_ops *self, int arg1)
437 self = self->beneath;
438 return self->to_insert_vfork_catchpoint (self, arg1);
442 tdefault_insert_vfork_catchpoint (struct target_ops *self, int arg1)
448 delegate_remove_vfork_catchpoint (struct target_ops *self, int arg1)
450 self = self->beneath;
451 return self->to_remove_vfork_catchpoint (self, arg1);
455 tdefault_remove_vfork_catchpoint (struct target_ops *self, int arg1)
461 delegate_follow_fork (struct target_ops *self, int arg1, int arg2)
463 self = self->beneath;
464 return self->to_follow_fork (self, arg1, arg2);
468 delegate_insert_exec_catchpoint (struct target_ops *self, int arg1)
470 self = self->beneath;
471 return self->to_insert_exec_catchpoint (self, arg1);
475 tdefault_insert_exec_catchpoint (struct target_ops *self, int arg1)
481 delegate_remove_exec_catchpoint (struct target_ops *self, int arg1)
483 self = self->beneath;
484 return self->to_remove_exec_catchpoint (self, arg1);
488 tdefault_remove_exec_catchpoint (struct target_ops *self, int arg1)
494 delegate_set_syscall_catchpoint (struct target_ops *self, int arg1, int arg2, int arg3, int arg4, int *arg5)
496 self = self->beneath;
497 return self->to_set_syscall_catchpoint (self, arg1, arg2, arg3, arg4, arg5);
501 tdefault_set_syscall_catchpoint (struct target_ops *self, int arg1, int arg2, int arg3, int arg4, int *arg5)
507 delegate_has_exited (struct target_ops *self, int arg1, int arg2, int *arg3)
509 self = self->beneath;
510 return self->to_has_exited (self, arg1, arg2, arg3);
514 tdefault_has_exited (struct target_ops *self, int arg1, int arg2, int *arg3)
520 delegate_mourn_inferior (struct target_ops *self)
522 self = self->beneath;
523 self->to_mourn_inferior (self);
527 delegate_can_run (struct target_ops *self)
529 self = self->beneath;
530 return self->to_can_run (self);
534 tdefault_can_run (struct target_ops *self)
540 delegate_pass_signals (struct target_ops *self, int arg1, unsigned char *arg2)
542 self = self->beneath;
543 self->to_pass_signals (self, arg1, arg2);
547 tdefault_pass_signals (struct target_ops *self, int arg1, unsigned char *arg2)
552 delegate_program_signals (struct target_ops *self, int arg1, unsigned char *arg2)
554 self = self->beneath;
555 self->to_program_signals (self, arg1, arg2);
559 tdefault_program_signals (struct target_ops *self, int arg1, unsigned char *arg2)
564 delegate_thread_alive (struct target_ops *self, ptid_t arg1)
566 self = self->beneath;
567 return self->to_thread_alive (self, arg1);
571 tdefault_thread_alive (struct target_ops *self, ptid_t arg1)
577 delegate_find_new_threads (struct target_ops *self)
579 self = self->beneath;
580 self->to_find_new_threads (self);
584 tdefault_find_new_threads (struct target_ops *self)
589 delegate_pid_to_str (struct target_ops *self, ptid_t arg1)
591 self = self->beneath;
592 return self->to_pid_to_str (self, arg1);
596 delegate_extra_thread_info (struct target_ops *self, struct thread_info *arg1)
598 self = self->beneath;
599 return self->to_extra_thread_info (self, arg1);
603 tdefault_extra_thread_info (struct target_ops *self, struct thread_info *arg1)
609 delegate_thread_name (struct target_ops *self, struct thread_info *arg1)
611 self = self->beneath;
612 return self->to_thread_name (self, arg1);
616 tdefault_thread_name (struct target_ops *self, struct thread_info *arg1)
622 delegate_stop (struct target_ops *self, ptid_t arg1)
624 self = self->beneath;
625 self->to_stop (self, arg1);
629 tdefault_stop (struct target_ops *self, ptid_t arg1)
634 delegate_rcmd (struct target_ops *self, const char *arg1, struct ui_file *arg2)
636 self = self->beneath;
637 self->to_rcmd (self, arg1, arg2);
641 delegate_pid_to_exec_file (struct target_ops *self, int arg1)
643 self = self->beneath;
644 return self->to_pid_to_exec_file (self, arg1);
648 tdefault_pid_to_exec_file (struct target_ops *self, int arg1)
654 delegate_log_command (struct target_ops *self, const char *arg1)
656 self = self->beneath;
657 self->to_log_command (self, arg1);
661 tdefault_log_command (struct target_ops *self, const char *arg1)
665 static struct target_section_table *
666 delegate_get_section_table (struct target_ops *self)
668 self = self->beneath;
669 return self->to_get_section_table (self);
672 static struct target_section_table *
673 tdefault_get_section_table (struct target_ops *self)
679 delegate_can_async_p (struct target_ops *self)
681 self = self->beneath;
682 return self->to_can_async_p (self);
686 tdefault_can_async_p (struct target_ops *self)
692 delegate_is_async_p (struct target_ops *self)
694 self = self->beneath;
695 return self->to_is_async_p (self);
699 tdefault_is_async_p (struct target_ops *self)
705 delegate_async (struct target_ops *self, async_callback_ftype *arg1, void *arg2)
707 self = self->beneath;
708 self->to_async (self, arg1, arg2);
712 tdefault_async (struct target_ops *self, async_callback_ftype *arg1, void *arg2)
718 delegate_supports_non_stop (struct target_ops *self)
720 self = self->beneath;
721 return self->to_supports_non_stop (self);
725 tdefault_supports_non_stop (struct target_ops *self)
731 delegate_find_memory_regions (struct target_ops *self, find_memory_region_ftype arg1, void *arg2)
733 self = self->beneath;
734 return self->to_find_memory_regions (self, arg1, arg2);
738 delegate_make_corefile_notes (struct target_ops *self, bfd *arg1, int *arg2)
740 self = self->beneath;
741 return self->to_make_corefile_notes (self, arg1, arg2);
745 delegate_get_bookmark (struct target_ops *self, const char *arg1, int arg2)
747 self = self->beneath;
748 return self->to_get_bookmark (self, arg1, arg2);
752 tdefault_get_bookmark (struct target_ops *self, const char *arg1, int arg2)
758 delegate_goto_bookmark (struct target_ops *self, const gdb_byte *arg1, int arg2)
760 self = self->beneath;
761 self->to_goto_bookmark (self, arg1, arg2);
765 tdefault_goto_bookmark (struct target_ops *self, const gdb_byte *arg1, int arg2)
771 delegate_get_thread_local_address (struct target_ops *self, ptid_t arg1, CORE_ADDR arg2, CORE_ADDR arg3)
773 self = self->beneath;
774 return self->to_get_thread_local_address (self, arg1, arg2, arg3);
778 tdefault_get_thread_local_address (struct target_ops *self, ptid_t arg1, CORE_ADDR arg2, CORE_ADDR arg3)
780 generic_tls_error ();
783 static enum target_xfer_status
784 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)
786 self = self->beneath;
787 return self->to_xfer_partial (self, arg1, arg2, arg3, arg4, arg5, arg6, arg7);
790 static enum target_xfer_status
791 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)
793 return TARGET_XFER_E_IO;
796 static VEC(mem_region_s) *
797 delegate_memory_map (struct target_ops *self)
799 self = self->beneath;
800 return self->to_memory_map (self);
803 static VEC(mem_region_s) *
804 tdefault_memory_map (struct target_ops *self)
810 delegate_flash_erase (struct target_ops *self, ULONGEST arg1, LONGEST arg2)
812 self = self->beneath;
813 self->to_flash_erase (self, arg1, arg2);
817 tdefault_flash_erase (struct target_ops *self, ULONGEST arg1, LONGEST arg2)
823 delegate_flash_done (struct target_ops *self)
825 self = self->beneath;
826 self->to_flash_done (self);
830 tdefault_flash_done (struct target_ops *self)
835 static const struct target_desc *
836 delegate_read_description (struct target_ops *self)
838 self = self->beneath;
839 return self->to_read_description (self);
842 static const struct target_desc *
843 tdefault_read_description (struct target_ops *self)
849 delegate_get_ada_task_ptid (struct target_ops *self, long arg1, long arg2)
851 self = self->beneath;
852 return self->to_get_ada_task_ptid (self, arg1, arg2);
856 delegate_auxv_parse (struct target_ops *self, gdb_byte **arg1, gdb_byte *arg2, CORE_ADDR *arg3, CORE_ADDR *arg4)
858 self = self->beneath;
859 return self->to_auxv_parse (self, arg1, arg2, arg3, arg4);
863 delegate_search_memory (struct target_ops *self, CORE_ADDR arg1, ULONGEST arg2, const gdb_byte *arg3, ULONGEST arg4, CORE_ADDR *arg5)
865 self = self->beneath;
866 return self->to_search_memory (self, arg1, arg2, arg3, arg4, arg5);
870 delegate_can_execute_reverse (struct target_ops *self)
872 self = self->beneath;
873 return self->to_can_execute_reverse (self);
877 tdefault_can_execute_reverse (struct target_ops *self)
882 static enum exec_direction_kind
883 delegate_execution_direction (struct target_ops *self)
885 self = self->beneath;
886 return self->to_execution_direction (self);
890 delegate_supports_multi_process (struct target_ops *self)
892 self = self->beneath;
893 return self->to_supports_multi_process (self);
897 tdefault_supports_multi_process (struct target_ops *self)
903 delegate_supports_enable_disable_tracepoint (struct target_ops *self)
905 self = self->beneath;
906 return self->to_supports_enable_disable_tracepoint (self);
910 tdefault_supports_enable_disable_tracepoint (struct target_ops *self)
916 delegate_supports_string_tracing (struct target_ops *self)
918 self = self->beneath;
919 return self->to_supports_string_tracing (self);
923 tdefault_supports_string_tracing (struct target_ops *self)
929 delegate_supports_evaluation_of_breakpoint_conditions (struct target_ops *self)
931 self = self->beneath;
932 return self->to_supports_evaluation_of_breakpoint_conditions (self);
936 tdefault_supports_evaluation_of_breakpoint_conditions (struct target_ops *self)
942 delegate_can_run_breakpoint_commands (struct target_ops *self)
944 self = self->beneath;
945 return self->to_can_run_breakpoint_commands (self);
949 tdefault_can_run_breakpoint_commands (struct target_ops *self)
954 static struct gdbarch *
955 delegate_thread_architecture (struct target_ops *self, ptid_t arg1)
957 self = self->beneath;
958 return self->to_thread_architecture (self, arg1);
961 static struct address_space *
962 delegate_thread_address_space (struct target_ops *self, ptid_t arg1)
964 self = self->beneath;
965 return self->to_thread_address_space (self, arg1);
969 delegate_trace_init (struct target_ops *self)
971 self = self->beneath;
972 self->to_trace_init (self);
976 tdefault_trace_init (struct target_ops *self)
982 delegate_download_tracepoint (struct target_ops *self, struct bp_location *arg1)
984 self = self->beneath;
985 self->to_download_tracepoint (self, arg1);
989 tdefault_download_tracepoint (struct target_ops *self, struct bp_location *arg1)
995 delegate_can_download_tracepoint (struct target_ops *self)
997 self = self->beneath;
998 return self->to_can_download_tracepoint (self);
1002 tdefault_can_download_tracepoint (struct target_ops *self)
1008 delegate_download_trace_state_variable (struct target_ops *self, struct trace_state_variable *arg1)
1010 self = self->beneath;
1011 self->to_download_trace_state_variable (self, arg1);
1015 tdefault_download_trace_state_variable (struct target_ops *self, struct trace_state_variable *arg1)
1021 delegate_enable_tracepoint (struct target_ops *self, struct bp_location *arg1)
1023 self = self->beneath;
1024 self->to_enable_tracepoint (self, arg1);
1028 tdefault_enable_tracepoint (struct target_ops *self, struct bp_location *arg1)
1034 delegate_disable_tracepoint (struct target_ops *self, struct bp_location *arg1)
1036 self = self->beneath;
1037 self->to_disable_tracepoint (self, arg1);
1041 tdefault_disable_tracepoint (struct target_ops *self, struct bp_location *arg1)
1047 delegate_trace_set_readonly_regions (struct target_ops *self)
1049 self = self->beneath;
1050 self->to_trace_set_readonly_regions (self);
1054 tdefault_trace_set_readonly_regions (struct target_ops *self)
1060 delegate_trace_start (struct target_ops *self)
1062 self = self->beneath;
1063 self->to_trace_start (self);
1067 tdefault_trace_start (struct target_ops *self)
1073 delegate_get_trace_status (struct target_ops *self, struct trace_status *arg1)
1075 self = self->beneath;
1076 return self->to_get_trace_status (self, arg1);
1080 tdefault_get_trace_status (struct target_ops *self, struct trace_status *arg1)
1086 delegate_get_tracepoint_status (struct target_ops *self, struct breakpoint *arg1, struct uploaded_tp *arg2)
1088 self = self->beneath;
1089 self->to_get_tracepoint_status (self, arg1, arg2);
1093 tdefault_get_tracepoint_status (struct target_ops *self, struct breakpoint *arg1, struct uploaded_tp *arg2)
1099 delegate_trace_stop (struct target_ops *self)
1101 self = self->beneath;
1102 self->to_trace_stop (self);
1106 tdefault_trace_stop (struct target_ops *self)
1112 delegate_trace_find (struct target_ops *self, enum trace_find_type arg1, int arg2, CORE_ADDR arg3, CORE_ADDR arg4, int *arg5)
1114 self = self->beneath;
1115 return self->to_trace_find (self, arg1, arg2, arg3, arg4, arg5);
1119 tdefault_trace_find (struct target_ops *self, enum trace_find_type arg1, int arg2, CORE_ADDR arg3, CORE_ADDR arg4, int *arg5)
1125 delegate_get_trace_state_variable_value (struct target_ops *self, int arg1, LONGEST *arg2)
1127 self = self->beneath;
1128 return self->to_get_trace_state_variable_value (self, arg1, arg2);
1132 tdefault_get_trace_state_variable_value (struct target_ops *self, int arg1, LONGEST *arg2)
1138 delegate_save_trace_data (struct target_ops *self, const char *arg1)
1140 self = self->beneath;
1141 return self->to_save_trace_data (self, arg1);
1145 tdefault_save_trace_data (struct target_ops *self, const char *arg1)
1151 delegate_upload_tracepoints (struct target_ops *self, struct uploaded_tp **arg1)
1153 self = self->beneath;
1154 return self->to_upload_tracepoints (self, arg1);
1158 tdefault_upload_tracepoints (struct target_ops *self, struct uploaded_tp **arg1)
1164 delegate_upload_trace_state_variables (struct target_ops *self, struct uploaded_tsv **arg1)
1166 self = self->beneath;
1167 return self->to_upload_trace_state_variables (self, arg1);
1171 tdefault_upload_trace_state_variables (struct target_ops *self, struct uploaded_tsv **arg1)
1177 delegate_get_raw_trace_data (struct target_ops *self, gdb_byte *arg1, ULONGEST arg2, LONGEST arg3)
1179 self = self->beneath;
1180 return self->to_get_raw_trace_data (self, arg1, arg2, arg3);
1184 tdefault_get_raw_trace_data (struct target_ops *self, gdb_byte *arg1, ULONGEST arg2, LONGEST arg3)
1190 delegate_get_min_fast_tracepoint_insn_len (struct target_ops *self)
1192 self = self->beneath;
1193 return self->to_get_min_fast_tracepoint_insn_len (self);
1197 tdefault_get_min_fast_tracepoint_insn_len (struct target_ops *self)
1203 delegate_set_disconnected_tracing (struct target_ops *self, int arg1)
1205 self = self->beneath;
1206 self->to_set_disconnected_tracing (self, arg1);
1210 tdefault_set_disconnected_tracing (struct target_ops *self, int arg1)
1215 delegate_set_circular_trace_buffer (struct target_ops *self, int arg1)
1217 self = self->beneath;
1218 self->to_set_circular_trace_buffer (self, arg1);
1222 tdefault_set_circular_trace_buffer (struct target_ops *self, int arg1)
1227 delegate_set_trace_buffer_size (struct target_ops *self, LONGEST arg1)
1229 self = self->beneath;
1230 self->to_set_trace_buffer_size (self, arg1);
1234 tdefault_set_trace_buffer_size (struct target_ops *self, LONGEST arg1)
1239 delegate_set_trace_notes (struct target_ops *self, const char *arg1, const char *arg2, const char *arg3)
1241 self = self->beneath;
1242 return self->to_set_trace_notes (self, arg1, arg2, arg3);
1246 tdefault_set_trace_notes (struct target_ops *self, const char *arg1, const char *arg2, const char *arg3)
1252 delegate_core_of_thread (struct target_ops *self, ptid_t arg1)
1254 self = self->beneath;
1255 return self->to_core_of_thread (self, arg1);
1259 tdefault_core_of_thread (struct target_ops *self, ptid_t arg1)
1265 delegate_verify_memory (struct target_ops *self, const gdb_byte *arg1, CORE_ADDR arg2, ULONGEST arg3)
1267 self = self->beneath;
1268 return self->to_verify_memory (self, arg1, arg2, arg3);
1272 delegate_get_tib_address (struct target_ops *self, ptid_t arg1, CORE_ADDR *arg2)
1274 self = self->beneath;
1275 return self->to_get_tib_address (self, arg1, arg2);
1279 tdefault_get_tib_address (struct target_ops *self, ptid_t arg1, CORE_ADDR *arg2)
1285 delegate_set_permissions (struct target_ops *self)
1287 self = self->beneath;
1288 self->to_set_permissions (self);
1292 tdefault_set_permissions (struct target_ops *self)
1297 delegate_static_tracepoint_marker_at (struct target_ops *self, CORE_ADDR arg1, struct static_tracepoint_marker *arg2)
1299 self = self->beneath;
1300 return self->to_static_tracepoint_marker_at (self, arg1, arg2);
1304 tdefault_static_tracepoint_marker_at (struct target_ops *self, CORE_ADDR arg1, struct static_tracepoint_marker *arg2)
1309 static VEC(static_tracepoint_marker_p) *
1310 delegate_static_tracepoint_markers_by_strid (struct target_ops *self, const char *arg1)
1312 self = self->beneath;
1313 return self->to_static_tracepoint_markers_by_strid (self, arg1);
1316 static VEC(static_tracepoint_marker_p) *
1317 tdefault_static_tracepoint_markers_by_strid (struct target_ops *self, const char *arg1)
1322 static struct traceframe_info *
1323 delegate_traceframe_info (struct target_ops *self)
1325 self = self->beneath;
1326 return self->to_traceframe_info (self);
1329 static struct traceframe_info *
1330 tdefault_traceframe_info (struct target_ops *self)
1336 delegate_use_agent (struct target_ops *self, int arg1)
1338 self = self->beneath;
1339 return self->to_use_agent (self, arg1);
1343 tdefault_use_agent (struct target_ops *self, int arg1)
1349 delegate_can_use_agent (struct target_ops *self)
1351 self = self->beneath;
1352 return self->to_can_use_agent (self);
1356 tdefault_can_use_agent (struct target_ops *self)
1362 delegate_supports_btrace (struct target_ops *self)
1364 self = self->beneath;
1365 return self->to_supports_btrace (self);
1369 tdefault_supports_btrace (struct target_ops *self)
1374 static struct btrace_target_info *
1375 delegate_enable_btrace (struct target_ops *self, ptid_t arg1)
1377 self = self->beneath;
1378 return self->to_enable_btrace (self, arg1);
1381 static struct btrace_target_info *
1382 tdefault_enable_btrace (struct target_ops *self, ptid_t arg1)
1388 delegate_disable_btrace (struct target_ops *self, struct btrace_target_info *arg1)
1390 self = self->beneath;
1391 self->to_disable_btrace (self, arg1);
1395 tdefault_disable_btrace (struct target_ops *self, struct btrace_target_info *arg1)
1401 delegate_teardown_btrace (struct target_ops *self, struct btrace_target_info *arg1)
1403 self = self->beneath;
1404 self->to_teardown_btrace (self, arg1);
1408 tdefault_teardown_btrace (struct target_ops *self, struct btrace_target_info *arg1)
1413 static enum btrace_error
1414 delegate_read_btrace (struct target_ops *self, VEC (btrace_block_s) **arg1, struct btrace_target_info *arg2, enum btrace_read_type arg3)
1416 self = self->beneath;
1417 return self->to_read_btrace (self, arg1, arg2, arg3);
1420 static enum btrace_error
1421 tdefault_read_btrace (struct target_ops *self, VEC (btrace_block_s) **arg1, struct btrace_target_info *arg2, enum btrace_read_type arg3)
1427 delegate_stop_recording (struct target_ops *self)
1429 self = self->beneath;
1430 self->to_stop_recording (self);
1434 tdefault_stop_recording (struct target_ops *self)
1439 delegate_info_record (struct target_ops *self)
1441 self = self->beneath;
1442 self->to_info_record (self);
1446 tdefault_info_record (struct target_ops *self)
1451 delegate_save_record (struct target_ops *self, const char *arg1)
1453 self = self->beneath;
1454 self->to_save_record (self, arg1);
1458 tdefault_save_record (struct target_ops *self, const char *arg1)
1464 delegate_delete_record (struct target_ops *self)
1466 self = self->beneath;
1467 self->to_delete_record (self);
1471 tdefault_delete_record (struct target_ops *self)
1477 delegate_record_is_replaying (struct target_ops *self)
1479 self = self->beneath;
1480 return self->to_record_is_replaying (self);
1484 tdefault_record_is_replaying (struct target_ops *self)
1490 delegate_goto_record_begin (struct target_ops *self)
1492 self = self->beneath;
1493 self->to_goto_record_begin (self);
1497 tdefault_goto_record_begin (struct target_ops *self)
1503 delegate_goto_record_end (struct target_ops *self)
1505 self = self->beneath;
1506 self->to_goto_record_end (self);
1510 tdefault_goto_record_end (struct target_ops *self)
1516 delegate_goto_record (struct target_ops *self, ULONGEST arg1)
1518 self = self->beneath;
1519 self->to_goto_record (self, arg1);
1523 tdefault_goto_record (struct target_ops *self, ULONGEST arg1)
1529 delegate_insn_history (struct target_ops *self, int arg1, int arg2)
1531 self = self->beneath;
1532 self->to_insn_history (self, arg1, arg2);
1536 tdefault_insn_history (struct target_ops *self, int arg1, int arg2)
1542 delegate_insn_history_from (struct target_ops *self, ULONGEST arg1, int arg2, int arg3)
1544 self = self->beneath;
1545 self->to_insn_history_from (self, arg1, arg2, arg3);
1549 tdefault_insn_history_from (struct target_ops *self, ULONGEST arg1, int arg2, int arg3)
1555 delegate_insn_history_range (struct target_ops *self, ULONGEST arg1, ULONGEST arg2, int arg3)
1557 self = self->beneath;
1558 self->to_insn_history_range (self, arg1, arg2, arg3);
1562 tdefault_insn_history_range (struct target_ops *self, ULONGEST arg1, ULONGEST arg2, int arg3)
1568 delegate_call_history (struct target_ops *self, int arg1, int arg2)
1570 self = self->beneath;
1571 self->to_call_history (self, arg1, arg2);
1575 tdefault_call_history (struct target_ops *self, int arg1, int arg2)
1581 delegate_call_history_from (struct target_ops *self, ULONGEST arg1, int arg2, int arg3)
1583 self = self->beneath;
1584 self->to_call_history_from (self, arg1, arg2, arg3);
1588 tdefault_call_history_from (struct target_ops *self, ULONGEST arg1, int arg2, int arg3)
1594 delegate_call_history_range (struct target_ops *self, ULONGEST arg1, ULONGEST arg2, int arg3)
1596 self = self->beneath;
1597 self->to_call_history_range (self, arg1, arg2, arg3);
1601 tdefault_call_history_range (struct target_ops *self, ULONGEST arg1, ULONGEST arg2, int arg3)
1607 delegate_augmented_libraries_svr4_read (struct target_ops *self)
1609 self = self->beneath;
1610 return self->to_augmented_libraries_svr4_read (self);
1614 tdefault_augmented_libraries_svr4_read (struct target_ops *self)
1619 static const struct frame_unwind *
1620 delegate_get_unwinder (struct target_ops *self)
1622 self = self->beneath;
1623 return self->to_get_unwinder (self);
1626 static const struct frame_unwind *
1627 tdefault_get_unwinder (struct target_ops *self)
1632 static const struct frame_unwind *
1633 delegate_get_tailcall_unwinder (struct target_ops *self)
1635 self = self->beneath;
1636 return self->to_get_tailcall_unwinder (self);
1639 static const struct frame_unwind *
1640 tdefault_get_tailcall_unwinder (struct target_ops *self)
1646 delegate_decr_pc_after_break (struct target_ops *self, struct gdbarch *arg1)
1648 self = self->beneath;
1649 return self->to_decr_pc_after_break (self, arg1);
1653 delegate_prepare_to_generate_core (struct target_ops *self)
1655 self = self->beneath;
1656 self->to_prepare_to_generate_core (self);
1660 tdefault_prepare_to_generate_core (struct target_ops *self)
1665 delegate_done_generating_core (struct target_ops *self)
1667 self = self->beneath;
1668 self->to_done_generating_core (self);
1672 tdefault_done_generating_core (struct target_ops *self)
1677 install_delegators (struct target_ops *ops)
1679 if (ops->to_post_attach == NULL)
1680 ops->to_post_attach = delegate_post_attach;
1681 if (ops->to_detach == NULL)
1682 ops->to_detach = delegate_detach;
1683 if (ops->to_disconnect == NULL)
1684 ops->to_disconnect = delegate_disconnect;
1685 if (ops->to_resume == NULL)
1686 ops->to_resume = delegate_resume;
1687 if (ops->to_wait == NULL)
1688 ops->to_wait = delegate_wait;
1689 if (ops->to_fetch_registers == NULL)
1690 ops->to_fetch_registers = delegate_fetch_registers;
1691 if (ops->to_store_registers == NULL)
1692 ops->to_store_registers = delegate_store_registers;
1693 if (ops->to_prepare_to_store == NULL)
1694 ops->to_prepare_to_store = delegate_prepare_to_store;
1695 if (ops->to_files_info == NULL)
1696 ops->to_files_info = delegate_files_info;
1697 if (ops->to_insert_breakpoint == NULL)
1698 ops->to_insert_breakpoint = delegate_insert_breakpoint;
1699 if (ops->to_remove_breakpoint == NULL)
1700 ops->to_remove_breakpoint = delegate_remove_breakpoint;
1701 if (ops->to_can_use_hw_breakpoint == NULL)
1702 ops->to_can_use_hw_breakpoint = delegate_can_use_hw_breakpoint;
1703 if (ops->to_ranged_break_num_registers == NULL)
1704 ops->to_ranged_break_num_registers = delegate_ranged_break_num_registers;
1705 if (ops->to_insert_hw_breakpoint == NULL)
1706 ops->to_insert_hw_breakpoint = delegate_insert_hw_breakpoint;
1707 if (ops->to_remove_hw_breakpoint == NULL)
1708 ops->to_remove_hw_breakpoint = delegate_remove_hw_breakpoint;
1709 if (ops->to_remove_watchpoint == NULL)
1710 ops->to_remove_watchpoint = delegate_remove_watchpoint;
1711 if (ops->to_insert_watchpoint == NULL)
1712 ops->to_insert_watchpoint = delegate_insert_watchpoint;
1713 if (ops->to_insert_mask_watchpoint == NULL)
1714 ops->to_insert_mask_watchpoint = delegate_insert_mask_watchpoint;
1715 if (ops->to_remove_mask_watchpoint == NULL)
1716 ops->to_remove_mask_watchpoint = delegate_remove_mask_watchpoint;
1717 if (ops->to_stopped_by_watchpoint == NULL)
1718 ops->to_stopped_by_watchpoint = delegate_stopped_by_watchpoint;
1719 if (ops->to_stopped_data_address == NULL)
1720 ops->to_stopped_data_address = delegate_stopped_data_address;
1721 if (ops->to_watchpoint_addr_within_range == NULL)
1722 ops->to_watchpoint_addr_within_range = delegate_watchpoint_addr_within_range;
1723 if (ops->to_region_ok_for_hw_watchpoint == NULL)
1724 ops->to_region_ok_for_hw_watchpoint = delegate_region_ok_for_hw_watchpoint;
1725 if (ops->to_can_accel_watchpoint_condition == NULL)
1726 ops->to_can_accel_watchpoint_condition = delegate_can_accel_watchpoint_condition;
1727 if (ops->to_masked_watch_num_registers == NULL)
1728 ops->to_masked_watch_num_registers = delegate_masked_watch_num_registers;
1729 if (ops->to_terminal_init == NULL)
1730 ops->to_terminal_init = delegate_terminal_init;
1731 if (ops->to_terminal_inferior == NULL)
1732 ops->to_terminal_inferior = delegate_terminal_inferior;
1733 if (ops->to_terminal_ours_for_output == NULL)
1734 ops->to_terminal_ours_for_output = delegate_terminal_ours_for_output;
1735 if (ops->to_terminal_ours == NULL)
1736 ops->to_terminal_ours = delegate_terminal_ours;
1737 if (ops->to_terminal_save_ours == NULL)
1738 ops->to_terminal_save_ours = delegate_terminal_save_ours;
1739 if (ops->to_terminal_info == NULL)
1740 ops->to_terminal_info = delegate_terminal_info;
1741 if (ops->to_kill == NULL)
1742 ops->to_kill = delegate_kill;
1743 if (ops->to_load == NULL)
1744 ops->to_load = delegate_load;
1745 if (ops->to_post_startup_inferior == NULL)
1746 ops->to_post_startup_inferior = delegate_post_startup_inferior;
1747 if (ops->to_insert_fork_catchpoint == NULL)
1748 ops->to_insert_fork_catchpoint = delegate_insert_fork_catchpoint;
1749 if (ops->to_remove_fork_catchpoint == NULL)
1750 ops->to_remove_fork_catchpoint = delegate_remove_fork_catchpoint;
1751 if (ops->to_insert_vfork_catchpoint == NULL)
1752 ops->to_insert_vfork_catchpoint = delegate_insert_vfork_catchpoint;
1753 if (ops->to_remove_vfork_catchpoint == NULL)
1754 ops->to_remove_vfork_catchpoint = delegate_remove_vfork_catchpoint;
1755 if (ops->to_follow_fork == NULL)
1756 ops->to_follow_fork = delegate_follow_fork;
1757 if (ops->to_insert_exec_catchpoint == NULL)
1758 ops->to_insert_exec_catchpoint = delegate_insert_exec_catchpoint;
1759 if (ops->to_remove_exec_catchpoint == NULL)
1760 ops->to_remove_exec_catchpoint = delegate_remove_exec_catchpoint;
1761 if (ops->to_set_syscall_catchpoint == NULL)
1762 ops->to_set_syscall_catchpoint = delegate_set_syscall_catchpoint;
1763 if (ops->to_has_exited == NULL)
1764 ops->to_has_exited = delegate_has_exited;
1765 if (ops->to_mourn_inferior == NULL)
1766 ops->to_mourn_inferior = delegate_mourn_inferior;
1767 if (ops->to_can_run == NULL)
1768 ops->to_can_run = delegate_can_run;
1769 if (ops->to_pass_signals == NULL)
1770 ops->to_pass_signals = delegate_pass_signals;
1771 if (ops->to_program_signals == NULL)
1772 ops->to_program_signals = delegate_program_signals;
1773 if (ops->to_thread_alive == NULL)
1774 ops->to_thread_alive = delegate_thread_alive;
1775 if (ops->to_find_new_threads == NULL)
1776 ops->to_find_new_threads = delegate_find_new_threads;
1777 if (ops->to_pid_to_str == NULL)
1778 ops->to_pid_to_str = delegate_pid_to_str;
1779 if (ops->to_extra_thread_info == NULL)
1780 ops->to_extra_thread_info = delegate_extra_thread_info;
1781 if (ops->to_thread_name == NULL)
1782 ops->to_thread_name = delegate_thread_name;
1783 if (ops->to_stop == NULL)
1784 ops->to_stop = delegate_stop;
1785 if (ops->to_rcmd == NULL)
1786 ops->to_rcmd = delegate_rcmd;
1787 if (ops->to_pid_to_exec_file == NULL)
1788 ops->to_pid_to_exec_file = delegate_pid_to_exec_file;
1789 if (ops->to_log_command == NULL)
1790 ops->to_log_command = delegate_log_command;
1791 if (ops->to_get_section_table == NULL)
1792 ops->to_get_section_table = delegate_get_section_table;
1793 if (ops->to_can_async_p == NULL)
1794 ops->to_can_async_p = delegate_can_async_p;
1795 if (ops->to_is_async_p == NULL)
1796 ops->to_is_async_p = delegate_is_async_p;
1797 if (ops->to_async == NULL)
1798 ops->to_async = delegate_async;
1799 if (ops->to_supports_non_stop == NULL)
1800 ops->to_supports_non_stop = delegate_supports_non_stop;
1801 if (ops->to_find_memory_regions == NULL)
1802 ops->to_find_memory_regions = delegate_find_memory_regions;
1803 if (ops->to_make_corefile_notes == NULL)
1804 ops->to_make_corefile_notes = delegate_make_corefile_notes;
1805 if (ops->to_get_bookmark == NULL)
1806 ops->to_get_bookmark = delegate_get_bookmark;
1807 if (ops->to_goto_bookmark == NULL)
1808 ops->to_goto_bookmark = delegate_goto_bookmark;
1809 if (ops->to_get_thread_local_address == NULL)
1810 ops->to_get_thread_local_address = delegate_get_thread_local_address;
1811 if (ops->to_xfer_partial == NULL)
1812 ops->to_xfer_partial = delegate_xfer_partial;
1813 if (ops->to_memory_map == NULL)
1814 ops->to_memory_map = delegate_memory_map;
1815 if (ops->to_flash_erase == NULL)
1816 ops->to_flash_erase = delegate_flash_erase;
1817 if (ops->to_flash_done == NULL)
1818 ops->to_flash_done = delegate_flash_done;
1819 if (ops->to_read_description == NULL)
1820 ops->to_read_description = delegate_read_description;
1821 if (ops->to_get_ada_task_ptid == NULL)
1822 ops->to_get_ada_task_ptid = delegate_get_ada_task_ptid;
1823 if (ops->to_auxv_parse == NULL)
1824 ops->to_auxv_parse = delegate_auxv_parse;
1825 if (ops->to_search_memory == NULL)
1826 ops->to_search_memory = delegate_search_memory;
1827 if (ops->to_can_execute_reverse == NULL)
1828 ops->to_can_execute_reverse = delegate_can_execute_reverse;
1829 if (ops->to_execution_direction == NULL)
1830 ops->to_execution_direction = delegate_execution_direction;
1831 if (ops->to_supports_multi_process == NULL)
1832 ops->to_supports_multi_process = delegate_supports_multi_process;
1833 if (ops->to_supports_enable_disable_tracepoint == NULL)
1834 ops->to_supports_enable_disable_tracepoint = delegate_supports_enable_disable_tracepoint;
1835 if (ops->to_supports_string_tracing == NULL)
1836 ops->to_supports_string_tracing = delegate_supports_string_tracing;
1837 if (ops->to_supports_evaluation_of_breakpoint_conditions == NULL)
1838 ops->to_supports_evaluation_of_breakpoint_conditions = delegate_supports_evaluation_of_breakpoint_conditions;
1839 if (ops->to_can_run_breakpoint_commands == NULL)
1840 ops->to_can_run_breakpoint_commands = delegate_can_run_breakpoint_commands;
1841 if (ops->to_thread_architecture == NULL)
1842 ops->to_thread_architecture = delegate_thread_architecture;
1843 if (ops->to_thread_address_space == NULL)
1844 ops->to_thread_address_space = delegate_thread_address_space;
1845 if (ops->to_trace_init == NULL)
1846 ops->to_trace_init = delegate_trace_init;
1847 if (ops->to_download_tracepoint == NULL)
1848 ops->to_download_tracepoint = delegate_download_tracepoint;
1849 if (ops->to_can_download_tracepoint == NULL)
1850 ops->to_can_download_tracepoint = delegate_can_download_tracepoint;
1851 if (ops->to_download_trace_state_variable == NULL)
1852 ops->to_download_trace_state_variable = delegate_download_trace_state_variable;
1853 if (ops->to_enable_tracepoint == NULL)
1854 ops->to_enable_tracepoint = delegate_enable_tracepoint;
1855 if (ops->to_disable_tracepoint == NULL)
1856 ops->to_disable_tracepoint = delegate_disable_tracepoint;
1857 if (ops->to_trace_set_readonly_regions == NULL)
1858 ops->to_trace_set_readonly_regions = delegate_trace_set_readonly_regions;
1859 if (ops->to_trace_start == NULL)
1860 ops->to_trace_start = delegate_trace_start;
1861 if (ops->to_get_trace_status == NULL)
1862 ops->to_get_trace_status = delegate_get_trace_status;
1863 if (ops->to_get_tracepoint_status == NULL)
1864 ops->to_get_tracepoint_status = delegate_get_tracepoint_status;
1865 if (ops->to_trace_stop == NULL)
1866 ops->to_trace_stop = delegate_trace_stop;
1867 if (ops->to_trace_find == NULL)
1868 ops->to_trace_find = delegate_trace_find;
1869 if (ops->to_get_trace_state_variable_value == NULL)
1870 ops->to_get_trace_state_variable_value = delegate_get_trace_state_variable_value;
1871 if (ops->to_save_trace_data == NULL)
1872 ops->to_save_trace_data = delegate_save_trace_data;
1873 if (ops->to_upload_tracepoints == NULL)
1874 ops->to_upload_tracepoints = delegate_upload_tracepoints;
1875 if (ops->to_upload_trace_state_variables == NULL)
1876 ops->to_upload_trace_state_variables = delegate_upload_trace_state_variables;
1877 if (ops->to_get_raw_trace_data == NULL)
1878 ops->to_get_raw_trace_data = delegate_get_raw_trace_data;
1879 if (ops->to_get_min_fast_tracepoint_insn_len == NULL)
1880 ops->to_get_min_fast_tracepoint_insn_len = delegate_get_min_fast_tracepoint_insn_len;
1881 if (ops->to_set_disconnected_tracing == NULL)
1882 ops->to_set_disconnected_tracing = delegate_set_disconnected_tracing;
1883 if (ops->to_set_circular_trace_buffer == NULL)
1884 ops->to_set_circular_trace_buffer = delegate_set_circular_trace_buffer;
1885 if (ops->to_set_trace_buffer_size == NULL)
1886 ops->to_set_trace_buffer_size = delegate_set_trace_buffer_size;
1887 if (ops->to_set_trace_notes == NULL)
1888 ops->to_set_trace_notes = delegate_set_trace_notes;
1889 if (ops->to_core_of_thread == NULL)
1890 ops->to_core_of_thread = delegate_core_of_thread;
1891 if (ops->to_verify_memory == NULL)
1892 ops->to_verify_memory = delegate_verify_memory;
1893 if (ops->to_get_tib_address == NULL)
1894 ops->to_get_tib_address = delegate_get_tib_address;
1895 if (ops->to_set_permissions == NULL)
1896 ops->to_set_permissions = delegate_set_permissions;
1897 if (ops->to_static_tracepoint_marker_at == NULL)
1898 ops->to_static_tracepoint_marker_at = delegate_static_tracepoint_marker_at;
1899 if (ops->to_static_tracepoint_markers_by_strid == NULL)
1900 ops->to_static_tracepoint_markers_by_strid = delegate_static_tracepoint_markers_by_strid;
1901 if (ops->to_traceframe_info == NULL)
1902 ops->to_traceframe_info = delegate_traceframe_info;
1903 if (ops->to_use_agent == NULL)
1904 ops->to_use_agent = delegate_use_agent;
1905 if (ops->to_can_use_agent == NULL)
1906 ops->to_can_use_agent = delegate_can_use_agent;
1907 if (ops->to_supports_btrace == NULL)
1908 ops->to_supports_btrace = delegate_supports_btrace;
1909 if (ops->to_enable_btrace == NULL)
1910 ops->to_enable_btrace = delegate_enable_btrace;
1911 if (ops->to_disable_btrace == NULL)
1912 ops->to_disable_btrace = delegate_disable_btrace;
1913 if (ops->to_teardown_btrace == NULL)
1914 ops->to_teardown_btrace = delegate_teardown_btrace;
1915 if (ops->to_read_btrace == NULL)
1916 ops->to_read_btrace = delegate_read_btrace;
1917 if (ops->to_stop_recording == NULL)
1918 ops->to_stop_recording = delegate_stop_recording;
1919 if (ops->to_info_record == NULL)
1920 ops->to_info_record = delegate_info_record;
1921 if (ops->to_save_record == NULL)
1922 ops->to_save_record = delegate_save_record;
1923 if (ops->to_delete_record == NULL)
1924 ops->to_delete_record = delegate_delete_record;
1925 if (ops->to_record_is_replaying == NULL)
1926 ops->to_record_is_replaying = delegate_record_is_replaying;
1927 if (ops->to_goto_record_begin == NULL)
1928 ops->to_goto_record_begin = delegate_goto_record_begin;
1929 if (ops->to_goto_record_end == NULL)
1930 ops->to_goto_record_end = delegate_goto_record_end;
1931 if (ops->to_goto_record == NULL)
1932 ops->to_goto_record = delegate_goto_record;
1933 if (ops->to_insn_history == NULL)
1934 ops->to_insn_history = delegate_insn_history;
1935 if (ops->to_insn_history_from == NULL)
1936 ops->to_insn_history_from = delegate_insn_history_from;
1937 if (ops->to_insn_history_range == NULL)
1938 ops->to_insn_history_range = delegate_insn_history_range;
1939 if (ops->to_call_history == NULL)
1940 ops->to_call_history = delegate_call_history;
1941 if (ops->to_call_history_from == NULL)
1942 ops->to_call_history_from = delegate_call_history_from;
1943 if (ops->to_call_history_range == NULL)
1944 ops->to_call_history_range = delegate_call_history_range;
1945 if (ops->to_augmented_libraries_svr4_read == NULL)
1946 ops->to_augmented_libraries_svr4_read = delegate_augmented_libraries_svr4_read;
1947 if (ops->to_get_unwinder == NULL)
1948 ops->to_get_unwinder = delegate_get_unwinder;
1949 if (ops->to_get_tailcall_unwinder == NULL)
1950 ops->to_get_tailcall_unwinder = delegate_get_tailcall_unwinder;
1951 if (ops->to_decr_pc_after_break == NULL)
1952 ops->to_decr_pc_after_break = delegate_decr_pc_after_break;
1953 if (ops->to_prepare_to_generate_core == NULL)
1954 ops->to_prepare_to_generate_core = delegate_prepare_to_generate_core;
1955 if (ops->to_done_generating_core == NULL)
1956 ops->to_done_generating_core = delegate_done_generating_core;
1960 install_dummy_methods (struct target_ops *ops)
1962 ops->to_post_attach = tdefault_post_attach;
1963 ops->to_detach = tdefault_detach;
1964 ops->to_disconnect = tdefault_disconnect;
1965 ops->to_resume = tdefault_resume;
1966 ops->to_wait = tdefault_wait;
1967 ops->to_fetch_registers = tdefault_fetch_registers;
1968 ops->to_store_registers = tdefault_store_registers;
1969 ops->to_prepare_to_store = tdefault_prepare_to_store;
1970 ops->to_files_info = tdefault_files_info;
1971 ops->to_insert_breakpoint = memory_insert_breakpoint;
1972 ops->to_remove_breakpoint = memory_remove_breakpoint;
1973 ops->to_can_use_hw_breakpoint = tdefault_can_use_hw_breakpoint;
1974 ops->to_ranged_break_num_registers = tdefault_ranged_break_num_registers;
1975 ops->to_insert_hw_breakpoint = tdefault_insert_hw_breakpoint;
1976 ops->to_remove_hw_breakpoint = tdefault_remove_hw_breakpoint;
1977 ops->to_remove_watchpoint = tdefault_remove_watchpoint;
1978 ops->to_insert_watchpoint = tdefault_insert_watchpoint;
1979 ops->to_insert_mask_watchpoint = tdefault_insert_mask_watchpoint;
1980 ops->to_remove_mask_watchpoint = tdefault_remove_mask_watchpoint;
1981 ops->to_stopped_by_watchpoint = tdefault_stopped_by_watchpoint;
1982 ops->to_stopped_data_address = tdefault_stopped_data_address;
1983 ops->to_watchpoint_addr_within_range = default_watchpoint_addr_within_range;
1984 ops->to_region_ok_for_hw_watchpoint = default_region_ok_for_hw_watchpoint;
1985 ops->to_can_accel_watchpoint_condition = tdefault_can_accel_watchpoint_condition;
1986 ops->to_masked_watch_num_registers = tdefault_masked_watch_num_registers;
1987 ops->to_terminal_init = tdefault_terminal_init;
1988 ops->to_terminal_inferior = tdefault_terminal_inferior;
1989 ops->to_terminal_ours_for_output = tdefault_terminal_ours_for_output;
1990 ops->to_terminal_ours = tdefault_terminal_ours;
1991 ops->to_terminal_save_ours = tdefault_terminal_save_ours;
1992 ops->to_terminal_info = default_terminal_info;
1993 ops->to_kill = tdefault_kill;
1994 ops->to_load = tdefault_load;
1995 ops->to_post_startup_inferior = tdefault_post_startup_inferior;
1996 ops->to_insert_fork_catchpoint = tdefault_insert_fork_catchpoint;
1997 ops->to_remove_fork_catchpoint = tdefault_remove_fork_catchpoint;
1998 ops->to_insert_vfork_catchpoint = tdefault_insert_vfork_catchpoint;
1999 ops->to_remove_vfork_catchpoint = tdefault_remove_vfork_catchpoint;
2000 ops->to_follow_fork = default_follow_fork;
2001 ops->to_insert_exec_catchpoint = tdefault_insert_exec_catchpoint;
2002 ops->to_remove_exec_catchpoint = tdefault_remove_exec_catchpoint;
2003 ops->to_set_syscall_catchpoint = tdefault_set_syscall_catchpoint;
2004 ops->to_has_exited = tdefault_has_exited;
2005 ops->to_mourn_inferior = default_mourn_inferior;
2006 ops->to_can_run = tdefault_can_run;
2007 ops->to_pass_signals = tdefault_pass_signals;
2008 ops->to_program_signals = tdefault_program_signals;
2009 ops->to_thread_alive = tdefault_thread_alive;
2010 ops->to_find_new_threads = tdefault_find_new_threads;
2011 ops->to_pid_to_str = default_pid_to_str;
2012 ops->to_extra_thread_info = tdefault_extra_thread_info;
2013 ops->to_thread_name = tdefault_thread_name;
2014 ops->to_stop = tdefault_stop;
2015 ops->to_rcmd = default_rcmd;
2016 ops->to_pid_to_exec_file = tdefault_pid_to_exec_file;
2017 ops->to_log_command = tdefault_log_command;
2018 ops->to_get_section_table = tdefault_get_section_table;
2019 ops->to_can_async_p = tdefault_can_async_p;
2020 ops->to_is_async_p = tdefault_is_async_p;
2021 ops->to_async = tdefault_async;
2022 ops->to_supports_non_stop = tdefault_supports_non_stop;
2023 ops->to_find_memory_regions = dummy_find_memory_regions;
2024 ops->to_make_corefile_notes = dummy_make_corefile_notes;
2025 ops->to_get_bookmark = tdefault_get_bookmark;
2026 ops->to_goto_bookmark = tdefault_goto_bookmark;
2027 ops->to_get_thread_local_address = tdefault_get_thread_local_address;
2028 ops->to_xfer_partial = tdefault_xfer_partial;
2029 ops->to_memory_map = tdefault_memory_map;
2030 ops->to_flash_erase = tdefault_flash_erase;
2031 ops->to_flash_done = tdefault_flash_done;
2032 ops->to_read_description = tdefault_read_description;
2033 ops->to_get_ada_task_ptid = default_get_ada_task_ptid;
2034 ops->to_auxv_parse = default_auxv_parse;
2035 ops->to_search_memory = default_search_memory;
2036 ops->to_can_execute_reverse = tdefault_can_execute_reverse;
2037 ops->to_execution_direction = default_execution_direction;
2038 ops->to_supports_multi_process = tdefault_supports_multi_process;
2039 ops->to_supports_enable_disable_tracepoint = tdefault_supports_enable_disable_tracepoint;
2040 ops->to_supports_string_tracing = tdefault_supports_string_tracing;
2041 ops->to_supports_evaluation_of_breakpoint_conditions = tdefault_supports_evaluation_of_breakpoint_conditions;
2042 ops->to_can_run_breakpoint_commands = tdefault_can_run_breakpoint_commands;
2043 ops->to_thread_architecture = default_thread_architecture;
2044 ops->to_thread_address_space = default_thread_address_space;
2045 ops->to_trace_init = tdefault_trace_init;
2046 ops->to_download_tracepoint = tdefault_download_tracepoint;
2047 ops->to_can_download_tracepoint = tdefault_can_download_tracepoint;
2048 ops->to_download_trace_state_variable = tdefault_download_trace_state_variable;
2049 ops->to_enable_tracepoint = tdefault_enable_tracepoint;
2050 ops->to_disable_tracepoint = tdefault_disable_tracepoint;
2051 ops->to_trace_set_readonly_regions = tdefault_trace_set_readonly_regions;
2052 ops->to_trace_start = tdefault_trace_start;
2053 ops->to_get_trace_status = tdefault_get_trace_status;
2054 ops->to_get_tracepoint_status = tdefault_get_tracepoint_status;
2055 ops->to_trace_stop = tdefault_trace_stop;
2056 ops->to_trace_find = tdefault_trace_find;
2057 ops->to_get_trace_state_variable_value = tdefault_get_trace_state_variable_value;
2058 ops->to_save_trace_data = tdefault_save_trace_data;
2059 ops->to_upload_tracepoints = tdefault_upload_tracepoints;
2060 ops->to_upload_trace_state_variables = tdefault_upload_trace_state_variables;
2061 ops->to_get_raw_trace_data = tdefault_get_raw_trace_data;
2062 ops->to_get_min_fast_tracepoint_insn_len = tdefault_get_min_fast_tracepoint_insn_len;
2063 ops->to_set_disconnected_tracing = tdefault_set_disconnected_tracing;
2064 ops->to_set_circular_trace_buffer = tdefault_set_circular_trace_buffer;
2065 ops->to_set_trace_buffer_size = tdefault_set_trace_buffer_size;
2066 ops->to_set_trace_notes = tdefault_set_trace_notes;
2067 ops->to_core_of_thread = tdefault_core_of_thread;
2068 ops->to_verify_memory = default_verify_memory;
2069 ops->to_get_tib_address = tdefault_get_tib_address;
2070 ops->to_set_permissions = tdefault_set_permissions;
2071 ops->to_static_tracepoint_marker_at = tdefault_static_tracepoint_marker_at;
2072 ops->to_static_tracepoint_markers_by_strid = tdefault_static_tracepoint_markers_by_strid;
2073 ops->to_traceframe_info = tdefault_traceframe_info;
2074 ops->to_use_agent = tdefault_use_agent;
2075 ops->to_can_use_agent = tdefault_can_use_agent;
2076 ops->to_supports_btrace = tdefault_supports_btrace;
2077 ops->to_enable_btrace = tdefault_enable_btrace;
2078 ops->to_disable_btrace = tdefault_disable_btrace;
2079 ops->to_teardown_btrace = tdefault_teardown_btrace;
2080 ops->to_read_btrace = tdefault_read_btrace;
2081 ops->to_stop_recording = tdefault_stop_recording;
2082 ops->to_info_record = tdefault_info_record;
2083 ops->to_save_record = tdefault_save_record;
2084 ops->to_delete_record = tdefault_delete_record;
2085 ops->to_record_is_replaying = tdefault_record_is_replaying;
2086 ops->to_goto_record_begin = tdefault_goto_record_begin;
2087 ops->to_goto_record_end = tdefault_goto_record_end;
2088 ops->to_goto_record = tdefault_goto_record;
2089 ops->to_insn_history = tdefault_insn_history;
2090 ops->to_insn_history_from = tdefault_insn_history_from;
2091 ops->to_insn_history_range = tdefault_insn_history_range;
2092 ops->to_call_history = tdefault_call_history;
2093 ops->to_call_history_from = tdefault_call_history_from;
2094 ops->to_call_history_range = tdefault_call_history_range;
2095 ops->to_augmented_libraries_svr4_read = tdefault_augmented_libraries_svr4_read;
2096 ops->to_get_unwinder = tdefault_get_unwinder;
2097 ops->to_get_tailcall_unwinder = tdefault_get_tailcall_unwinder;
2098 ops->to_decr_pc_after_break = default_target_decr_pc_after_break;
2099 ops->to_prepare_to_generate_core = tdefault_prepare_to_generate_core;
2100 ops->to_done_generating_core = tdefault_done_generating_core;