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_attach (struct target_ops *self, char *arg1, int arg2)
10 self->to_attach (self, arg1, arg2);
14 delegate_post_attach (struct target_ops *self, int arg1)
17 self->to_post_attach (self, arg1);
21 tdefault_post_attach (struct target_ops *self, int arg1)
26 delegate_detach (struct target_ops *self, const char *arg1, int arg2)
29 self->to_detach (self, arg1, arg2);
33 tdefault_detach (struct target_ops *self, const char *arg1, int arg2)
38 delegate_resume (struct target_ops *self, ptid_t arg1, int arg2, enum gdb_signal arg3)
41 self->to_resume (self, arg1, arg2, arg3);
45 tdefault_resume (struct target_ops *self, ptid_t arg1, int arg2, enum gdb_signal arg3)
51 delegate_wait (struct target_ops *self, ptid_t arg1, struct target_waitstatus *arg2, int arg3)
54 return self->to_wait (self, arg1, arg2, arg3);
58 tdefault_wait (struct target_ops *self, ptid_t arg1, struct target_waitstatus *arg2, int arg3)
64 delegate_store_registers (struct target_ops *self, struct regcache *arg1, int arg2)
67 self->to_store_registers (self, arg1, arg2);
71 tdefault_store_registers (struct target_ops *self, struct regcache *arg1, int arg2)
77 delegate_prepare_to_store (struct target_ops *self, struct regcache *arg1)
80 self->to_prepare_to_store (self, arg1);
84 tdefault_prepare_to_store (struct target_ops *self, struct regcache *arg1)
90 delegate_files_info (struct target_ops *self)
93 self->to_files_info (self);
97 tdefault_files_info (struct target_ops *self)
102 delegate_insert_breakpoint (struct target_ops *self, struct gdbarch *arg1, struct bp_target_info *arg2)
104 self = self->beneath;
105 return self->to_insert_breakpoint (self, arg1, arg2);
109 delegate_remove_breakpoint (struct target_ops *self, struct gdbarch *arg1, struct bp_target_info *arg2)
111 self = self->beneath;
112 return self->to_remove_breakpoint (self, arg1, arg2);
116 delegate_can_use_hw_breakpoint (struct target_ops *self, int arg1, int arg2, int arg3)
118 self = self->beneath;
119 return self->to_can_use_hw_breakpoint (self, arg1, arg2, arg3);
123 tdefault_can_use_hw_breakpoint (struct target_ops *self, int arg1, int arg2, int arg3)
129 delegate_insert_hw_breakpoint (struct target_ops *self, struct gdbarch *arg1, struct bp_target_info *arg2)
131 self = self->beneath;
132 return self->to_insert_hw_breakpoint (self, arg1, arg2);
136 tdefault_insert_hw_breakpoint (struct target_ops *self, struct gdbarch *arg1, struct bp_target_info *arg2)
142 delegate_remove_hw_breakpoint (struct target_ops *self, struct gdbarch *arg1, struct bp_target_info *arg2)
144 self = self->beneath;
145 return self->to_remove_hw_breakpoint (self, arg1, arg2);
149 tdefault_remove_hw_breakpoint (struct target_ops *self, struct gdbarch *arg1, struct bp_target_info *arg2)
155 delegate_remove_watchpoint (struct target_ops *self, CORE_ADDR arg1, int arg2, int arg3, struct expression *arg4)
157 self = self->beneath;
158 return self->to_remove_watchpoint (self, arg1, arg2, arg3, arg4);
162 tdefault_remove_watchpoint (struct target_ops *self, CORE_ADDR arg1, int arg2, int arg3, struct expression *arg4)
168 delegate_insert_watchpoint (struct target_ops *self, CORE_ADDR arg1, int arg2, int arg3, struct expression *arg4)
170 self = self->beneath;
171 return self->to_insert_watchpoint (self, arg1, arg2, arg3, arg4);
175 tdefault_insert_watchpoint (struct target_ops *self, CORE_ADDR arg1, int arg2, int arg3, struct expression *arg4)
181 delegate_stopped_by_watchpoint (struct target_ops *self)
183 self = self->beneath;
184 return self->to_stopped_by_watchpoint (self);
188 tdefault_stopped_by_watchpoint (struct target_ops *self)
194 delegate_stopped_data_address (struct target_ops *self, CORE_ADDR *arg1)
196 self = self->beneath;
197 return self->to_stopped_data_address (self, arg1);
201 tdefault_stopped_data_address (struct target_ops *self, CORE_ADDR *arg1)
207 delegate_watchpoint_addr_within_range (struct target_ops *self, CORE_ADDR arg1, CORE_ADDR arg2, int arg3)
209 self = self->beneath;
210 return self->to_watchpoint_addr_within_range (self, arg1, arg2, arg3);
214 delegate_region_ok_for_hw_watchpoint (struct target_ops *self, CORE_ADDR arg1, int arg2)
216 self = self->beneath;
217 return self->to_region_ok_for_hw_watchpoint (self, arg1, arg2);
221 delegate_can_accel_watchpoint_condition (struct target_ops *self, CORE_ADDR arg1, int arg2, int arg3, struct expression *arg4)
223 self = self->beneath;
224 return self->to_can_accel_watchpoint_condition (self, arg1, arg2, arg3, arg4);
228 tdefault_can_accel_watchpoint_condition (struct target_ops *self, CORE_ADDR arg1, int arg2, int arg3, struct expression *arg4)
234 delegate_terminal_init (struct target_ops *self)
236 self = self->beneath;
237 self->to_terminal_init (self);
241 tdefault_terminal_init (struct target_ops *self)
246 delegate_terminal_inferior (struct target_ops *self)
248 self = self->beneath;
249 self->to_terminal_inferior (self);
253 tdefault_terminal_inferior (struct target_ops *self)
258 delegate_terminal_ours_for_output (struct target_ops *self)
260 self = self->beneath;
261 self->to_terminal_ours_for_output (self);
265 tdefault_terminal_ours_for_output (struct target_ops *self)
270 delegate_terminal_ours (struct target_ops *self)
272 self = self->beneath;
273 self->to_terminal_ours (self);
277 tdefault_terminal_ours (struct target_ops *self)
282 delegate_terminal_save_ours (struct target_ops *self)
284 self = self->beneath;
285 self->to_terminal_save_ours (self);
289 tdefault_terminal_save_ours (struct target_ops *self)
294 delegate_terminal_info (struct target_ops *self, const char *arg1, int arg2)
296 self = self->beneath;
297 self->to_terminal_info (self, arg1, arg2);
301 delegate_load (struct target_ops *self, char *arg1, int arg2)
303 self = self->beneath;
304 self->to_load (self, arg1, arg2);
308 tdefault_load (struct target_ops *self, char *arg1, int arg2)
314 delegate_post_startup_inferior (struct target_ops *self, ptid_t arg1)
316 self = self->beneath;
317 self->to_post_startup_inferior (self, arg1);
321 tdefault_post_startup_inferior (struct target_ops *self, ptid_t arg1)
326 delegate_insert_fork_catchpoint (struct target_ops *self, int arg1)
328 self = self->beneath;
329 return self->to_insert_fork_catchpoint (self, arg1);
333 tdefault_insert_fork_catchpoint (struct target_ops *self, int arg1)
339 delegate_remove_fork_catchpoint (struct target_ops *self, int arg1)
341 self = self->beneath;
342 return self->to_remove_fork_catchpoint (self, arg1);
346 tdefault_remove_fork_catchpoint (struct target_ops *self, int arg1)
352 delegate_insert_vfork_catchpoint (struct target_ops *self, int arg1)
354 self = self->beneath;
355 return self->to_insert_vfork_catchpoint (self, arg1);
359 tdefault_insert_vfork_catchpoint (struct target_ops *self, int arg1)
365 delegate_remove_vfork_catchpoint (struct target_ops *self, int arg1)
367 self = self->beneath;
368 return self->to_remove_vfork_catchpoint (self, arg1);
372 tdefault_remove_vfork_catchpoint (struct target_ops *self, int arg1)
378 delegate_insert_exec_catchpoint (struct target_ops *self, int arg1)
380 self = self->beneath;
381 return self->to_insert_exec_catchpoint (self, arg1);
385 tdefault_insert_exec_catchpoint (struct target_ops *self, int arg1)
391 delegate_remove_exec_catchpoint (struct target_ops *self, int arg1)
393 self = self->beneath;
394 return self->to_remove_exec_catchpoint (self, arg1);
398 tdefault_remove_exec_catchpoint (struct target_ops *self, int arg1)
404 delegate_set_syscall_catchpoint (struct target_ops *self, int arg1, int arg2, int arg3, int arg4, int *arg5)
406 self = self->beneath;
407 return self->to_set_syscall_catchpoint (self, arg1, arg2, arg3, arg4, arg5);
411 tdefault_set_syscall_catchpoint (struct target_ops *self, int arg1, int arg2, int arg3, int arg4, int *arg5)
417 delegate_has_exited (struct target_ops *self, int arg1, int arg2, int *arg3)
419 self = self->beneath;
420 return self->to_has_exited (self, arg1, arg2, arg3);
424 tdefault_has_exited (struct target_ops *self, int arg1, int arg2, int *arg3)
430 delegate_extra_thread_info (struct target_ops *self, struct thread_info *arg1)
432 self = self->beneath;
433 return self->to_extra_thread_info (self, arg1);
437 tdefault_extra_thread_info (struct target_ops *self, struct thread_info *arg1)
443 delegate_thread_name (struct target_ops *self, struct thread_info *arg1)
445 self = self->beneath;
446 return self->to_thread_name (self, arg1);
450 tdefault_thread_name (struct target_ops *self, struct thread_info *arg1)
456 delegate_rcmd (struct target_ops *self, char *arg1, struct ui_file *arg2)
458 self = self->beneath;
459 self->to_rcmd (self, arg1, arg2);
463 delegate_pid_to_exec_file (struct target_ops *self, int arg1)
465 self = self->beneath;
466 return self->to_pid_to_exec_file (self, arg1);
470 tdefault_pid_to_exec_file (struct target_ops *self, int arg1)
476 delegate_log_command (struct target_ops *self, const char *arg1)
478 self = self->beneath;
479 self->to_log_command (self, arg1);
483 tdefault_log_command (struct target_ops *self, const char *arg1)
488 delegate_can_async_p (struct target_ops *self)
490 self = self->beneath;
491 return self->to_can_async_p (self);
495 delegate_is_async_p (struct target_ops *self)
497 self = self->beneath;
498 return self->to_is_async_p (self);
502 delegate_async (struct target_ops *self, async_callback_ftype *arg1, void *arg2)
504 self = self->beneath;
505 self->to_async (self, arg1, arg2);
509 tdefault_async (struct target_ops *self, async_callback_ftype *arg1, void *arg2)
515 delegate_find_memory_regions (struct target_ops *self, find_memory_region_ftype arg1, void *arg2)
517 self = self->beneath;
518 return self->to_find_memory_regions (self, arg1, arg2);
522 delegate_make_corefile_notes (struct target_ops *self, bfd *arg1, int *arg2)
524 self = self->beneath;
525 return self->to_make_corefile_notes (self, arg1, arg2);
529 delegate_get_bookmark (struct target_ops *self, char *arg1, int arg2)
531 self = self->beneath;
532 return self->to_get_bookmark (self, arg1, arg2);
536 tdefault_get_bookmark (struct target_ops *self, char *arg1, int arg2)
542 delegate_goto_bookmark (struct target_ops *self, gdb_byte *arg1, int arg2)
544 self = self->beneath;
545 self->to_goto_bookmark (self, arg1, arg2);
549 tdefault_goto_bookmark (struct target_ops *self, gdb_byte *arg1, int arg2)
554 static enum target_xfer_status
555 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)
557 self = self->beneath;
558 return self->to_xfer_partial (self, arg1, arg2, arg3, arg4, arg5, arg6, arg7);
561 static enum target_xfer_status
562 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)
564 return TARGET_XFER_E_IO;
568 delegate_get_ada_task_ptid (struct target_ops *self, long arg1, long arg2)
570 self = self->beneath;
571 return self->to_get_ada_task_ptid (self, arg1, arg2);
575 delegate_can_execute_reverse (struct target_ops *self)
577 self = self->beneath;
578 return self->to_can_execute_reverse (self);
582 tdefault_can_execute_reverse (struct target_ops *self)
587 static enum exec_direction_kind
588 delegate_execution_direction (struct target_ops *self)
590 self = self->beneath;
591 return self->to_execution_direction (self);
595 delegate_supports_multi_process (struct target_ops *self)
597 self = self->beneath;
598 return self->to_supports_multi_process (self);
602 tdefault_supports_multi_process (struct target_ops *self)
608 delegate_supports_enable_disable_tracepoint (struct target_ops *self)
610 self = self->beneath;
611 return self->to_supports_enable_disable_tracepoint (self);
615 tdefault_supports_enable_disable_tracepoint (struct target_ops *self)
621 delegate_supports_string_tracing (struct target_ops *self)
623 self = self->beneath;
624 return self->to_supports_string_tracing (self);
628 tdefault_supports_string_tracing (struct target_ops *self)
633 static struct gdbarch *
634 delegate_thread_architecture (struct target_ops *self, ptid_t arg1)
636 self = self->beneath;
637 return self->to_thread_architecture (self, arg1);
641 delegate_trace_init (struct target_ops *self)
643 self = self->beneath;
644 self->to_trace_init (self);
648 tdefault_trace_init (struct target_ops *self)
654 delegate_download_tracepoint (struct target_ops *self, struct bp_location *arg1)
656 self = self->beneath;
657 self->to_download_tracepoint (self, arg1);
661 tdefault_download_tracepoint (struct target_ops *self, struct bp_location *arg1)
667 delegate_can_download_tracepoint (struct target_ops *self)
669 self = self->beneath;
670 return self->to_can_download_tracepoint (self);
674 tdefault_can_download_tracepoint (struct target_ops *self)
680 delegate_download_trace_state_variable (struct target_ops *self, struct trace_state_variable *arg1)
682 self = self->beneath;
683 self->to_download_trace_state_variable (self, arg1);
687 tdefault_download_trace_state_variable (struct target_ops *self, struct trace_state_variable *arg1)
693 delegate_enable_tracepoint (struct target_ops *self, struct bp_location *arg1)
695 self = self->beneath;
696 self->to_enable_tracepoint (self, arg1);
700 tdefault_enable_tracepoint (struct target_ops *self, struct bp_location *arg1)
706 delegate_disable_tracepoint (struct target_ops *self, struct bp_location *arg1)
708 self = self->beneath;
709 self->to_disable_tracepoint (self, arg1);
713 tdefault_disable_tracepoint (struct target_ops *self, struct bp_location *arg1)
719 delegate_supports_btrace (struct target_ops *self)
721 self = self->beneath;
722 return self->to_supports_btrace (self);
726 tdefault_supports_btrace (struct target_ops *self)
732 install_delegators (struct target_ops *ops)
734 if (ops->to_attach == NULL)
735 ops->to_attach = delegate_attach;
736 if (ops->to_post_attach == NULL)
737 ops->to_post_attach = delegate_post_attach;
738 if (ops->to_detach == NULL)
739 ops->to_detach = delegate_detach;
740 if (ops->to_resume == NULL)
741 ops->to_resume = delegate_resume;
742 if (ops->to_wait == NULL)
743 ops->to_wait = delegate_wait;
744 if (ops->to_store_registers == NULL)
745 ops->to_store_registers = delegate_store_registers;
746 if (ops->to_prepare_to_store == NULL)
747 ops->to_prepare_to_store = delegate_prepare_to_store;
748 if (ops->to_files_info == NULL)
749 ops->to_files_info = delegate_files_info;
750 if (ops->to_insert_breakpoint == NULL)
751 ops->to_insert_breakpoint = delegate_insert_breakpoint;
752 if (ops->to_remove_breakpoint == NULL)
753 ops->to_remove_breakpoint = delegate_remove_breakpoint;
754 if (ops->to_can_use_hw_breakpoint == NULL)
755 ops->to_can_use_hw_breakpoint = delegate_can_use_hw_breakpoint;
756 if (ops->to_insert_hw_breakpoint == NULL)
757 ops->to_insert_hw_breakpoint = delegate_insert_hw_breakpoint;
758 if (ops->to_remove_hw_breakpoint == NULL)
759 ops->to_remove_hw_breakpoint = delegate_remove_hw_breakpoint;
760 if (ops->to_remove_watchpoint == NULL)
761 ops->to_remove_watchpoint = delegate_remove_watchpoint;
762 if (ops->to_insert_watchpoint == NULL)
763 ops->to_insert_watchpoint = delegate_insert_watchpoint;
764 if (ops->to_stopped_by_watchpoint == NULL)
765 ops->to_stopped_by_watchpoint = delegate_stopped_by_watchpoint;
766 if (ops->to_stopped_data_address == NULL)
767 ops->to_stopped_data_address = delegate_stopped_data_address;
768 if (ops->to_watchpoint_addr_within_range == NULL)
769 ops->to_watchpoint_addr_within_range = delegate_watchpoint_addr_within_range;
770 if (ops->to_region_ok_for_hw_watchpoint == NULL)
771 ops->to_region_ok_for_hw_watchpoint = delegate_region_ok_for_hw_watchpoint;
772 if (ops->to_can_accel_watchpoint_condition == NULL)
773 ops->to_can_accel_watchpoint_condition = delegate_can_accel_watchpoint_condition;
774 if (ops->to_terminal_init == NULL)
775 ops->to_terminal_init = delegate_terminal_init;
776 if (ops->to_terminal_inferior == NULL)
777 ops->to_terminal_inferior = delegate_terminal_inferior;
778 if (ops->to_terminal_ours_for_output == NULL)
779 ops->to_terminal_ours_for_output = delegate_terminal_ours_for_output;
780 if (ops->to_terminal_ours == NULL)
781 ops->to_terminal_ours = delegate_terminal_ours;
782 if (ops->to_terminal_save_ours == NULL)
783 ops->to_terminal_save_ours = delegate_terminal_save_ours;
784 if (ops->to_terminal_info == NULL)
785 ops->to_terminal_info = delegate_terminal_info;
786 if (ops->to_load == NULL)
787 ops->to_load = delegate_load;
788 if (ops->to_post_startup_inferior == NULL)
789 ops->to_post_startup_inferior = delegate_post_startup_inferior;
790 if (ops->to_insert_fork_catchpoint == NULL)
791 ops->to_insert_fork_catchpoint = delegate_insert_fork_catchpoint;
792 if (ops->to_remove_fork_catchpoint == NULL)
793 ops->to_remove_fork_catchpoint = delegate_remove_fork_catchpoint;
794 if (ops->to_insert_vfork_catchpoint == NULL)
795 ops->to_insert_vfork_catchpoint = delegate_insert_vfork_catchpoint;
796 if (ops->to_remove_vfork_catchpoint == NULL)
797 ops->to_remove_vfork_catchpoint = delegate_remove_vfork_catchpoint;
798 if (ops->to_insert_exec_catchpoint == NULL)
799 ops->to_insert_exec_catchpoint = delegate_insert_exec_catchpoint;
800 if (ops->to_remove_exec_catchpoint == NULL)
801 ops->to_remove_exec_catchpoint = delegate_remove_exec_catchpoint;
802 if (ops->to_set_syscall_catchpoint == NULL)
803 ops->to_set_syscall_catchpoint = delegate_set_syscall_catchpoint;
804 if (ops->to_has_exited == NULL)
805 ops->to_has_exited = delegate_has_exited;
806 if (ops->to_extra_thread_info == NULL)
807 ops->to_extra_thread_info = delegate_extra_thread_info;
808 if (ops->to_thread_name == NULL)
809 ops->to_thread_name = delegate_thread_name;
810 if (ops->to_rcmd == NULL)
811 ops->to_rcmd = delegate_rcmd;
812 if (ops->to_pid_to_exec_file == NULL)
813 ops->to_pid_to_exec_file = delegate_pid_to_exec_file;
814 if (ops->to_log_command == NULL)
815 ops->to_log_command = delegate_log_command;
816 if (ops->to_can_async_p == NULL)
817 ops->to_can_async_p = delegate_can_async_p;
818 if (ops->to_is_async_p == NULL)
819 ops->to_is_async_p = delegate_is_async_p;
820 if (ops->to_async == NULL)
821 ops->to_async = delegate_async;
822 if (ops->to_find_memory_regions == NULL)
823 ops->to_find_memory_regions = delegate_find_memory_regions;
824 if (ops->to_make_corefile_notes == NULL)
825 ops->to_make_corefile_notes = delegate_make_corefile_notes;
826 if (ops->to_get_bookmark == NULL)
827 ops->to_get_bookmark = delegate_get_bookmark;
828 if (ops->to_goto_bookmark == NULL)
829 ops->to_goto_bookmark = delegate_goto_bookmark;
830 if (ops->to_xfer_partial == NULL)
831 ops->to_xfer_partial = delegate_xfer_partial;
832 if (ops->to_get_ada_task_ptid == NULL)
833 ops->to_get_ada_task_ptid = delegate_get_ada_task_ptid;
834 if (ops->to_can_execute_reverse == NULL)
835 ops->to_can_execute_reverse = delegate_can_execute_reverse;
836 if (ops->to_execution_direction == NULL)
837 ops->to_execution_direction = delegate_execution_direction;
838 if (ops->to_supports_multi_process == NULL)
839 ops->to_supports_multi_process = delegate_supports_multi_process;
840 if (ops->to_supports_enable_disable_tracepoint == NULL)
841 ops->to_supports_enable_disable_tracepoint = delegate_supports_enable_disable_tracepoint;
842 if (ops->to_supports_string_tracing == NULL)
843 ops->to_supports_string_tracing = delegate_supports_string_tracing;
844 if (ops->to_thread_architecture == NULL)
845 ops->to_thread_architecture = delegate_thread_architecture;
846 if (ops->to_trace_init == NULL)
847 ops->to_trace_init = delegate_trace_init;
848 if (ops->to_download_tracepoint == NULL)
849 ops->to_download_tracepoint = delegate_download_tracepoint;
850 if (ops->to_can_download_tracepoint == NULL)
851 ops->to_can_download_tracepoint = delegate_can_download_tracepoint;
852 if (ops->to_download_trace_state_variable == NULL)
853 ops->to_download_trace_state_variable = delegate_download_trace_state_variable;
854 if (ops->to_enable_tracepoint == NULL)
855 ops->to_enable_tracepoint = delegate_enable_tracepoint;
856 if (ops->to_disable_tracepoint == NULL)
857 ops->to_disable_tracepoint = delegate_disable_tracepoint;
858 if (ops->to_supports_btrace == NULL)
859 ops->to_supports_btrace = delegate_supports_btrace;
863 install_dummy_methods (struct target_ops *ops)
865 ops->to_attach = find_default_attach;
866 ops->to_post_attach = tdefault_post_attach;
867 ops->to_detach = tdefault_detach;
868 ops->to_resume = tdefault_resume;
869 ops->to_wait = tdefault_wait;
870 ops->to_store_registers = tdefault_store_registers;
871 ops->to_prepare_to_store = tdefault_prepare_to_store;
872 ops->to_files_info = tdefault_files_info;
873 ops->to_insert_breakpoint = memory_insert_breakpoint;
874 ops->to_remove_breakpoint = memory_remove_breakpoint;
875 ops->to_can_use_hw_breakpoint = tdefault_can_use_hw_breakpoint;
876 ops->to_insert_hw_breakpoint = tdefault_insert_hw_breakpoint;
877 ops->to_remove_hw_breakpoint = tdefault_remove_hw_breakpoint;
878 ops->to_remove_watchpoint = tdefault_remove_watchpoint;
879 ops->to_insert_watchpoint = tdefault_insert_watchpoint;
880 ops->to_stopped_by_watchpoint = tdefault_stopped_by_watchpoint;
881 ops->to_stopped_data_address = tdefault_stopped_data_address;
882 ops->to_watchpoint_addr_within_range = default_watchpoint_addr_within_range;
883 ops->to_region_ok_for_hw_watchpoint = default_region_ok_for_hw_watchpoint;
884 ops->to_can_accel_watchpoint_condition = tdefault_can_accel_watchpoint_condition;
885 ops->to_terminal_init = tdefault_terminal_init;
886 ops->to_terminal_inferior = tdefault_terminal_inferior;
887 ops->to_terminal_ours_for_output = tdefault_terminal_ours_for_output;
888 ops->to_terminal_ours = tdefault_terminal_ours;
889 ops->to_terminal_save_ours = tdefault_terminal_save_ours;
890 ops->to_terminal_info = default_terminal_info;
891 ops->to_load = tdefault_load;
892 ops->to_post_startup_inferior = tdefault_post_startup_inferior;
893 ops->to_insert_fork_catchpoint = tdefault_insert_fork_catchpoint;
894 ops->to_remove_fork_catchpoint = tdefault_remove_fork_catchpoint;
895 ops->to_insert_vfork_catchpoint = tdefault_insert_vfork_catchpoint;
896 ops->to_remove_vfork_catchpoint = tdefault_remove_vfork_catchpoint;
897 ops->to_insert_exec_catchpoint = tdefault_insert_exec_catchpoint;
898 ops->to_remove_exec_catchpoint = tdefault_remove_exec_catchpoint;
899 ops->to_set_syscall_catchpoint = tdefault_set_syscall_catchpoint;
900 ops->to_has_exited = tdefault_has_exited;
901 ops->to_extra_thread_info = tdefault_extra_thread_info;
902 ops->to_thread_name = tdefault_thread_name;
903 ops->to_rcmd = default_rcmd;
904 ops->to_pid_to_exec_file = tdefault_pid_to_exec_file;
905 ops->to_log_command = tdefault_log_command;
906 ops->to_can_async_p = find_default_can_async_p;
907 ops->to_is_async_p = find_default_is_async_p;
908 ops->to_async = tdefault_async;
909 ops->to_find_memory_regions = dummy_find_memory_regions;
910 ops->to_make_corefile_notes = dummy_make_corefile_notes;
911 ops->to_get_bookmark = tdefault_get_bookmark;
912 ops->to_goto_bookmark = tdefault_goto_bookmark;
913 ops->to_xfer_partial = tdefault_xfer_partial;
914 ops->to_get_ada_task_ptid = default_get_ada_task_ptid;
915 ops->to_can_execute_reverse = tdefault_can_execute_reverse;
916 ops->to_execution_direction = default_execution_direction;
917 ops->to_supports_multi_process = tdefault_supports_multi_process;
918 ops->to_supports_enable_disable_tracepoint = tdefault_supports_enable_disable_tracepoint;
919 ops->to_supports_string_tracing = tdefault_supports_string_tracing;
920 ops->to_thread_architecture = default_thread_architecture;
921 ops->to_trace_init = tdefault_trace_init;
922 ops->to_download_tracepoint = tdefault_download_tracepoint;
923 ops->to_can_download_tracepoint = tdefault_can_download_tracepoint;
924 ops->to_download_trace_state_variable = tdefault_download_trace_state_variable;
925 ops->to_enable_tracepoint = tdefault_enable_tracepoint;
926 ops->to_disable_tracepoint = tdefault_disable_tracepoint;
927 ops->to_supports_btrace = tdefault_supports_btrace;