convert to_memory_map
[deliverable/binutils-gdb.git] / gdb / target-delegates.c
CommitLineData
1101cb7b
TT
1/* THIS FILE IS GENERATED -*- buffer-read-only: t -*- */
2/* vi:set ro: */
3
4/* To regenerate this file, run:*/
5/* make-target-delegates target.h > target-delegates.c */
e9a29200
TT
6static void
7delegate_attach (struct target_ops *self, char *arg1, int arg2)
8{
9 self = self->beneath;
10 self->to_attach (self, arg1, arg2);
11}
12
bebd3233
TT
13static void
14delegate_post_attach (struct target_ops *self, int arg1)
15{
16 self = self->beneath;
17 self->to_post_attach (self, arg1);
18}
19
20static void
21tdefault_post_attach (struct target_ops *self, int arg1)
22{
23}
24
09da0d0a
TT
25static void
26delegate_detach (struct target_ops *self, const char *arg1, int arg2)
27{
28 self = self->beneath;
29 self->to_detach (self, arg1, arg2);
30}
31
32static void
33tdefault_detach (struct target_ops *self, const char *arg1, int arg2)
34{
35}
36
6b84065d
TT
37static void
38delegate_resume (struct target_ops *self, ptid_t arg1, int arg2, enum gdb_signal arg3)
39{
40 self = self->beneath;
41 self->to_resume (self, arg1, arg2, arg3);
42}
43
44static void
45tdefault_resume (struct target_ops *self, ptid_t arg1, int arg2, enum gdb_signal arg3)
46{
47 noprocess ();
48}
49
50static ptid_t
51delegate_wait (struct target_ops *self, ptid_t arg1, struct target_waitstatus *arg2, int arg3)
52{
53 self = self->beneath;
54 return self->to_wait (self, arg1, arg2, arg3);
55}
56
57static ptid_t
58tdefault_wait (struct target_ops *self, ptid_t arg1, struct target_waitstatus *arg2, int arg3)
59{
60 noprocess ();
61}
62
ad5989bd
TT
63static void
64delegate_fetch_registers (struct target_ops *self, struct regcache *arg1, int arg2)
65{
66 self = self->beneath;
67 self->to_fetch_registers (self, arg1, arg2);
68}
69
70static void
71tdefault_fetch_registers (struct target_ops *self, struct regcache *arg1, int arg2)
72{
73}
74
6b84065d
TT
75static void
76delegate_store_registers (struct target_ops *self, struct regcache *arg1, int arg2)
77{
78 self = self->beneath;
79 self->to_store_registers (self, arg1, arg2);
80}
81
82static void
83tdefault_store_registers (struct target_ops *self, struct regcache *arg1, int arg2)
84{
85 noprocess ();
86}
87
6c628163
TT
88static void
89delegate_prepare_to_store (struct target_ops *self, struct regcache *arg1)
90{
91 self = self->beneath;
92 self->to_prepare_to_store (self, arg1);
93}
94
95static void
96tdefault_prepare_to_store (struct target_ops *self, struct regcache *arg1)
97{
98 noprocess ();
99}
100
f86e59b2
TT
101static void
102delegate_files_info (struct target_ops *self)
103{
104 self = self->beneath;
105 self->to_files_info (self);
106}
107
108static void
109tdefault_files_info (struct target_ops *self)
110{
111}
112
6b84065d
TT
113static int
114delegate_insert_breakpoint (struct target_ops *self, struct gdbarch *arg1, struct bp_target_info *arg2)
115{
116 self = self->beneath;
117 return self->to_insert_breakpoint (self, arg1, arg2);
118}
119
120static int
121delegate_remove_breakpoint (struct target_ops *self, struct gdbarch *arg1, struct bp_target_info *arg2)
122{
123 self = self->beneath;
124 return self->to_remove_breakpoint (self, arg1, arg2);
125}
126
52b51d06
TT
127static int
128delegate_can_use_hw_breakpoint (struct target_ops *self, int arg1, int arg2, int arg3)
129{
130 self = self->beneath;
131 return self->to_can_use_hw_breakpoint (self, arg1, arg2, arg3);
132}
133
134static int
135tdefault_can_use_hw_breakpoint (struct target_ops *self, int arg1, int arg2, int arg3)
136{
137 return 0;
138}
139
a134316b
TT
140static int
141delegate_ranged_break_num_registers (struct target_ops *self)
142{
143 self = self->beneath;
144 return self->to_ranged_break_num_registers (self);
145}
146
147static int
148tdefault_ranged_break_num_registers (struct target_ops *self)
149{
150 return -1;
151}
152
61b371f9
TT
153static int
154delegate_insert_hw_breakpoint (struct target_ops *self, struct gdbarch *arg1, struct bp_target_info *arg2)
155{
156 self = self->beneath;
157 return self->to_insert_hw_breakpoint (self, arg1, arg2);
158}
159
160static int
161tdefault_insert_hw_breakpoint (struct target_ops *self, struct gdbarch *arg1, struct bp_target_info *arg2)
162{
163 return -1;
164}
165
418dabac
TT
166static int
167delegate_remove_hw_breakpoint (struct target_ops *self, struct gdbarch *arg1, struct bp_target_info *arg2)
168{
169 self = self->beneath;
170 return self->to_remove_hw_breakpoint (self, arg1, arg2);
171}
172
173static int
174tdefault_remove_hw_breakpoint (struct target_ops *self, struct gdbarch *arg1, struct bp_target_info *arg2)
175{
176 return -1;
177}
178
61dd109f
TT
179static int
180delegate_remove_watchpoint (struct target_ops *self, CORE_ADDR arg1, int arg2, int arg3, struct expression *arg4)
181{
182 self = self->beneath;
183 return self->to_remove_watchpoint (self, arg1, arg2, arg3, arg4);
184}
185
186static int
187tdefault_remove_watchpoint (struct target_ops *self, CORE_ADDR arg1, int arg2, int arg3, struct expression *arg4)
188{
189 return -1;
190}
191
016facd4
TT
192static int
193delegate_insert_watchpoint (struct target_ops *self, CORE_ADDR arg1, int arg2, int arg3, struct expression *arg4)
194{
195 self = self->beneath;
196 return self->to_insert_watchpoint (self, arg1, arg2, arg3, arg4);
197}
198
199static int
200tdefault_insert_watchpoint (struct target_ops *self, CORE_ADDR arg1, int arg2, int arg3, struct expression *arg4)
201{
202 return -1;
203}
204
cd4ae029
TT
205static int
206delegate_insert_mask_watchpoint (struct target_ops *self, CORE_ADDR arg1, CORE_ADDR arg2, int arg3)
207{
208 self = self->beneath;
209 return self->to_insert_mask_watchpoint (self, arg1, arg2, arg3);
210}
211
212static int
213tdefault_insert_mask_watchpoint (struct target_ops *self, CORE_ADDR arg1, CORE_ADDR arg2, int arg3)
214{
215 return 1;
216}
217
8b1c364c
TT
218static int
219delegate_remove_mask_watchpoint (struct target_ops *self, CORE_ADDR arg1, CORE_ADDR arg2, int arg3)
220{
221 self = self->beneath;
222 return self->to_remove_mask_watchpoint (self, arg1, arg2, arg3);
223}
224
225static int
226tdefault_remove_mask_watchpoint (struct target_ops *self, CORE_ADDR arg1, CORE_ADDR arg2, int arg3)
227{
228 return 1;
229}
230
6b84065d
TT
231static int
232delegate_stopped_by_watchpoint (struct target_ops *self)
233{
234 self = self->beneath;
235 return self->to_stopped_by_watchpoint (self);
236}
237
238static int
239tdefault_stopped_by_watchpoint (struct target_ops *self)
240{
241 return 0;
242}
243
244static int
245delegate_stopped_data_address (struct target_ops *self, CORE_ADDR *arg1)
246{
247 self = self->beneath;
248 return self->to_stopped_data_address (self, arg1);
249}
250
251static int
252tdefault_stopped_data_address (struct target_ops *self, CORE_ADDR *arg1)
253{
254 return 0;
255}
256
65f160a9
TT
257static int
258delegate_watchpoint_addr_within_range (struct target_ops *self, CORE_ADDR arg1, CORE_ADDR arg2, int arg3)
259{
260 self = self->beneath;
261 return self->to_watchpoint_addr_within_range (self, arg1, arg2, arg3);
262}
263
d03655e4
TT
264static int
265delegate_region_ok_for_hw_watchpoint (struct target_ops *self, CORE_ADDR arg1, int arg2)
266{
267 self = self->beneath;
268 return self->to_region_ok_for_hw_watchpoint (self, arg1, arg2);
269}
270
77cdffe9
TT
271static int
272delegate_can_accel_watchpoint_condition (struct target_ops *self, CORE_ADDR arg1, int arg2, int arg3, struct expression *arg4)
273{
274 self = self->beneath;
275 return self->to_can_accel_watchpoint_condition (self, arg1, arg2, arg3, arg4);
276}
277
278static int
279tdefault_can_accel_watchpoint_condition (struct target_ops *self, CORE_ADDR arg1, int arg2, int arg3, struct expression *arg4)
280{
281 return 0;
282}
283
6c7e5e5c
TT
284static int
285delegate_masked_watch_num_registers (struct target_ops *self, CORE_ADDR arg1, CORE_ADDR arg2)
286{
287 self = self->beneath;
288 return self->to_masked_watch_num_registers (self, arg1, arg2);
289}
290
291static int
292tdefault_masked_watch_num_registers (struct target_ops *self, CORE_ADDR arg1, CORE_ADDR arg2)
293{
294 return -1;
295}
296
0343661d
TT
297static void
298delegate_terminal_init (struct target_ops *self)
299{
300 self = self->beneath;
301 self->to_terminal_init (self);
302}
303
304static void
305tdefault_terminal_init (struct target_ops *self)
306{
307}
308
ddeaacc9
TT
309static void
310delegate_terminal_inferior (struct target_ops *self)
311{
312 self = self->beneath;
313 self->to_terminal_inferior (self);
314}
315
316static void
317tdefault_terminal_inferior (struct target_ops *self)
318{
319}
320
74fcbef9
TT
321static void
322delegate_terminal_ours_for_output (struct target_ops *self)
323{
324 self = self->beneath;
325 self->to_terminal_ours_for_output (self);
326}
327
328static void
329tdefault_terminal_ours_for_output (struct target_ops *self)
330{
331}
332
e4a733f1
TT
333static void
334delegate_terminal_ours (struct target_ops *self)
335{
336 self = self->beneath;
337 self->to_terminal_ours (self);
338}
339
340static void
341tdefault_terminal_ours (struct target_ops *self)
342{
343}
344
c6ea8f79
TT
345static void
346delegate_terminal_save_ours (struct target_ops *self)
347{
348 self = self->beneath;
349 self->to_terminal_save_ours (self);
350}
351
352static void
353tdefault_terminal_save_ours (struct target_ops *self)
354{
355}
356
e19e919f
TT
357static void
358delegate_terminal_info (struct target_ops *self, const char *arg1, int arg2)
359{
360 self = self->beneath;
361 self->to_terminal_info (self, arg1, arg2);
362}
363
423a4807
TT
364static void
365delegate_kill (struct target_ops *self)
366{
367 self = self->beneath;
368 self->to_kill (self);
369}
370
371static void
372tdefault_kill (struct target_ops *self)
373{
374 noprocess ();
375}
376
7634da87
TT
377static void
378delegate_load (struct target_ops *self, char *arg1, int arg2)
379{
380 self = self->beneath;
381 self->to_load (self, arg1, arg2);
382}
383
384static void
385tdefault_load (struct target_ops *self, char *arg1, int arg2)
386{
387 tcomplain ();
388}
389
340ba4bf
TT
390static void
391delegate_post_startup_inferior (struct target_ops *self, ptid_t arg1)
392{
393 self = self->beneath;
394 self->to_post_startup_inferior (self, arg1);
395}
396
397static void
398tdefault_post_startup_inferior (struct target_ops *self, ptid_t arg1)
399{
400}
401
5958ebeb
TT
402static int
403delegate_insert_fork_catchpoint (struct target_ops *self, int arg1)
404{
405 self = self->beneath;
406 return self->to_insert_fork_catchpoint (self, arg1);
407}
408
409static int
410tdefault_insert_fork_catchpoint (struct target_ops *self, int arg1)
411{
412 return 1;
413}
414
e1a21fb7
TT
415static int
416delegate_remove_fork_catchpoint (struct target_ops *self, int arg1)
417{
418 self = self->beneath;
419 return self->to_remove_fork_catchpoint (self, arg1);
420}
421
422static int
423tdefault_remove_fork_catchpoint (struct target_ops *self, int arg1)
424{
425 return 1;
426}
427
7e18a8dc
TT
428static int
429delegate_insert_vfork_catchpoint (struct target_ops *self, int arg1)
430{
431 self = self->beneath;
432 return self->to_insert_vfork_catchpoint (self, arg1);
433}
434
435static int
436tdefault_insert_vfork_catchpoint (struct target_ops *self, int arg1)
437{
438 return 1;
439}
440
95c3375e
TT
441static int
442delegate_remove_vfork_catchpoint (struct target_ops *self, int arg1)
443{
444 self = self->beneath;
445 return self->to_remove_vfork_catchpoint (self, arg1);
446}
447
448static int
449tdefault_remove_vfork_catchpoint (struct target_ops *self, int arg1)
450{
451 return 1;
452}
453
098dba18
TT
454static int
455delegate_follow_fork (struct target_ops *self, int arg1, int arg2)
456{
457 self = self->beneath;
458 return self->to_follow_fork (self, arg1, arg2);
459}
460
62f64d7a
TT
461static int
462delegate_insert_exec_catchpoint (struct target_ops *self, int arg1)
463{
464 self = self->beneath;
465 return self->to_insert_exec_catchpoint (self, arg1);
466}
467
468static int
469tdefault_insert_exec_catchpoint (struct target_ops *self, int arg1)
470{
471 return 1;
472}
473
cda0f38c
TT
474static int
475delegate_remove_exec_catchpoint (struct target_ops *self, int arg1)
476{
477 self = self->beneath;
478 return self->to_remove_exec_catchpoint (self, arg1);
479}
480
481static int
482tdefault_remove_exec_catchpoint (struct target_ops *self, int arg1)
483{
484 return 1;
485}
486
6a9fa051
TT
487static int
488delegate_set_syscall_catchpoint (struct target_ops *self, int arg1, int arg2, int arg3, int arg4, int *arg5)
489{
490 self = self->beneath;
491 return self->to_set_syscall_catchpoint (self, arg1, arg2, arg3, arg4, arg5);
492}
493
494static int
495tdefault_set_syscall_catchpoint (struct target_ops *self, int arg1, int arg2, int arg3, int arg4, int *arg5)
496{
497 return 1;
498}
499
0db88c1d
TT
500static int
501delegate_has_exited (struct target_ops *self, int arg1, int arg2, int *arg3)
502{
503 self = self->beneath;
504 return self->to_has_exited (self, arg1, arg2, arg3);
505}
506
507static int
508tdefault_has_exited (struct target_ops *self, int arg1, int arg2, int *arg3)
509{
510 return 0;
511}
512
8d657035
TT
513static void
514delegate_mourn_inferior (struct target_ops *self)
515{
516 self = self->beneath;
517 self->to_mourn_inferior (self);
518}
519
035cad7f
TT
520static void
521delegate_pass_signals (struct target_ops *self, int arg1, unsigned char *arg2)
522{
523 self = self->beneath;
524 self->to_pass_signals (self, arg1, arg2);
525}
526
527static void
528tdefault_pass_signals (struct target_ops *self, int arg1, unsigned char *arg2)
529{
530}
531
7d4f8efa
TT
532static void
533delegate_program_signals (struct target_ops *self, int arg1, unsigned char *arg2)
534{
535 self = self->beneath;
536 self->to_program_signals (self, arg1, arg2);
537}
538
539static void
540tdefault_program_signals (struct target_ops *self, int arg1, unsigned char *arg2)
541{
542}
543
cbffc065
TT
544static int
545delegate_thread_alive (struct target_ops *self, ptid_t arg1)
546{
547 self = self->beneath;
548 return self->to_thread_alive (self, arg1);
549}
550
551static int
552tdefault_thread_alive (struct target_ops *self, ptid_t arg1)
553{
554 return 0;
555}
556
09b0dc2b
TT
557static void
558delegate_find_new_threads (struct target_ops *self)
559{
560 self = self->beneath;
561 self->to_find_new_threads (self);
562}
563
564static void
565tdefault_find_new_threads (struct target_ops *self)
566{
567}
568
770234d3
TT
569static char *
570delegate_pid_to_str (struct target_ops *self, ptid_t arg1)
571{
572 self = self->beneath;
573 return self->to_pid_to_str (self, arg1);
574}
575
4a7e6dda
TT
576static char *
577delegate_extra_thread_info (struct target_ops *self, struct thread_info *arg1)
578{
579 self = self->beneath;
580 return self->to_extra_thread_info (self, arg1);
581}
582
583static char *
584tdefault_extra_thread_info (struct target_ops *self, struct thread_info *arg1)
585{
586 return 0;
587}
588
825828fc
TT
589static char *
590delegate_thread_name (struct target_ops *self, struct thread_info *arg1)
591{
592 self = self->beneath;
593 return self->to_thread_name (self, arg1);
594}
595
596static char *
597tdefault_thread_name (struct target_ops *self, struct thread_info *arg1)
598{
599 return 0;
600}
601
46ee7e8d
TT
602static void
603delegate_stop (struct target_ops *self, ptid_t arg1)
604{
605 self = self->beneath;
606 self->to_stop (self, arg1);
607}
608
609static void
610tdefault_stop (struct target_ops *self, ptid_t arg1)
611{
612}
613
a53f3625
TT
614static void
615delegate_rcmd (struct target_ops *self, char *arg1, struct ui_file *arg2)
616{
617 self = self->beneath;
618 self->to_rcmd (self, arg1, arg2);
619}
620
830ca330
TT
621static char *
622delegate_pid_to_exec_file (struct target_ops *self, int arg1)
623{
624 self = self->beneath;
625 return self->to_pid_to_exec_file (self, arg1);
626}
627
628static char *
629tdefault_pid_to_exec_file (struct target_ops *self, int arg1)
630{
631 return 0;
632}
633
d9cb0195
TT
634static void
635delegate_log_command (struct target_ops *self, const char *arg1)
636{
637 self = self->beneath;
638 self->to_log_command (self, arg1);
639}
640
641static void
642tdefault_log_command (struct target_ops *self, const char *arg1)
643{
644}
645
7e35c012
TT
646static struct target_section_table *
647delegate_get_section_table (struct target_ops *self)
648{
649 self = self->beneath;
650 return self->to_get_section_table (self);
651}
652
653static struct target_section_table *
654tdefault_get_section_table (struct target_ops *self)
655{
656 return 0;
657}
658
6b84065d
TT
659static int
660delegate_can_async_p (struct target_ops *self)
661{
662 self = self->beneath;
663 return self->to_can_async_p (self);
664}
665
666static int
667delegate_is_async_p (struct target_ops *self)
668{
669 self = self->beneath;
670 return self->to_is_async_p (self);
671}
672
673static void
674delegate_async (struct target_ops *self, async_callback_ftype *arg1, void *arg2)
675{
676 self = self->beneath;
677 self->to_async (self, arg1, arg2);
678}
679
680static void
681tdefault_async (struct target_ops *self, async_callback_ftype *arg1, void *arg2)
682{
683 tcomplain ();
684}
685
0b5a2719
TT
686static int
687delegate_find_memory_regions (struct target_ops *self, find_memory_region_ftype arg1, void *arg2)
688{
689 self = self->beneath;
690 return self->to_find_memory_regions (self, arg1, arg2);
691}
692
16f796b1
TT
693static char *
694delegate_make_corefile_notes (struct target_ops *self, bfd *arg1, int *arg2)
695{
696 self = self->beneath;
697 return self->to_make_corefile_notes (self, arg1, arg2);
698}
699
3dbafbbb
TT
700static gdb_byte *
701delegate_get_bookmark (struct target_ops *self, char *arg1, int arg2)
702{
703 self = self->beneath;
704 return self->to_get_bookmark (self, arg1, arg2);
705}
706
707static gdb_byte *
708tdefault_get_bookmark (struct target_ops *self, char *arg1, int arg2)
709{
710 tcomplain ();
711}
712
9bb9d61d
TT
713static void
714delegate_goto_bookmark (struct target_ops *self, gdb_byte *arg1, int arg2)
715{
716 self = self->beneath;
717 self->to_goto_bookmark (self, arg1, arg2);
718}
719
720static void
721tdefault_goto_bookmark (struct target_ops *self, gdb_byte *arg1, int arg2)
722{
723 tcomplain ();
724}
725
6b84065d
TT
726static enum target_xfer_status
727delegate_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)
728{
729 self = self->beneath;
730 return self->to_xfer_partial (self, arg1, arg2, arg3, arg4, arg5, arg6, arg7);
731}
732
733static enum target_xfer_status
734tdefault_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)
735{
736 return TARGET_XFER_E_IO;
737}
738
6b2c5a57
TT
739static VEC(mem_region_s) *
740delegate_memory_map (struct target_ops *self)
741{
742 self = self->beneath;
743 return self->to_memory_map (self);
744}
745
746static VEC(mem_region_s) *
747tdefault_memory_map (struct target_ops *self)
748{
749 return 0;
750}
751
e8a6c6ac
TT
752static void
753delegate_flash_erase (struct target_ops *self, ULONGEST arg1, LONGEST arg2)
754{
755 self = self->beneath;
756 self->to_flash_erase (self, arg1, arg2);
757}
758
759static void
760tdefault_flash_erase (struct target_ops *self, ULONGEST arg1, LONGEST arg2)
761{
762 tcomplain ();
763}
764
f6fb2925
TT
765static void
766delegate_flash_done (struct target_ops *self)
767{
768 self = self->beneath;
769 self->to_flash_done (self);
770}
771
772static void
773tdefault_flash_done (struct target_ops *self)
774{
775 tcomplain ();
776}
777
4229b31d
TT
778static ptid_t
779delegate_get_ada_task_ptid (struct target_ops *self, long arg1, long arg2)
780{
781 self = self->beneath;
782 return self->to_get_ada_task_ptid (self, arg1, arg2);
783}
784
53e1cfc7
TT
785static int
786delegate_can_execute_reverse (struct target_ops *self)
787{
788 self = self->beneath;
789 return self->to_can_execute_reverse (self);
790}
791
792static int
793tdefault_can_execute_reverse (struct target_ops *self)
794{
795 return 0;
796}
797
fe31bf5b
TT
798static enum exec_direction_kind
799delegate_execution_direction (struct target_ops *self)
800{
801 self = self->beneath;
802 return self->to_execution_direction (self);
803}
804
a7304748
TT
805static int
806delegate_supports_multi_process (struct target_ops *self)
807{
808 self = self->beneath;
809 return self->to_supports_multi_process (self);
810}
811
812static int
813tdefault_supports_multi_process (struct target_ops *self)
814{
815 return 0;
816}
817
aab1b22d
TT
818static int
819delegate_supports_enable_disable_tracepoint (struct target_ops *self)
820{
821 self = self->beneath;
822 return self->to_supports_enable_disable_tracepoint (self);
823}
824
825static int
826tdefault_supports_enable_disable_tracepoint (struct target_ops *self)
827{
828 return 0;
829}
830
9409d39e
TT
831static int
832delegate_supports_string_tracing (struct target_ops *self)
833{
834 self = self->beneath;
835 return self->to_supports_string_tracing (self);
836}
837
838static int
839tdefault_supports_string_tracing (struct target_ops *self)
840{
841 return 0;
842}
843
ccfde2a0
TT
844static int
845delegate_supports_evaluation_of_breakpoint_conditions (struct target_ops *self)
846{
847 self = self->beneath;
848 return self->to_supports_evaluation_of_breakpoint_conditions (self);
849}
850
851static int
852tdefault_supports_evaluation_of_breakpoint_conditions (struct target_ops *self)
853{
854 return 0;
855}
856
843f59ed
TT
857static int
858delegate_can_run_breakpoint_commands (struct target_ops *self)
859{
860 self = self->beneath;
861 return self->to_can_run_breakpoint_commands (self);
862}
863
864static int
865tdefault_can_run_breakpoint_commands (struct target_ops *self)
866{
867 return 0;
868}
869
43eba180
TT
870static struct gdbarch *
871delegate_thread_architecture (struct target_ops *self, ptid_t arg1)
872{
873 self = self->beneath;
874 return self->to_thread_architecture (self, arg1);
875}
876
5536135b
TT
877static void
878delegate_trace_init (struct target_ops *self)
879{
880 self = self->beneath;
881 self->to_trace_init (self);
882}
883
884static void
885tdefault_trace_init (struct target_ops *self)
886{
887 tcomplain ();
888}
889
9a980a22
TT
890static void
891delegate_download_tracepoint (struct target_ops *self, struct bp_location *arg1)
892{
893 self = self->beneath;
894 self->to_download_tracepoint (self, arg1);
895}
896
897static void
898tdefault_download_tracepoint (struct target_ops *self, struct bp_location *arg1)
899{
900 tcomplain ();
901}
902
719acc4a
TT
903static int
904delegate_can_download_tracepoint (struct target_ops *self)
905{
906 self = self->beneath;
907 return self->to_can_download_tracepoint (self);
908}
909
910static int
911tdefault_can_download_tracepoint (struct target_ops *self)
912{
913 return 0;
914}
915
94eb98b9
TT
916static void
917delegate_download_trace_state_variable (struct target_ops *self, struct trace_state_variable *arg1)
918{
919 self = self->beneath;
920 self->to_download_trace_state_variable (self, arg1);
921}
922
923static void
924tdefault_download_trace_state_variable (struct target_ops *self, struct trace_state_variable *arg1)
925{
926 tcomplain ();
927}
928
151f70f1
TT
929static void
930delegate_enable_tracepoint (struct target_ops *self, struct bp_location *arg1)
931{
932 self = self->beneath;
933 self->to_enable_tracepoint (self, arg1);
934}
935
936static void
937tdefault_enable_tracepoint (struct target_ops *self, struct bp_location *arg1)
938{
939 tcomplain ();
940}
941
05c41993
TT
942static void
943delegate_disable_tracepoint (struct target_ops *self, struct bp_location *arg1)
944{
945 self = self->beneath;
946 self->to_disable_tracepoint (self, arg1);
947}
948
949static void
950tdefault_disable_tracepoint (struct target_ops *self, struct bp_location *arg1)
951{
952 tcomplain ();
953}
954
86dd181d
TT
955static void
956delegate_trace_set_readonly_regions (struct target_ops *self)
957{
958 self = self->beneath;
959 self->to_trace_set_readonly_regions (self);
960}
961
962static void
963tdefault_trace_set_readonly_regions (struct target_ops *self)
964{
965 tcomplain ();
966}
967
25da2e80
TT
968static void
969delegate_trace_start (struct target_ops *self)
970{
971 self = self->beneath;
972 self->to_trace_start (self);
973}
974
975static void
976tdefault_trace_start (struct target_ops *self)
977{
978 tcomplain ();
979}
980
4072d4ff
TT
981static int
982delegate_get_trace_status (struct target_ops *self, struct trace_status *arg1)
983{
984 self = self->beneath;
985 return self->to_get_trace_status (self, arg1);
986}
987
988static int
989tdefault_get_trace_status (struct target_ops *self, struct trace_status *arg1)
990{
991 return -1;
992}
993
6fea14cd
TT
994static void
995delegate_get_tracepoint_status (struct target_ops *self, struct breakpoint *arg1, struct uploaded_tp *arg2)
996{
997 self = self->beneath;
998 self->to_get_tracepoint_status (self, arg1, arg2);
999}
1000
1001static void
1002tdefault_get_tracepoint_status (struct target_ops *self, struct breakpoint *arg1, struct uploaded_tp *arg2)
1003{
1004 tcomplain ();
1005}
1006
e51c07ea
TT
1007static void
1008delegate_trace_stop (struct target_ops *self)
1009{
1010 self = self->beneath;
1011 self->to_trace_stop (self);
1012}
1013
1014static void
1015tdefault_trace_stop (struct target_ops *self)
1016{
1017 tcomplain ();
1018}
1019
afc94e66
TT
1020static int
1021delegate_trace_find (struct target_ops *self, enum trace_find_type arg1, int arg2, CORE_ADDR arg3, CORE_ADDR arg4, int *arg5)
1022{
1023 self = self->beneath;
1024 return self->to_trace_find (self, arg1, arg2, arg3, arg4, arg5);
1025}
1026
1027static int
1028tdefault_trace_find (struct target_ops *self, enum trace_find_type arg1, int arg2, CORE_ADDR arg3, CORE_ADDR arg4, int *arg5)
1029{
1030 return -1;
1031}
1032
959bcd0b
TT
1033static int
1034delegate_get_trace_state_variable_value (struct target_ops *self, int arg1, LONGEST *arg2)
1035{
1036 self = self->beneath;
1037 return self->to_get_trace_state_variable_value (self, arg1, arg2);
1038}
1039
1040static int
1041tdefault_get_trace_state_variable_value (struct target_ops *self, int arg1, LONGEST *arg2)
1042{
1043 return 0;
1044}
1045
a2e6c147
TT
1046static int
1047delegate_save_trace_data (struct target_ops *self, const char *arg1)
1048{
1049 self = self->beneath;
1050 return self->to_save_trace_data (self, arg1);
1051}
1052
1053static int
1054tdefault_save_trace_data (struct target_ops *self, const char *arg1)
1055{
1056 tcomplain ();
1057}
1058
1e949b00
TT
1059static int
1060delegate_upload_tracepoints (struct target_ops *self, struct uploaded_tp **arg1)
1061{
1062 self = self->beneath;
1063 return self->to_upload_tracepoints (self, arg1);
1064}
1065
1066static int
1067tdefault_upload_tracepoints (struct target_ops *self, struct uploaded_tp **arg1)
1068{
1069 return 0;
1070}
1071
08120467
TT
1072static int
1073delegate_upload_trace_state_variables (struct target_ops *self, struct uploaded_tsv **arg1)
1074{
1075 self = self->beneath;
1076 return self->to_upload_trace_state_variables (self, arg1);
1077}
1078
1079static int
1080tdefault_upload_trace_state_variables (struct target_ops *self, struct uploaded_tsv **arg1)
1081{
1082 return 0;
1083}
1084
ace92e7d
TT
1085static LONGEST
1086delegate_get_raw_trace_data (struct target_ops *self, gdb_byte *arg1, ULONGEST arg2, LONGEST arg3)
1087{
1088 self = self->beneath;
1089 return self->to_get_raw_trace_data (self, arg1, arg2, arg3);
1090}
1091
1092static LONGEST
1093tdefault_get_raw_trace_data (struct target_ops *self, gdb_byte *arg1, ULONGEST arg2, LONGEST arg3)
1094{
1095 tcomplain ();
1096}
1097
9249843f
TT
1098static int
1099delegate_get_min_fast_tracepoint_insn_len (struct target_ops *self)
1100{
1101 self = self->beneath;
1102 return self->to_get_min_fast_tracepoint_insn_len (self);
1103}
1104
1105static int
1106tdefault_get_min_fast_tracepoint_insn_len (struct target_ops *self)
1107{
1108 return -1;
1109}
1110
0bcfeddf
TT
1111static void
1112delegate_set_disconnected_tracing (struct target_ops *self, int arg1)
1113{
1114 self = self->beneath;
1115 self->to_set_disconnected_tracing (self, arg1);
1116}
1117
1118static void
1119tdefault_set_disconnected_tracing (struct target_ops *self, int arg1)
1120{
1121}
1122
8d526939
TT
1123static void
1124delegate_set_circular_trace_buffer (struct target_ops *self, int arg1)
1125{
1126 self = self->beneath;
1127 self->to_set_circular_trace_buffer (self, arg1);
1128}
1129
1130static void
1131tdefault_set_circular_trace_buffer (struct target_ops *self, int arg1)
1132{
1133}
1134
91df8d1d
TT
1135static void
1136delegate_set_trace_buffer_size (struct target_ops *self, LONGEST arg1)
1137{
1138 self = self->beneath;
1139 self->to_set_trace_buffer_size (self, arg1);
1140}
1141
1142static void
1143tdefault_set_trace_buffer_size (struct target_ops *self, LONGEST arg1)
1144{
1145}
1146
8586ccaa
TT
1147static int
1148delegate_set_trace_notes (struct target_ops *self, const char *arg1, const char *arg2, const char *arg3)
1149{
1150 self = self->beneath;
1151 return self->to_set_trace_notes (self, arg1, arg2, arg3);
1152}
1153
1154static int
1155tdefault_set_trace_notes (struct target_ops *self, const char *arg1, const char *arg2, const char *arg3)
1156{
1157 return 0;
1158}
1159
9e538d0d
TT
1160static int
1161delegate_core_of_thread (struct target_ops *self, ptid_t arg1)
1162{
1163 self = self->beneath;
1164 return self->to_core_of_thread (self, arg1);
1165}
1166
1167static int
1168tdefault_core_of_thread (struct target_ops *self, ptid_t arg1)
1169{
1170 return -1;
1171}
1172
eb276a6b
TT
1173static int
1174delegate_verify_memory (struct target_ops *self, const gdb_byte *arg1, CORE_ADDR arg2, ULONGEST arg3)
1175{
1176 self = self->beneath;
1177 return self->to_verify_memory (self, arg1, arg2, arg3);
1178}
1179
1180static int
1181tdefault_verify_memory (struct target_ops *self, const gdb_byte *arg1, CORE_ADDR arg2, ULONGEST arg3)
1182{
1183 tcomplain ();
1184}
1185
22bcceee
TT
1186static int
1187delegate_get_tib_address (struct target_ops *self, ptid_t arg1, CORE_ADDR *arg2)
1188{
1189 self = self->beneath;
1190 return self->to_get_tib_address (self, arg1, arg2);
1191}
1192
1193static int
1194tdefault_get_tib_address (struct target_ops *self, ptid_t arg1, CORE_ADDR *arg2)
1195{
1196 tcomplain ();
1197}
1198
dcd6917f
TT
1199static void
1200delegate_set_permissions (struct target_ops *self)
1201{
1202 self = self->beneath;
1203 self->to_set_permissions (self);
1204}
1205
1206static void
1207tdefault_set_permissions (struct target_ops *self)
1208{
1209}
1210
4c3e4425
TT
1211static int
1212delegate_static_tracepoint_marker_at (struct target_ops *self, CORE_ADDR arg1, struct static_tracepoint_marker *arg2)
1213{
1214 self = self->beneath;
1215 return self->to_static_tracepoint_marker_at (self, arg1, arg2);
1216}
1217
1218static int
1219tdefault_static_tracepoint_marker_at (struct target_ops *self, CORE_ADDR arg1, struct static_tracepoint_marker *arg2)
1220{
1221 return 0;
1222}
1223
d6522a22
TT
1224static VEC(static_tracepoint_marker_p) *
1225delegate_static_tracepoint_markers_by_strid (struct target_ops *self, const char *arg1)
1226{
1227 self = self->beneath;
1228 return self->to_static_tracepoint_markers_by_strid (self, arg1);
1229}
1230
1231static VEC(static_tracepoint_marker_p) *
1232tdefault_static_tracepoint_markers_by_strid (struct target_ops *self, const char *arg1)
1233{
1234 tcomplain ();
1235}
1236
92155eeb
TT
1237static struct traceframe_info *
1238delegate_traceframe_info (struct target_ops *self)
1239{
1240 self = self->beneath;
1241 return self->to_traceframe_info (self);
1242}
1243
1244static struct traceframe_info *
1245tdefault_traceframe_info (struct target_ops *self)
1246{
1247 return 0;
1248}
1249
d9db5b21
TT
1250static int
1251delegate_use_agent (struct target_ops *self, int arg1)
1252{
1253 self = self->beneath;
1254 return self->to_use_agent (self, arg1);
1255}
1256
1257static int
1258tdefault_use_agent (struct target_ops *self, int arg1)
1259{
1260 tcomplain ();
1261}
1262
9a7d8b48
TT
1263static int
1264delegate_can_use_agent (struct target_ops *self)
1265{
1266 self = self->beneath;
1267 return self->to_can_use_agent (self);
1268}
1269
1270static int
1271tdefault_can_use_agent (struct target_ops *self)
1272{
1273 return 0;
1274}
1275
46917d26
TT
1276static int
1277delegate_supports_btrace (struct target_ops *self)
1278{
1279 self = self->beneath;
1280 return self->to_supports_btrace (self);
1281}
1282
1283static int
1284tdefault_supports_btrace (struct target_ops *self)
1285{
1286 return 0;
1287}
1288
f09e2107
TT
1289static void
1290delegate_save_record (struct target_ops *self, const char *arg1)
1291{
1292 self = self->beneath;
1293 self->to_save_record (self, arg1);
1294}
1295
1296static void
1297tdefault_save_record (struct target_ops *self, const char *arg1)
1298{
1299 tcomplain ();
1300}
1301
07366925
TT
1302static void
1303delegate_delete_record (struct target_ops *self)
1304{
1305 self = self->beneath;
1306 self->to_delete_record (self);
1307}
1308
1309static void
1310tdefault_delete_record (struct target_ops *self)
1311{
1312 tcomplain ();
1313}
1314
dd2e9d25
TT
1315static int
1316delegate_record_is_replaying (struct target_ops *self)
1317{
1318 self = self->beneath;
1319 return self->to_record_is_replaying (self);
1320}
1321
1322static int
1323tdefault_record_is_replaying (struct target_ops *self)
1324{
1325 return 0;
1326}
1327
671e76cc
TT
1328static void
1329delegate_goto_record_begin (struct target_ops *self)
1330{
1331 self = self->beneath;
1332 self->to_goto_record_begin (self);
1333}
1334
1335static void
1336tdefault_goto_record_begin (struct target_ops *self)
1337{
1338 tcomplain ();
1339}
1340
e9179bb3
TT
1341static void
1342delegate_goto_record_end (struct target_ops *self)
1343{
1344 self = self->beneath;
1345 self->to_goto_record_end (self);
1346}
1347
1348static void
1349tdefault_goto_record_end (struct target_ops *self)
1350{
1351 tcomplain ();
1352}
1353
05969c84
TT
1354static void
1355delegate_goto_record (struct target_ops *self, ULONGEST arg1)
1356{
1357 self = self->beneath;
1358 self->to_goto_record (self, arg1);
1359}
1360
1361static void
1362tdefault_goto_record (struct target_ops *self, ULONGEST arg1)
1363{
1364 tcomplain ();
1365}
1366
3679abfa
TT
1367static void
1368delegate_insn_history (struct target_ops *self, int arg1, int arg2)
1369{
1370 self = self->beneath;
1371 self->to_insn_history (self, arg1, arg2);
1372}
1373
1374static void
1375tdefault_insn_history (struct target_ops *self, int arg1, int arg2)
1376{
1377 tcomplain ();
1378}
1379
8444ab58
TT
1380static void
1381delegate_insn_history_from (struct target_ops *self, ULONGEST arg1, int arg2, int arg3)
1382{
1383 self = self->beneath;
1384 self->to_insn_history_from (self, arg1, arg2, arg3);
1385}
1386
1387static void
1388tdefault_insn_history_from (struct target_ops *self, ULONGEST arg1, int arg2, int arg3)
1389{
1390 tcomplain ();
1391}
1392
c29302cc
TT
1393static void
1394delegate_insn_history_range (struct target_ops *self, ULONGEST arg1, ULONGEST arg2, int arg3)
1395{
1396 self = self->beneath;
1397 self->to_insn_history_range (self, arg1, arg2, arg3);
1398}
1399
1400static void
1401tdefault_insn_history_range (struct target_ops *self, ULONGEST arg1, ULONGEST arg2, int arg3)
1402{
1403 tcomplain ();
1404}
1405
170049d4
TT
1406static void
1407delegate_call_history (struct target_ops *self, int arg1, int arg2)
1408{
1409 self = self->beneath;
1410 self->to_call_history (self, arg1, arg2);
1411}
1412
1413static void
1414tdefault_call_history (struct target_ops *self, int arg1, int arg2)
1415{
1416 tcomplain ();
1417}
1418
16fc27d6
TT
1419static void
1420delegate_call_history_from (struct target_ops *self, ULONGEST arg1, int arg2, int arg3)
1421{
1422 self = self->beneath;
1423 self->to_call_history_from (self, arg1, arg2, arg3);
1424}
1425
1426static void
1427tdefault_call_history_from (struct target_ops *self, ULONGEST arg1, int arg2, int arg3)
1428{
1429 tcomplain ();
1430}
1431
115d9817
TT
1432static void
1433delegate_call_history_range (struct target_ops *self, ULONGEST arg1, ULONGEST arg2, int arg3)
1434{
1435 self = self->beneath;
1436 self->to_call_history_range (self, arg1, arg2, arg3);
1437}
1438
1439static void
1440tdefault_call_history_range (struct target_ops *self, ULONGEST arg1, ULONGEST arg2, int arg3)
1441{
1442 tcomplain ();
1443}
1444
0de91722
TT
1445static int
1446delegate_augmented_libraries_svr4_read (struct target_ops *self)
1447{
1448 self = self->beneath;
1449 return self->to_augmented_libraries_svr4_read (self);
1450}
1451
1452static int
1453tdefault_augmented_libraries_svr4_read (struct target_ops *self)
1454{
1455 return 0;
1456}
1457
1101cb7b
TT
1458static void
1459install_delegators (struct target_ops *ops)
1460{
e9a29200
TT
1461 if (ops->to_attach == NULL)
1462 ops->to_attach = delegate_attach;
bebd3233
TT
1463 if (ops->to_post_attach == NULL)
1464 ops->to_post_attach = delegate_post_attach;
09da0d0a
TT
1465 if (ops->to_detach == NULL)
1466 ops->to_detach = delegate_detach;
6b84065d
TT
1467 if (ops->to_resume == NULL)
1468 ops->to_resume = delegate_resume;
1469 if (ops->to_wait == NULL)
1470 ops->to_wait = delegate_wait;
ad5989bd
TT
1471 if (ops->to_fetch_registers == NULL)
1472 ops->to_fetch_registers = delegate_fetch_registers;
6b84065d
TT
1473 if (ops->to_store_registers == NULL)
1474 ops->to_store_registers = delegate_store_registers;
6c628163
TT
1475 if (ops->to_prepare_to_store == NULL)
1476 ops->to_prepare_to_store = delegate_prepare_to_store;
f86e59b2
TT
1477 if (ops->to_files_info == NULL)
1478 ops->to_files_info = delegate_files_info;
6b84065d
TT
1479 if (ops->to_insert_breakpoint == NULL)
1480 ops->to_insert_breakpoint = delegate_insert_breakpoint;
1481 if (ops->to_remove_breakpoint == NULL)
1482 ops->to_remove_breakpoint = delegate_remove_breakpoint;
52b51d06
TT
1483 if (ops->to_can_use_hw_breakpoint == NULL)
1484 ops->to_can_use_hw_breakpoint = delegate_can_use_hw_breakpoint;
a134316b
TT
1485 if (ops->to_ranged_break_num_registers == NULL)
1486 ops->to_ranged_break_num_registers = delegate_ranged_break_num_registers;
61b371f9
TT
1487 if (ops->to_insert_hw_breakpoint == NULL)
1488 ops->to_insert_hw_breakpoint = delegate_insert_hw_breakpoint;
418dabac
TT
1489 if (ops->to_remove_hw_breakpoint == NULL)
1490 ops->to_remove_hw_breakpoint = delegate_remove_hw_breakpoint;
61dd109f
TT
1491 if (ops->to_remove_watchpoint == NULL)
1492 ops->to_remove_watchpoint = delegate_remove_watchpoint;
016facd4
TT
1493 if (ops->to_insert_watchpoint == NULL)
1494 ops->to_insert_watchpoint = delegate_insert_watchpoint;
cd4ae029
TT
1495 if (ops->to_insert_mask_watchpoint == NULL)
1496 ops->to_insert_mask_watchpoint = delegate_insert_mask_watchpoint;
8b1c364c
TT
1497 if (ops->to_remove_mask_watchpoint == NULL)
1498 ops->to_remove_mask_watchpoint = delegate_remove_mask_watchpoint;
6b84065d
TT
1499 if (ops->to_stopped_by_watchpoint == NULL)
1500 ops->to_stopped_by_watchpoint = delegate_stopped_by_watchpoint;
1501 if (ops->to_stopped_data_address == NULL)
1502 ops->to_stopped_data_address = delegate_stopped_data_address;
65f160a9
TT
1503 if (ops->to_watchpoint_addr_within_range == NULL)
1504 ops->to_watchpoint_addr_within_range = delegate_watchpoint_addr_within_range;
d03655e4
TT
1505 if (ops->to_region_ok_for_hw_watchpoint == NULL)
1506 ops->to_region_ok_for_hw_watchpoint = delegate_region_ok_for_hw_watchpoint;
77cdffe9
TT
1507 if (ops->to_can_accel_watchpoint_condition == NULL)
1508 ops->to_can_accel_watchpoint_condition = delegate_can_accel_watchpoint_condition;
6c7e5e5c
TT
1509 if (ops->to_masked_watch_num_registers == NULL)
1510 ops->to_masked_watch_num_registers = delegate_masked_watch_num_registers;
0343661d
TT
1511 if (ops->to_terminal_init == NULL)
1512 ops->to_terminal_init = delegate_terminal_init;
ddeaacc9
TT
1513 if (ops->to_terminal_inferior == NULL)
1514 ops->to_terminal_inferior = delegate_terminal_inferior;
74fcbef9
TT
1515 if (ops->to_terminal_ours_for_output == NULL)
1516 ops->to_terminal_ours_for_output = delegate_terminal_ours_for_output;
e4a733f1
TT
1517 if (ops->to_terminal_ours == NULL)
1518 ops->to_terminal_ours = delegate_terminal_ours;
c6ea8f79
TT
1519 if (ops->to_terminal_save_ours == NULL)
1520 ops->to_terminal_save_ours = delegate_terminal_save_ours;
e19e919f
TT
1521 if (ops->to_terminal_info == NULL)
1522 ops->to_terminal_info = delegate_terminal_info;
423a4807
TT
1523 if (ops->to_kill == NULL)
1524 ops->to_kill = delegate_kill;
7634da87
TT
1525 if (ops->to_load == NULL)
1526 ops->to_load = delegate_load;
340ba4bf
TT
1527 if (ops->to_post_startup_inferior == NULL)
1528 ops->to_post_startup_inferior = delegate_post_startup_inferior;
5958ebeb
TT
1529 if (ops->to_insert_fork_catchpoint == NULL)
1530 ops->to_insert_fork_catchpoint = delegate_insert_fork_catchpoint;
e1a21fb7
TT
1531 if (ops->to_remove_fork_catchpoint == NULL)
1532 ops->to_remove_fork_catchpoint = delegate_remove_fork_catchpoint;
7e18a8dc
TT
1533 if (ops->to_insert_vfork_catchpoint == NULL)
1534 ops->to_insert_vfork_catchpoint = delegate_insert_vfork_catchpoint;
95c3375e
TT
1535 if (ops->to_remove_vfork_catchpoint == NULL)
1536 ops->to_remove_vfork_catchpoint = delegate_remove_vfork_catchpoint;
098dba18
TT
1537 if (ops->to_follow_fork == NULL)
1538 ops->to_follow_fork = delegate_follow_fork;
62f64d7a
TT
1539 if (ops->to_insert_exec_catchpoint == NULL)
1540 ops->to_insert_exec_catchpoint = delegate_insert_exec_catchpoint;
cda0f38c
TT
1541 if (ops->to_remove_exec_catchpoint == NULL)
1542 ops->to_remove_exec_catchpoint = delegate_remove_exec_catchpoint;
6a9fa051
TT
1543 if (ops->to_set_syscall_catchpoint == NULL)
1544 ops->to_set_syscall_catchpoint = delegate_set_syscall_catchpoint;
0db88c1d
TT
1545 if (ops->to_has_exited == NULL)
1546 ops->to_has_exited = delegate_has_exited;
8d657035
TT
1547 if (ops->to_mourn_inferior == NULL)
1548 ops->to_mourn_inferior = delegate_mourn_inferior;
035cad7f
TT
1549 if (ops->to_pass_signals == NULL)
1550 ops->to_pass_signals = delegate_pass_signals;
7d4f8efa
TT
1551 if (ops->to_program_signals == NULL)
1552 ops->to_program_signals = delegate_program_signals;
cbffc065
TT
1553 if (ops->to_thread_alive == NULL)
1554 ops->to_thread_alive = delegate_thread_alive;
09b0dc2b
TT
1555 if (ops->to_find_new_threads == NULL)
1556 ops->to_find_new_threads = delegate_find_new_threads;
770234d3
TT
1557 if (ops->to_pid_to_str == NULL)
1558 ops->to_pid_to_str = delegate_pid_to_str;
4a7e6dda
TT
1559 if (ops->to_extra_thread_info == NULL)
1560 ops->to_extra_thread_info = delegate_extra_thread_info;
825828fc
TT
1561 if (ops->to_thread_name == NULL)
1562 ops->to_thread_name = delegate_thread_name;
46ee7e8d
TT
1563 if (ops->to_stop == NULL)
1564 ops->to_stop = delegate_stop;
a53f3625
TT
1565 if (ops->to_rcmd == NULL)
1566 ops->to_rcmd = delegate_rcmd;
830ca330
TT
1567 if (ops->to_pid_to_exec_file == NULL)
1568 ops->to_pid_to_exec_file = delegate_pid_to_exec_file;
d9cb0195
TT
1569 if (ops->to_log_command == NULL)
1570 ops->to_log_command = delegate_log_command;
7e35c012
TT
1571 if (ops->to_get_section_table == NULL)
1572 ops->to_get_section_table = delegate_get_section_table;
6b84065d
TT
1573 if (ops->to_can_async_p == NULL)
1574 ops->to_can_async_p = delegate_can_async_p;
1575 if (ops->to_is_async_p == NULL)
1576 ops->to_is_async_p = delegate_is_async_p;
1577 if (ops->to_async == NULL)
1578 ops->to_async = delegate_async;
0b5a2719
TT
1579 if (ops->to_find_memory_regions == NULL)
1580 ops->to_find_memory_regions = delegate_find_memory_regions;
16f796b1
TT
1581 if (ops->to_make_corefile_notes == NULL)
1582 ops->to_make_corefile_notes = delegate_make_corefile_notes;
3dbafbbb
TT
1583 if (ops->to_get_bookmark == NULL)
1584 ops->to_get_bookmark = delegate_get_bookmark;
9bb9d61d
TT
1585 if (ops->to_goto_bookmark == NULL)
1586 ops->to_goto_bookmark = delegate_goto_bookmark;
6b84065d
TT
1587 if (ops->to_xfer_partial == NULL)
1588 ops->to_xfer_partial = delegate_xfer_partial;
6b2c5a57
TT
1589 if (ops->to_memory_map == NULL)
1590 ops->to_memory_map = delegate_memory_map;
e8a6c6ac
TT
1591 if (ops->to_flash_erase == NULL)
1592 ops->to_flash_erase = delegate_flash_erase;
f6fb2925
TT
1593 if (ops->to_flash_done == NULL)
1594 ops->to_flash_done = delegate_flash_done;
4229b31d
TT
1595 if (ops->to_get_ada_task_ptid == NULL)
1596 ops->to_get_ada_task_ptid = delegate_get_ada_task_ptid;
53e1cfc7
TT
1597 if (ops->to_can_execute_reverse == NULL)
1598 ops->to_can_execute_reverse = delegate_can_execute_reverse;
fe31bf5b
TT
1599 if (ops->to_execution_direction == NULL)
1600 ops->to_execution_direction = delegate_execution_direction;
a7304748
TT
1601 if (ops->to_supports_multi_process == NULL)
1602 ops->to_supports_multi_process = delegate_supports_multi_process;
aab1b22d
TT
1603 if (ops->to_supports_enable_disable_tracepoint == NULL)
1604 ops->to_supports_enable_disable_tracepoint = delegate_supports_enable_disable_tracepoint;
9409d39e
TT
1605 if (ops->to_supports_string_tracing == NULL)
1606 ops->to_supports_string_tracing = delegate_supports_string_tracing;
ccfde2a0
TT
1607 if (ops->to_supports_evaluation_of_breakpoint_conditions == NULL)
1608 ops->to_supports_evaluation_of_breakpoint_conditions = delegate_supports_evaluation_of_breakpoint_conditions;
843f59ed
TT
1609 if (ops->to_can_run_breakpoint_commands == NULL)
1610 ops->to_can_run_breakpoint_commands = delegate_can_run_breakpoint_commands;
43eba180
TT
1611 if (ops->to_thread_architecture == NULL)
1612 ops->to_thread_architecture = delegate_thread_architecture;
5536135b
TT
1613 if (ops->to_trace_init == NULL)
1614 ops->to_trace_init = delegate_trace_init;
9a980a22
TT
1615 if (ops->to_download_tracepoint == NULL)
1616 ops->to_download_tracepoint = delegate_download_tracepoint;
719acc4a
TT
1617 if (ops->to_can_download_tracepoint == NULL)
1618 ops->to_can_download_tracepoint = delegate_can_download_tracepoint;
94eb98b9
TT
1619 if (ops->to_download_trace_state_variable == NULL)
1620 ops->to_download_trace_state_variable = delegate_download_trace_state_variable;
151f70f1
TT
1621 if (ops->to_enable_tracepoint == NULL)
1622 ops->to_enable_tracepoint = delegate_enable_tracepoint;
05c41993
TT
1623 if (ops->to_disable_tracepoint == NULL)
1624 ops->to_disable_tracepoint = delegate_disable_tracepoint;
86dd181d
TT
1625 if (ops->to_trace_set_readonly_regions == NULL)
1626 ops->to_trace_set_readonly_regions = delegate_trace_set_readonly_regions;
25da2e80
TT
1627 if (ops->to_trace_start == NULL)
1628 ops->to_trace_start = delegate_trace_start;
4072d4ff
TT
1629 if (ops->to_get_trace_status == NULL)
1630 ops->to_get_trace_status = delegate_get_trace_status;
6fea14cd
TT
1631 if (ops->to_get_tracepoint_status == NULL)
1632 ops->to_get_tracepoint_status = delegate_get_tracepoint_status;
e51c07ea
TT
1633 if (ops->to_trace_stop == NULL)
1634 ops->to_trace_stop = delegate_trace_stop;
afc94e66
TT
1635 if (ops->to_trace_find == NULL)
1636 ops->to_trace_find = delegate_trace_find;
959bcd0b
TT
1637 if (ops->to_get_trace_state_variable_value == NULL)
1638 ops->to_get_trace_state_variable_value = delegate_get_trace_state_variable_value;
a2e6c147
TT
1639 if (ops->to_save_trace_data == NULL)
1640 ops->to_save_trace_data = delegate_save_trace_data;
1e949b00
TT
1641 if (ops->to_upload_tracepoints == NULL)
1642 ops->to_upload_tracepoints = delegate_upload_tracepoints;
08120467
TT
1643 if (ops->to_upload_trace_state_variables == NULL)
1644 ops->to_upload_trace_state_variables = delegate_upload_trace_state_variables;
ace92e7d
TT
1645 if (ops->to_get_raw_trace_data == NULL)
1646 ops->to_get_raw_trace_data = delegate_get_raw_trace_data;
9249843f
TT
1647 if (ops->to_get_min_fast_tracepoint_insn_len == NULL)
1648 ops->to_get_min_fast_tracepoint_insn_len = delegate_get_min_fast_tracepoint_insn_len;
0bcfeddf
TT
1649 if (ops->to_set_disconnected_tracing == NULL)
1650 ops->to_set_disconnected_tracing = delegate_set_disconnected_tracing;
8d526939
TT
1651 if (ops->to_set_circular_trace_buffer == NULL)
1652 ops->to_set_circular_trace_buffer = delegate_set_circular_trace_buffer;
91df8d1d
TT
1653 if (ops->to_set_trace_buffer_size == NULL)
1654 ops->to_set_trace_buffer_size = delegate_set_trace_buffer_size;
8586ccaa
TT
1655 if (ops->to_set_trace_notes == NULL)
1656 ops->to_set_trace_notes = delegate_set_trace_notes;
9e538d0d
TT
1657 if (ops->to_core_of_thread == NULL)
1658 ops->to_core_of_thread = delegate_core_of_thread;
eb276a6b
TT
1659 if (ops->to_verify_memory == NULL)
1660 ops->to_verify_memory = delegate_verify_memory;
22bcceee
TT
1661 if (ops->to_get_tib_address == NULL)
1662 ops->to_get_tib_address = delegate_get_tib_address;
dcd6917f
TT
1663 if (ops->to_set_permissions == NULL)
1664 ops->to_set_permissions = delegate_set_permissions;
4c3e4425
TT
1665 if (ops->to_static_tracepoint_marker_at == NULL)
1666 ops->to_static_tracepoint_marker_at = delegate_static_tracepoint_marker_at;
d6522a22
TT
1667 if (ops->to_static_tracepoint_markers_by_strid == NULL)
1668 ops->to_static_tracepoint_markers_by_strid = delegate_static_tracepoint_markers_by_strid;
92155eeb
TT
1669 if (ops->to_traceframe_info == NULL)
1670 ops->to_traceframe_info = delegate_traceframe_info;
d9db5b21
TT
1671 if (ops->to_use_agent == NULL)
1672 ops->to_use_agent = delegate_use_agent;
9a7d8b48
TT
1673 if (ops->to_can_use_agent == NULL)
1674 ops->to_can_use_agent = delegate_can_use_agent;
46917d26
TT
1675 if (ops->to_supports_btrace == NULL)
1676 ops->to_supports_btrace = delegate_supports_btrace;
f09e2107
TT
1677 if (ops->to_save_record == NULL)
1678 ops->to_save_record = delegate_save_record;
07366925
TT
1679 if (ops->to_delete_record == NULL)
1680 ops->to_delete_record = delegate_delete_record;
dd2e9d25
TT
1681 if (ops->to_record_is_replaying == NULL)
1682 ops->to_record_is_replaying = delegate_record_is_replaying;
671e76cc
TT
1683 if (ops->to_goto_record_begin == NULL)
1684 ops->to_goto_record_begin = delegate_goto_record_begin;
e9179bb3
TT
1685 if (ops->to_goto_record_end == NULL)
1686 ops->to_goto_record_end = delegate_goto_record_end;
05969c84
TT
1687 if (ops->to_goto_record == NULL)
1688 ops->to_goto_record = delegate_goto_record;
3679abfa
TT
1689 if (ops->to_insn_history == NULL)
1690 ops->to_insn_history = delegate_insn_history;
8444ab58
TT
1691 if (ops->to_insn_history_from == NULL)
1692 ops->to_insn_history_from = delegate_insn_history_from;
c29302cc
TT
1693 if (ops->to_insn_history_range == NULL)
1694 ops->to_insn_history_range = delegate_insn_history_range;
170049d4
TT
1695 if (ops->to_call_history == NULL)
1696 ops->to_call_history = delegate_call_history;
16fc27d6
TT
1697 if (ops->to_call_history_from == NULL)
1698 ops->to_call_history_from = delegate_call_history_from;
115d9817
TT
1699 if (ops->to_call_history_range == NULL)
1700 ops->to_call_history_range = delegate_call_history_range;
0de91722
TT
1701 if (ops->to_augmented_libraries_svr4_read == NULL)
1702 ops->to_augmented_libraries_svr4_read = delegate_augmented_libraries_svr4_read;
1101cb7b
TT
1703}
1704
1705static void
1706install_dummy_methods (struct target_ops *ops)
1707{
e9a29200 1708 ops->to_attach = find_default_attach;
bebd3233 1709 ops->to_post_attach = tdefault_post_attach;
09da0d0a 1710 ops->to_detach = tdefault_detach;
6b84065d
TT
1711 ops->to_resume = tdefault_resume;
1712 ops->to_wait = tdefault_wait;
ad5989bd 1713 ops->to_fetch_registers = tdefault_fetch_registers;
6b84065d 1714 ops->to_store_registers = tdefault_store_registers;
6c628163 1715 ops->to_prepare_to_store = tdefault_prepare_to_store;
f86e59b2 1716 ops->to_files_info = tdefault_files_info;
6b84065d
TT
1717 ops->to_insert_breakpoint = memory_insert_breakpoint;
1718 ops->to_remove_breakpoint = memory_remove_breakpoint;
52b51d06 1719 ops->to_can_use_hw_breakpoint = tdefault_can_use_hw_breakpoint;
a134316b 1720 ops->to_ranged_break_num_registers = tdefault_ranged_break_num_registers;
61b371f9 1721 ops->to_insert_hw_breakpoint = tdefault_insert_hw_breakpoint;
418dabac 1722 ops->to_remove_hw_breakpoint = tdefault_remove_hw_breakpoint;
61dd109f 1723 ops->to_remove_watchpoint = tdefault_remove_watchpoint;
016facd4 1724 ops->to_insert_watchpoint = tdefault_insert_watchpoint;
cd4ae029 1725 ops->to_insert_mask_watchpoint = tdefault_insert_mask_watchpoint;
8b1c364c 1726 ops->to_remove_mask_watchpoint = tdefault_remove_mask_watchpoint;
6b84065d
TT
1727 ops->to_stopped_by_watchpoint = tdefault_stopped_by_watchpoint;
1728 ops->to_stopped_data_address = tdefault_stopped_data_address;
65f160a9 1729 ops->to_watchpoint_addr_within_range = default_watchpoint_addr_within_range;
d03655e4 1730 ops->to_region_ok_for_hw_watchpoint = default_region_ok_for_hw_watchpoint;
77cdffe9 1731 ops->to_can_accel_watchpoint_condition = tdefault_can_accel_watchpoint_condition;
6c7e5e5c 1732 ops->to_masked_watch_num_registers = tdefault_masked_watch_num_registers;
0343661d 1733 ops->to_terminal_init = tdefault_terminal_init;
ddeaacc9 1734 ops->to_terminal_inferior = tdefault_terminal_inferior;
74fcbef9 1735 ops->to_terminal_ours_for_output = tdefault_terminal_ours_for_output;
e4a733f1 1736 ops->to_terminal_ours = tdefault_terminal_ours;
c6ea8f79 1737 ops->to_terminal_save_ours = tdefault_terminal_save_ours;
e19e919f 1738 ops->to_terminal_info = default_terminal_info;
423a4807 1739 ops->to_kill = tdefault_kill;
7634da87 1740 ops->to_load = tdefault_load;
340ba4bf 1741 ops->to_post_startup_inferior = tdefault_post_startup_inferior;
5958ebeb 1742 ops->to_insert_fork_catchpoint = tdefault_insert_fork_catchpoint;
e1a21fb7 1743 ops->to_remove_fork_catchpoint = tdefault_remove_fork_catchpoint;
7e18a8dc 1744 ops->to_insert_vfork_catchpoint = tdefault_insert_vfork_catchpoint;
95c3375e 1745 ops->to_remove_vfork_catchpoint = tdefault_remove_vfork_catchpoint;
098dba18 1746 ops->to_follow_fork = default_follow_fork;
62f64d7a 1747 ops->to_insert_exec_catchpoint = tdefault_insert_exec_catchpoint;
cda0f38c 1748 ops->to_remove_exec_catchpoint = tdefault_remove_exec_catchpoint;
6a9fa051 1749 ops->to_set_syscall_catchpoint = tdefault_set_syscall_catchpoint;
0db88c1d 1750 ops->to_has_exited = tdefault_has_exited;
8d657035 1751 ops->to_mourn_inferior = default_mourn_inferior;
035cad7f 1752 ops->to_pass_signals = tdefault_pass_signals;
7d4f8efa 1753 ops->to_program_signals = tdefault_program_signals;
cbffc065 1754 ops->to_thread_alive = tdefault_thread_alive;
09b0dc2b 1755 ops->to_find_new_threads = tdefault_find_new_threads;
770234d3 1756 ops->to_pid_to_str = default_pid_to_str;
4a7e6dda 1757 ops->to_extra_thread_info = tdefault_extra_thread_info;
825828fc 1758 ops->to_thread_name = tdefault_thread_name;
46ee7e8d 1759 ops->to_stop = tdefault_stop;
a53f3625 1760 ops->to_rcmd = default_rcmd;
830ca330 1761 ops->to_pid_to_exec_file = tdefault_pid_to_exec_file;
d9cb0195 1762 ops->to_log_command = tdefault_log_command;
7e35c012 1763 ops->to_get_section_table = tdefault_get_section_table;
6b84065d
TT
1764 ops->to_can_async_p = find_default_can_async_p;
1765 ops->to_is_async_p = find_default_is_async_p;
1766 ops->to_async = tdefault_async;
0b5a2719 1767 ops->to_find_memory_regions = dummy_find_memory_regions;
16f796b1 1768 ops->to_make_corefile_notes = dummy_make_corefile_notes;
3dbafbbb 1769 ops->to_get_bookmark = tdefault_get_bookmark;
9bb9d61d 1770 ops->to_goto_bookmark = tdefault_goto_bookmark;
6b84065d 1771 ops->to_xfer_partial = tdefault_xfer_partial;
6b2c5a57 1772 ops->to_memory_map = tdefault_memory_map;
e8a6c6ac 1773 ops->to_flash_erase = tdefault_flash_erase;
f6fb2925 1774 ops->to_flash_done = tdefault_flash_done;
4229b31d 1775 ops->to_get_ada_task_ptid = default_get_ada_task_ptid;
53e1cfc7 1776 ops->to_can_execute_reverse = tdefault_can_execute_reverse;
fe31bf5b 1777 ops->to_execution_direction = default_execution_direction;
a7304748 1778 ops->to_supports_multi_process = tdefault_supports_multi_process;
aab1b22d 1779 ops->to_supports_enable_disable_tracepoint = tdefault_supports_enable_disable_tracepoint;
9409d39e 1780 ops->to_supports_string_tracing = tdefault_supports_string_tracing;
ccfde2a0 1781 ops->to_supports_evaluation_of_breakpoint_conditions = tdefault_supports_evaluation_of_breakpoint_conditions;
843f59ed 1782 ops->to_can_run_breakpoint_commands = tdefault_can_run_breakpoint_commands;
43eba180 1783 ops->to_thread_architecture = default_thread_architecture;
5536135b 1784 ops->to_trace_init = tdefault_trace_init;
9a980a22 1785 ops->to_download_tracepoint = tdefault_download_tracepoint;
719acc4a 1786 ops->to_can_download_tracepoint = tdefault_can_download_tracepoint;
94eb98b9 1787 ops->to_download_trace_state_variable = tdefault_download_trace_state_variable;
151f70f1 1788 ops->to_enable_tracepoint = tdefault_enable_tracepoint;
05c41993 1789 ops->to_disable_tracepoint = tdefault_disable_tracepoint;
86dd181d 1790 ops->to_trace_set_readonly_regions = tdefault_trace_set_readonly_regions;
25da2e80 1791 ops->to_trace_start = tdefault_trace_start;
4072d4ff 1792 ops->to_get_trace_status = tdefault_get_trace_status;
6fea14cd 1793 ops->to_get_tracepoint_status = tdefault_get_tracepoint_status;
e51c07ea 1794 ops->to_trace_stop = tdefault_trace_stop;
afc94e66 1795 ops->to_trace_find = tdefault_trace_find;
959bcd0b 1796 ops->to_get_trace_state_variable_value = tdefault_get_trace_state_variable_value;
a2e6c147 1797 ops->to_save_trace_data = tdefault_save_trace_data;
1e949b00 1798 ops->to_upload_tracepoints = tdefault_upload_tracepoints;
08120467 1799 ops->to_upload_trace_state_variables = tdefault_upload_trace_state_variables;
ace92e7d 1800 ops->to_get_raw_trace_data = tdefault_get_raw_trace_data;
9249843f 1801 ops->to_get_min_fast_tracepoint_insn_len = tdefault_get_min_fast_tracepoint_insn_len;
0bcfeddf 1802 ops->to_set_disconnected_tracing = tdefault_set_disconnected_tracing;
8d526939 1803 ops->to_set_circular_trace_buffer = tdefault_set_circular_trace_buffer;
91df8d1d 1804 ops->to_set_trace_buffer_size = tdefault_set_trace_buffer_size;
8586ccaa 1805 ops->to_set_trace_notes = tdefault_set_trace_notes;
9e538d0d 1806 ops->to_core_of_thread = tdefault_core_of_thread;
eb276a6b 1807 ops->to_verify_memory = tdefault_verify_memory;
22bcceee 1808 ops->to_get_tib_address = tdefault_get_tib_address;
dcd6917f 1809 ops->to_set_permissions = tdefault_set_permissions;
4c3e4425 1810 ops->to_static_tracepoint_marker_at = tdefault_static_tracepoint_marker_at;
d6522a22 1811 ops->to_static_tracepoint_markers_by_strid = tdefault_static_tracepoint_markers_by_strid;
92155eeb 1812 ops->to_traceframe_info = tdefault_traceframe_info;
d9db5b21 1813 ops->to_use_agent = tdefault_use_agent;
9a7d8b48 1814 ops->to_can_use_agent = tdefault_can_use_agent;
46917d26 1815 ops->to_supports_btrace = tdefault_supports_btrace;
f09e2107 1816 ops->to_save_record = tdefault_save_record;
07366925 1817 ops->to_delete_record = tdefault_delete_record;
dd2e9d25 1818 ops->to_record_is_replaying = tdefault_record_is_replaying;
671e76cc 1819 ops->to_goto_record_begin = tdefault_goto_record_begin;
e9179bb3 1820 ops->to_goto_record_end = tdefault_goto_record_end;
05969c84 1821 ops->to_goto_record = tdefault_goto_record;
3679abfa 1822 ops->to_insn_history = tdefault_insn_history;
8444ab58 1823 ops->to_insn_history_from = tdefault_insn_history_from;
c29302cc 1824 ops->to_insn_history_range = tdefault_insn_history_range;
170049d4 1825 ops->to_call_history = tdefault_call_history;
16fc27d6 1826 ops->to_call_history_from = tdefault_call_history_from;
115d9817 1827 ops->to_call_history_range = tdefault_call_history_range;
0de91722 1828 ops->to_augmented_libraries_svr4_read = tdefault_augmented_libraries_svr4_read;
1101cb7b 1829}
This page took 0.1251 seconds and 4 git commands to generate.