convert to_pass_signals
[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
4a7e6dda
TT
532static char *
533delegate_extra_thread_info (struct target_ops *self, struct thread_info *arg1)
534{
535 self = self->beneath;
536 return self->to_extra_thread_info (self, arg1);
537}
538
539static char *
540tdefault_extra_thread_info (struct target_ops *self, struct thread_info *arg1)
541{
542 return 0;
543}
544
825828fc
TT
545static char *
546delegate_thread_name (struct target_ops *self, struct thread_info *arg1)
547{
548 self = self->beneath;
549 return self->to_thread_name (self, arg1);
550}
551
552static char *
553tdefault_thread_name (struct target_ops *self, struct thread_info *arg1)
554{
555 return 0;
556}
557
46ee7e8d
TT
558static void
559delegate_stop (struct target_ops *self, ptid_t arg1)
560{
561 self = self->beneath;
562 self->to_stop (self, arg1);
563}
564
565static void
566tdefault_stop (struct target_ops *self, ptid_t arg1)
567{
568}
569
a53f3625
TT
570static void
571delegate_rcmd (struct target_ops *self, char *arg1, struct ui_file *arg2)
572{
573 self = self->beneath;
574 self->to_rcmd (self, arg1, arg2);
575}
576
830ca330
TT
577static char *
578delegate_pid_to_exec_file (struct target_ops *self, int arg1)
579{
580 self = self->beneath;
581 return self->to_pid_to_exec_file (self, arg1);
582}
583
584static char *
585tdefault_pid_to_exec_file (struct target_ops *self, int arg1)
586{
587 return 0;
588}
589
d9cb0195
TT
590static void
591delegate_log_command (struct target_ops *self, const char *arg1)
592{
593 self = self->beneath;
594 self->to_log_command (self, arg1);
595}
596
597static void
598tdefault_log_command (struct target_ops *self, const char *arg1)
599{
600}
601
6b84065d
TT
602static int
603delegate_can_async_p (struct target_ops *self)
604{
605 self = self->beneath;
606 return self->to_can_async_p (self);
607}
608
609static int
610delegate_is_async_p (struct target_ops *self)
611{
612 self = self->beneath;
613 return self->to_is_async_p (self);
614}
615
616static void
617delegate_async (struct target_ops *self, async_callback_ftype *arg1, void *arg2)
618{
619 self = self->beneath;
620 self->to_async (self, arg1, arg2);
621}
622
623static void
624tdefault_async (struct target_ops *self, async_callback_ftype *arg1, void *arg2)
625{
626 tcomplain ();
627}
628
0b5a2719
TT
629static int
630delegate_find_memory_regions (struct target_ops *self, find_memory_region_ftype arg1, void *arg2)
631{
632 self = self->beneath;
633 return self->to_find_memory_regions (self, arg1, arg2);
634}
635
16f796b1
TT
636static char *
637delegate_make_corefile_notes (struct target_ops *self, bfd *arg1, int *arg2)
638{
639 self = self->beneath;
640 return self->to_make_corefile_notes (self, arg1, arg2);
641}
642
3dbafbbb
TT
643static gdb_byte *
644delegate_get_bookmark (struct target_ops *self, char *arg1, int arg2)
645{
646 self = self->beneath;
647 return self->to_get_bookmark (self, arg1, arg2);
648}
649
650static gdb_byte *
651tdefault_get_bookmark (struct target_ops *self, char *arg1, int arg2)
652{
653 tcomplain ();
654}
655
9bb9d61d
TT
656static void
657delegate_goto_bookmark (struct target_ops *self, gdb_byte *arg1, int arg2)
658{
659 self = self->beneath;
660 self->to_goto_bookmark (self, arg1, arg2);
661}
662
663static void
664tdefault_goto_bookmark (struct target_ops *self, gdb_byte *arg1, int arg2)
665{
666 tcomplain ();
667}
668
6b84065d
TT
669static enum target_xfer_status
670delegate_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)
671{
672 self = self->beneath;
673 return self->to_xfer_partial (self, arg1, arg2, arg3, arg4, arg5, arg6, arg7);
674}
675
676static enum target_xfer_status
677tdefault_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)
678{
679 return TARGET_XFER_E_IO;
680}
681
4229b31d
TT
682static ptid_t
683delegate_get_ada_task_ptid (struct target_ops *self, long arg1, long arg2)
684{
685 self = self->beneath;
686 return self->to_get_ada_task_ptid (self, arg1, arg2);
687}
688
53e1cfc7
TT
689static int
690delegate_can_execute_reverse (struct target_ops *self)
691{
692 self = self->beneath;
693 return self->to_can_execute_reverse (self);
694}
695
696static int
697tdefault_can_execute_reverse (struct target_ops *self)
698{
699 return 0;
700}
701
fe31bf5b
TT
702static enum exec_direction_kind
703delegate_execution_direction (struct target_ops *self)
704{
705 self = self->beneath;
706 return self->to_execution_direction (self);
707}
708
a7304748
TT
709static int
710delegate_supports_multi_process (struct target_ops *self)
711{
712 self = self->beneath;
713 return self->to_supports_multi_process (self);
714}
715
716static int
717tdefault_supports_multi_process (struct target_ops *self)
718{
719 return 0;
720}
721
aab1b22d
TT
722static int
723delegate_supports_enable_disable_tracepoint (struct target_ops *self)
724{
725 self = self->beneath;
726 return self->to_supports_enable_disable_tracepoint (self);
727}
728
729static int
730tdefault_supports_enable_disable_tracepoint (struct target_ops *self)
731{
732 return 0;
733}
734
9409d39e
TT
735static int
736delegate_supports_string_tracing (struct target_ops *self)
737{
738 self = self->beneath;
739 return self->to_supports_string_tracing (self);
740}
741
742static int
743tdefault_supports_string_tracing (struct target_ops *self)
744{
745 return 0;
746}
747
ccfde2a0
TT
748static int
749delegate_supports_evaluation_of_breakpoint_conditions (struct target_ops *self)
750{
751 self = self->beneath;
752 return self->to_supports_evaluation_of_breakpoint_conditions (self);
753}
754
755static int
756tdefault_supports_evaluation_of_breakpoint_conditions (struct target_ops *self)
757{
758 return 0;
759}
760
843f59ed
TT
761static int
762delegate_can_run_breakpoint_commands (struct target_ops *self)
763{
764 self = self->beneath;
765 return self->to_can_run_breakpoint_commands (self);
766}
767
768static int
769tdefault_can_run_breakpoint_commands (struct target_ops *self)
770{
771 return 0;
772}
773
43eba180
TT
774static struct gdbarch *
775delegate_thread_architecture (struct target_ops *self, ptid_t arg1)
776{
777 self = self->beneath;
778 return self->to_thread_architecture (self, arg1);
779}
780
5536135b
TT
781static void
782delegate_trace_init (struct target_ops *self)
783{
784 self = self->beneath;
785 self->to_trace_init (self);
786}
787
788static void
789tdefault_trace_init (struct target_ops *self)
790{
791 tcomplain ();
792}
793
9a980a22
TT
794static void
795delegate_download_tracepoint (struct target_ops *self, struct bp_location *arg1)
796{
797 self = self->beneath;
798 self->to_download_tracepoint (self, arg1);
799}
800
801static void
802tdefault_download_tracepoint (struct target_ops *self, struct bp_location *arg1)
803{
804 tcomplain ();
805}
806
719acc4a
TT
807static int
808delegate_can_download_tracepoint (struct target_ops *self)
809{
810 self = self->beneath;
811 return self->to_can_download_tracepoint (self);
812}
813
814static int
815tdefault_can_download_tracepoint (struct target_ops *self)
816{
817 return 0;
818}
819
94eb98b9
TT
820static void
821delegate_download_trace_state_variable (struct target_ops *self, struct trace_state_variable *arg1)
822{
823 self = self->beneath;
824 self->to_download_trace_state_variable (self, arg1);
825}
826
827static void
828tdefault_download_trace_state_variable (struct target_ops *self, struct trace_state_variable *arg1)
829{
830 tcomplain ();
831}
832
151f70f1
TT
833static void
834delegate_enable_tracepoint (struct target_ops *self, struct bp_location *arg1)
835{
836 self = self->beneath;
837 self->to_enable_tracepoint (self, arg1);
838}
839
840static void
841tdefault_enable_tracepoint (struct target_ops *self, struct bp_location *arg1)
842{
843 tcomplain ();
844}
845
05c41993
TT
846static void
847delegate_disable_tracepoint (struct target_ops *self, struct bp_location *arg1)
848{
849 self = self->beneath;
850 self->to_disable_tracepoint (self, arg1);
851}
852
853static void
854tdefault_disable_tracepoint (struct target_ops *self, struct bp_location *arg1)
855{
856 tcomplain ();
857}
858
86dd181d
TT
859static void
860delegate_trace_set_readonly_regions (struct target_ops *self)
861{
862 self = self->beneath;
863 self->to_trace_set_readonly_regions (self);
864}
865
866static void
867tdefault_trace_set_readonly_regions (struct target_ops *self)
868{
869 tcomplain ();
870}
871
25da2e80
TT
872static void
873delegate_trace_start (struct target_ops *self)
874{
875 self = self->beneath;
876 self->to_trace_start (self);
877}
878
879static void
880tdefault_trace_start (struct target_ops *self)
881{
882 tcomplain ();
883}
884
4072d4ff
TT
885static int
886delegate_get_trace_status (struct target_ops *self, struct trace_status *arg1)
887{
888 self = self->beneath;
889 return self->to_get_trace_status (self, arg1);
890}
891
892static int
893tdefault_get_trace_status (struct target_ops *self, struct trace_status *arg1)
894{
895 return -1;
896}
897
6fea14cd
TT
898static void
899delegate_get_tracepoint_status (struct target_ops *self, struct breakpoint *arg1, struct uploaded_tp *arg2)
900{
901 self = self->beneath;
902 self->to_get_tracepoint_status (self, arg1, arg2);
903}
904
905static void
906tdefault_get_tracepoint_status (struct target_ops *self, struct breakpoint *arg1, struct uploaded_tp *arg2)
907{
908 tcomplain ();
909}
910
e51c07ea
TT
911static void
912delegate_trace_stop (struct target_ops *self)
913{
914 self = self->beneath;
915 self->to_trace_stop (self);
916}
917
918static void
919tdefault_trace_stop (struct target_ops *self)
920{
921 tcomplain ();
922}
923
afc94e66
TT
924static int
925delegate_trace_find (struct target_ops *self, enum trace_find_type arg1, int arg2, CORE_ADDR arg3, CORE_ADDR arg4, int *arg5)
926{
927 self = self->beneath;
928 return self->to_trace_find (self, arg1, arg2, arg3, arg4, arg5);
929}
930
931static int
932tdefault_trace_find (struct target_ops *self, enum trace_find_type arg1, int arg2, CORE_ADDR arg3, CORE_ADDR arg4, int *arg5)
933{
934 return -1;
935}
936
959bcd0b
TT
937static int
938delegate_get_trace_state_variable_value (struct target_ops *self, int arg1, LONGEST *arg2)
939{
940 self = self->beneath;
941 return self->to_get_trace_state_variable_value (self, arg1, arg2);
942}
943
944static int
945tdefault_get_trace_state_variable_value (struct target_ops *self, int arg1, LONGEST *arg2)
946{
947 return 0;
948}
949
a2e6c147
TT
950static int
951delegate_save_trace_data (struct target_ops *self, const char *arg1)
952{
953 self = self->beneath;
954 return self->to_save_trace_data (self, arg1);
955}
956
957static int
958tdefault_save_trace_data (struct target_ops *self, const char *arg1)
959{
960 tcomplain ();
961}
962
1e949b00
TT
963static int
964delegate_upload_tracepoints (struct target_ops *self, struct uploaded_tp **arg1)
965{
966 self = self->beneath;
967 return self->to_upload_tracepoints (self, arg1);
968}
969
970static int
971tdefault_upload_tracepoints (struct target_ops *self, struct uploaded_tp **arg1)
972{
973 return 0;
974}
975
08120467
TT
976static int
977delegate_upload_trace_state_variables (struct target_ops *self, struct uploaded_tsv **arg1)
978{
979 self = self->beneath;
980 return self->to_upload_trace_state_variables (self, arg1);
981}
982
983static int
984tdefault_upload_trace_state_variables (struct target_ops *self, struct uploaded_tsv **arg1)
985{
986 return 0;
987}
988
ace92e7d
TT
989static LONGEST
990delegate_get_raw_trace_data (struct target_ops *self, gdb_byte *arg1, ULONGEST arg2, LONGEST arg3)
991{
992 self = self->beneath;
993 return self->to_get_raw_trace_data (self, arg1, arg2, arg3);
994}
995
996static LONGEST
997tdefault_get_raw_trace_data (struct target_ops *self, gdb_byte *arg1, ULONGEST arg2, LONGEST arg3)
998{
999 tcomplain ();
1000}
1001
9249843f
TT
1002static int
1003delegate_get_min_fast_tracepoint_insn_len (struct target_ops *self)
1004{
1005 self = self->beneath;
1006 return self->to_get_min_fast_tracepoint_insn_len (self);
1007}
1008
1009static int
1010tdefault_get_min_fast_tracepoint_insn_len (struct target_ops *self)
1011{
1012 return -1;
1013}
1014
0bcfeddf
TT
1015static void
1016delegate_set_disconnected_tracing (struct target_ops *self, int arg1)
1017{
1018 self = self->beneath;
1019 self->to_set_disconnected_tracing (self, arg1);
1020}
1021
1022static void
1023tdefault_set_disconnected_tracing (struct target_ops *self, int arg1)
1024{
1025}
1026
8d526939
TT
1027static void
1028delegate_set_circular_trace_buffer (struct target_ops *self, int arg1)
1029{
1030 self = self->beneath;
1031 self->to_set_circular_trace_buffer (self, arg1);
1032}
1033
1034static void
1035tdefault_set_circular_trace_buffer (struct target_ops *self, int arg1)
1036{
1037}
1038
91df8d1d
TT
1039static void
1040delegate_set_trace_buffer_size (struct target_ops *self, LONGEST arg1)
1041{
1042 self = self->beneath;
1043 self->to_set_trace_buffer_size (self, arg1);
1044}
1045
1046static void
1047tdefault_set_trace_buffer_size (struct target_ops *self, LONGEST arg1)
1048{
1049}
1050
8586ccaa
TT
1051static int
1052delegate_set_trace_notes (struct target_ops *self, const char *arg1, const char *arg2, const char *arg3)
1053{
1054 self = self->beneath;
1055 return self->to_set_trace_notes (self, arg1, arg2, arg3);
1056}
1057
1058static int
1059tdefault_set_trace_notes (struct target_ops *self, const char *arg1, const char *arg2, const char *arg3)
1060{
1061 return 0;
1062}
1063
22bcceee
TT
1064static int
1065delegate_get_tib_address (struct target_ops *self, ptid_t arg1, CORE_ADDR *arg2)
1066{
1067 self = self->beneath;
1068 return self->to_get_tib_address (self, arg1, arg2);
1069}
1070
1071static int
1072tdefault_get_tib_address (struct target_ops *self, ptid_t arg1, CORE_ADDR *arg2)
1073{
1074 tcomplain ();
1075}
1076
dcd6917f
TT
1077static void
1078delegate_set_permissions (struct target_ops *self)
1079{
1080 self = self->beneath;
1081 self->to_set_permissions (self);
1082}
1083
1084static void
1085tdefault_set_permissions (struct target_ops *self)
1086{
1087}
1088
4c3e4425
TT
1089static int
1090delegate_static_tracepoint_marker_at (struct target_ops *self, CORE_ADDR arg1, struct static_tracepoint_marker *arg2)
1091{
1092 self = self->beneath;
1093 return self->to_static_tracepoint_marker_at (self, arg1, arg2);
1094}
1095
1096static int
1097tdefault_static_tracepoint_marker_at (struct target_ops *self, CORE_ADDR arg1, struct static_tracepoint_marker *arg2)
1098{
1099 return 0;
1100}
1101
d6522a22
TT
1102static VEC(static_tracepoint_marker_p) *
1103delegate_static_tracepoint_markers_by_strid (struct target_ops *self, const char *arg1)
1104{
1105 self = self->beneath;
1106 return self->to_static_tracepoint_markers_by_strid (self, arg1);
1107}
1108
1109static VEC(static_tracepoint_marker_p) *
1110tdefault_static_tracepoint_markers_by_strid (struct target_ops *self, const char *arg1)
1111{
1112 tcomplain ();
1113}
1114
92155eeb
TT
1115static struct traceframe_info *
1116delegate_traceframe_info (struct target_ops *self)
1117{
1118 self = self->beneath;
1119 return self->to_traceframe_info (self);
1120}
1121
1122static struct traceframe_info *
1123tdefault_traceframe_info (struct target_ops *self)
1124{
1125 return 0;
1126}
1127
d9db5b21
TT
1128static int
1129delegate_use_agent (struct target_ops *self, int arg1)
1130{
1131 self = self->beneath;
1132 return self->to_use_agent (self, arg1);
1133}
1134
1135static int
1136tdefault_use_agent (struct target_ops *self, int arg1)
1137{
1138 tcomplain ();
1139}
1140
9a7d8b48
TT
1141static int
1142delegate_can_use_agent (struct target_ops *self)
1143{
1144 self = self->beneath;
1145 return self->to_can_use_agent (self);
1146}
1147
1148static int
1149tdefault_can_use_agent (struct target_ops *self)
1150{
1151 return 0;
1152}
1153
46917d26
TT
1154static int
1155delegate_supports_btrace (struct target_ops *self)
1156{
1157 self = self->beneath;
1158 return self->to_supports_btrace (self);
1159}
1160
1161static int
1162tdefault_supports_btrace (struct target_ops *self)
1163{
1164 return 0;
1165}
1166
0de91722
TT
1167static int
1168delegate_augmented_libraries_svr4_read (struct target_ops *self)
1169{
1170 self = self->beneath;
1171 return self->to_augmented_libraries_svr4_read (self);
1172}
1173
1174static int
1175tdefault_augmented_libraries_svr4_read (struct target_ops *self)
1176{
1177 return 0;
1178}
1179
1101cb7b
TT
1180static void
1181install_delegators (struct target_ops *ops)
1182{
e9a29200
TT
1183 if (ops->to_attach == NULL)
1184 ops->to_attach = delegate_attach;
bebd3233
TT
1185 if (ops->to_post_attach == NULL)
1186 ops->to_post_attach = delegate_post_attach;
09da0d0a
TT
1187 if (ops->to_detach == NULL)
1188 ops->to_detach = delegate_detach;
6b84065d
TT
1189 if (ops->to_resume == NULL)
1190 ops->to_resume = delegate_resume;
1191 if (ops->to_wait == NULL)
1192 ops->to_wait = delegate_wait;
ad5989bd
TT
1193 if (ops->to_fetch_registers == NULL)
1194 ops->to_fetch_registers = delegate_fetch_registers;
6b84065d
TT
1195 if (ops->to_store_registers == NULL)
1196 ops->to_store_registers = delegate_store_registers;
6c628163
TT
1197 if (ops->to_prepare_to_store == NULL)
1198 ops->to_prepare_to_store = delegate_prepare_to_store;
f86e59b2
TT
1199 if (ops->to_files_info == NULL)
1200 ops->to_files_info = delegate_files_info;
6b84065d
TT
1201 if (ops->to_insert_breakpoint == NULL)
1202 ops->to_insert_breakpoint = delegate_insert_breakpoint;
1203 if (ops->to_remove_breakpoint == NULL)
1204 ops->to_remove_breakpoint = delegate_remove_breakpoint;
52b51d06
TT
1205 if (ops->to_can_use_hw_breakpoint == NULL)
1206 ops->to_can_use_hw_breakpoint = delegate_can_use_hw_breakpoint;
a134316b
TT
1207 if (ops->to_ranged_break_num_registers == NULL)
1208 ops->to_ranged_break_num_registers = delegate_ranged_break_num_registers;
61b371f9
TT
1209 if (ops->to_insert_hw_breakpoint == NULL)
1210 ops->to_insert_hw_breakpoint = delegate_insert_hw_breakpoint;
418dabac
TT
1211 if (ops->to_remove_hw_breakpoint == NULL)
1212 ops->to_remove_hw_breakpoint = delegate_remove_hw_breakpoint;
61dd109f
TT
1213 if (ops->to_remove_watchpoint == NULL)
1214 ops->to_remove_watchpoint = delegate_remove_watchpoint;
016facd4
TT
1215 if (ops->to_insert_watchpoint == NULL)
1216 ops->to_insert_watchpoint = delegate_insert_watchpoint;
cd4ae029
TT
1217 if (ops->to_insert_mask_watchpoint == NULL)
1218 ops->to_insert_mask_watchpoint = delegate_insert_mask_watchpoint;
8b1c364c
TT
1219 if (ops->to_remove_mask_watchpoint == NULL)
1220 ops->to_remove_mask_watchpoint = delegate_remove_mask_watchpoint;
6b84065d
TT
1221 if (ops->to_stopped_by_watchpoint == NULL)
1222 ops->to_stopped_by_watchpoint = delegate_stopped_by_watchpoint;
1223 if (ops->to_stopped_data_address == NULL)
1224 ops->to_stopped_data_address = delegate_stopped_data_address;
65f160a9
TT
1225 if (ops->to_watchpoint_addr_within_range == NULL)
1226 ops->to_watchpoint_addr_within_range = delegate_watchpoint_addr_within_range;
d03655e4
TT
1227 if (ops->to_region_ok_for_hw_watchpoint == NULL)
1228 ops->to_region_ok_for_hw_watchpoint = delegate_region_ok_for_hw_watchpoint;
77cdffe9
TT
1229 if (ops->to_can_accel_watchpoint_condition == NULL)
1230 ops->to_can_accel_watchpoint_condition = delegate_can_accel_watchpoint_condition;
6c7e5e5c
TT
1231 if (ops->to_masked_watch_num_registers == NULL)
1232 ops->to_masked_watch_num_registers = delegate_masked_watch_num_registers;
0343661d
TT
1233 if (ops->to_terminal_init == NULL)
1234 ops->to_terminal_init = delegate_terminal_init;
ddeaacc9
TT
1235 if (ops->to_terminal_inferior == NULL)
1236 ops->to_terminal_inferior = delegate_terminal_inferior;
74fcbef9
TT
1237 if (ops->to_terminal_ours_for_output == NULL)
1238 ops->to_terminal_ours_for_output = delegate_terminal_ours_for_output;
e4a733f1
TT
1239 if (ops->to_terminal_ours == NULL)
1240 ops->to_terminal_ours = delegate_terminal_ours;
c6ea8f79
TT
1241 if (ops->to_terminal_save_ours == NULL)
1242 ops->to_terminal_save_ours = delegate_terminal_save_ours;
e19e919f
TT
1243 if (ops->to_terminal_info == NULL)
1244 ops->to_terminal_info = delegate_terminal_info;
423a4807
TT
1245 if (ops->to_kill == NULL)
1246 ops->to_kill = delegate_kill;
7634da87
TT
1247 if (ops->to_load == NULL)
1248 ops->to_load = delegate_load;
340ba4bf
TT
1249 if (ops->to_post_startup_inferior == NULL)
1250 ops->to_post_startup_inferior = delegate_post_startup_inferior;
5958ebeb
TT
1251 if (ops->to_insert_fork_catchpoint == NULL)
1252 ops->to_insert_fork_catchpoint = delegate_insert_fork_catchpoint;
e1a21fb7
TT
1253 if (ops->to_remove_fork_catchpoint == NULL)
1254 ops->to_remove_fork_catchpoint = delegate_remove_fork_catchpoint;
7e18a8dc
TT
1255 if (ops->to_insert_vfork_catchpoint == NULL)
1256 ops->to_insert_vfork_catchpoint = delegate_insert_vfork_catchpoint;
95c3375e
TT
1257 if (ops->to_remove_vfork_catchpoint == NULL)
1258 ops->to_remove_vfork_catchpoint = delegate_remove_vfork_catchpoint;
098dba18
TT
1259 if (ops->to_follow_fork == NULL)
1260 ops->to_follow_fork = delegate_follow_fork;
62f64d7a
TT
1261 if (ops->to_insert_exec_catchpoint == NULL)
1262 ops->to_insert_exec_catchpoint = delegate_insert_exec_catchpoint;
cda0f38c
TT
1263 if (ops->to_remove_exec_catchpoint == NULL)
1264 ops->to_remove_exec_catchpoint = delegate_remove_exec_catchpoint;
6a9fa051
TT
1265 if (ops->to_set_syscall_catchpoint == NULL)
1266 ops->to_set_syscall_catchpoint = delegate_set_syscall_catchpoint;
0db88c1d
TT
1267 if (ops->to_has_exited == NULL)
1268 ops->to_has_exited = delegate_has_exited;
8d657035
TT
1269 if (ops->to_mourn_inferior == NULL)
1270 ops->to_mourn_inferior = delegate_mourn_inferior;
035cad7f
TT
1271 if (ops->to_pass_signals == NULL)
1272 ops->to_pass_signals = delegate_pass_signals;
4a7e6dda
TT
1273 if (ops->to_extra_thread_info == NULL)
1274 ops->to_extra_thread_info = delegate_extra_thread_info;
825828fc
TT
1275 if (ops->to_thread_name == NULL)
1276 ops->to_thread_name = delegate_thread_name;
46ee7e8d
TT
1277 if (ops->to_stop == NULL)
1278 ops->to_stop = delegate_stop;
a53f3625
TT
1279 if (ops->to_rcmd == NULL)
1280 ops->to_rcmd = delegate_rcmd;
830ca330
TT
1281 if (ops->to_pid_to_exec_file == NULL)
1282 ops->to_pid_to_exec_file = delegate_pid_to_exec_file;
d9cb0195
TT
1283 if (ops->to_log_command == NULL)
1284 ops->to_log_command = delegate_log_command;
6b84065d
TT
1285 if (ops->to_can_async_p == NULL)
1286 ops->to_can_async_p = delegate_can_async_p;
1287 if (ops->to_is_async_p == NULL)
1288 ops->to_is_async_p = delegate_is_async_p;
1289 if (ops->to_async == NULL)
1290 ops->to_async = delegate_async;
0b5a2719
TT
1291 if (ops->to_find_memory_regions == NULL)
1292 ops->to_find_memory_regions = delegate_find_memory_regions;
16f796b1
TT
1293 if (ops->to_make_corefile_notes == NULL)
1294 ops->to_make_corefile_notes = delegate_make_corefile_notes;
3dbafbbb
TT
1295 if (ops->to_get_bookmark == NULL)
1296 ops->to_get_bookmark = delegate_get_bookmark;
9bb9d61d
TT
1297 if (ops->to_goto_bookmark == NULL)
1298 ops->to_goto_bookmark = delegate_goto_bookmark;
6b84065d
TT
1299 if (ops->to_xfer_partial == NULL)
1300 ops->to_xfer_partial = delegate_xfer_partial;
4229b31d
TT
1301 if (ops->to_get_ada_task_ptid == NULL)
1302 ops->to_get_ada_task_ptid = delegate_get_ada_task_ptid;
53e1cfc7
TT
1303 if (ops->to_can_execute_reverse == NULL)
1304 ops->to_can_execute_reverse = delegate_can_execute_reverse;
fe31bf5b
TT
1305 if (ops->to_execution_direction == NULL)
1306 ops->to_execution_direction = delegate_execution_direction;
a7304748
TT
1307 if (ops->to_supports_multi_process == NULL)
1308 ops->to_supports_multi_process = delegate_supports_multi_process;
aab1b22d
TT
1309 if (ops->to_supports_enable_disable_tracepoint == NULL)
1310 ops->to_supports_enable_disable_tracepoint = delegate_supports_enable_disable_tracepoint;
9409d39e
TT
1311 if (ops->to_supports_string_tracing == NULL)
1312 ops->to_supports_string_tracing = delegate_supports_string_tracing;
ccfde2a0
TT
1313 if (ops->to_supports_evaluation_of_breakpoint_conditions == NULL)
1314 ops->to_supports_evaluation_of_breakpoint_conditions = delegate_supports_evaluation_of_breakpoint_conditions;
843f59ed
TT
1315 if (ops->to_can_run_breakpoint_commands == NULL)
1316 ops->to_can_run_breakpoint_commands = delegate_can_run_breakpoint_commands;
43eba180
TT
1317 if (ops->to_thread_architecture == NULL)
1318 ops->to_thread_architecture = delegate_thread_architecture;
5536135b
TT
1319 if (ops->to_trace_init == NULL)
1320 ops->to_trace_init = delegate_trace_init;
9a980a22
TT
1321 if (ops->to_download_tracepoint == NULL)
1322 ops->to_download_tracepoint = delegate_download_tracepoint;
719acc4a
TT
1323 if (ops->to_can_download_tracepoint == NULL)
1324 ops->to_can_download_tracepoint = delegate_can_download_tracepoint;
94eb98b9
TT
1325 if (ops->to_download_trace_state_variable == NULL)
1326 ops->to_download_trace_state_variable = delegate_download_trace_state_variable;
151f70f1
TT
1327 if (ops->to_enable_tracepoint == NULL)
1328 ops->to_enable_tracepoint = delegate_enable_tracepoint;
05c41993
TT
1329 if (ops->to_disable_tracepoint == NULL)
1330 ops->to_disable_tracepoint = delegate_disable_tracepoint;
86dd181d
TT
1331 if (ops->to_trace_set_readonly_regions == NULL)
1332 ops->to_trace_set_readonly_regions = delegate_trace_set_readonly_regions;
25da2e80
TT
1333 if (ops->to_trace_start == NULL)
1334 ops->to_trace_start = delegate_trace_start;
4072d4ff
TT
1335 if (ops->to_get_trace_status == NULL)
1336 ops->to_get_trace_status = delegate_get_trace_status;
6fea14cd
TT
1337 if (ops->to_get_tracepoint_status == NULL)
1338 ops->to_get_tracepoint_status = delegate_get_tracepoint_status;
e51c07ea
TT
1339 if (ops->to_trace_stop == NULL)
1340 ops->to_trace_stop = delegate_trace_stop;
afc94e66
TT
1341 if (ops->to_trace_find == NULL)
1342 ops->to_trace_find = delegate_trace_find;
959bcd0b
TT
1343 if (ops->to_get_trace_state_variable_value == NULL)
1344 ops->to_get_trace_state_variable_value = delegate_get_trace_state_variable_value;
a2e6c147
TT
1345 if (ops->to_save_trace_data == NULL)
1346 ops->to_save_trace_data = delegate_save_trace_data;
1e949b00
TT
1347 if (ops->to_upload_tracepoints == NULL)
1348 ops->to_upload_tracepoints = delegate_upload_tracepoints;
08120467
TT
1349 if (ops->to_upload_trace_state_variables == NULL)
1350 ops->to_upload_trace_state_variables = delegate_upload_trace_state_variables;
ace92e7d
TT
1351 if (ops->to_get_raw_trace_data == NULL)
1352 ops->to_get_raw_trace_data = delegate_get_raw_trace_data;
9249843f
TT
1353 if (ops->to_get_min_fast_tracepoint_insn_len == NULL)
1354 ops->to_get_min_fast_tracepoint_insn_len = delegate_get_min_fast_tracepoint_insn_len;
0bcfeddf
TT
1355 if (ops->to_set_disconnected_tracing == NULL)
1356 ops->to_set_disconnected_tracing = delegate_set_disconnected_tracing;
8d526939
TT
1357 if (ops->to_set_circular_trace_buffer == NULL)
1358 ops->to_set_circular_trace_buffer = delegate_set_circular_trace_buffer;
91df8d1d
TT
1359 if (ops->to_set_trace_buffer_size == NULL)
1360 ops->to_set_trace_buffer_size = delegate_set_trace_buffer_size;
8586ccaa
TT
1361 if (ops->to_set_trace_notes == NULL)
1362 ops->to_set_trace_notes = delegate_set_trace_notes;
22bcceee
TT
1363 if (ops->to_get_tib_address == NULL)
1364 ops->to_get_tib_address = delegate_get_tib_address;
dcd6917f
TT
1365 if (ops->to_set_permissions == NULL)
1366 ops->to_set_permissions = delegate_set_permissions;
4c3e4425
TT
1367 if (ops->to_static_tracepoint_marker_at == NULL)
1368 ops->to_static_tracepoint_marker_at = delegate_static_tracepoint_marker_at;
d6522a22
TT
1369 if (ops->to_static_tracepoint_markers_by_strid == NULL)
1370 ops->to_static_tracepoint_markers_by_strid = delegate_static_tracepoint_markers_by_strid;
92155eeb
TT
1371 if (ops->to_traceframe_info == NULL)
1372 ops->to_traceframe_info = delegate_traceframe_info;
d9db5b21
TT
1373 if (ops->to_use_agent == NULL)
1374 ops->to_use_agent = delegate_use_agent;
9a7d8b48
TT
1375 if (ops->to_can_use_agent == NULL)
1376 ops->to_can_use_agent = delegate_can_use_agent;
46917d26
TT
1377 if (ops->to_supports_btrace == NULL)
1378 ops->to_supports_btrace = delegate_supports_btrace;
0de91722
TT
1379 if (ops->to_augmented_libraries_svr4_read == NULL)
1380 ops->to_augmented_libraries_svr4_read = delegate_augmented_libraries_svr4_read;
1101cb7b
TT
1381}
1382
1383static void
1384install_dummy_methods (struct target_ops *ops)
1385{
e9a29200 1386 ops->to_attach = find_default_attach;
bebd3233 1387 ops->to_post_attach = tdefault_post_attach;
09da0d0a 1388 ops->to_detach = tdefault_detach;
6b84065d
TT
1389 ops->to_resume = tdefault_resume;
1390 ops->to_wait = tdefault_wait;
ad5989bd 1391 ops->to_fetch_registers = tdefault_fetch_registers;
6b84065d 1392 ops->to_store_registers = tdefault_store_registers;
6c628163 1393 ops->to_prepare_to_store = tdefault_prepare_to_store;
f86e59b2 1394 ops->to_files_info = tdefault_files_info;
6b84065d
TT
1395 ops->to_insert_breakpoint = memory_insert_breakpoint;
1396 ops->to_remove_breakpoint = memory_remove_breakpoint;
52b51d06 1397 ops->to_can_use_hw_breakpoint = tdefault_can_use_hw_breakpoint;
a134316b 1398 ops->to_ranged_break_num_registers = tdefault_ranged_break_num_registers;
61b371f9 1399 ops->to_insert_hw_breakpoint = tdefault_insert_hw_breakpoint;
418dabac 1400 ops->to_remove_hw_breakpoint = tdefault_remove_hw_breakpoint;
61dd109f 1401 ops->to_remove_watchpoint = tdefault_remove_watchpoint;
016facd4 1402 ops->to_insert_watchpoint = tdefault_insert_watchpoint;
cd4ae029 1403 ops->to_insert_mask_watchpoint = tdefault_insert_mask_watchpoint;
8b1c364c 1404 ops->to_remove_mask_watchpoint = tdefault_remove_mask_watchpoint;
6b84065d
TT
1405 ops->to_stopped_by_watchpoint = tdefault_stopped_by_watchpoint;
1406 ops->to_stopped_data_address = tdefault_stopped_data_address;
65f160a9 1407 ops->to_watchpoint_addr_within_range = default_watchpoint_addr_within_range;
d03655e4 1408 ops->to_region_ok_for_hw_watchpoint = default_region_ok_for_hw_watchpoint;
77cdffe9 1409 ops->to_can_accel_watchpoint_condition = tdefault_can_accel_watchpoint_condition;
6c7e5e5c 1410 ops->to_masked_watch_num_registers = tdefault_masked_watch_num_registers;
0343661d 1411 ops->to_terminal_init = tdefault_terminal_init;
ddeaacc9 1412 ops->to_terminal_inferior = tdefault_terminal_inferior;
74fcbef9 1413 ops->to_terminal_ours_for_output = tdefault_terminal_ours_for_output;
e4a733f1 1414 ops->to_terminal_ours = tdefault_terminal_ours;
c6ea8f79 1415 ops->to_terminal_save_ours = tdefault_terminal_save_ours;
e19e919f 1416 ops->to_terminal_info = default_terminal_info;
423a4807 1417 ops->to_kill = tdefault_kill;
7634da87 1418 ops->to_load = tdefault_load;
340ba4bf 1419 ops->to_post_startup_inferior = tdefault_post_startup_inferior;
5958ebeb 1420 ops->to_insert_fork_catchpoint = tdefault_insert_fork_catchpoint;
e1a21fb7 1421 ops->to_remove_fork_catchpoint = tdefault_remove_fork_catchpoint;
7e18a8dc 1422 ops->to_insert_vfork_catchpoint = tdefault_insert_vfork_catchpoint;
95c3375e 1423 ops->to_remove_vfork_catchpoint = tdefault_remove_vfork_catchpoint;
098dba18 1424 ops->to_follow_fork = default_follow_fork;
62f64d7a 1425 ops->to_insert_exec_catchpoint = tdefault_insert_exec_catchpoint;
cda0f38c 1426 ops->to_remove_exec_catchpoint = tdefault_remove_exec_catchpoint;
6a9fa051 1427 ops->to_set_syscall_catchpoint = tdefault_set_syscall_catchpoint;
0db88c1d 1428 ops->to_has_exited = tdefault_has_exited;
8d657035 1429 ops->to_mourn_inferior = default_mourn_inferior;
035cad7f 1430 ops->to_pass_signals = tdefault_pass_signals;
4a7e6dda 1431 ops->to_extra_thread_info = tdefault_extra_thread_info;
825828fc 1432 ops->to_thread_name = tdefault_thread_name;
46ee7e8d 1433 ops->to_stop = tdefault_stop;
a53f3625 1434 ops->to_rcmd = default_rcmd;
830ca330 1435 ops->to_pid_to_exec_file = tdefault_pid_to_exec_file;
d9cb0195 1436 ops->to_log_command = tdefault_log_command;
6b84065d
TT
1437 ops->to_can_async_p = find_default_can_async_p;
1438 ops->to_is_async_p = find_default_is_async_p;
1439 ops->to_async = tdefault_async;
0b5a2719 1440 ops->to_find_memory_regions = dummy_find_memory_regions;
16f796b1 1441 ops->to_make_corefile_notes = dummy_make_corefile_notes;
3dbafbbb 1442 ops->to_get_bookmark = tdefault_get_bookmark;
9bb9d61d 1443 ops->to_goto_bookmark = tdefault_goto_bookmark;
6b84065d 1444 ops->to_xfer_partial = tdefault_xfer_partial;
4229b31d 1445 ops->to_get_ada_task_ptid = default_get_ada_task_ptid;
53e1cfc7 1446 ops->to_can_execute_reverse = tdefault_can_execute_reverse;
fe31bf5b 1447 ops->to_execution_direction = default_execution_direction;
a7304748 1448 ops->to_supports_multi_process = tdefault_supports_multi_process;
aab1b22d 1449 ops->to_supports_enable_disable_tracepoint = tdefault_supports_enable_disable_tracepoint;
9409d39e 1450 ops->to_supports_string_tracing = tdefault_supports_string_tracing;
ccfde2a0 1451 ops->to_supports_evaluation_of_breakpoint_conditions = tdefault_supports_evaluation_of_breakpoint_conditions;
843f59ed 1452 ops->to_can_run_breakpoint_commands = tdefault_can_run_breakpoint_commands;
43eba180 1453 ops->to_thread_architecture = default_thread_architecture;
5536135b 1454 ops->to_trace_init = tdefault_trace_init;
9a980a22 1455 ops->to_download_tracepoint = tdefault_download_tracepoint;
719acc4a 1456 ops->to_can_download_tracepoint = tdefault_can_download_tracepoint;
94eb98b9 1457 ops->to_download_trace_state_variable = tdefault_download_trace_state_variable;
151f70f1 1458 ops->to_enable_tracepoint = tdefault_enable_tracepoint;
05c41993 1459 ops->to_disable_tracepoint = tdefault_disable_tracepoint;
86dd181d 1460 ops->to_trace_set_readonly_regions = tdefault_trace_set_readonly_regions;
25da2e80 1461 ops->to_trace_start = tdefault_trace_start;
4072d4ff 1462 ops->to_get_trace_status = tdefault_get_trace_status;
6fea14cd 1463 ops->to_get_tracepoint_status = tdefault_get_tracepoint_status;
e51c07ea 1464 ops->to_trace_stop = tdefault_trace_stop;
afc94e66 1465 ops->to_trace_find = tdefault_trace_find;
959bcd0b 1466 ops->to_get_trace_state_variable_value = tdefault_get_trace_state_variable_value;
a2e6c147 1467 ops->to_save_trace_data = tdefault_save_trace_data;
1e949b00 1468 ops->to_upload_tracepoints = tdefault_upload_tracepoints;
08120467 1469 ops->to_upload_trace_state_variables = tdefault_upload_trace_state_variables;
ace92e7d 1470 ops->to_get_raw_trace_data = tdefault_get_raw_trace_data;
9249843f 1471 ops->to_get_min_fast_tracepoint_insn_len = tdefault_get_min_fast_tracepoint_insn_len;
0bcfeddf 1472 ops->to_set_disconnected_tracing = tdefault_set_disconnected_tracing;
8d526939 1473 ops->to_set_circular_trace_buffer = tdefault_set_circular_trace_buffer;
91df8d1d 1474 ops->to_set_trace_buffer_size = tdefault_set_trace_buffer_size;
8586ccaa 1475 ops->to_set_trace_notes = tdefault_set_trace_notes;
22bcceee 1476 ops->to_get_tib_address = tdefault_get_tib_address;
dcd6917f 1477 ops->to_set_permissions = tdefault_set_permissions;
4c3e4425 1478 ops->to_static_tracepoint_marker_at = tdefault_static_tracepoint_marker_at;
d6522a22 1479 ops->to_static_tracepoint_markers_by_strid = tdefault_static_tracepoint_markers_by_strid;
92155eeb 1480 ops->to_traceframe_info = tdefault_traceframe_info;
d9db5b21 1481 ops->to_use_agent = tdefault_use_agent;
9a7d8b48 1482 ops->to_can_use_agent = tdefault_can_use_agent;
46917d26 1483 ops->to_supports_btrace = tdefault_supports_btrace;
0de91722 1484 ops->to_augmented_libraries_svr4_read = tdefault_augmented_libraries_svr4_read;
1101cb7b 1485}
This page took 0.122246 seconds and 4 git commands to generate.