3def7634c1825f0f68998c66a9b7f98ec9cdcfad
[deliverable/binutils-gdb.git] / gdb / target-delegates.c
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 */
6 static void
7 delegate_attach (struct target_ops *self, char *arg1, int arg2)
8 {
9 self = self->beneath;
10 self->to_attach (self, arg1, arg2);
11 }
12
13 static void
14 delegate_post_attach (struct target_ops *self, int arg1)
15 {
16 self = self->beneath;
17 self->to_post_attach (self, arg1);
18 }
19
20 static void
21 tdefault_post_attach (struct target_ops *self, int arg1)
22 {
23 }
24
25 static void
26 delegate_detach (struct target_ops *self, const char *arg1, int arg2)
27 {
28 self = self->beneath;
29 self->to_detach (self, arg1, arg2);
30 }
31
32 static void
33 tdefault_detach (struct target_ops *self, const char *arg1, int arg2)
34 {
35 }
36
37 static void
38 delegate_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
44 static void
45 tdefault_resume (struct target_ops *self, ptid_t arg1, int arg2, enum gdb_signal arg3)
46 {
47 noprocess ();
48 }
49
50 static ptid_t
51 delegate_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
57 static ptid_t
58 tdefault_wait (struct target_ops *self, ptid_t arg1, struct target_waitstatus *arg2, int arg3)
59 {
60 noprocess ();
61 }
62
63 static void
64 delegate_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
70 static void
71 tdefault_fetch_registers (struct target_ops *self, struct regcache *arg1, int arg2)
72 {
73 }
74
75 static void
76 delegate_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
82 static void
83 tdefault_store_registers (struct target_ops *self, struct regcache *arg1, int arg2)
84 {
85 noprocess ();
86 }
87
88 static void
89 delegate_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
95 static void
96 tdefault_prepare_to_store (struct target_ops *self, struct regcache *arg1)
97 {
98 noprocess ();
99 }
100
101 static void
102 delegate_files_info (struct target_ops *self)
103 {
104 self = self->beneath;
105 self->to_files_info (self);
106 }
107
108 static void
109 tdefault_files_info (struct target_ops *self)
110 {
111 }
112
113 static int
114 delegate_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
120 static int
121 delegate_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
127 static int
128 delegate_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
134 static int
135 tdefault_can_use_hw_breakpoint (struct target_ops *self, int arg1, int arg2, int arg3)
136 {
137 return 0;
138 }
139
140 static int
141 delegate_ranged_break_num_registers (struct target_ops *self)
142 {
143 self = self->beneath;
144 return self->to_ranged_break_num_registers (self);
145 }
146
147 static int
148 tdefault_ranged_break_num_registers (struct target_ops *self)
149 {
150 return -1;
151 }
152
153 static int
154 delegate_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
160 static int
161 tdefault_insert_hw_breakpoint (struct target_ops *self, struct gdbarch *arg1, struct bp_target_info *arg2)
162 {
163 return -1;
164 }
165
166 static int
167 delegate_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
173 static int
174 tdefault_remove_hw_breakpoint (struct target_ops *self, struct gdbarch *arg1, struct bp_target_info *arg2)
175 {
176 return -1;
177 }
178
179 static int
180 delegate_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
186 static int
187 tdefault_remove_watchpoint (struct target_ops *self, CORE_ADDR arg1, int arg2, int arg3, struct expression *arg4)
188 {
189 return -1;
190 }
191
192 static int
193 delegate_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
199 static int
200 tdefault_insert_watchpoint (struct target_ops *self, CORE_ADDR arg1, int arg2, int arg3, struct expression *arg4)
201 {
202 return -1;
203 }
204
205 static int
206 delegate_stopped_by_watchpoint (struct target_ops *self)
207 {
208 self = self->beneath;
209 return self->to_stopped_by_watchpoint (self);
210 }
211
212 static int
213 tdefault_stopped_by_watchpoint (struct target_ops *self)
214 {
215 return 0;
216 }
217
218 static int
219 delegate_stopped_data_address (struct target_ops *self, CORE_ADDR *arg1)
220 {
221 self = self->beneath;
222 return self->to_stopped_data_address (self, arg1);
223 }
224
225 static int
226 tdefault_stopped_data_address (struct target_ops *self, CORE_ADDR *arg1)
227 {
228 return 0;
229 }
230
231 static int
232 delegate_watchpoint_addr_within_range (struct target_ops *self, CORE_ADDR arg1, CORE_ADDR arg2, int arg3)
233 {
234 self = self->beneath;
235 return self->to_watchpoint_addr_within_range (self, arg1, arg2, arg3);
236 }
237
238 static int
239 delegate_region_ok_for_hw_watchpoint (struct target_ops *self, CORE_ADDR arg1, int arg2)
240 {
241 self = self->beneath;
242 return self->to_region_ok_for_hw_watchpoint (self, arg1, arg2);
243 }
244
245 static int
246 delegate_can_accel_watchpoint_condition (struct target_ops *self, CORE_ADDR arg1, int arg2, int arg3, struct expression *arg4)
247 {
248 self = self->beneath;
249 return self->to_can_accel_watchpoint_condition (self, arg1, arg2, arg3, arg4);
250 }
251
252 static int
253 tdefault_can_accel_watchpoint_condition (struct target_ops *self, CORE_ADDR arg1, int arg2, int arg3, struct expression *arg4)
254 {
255 return 0;
256 }
257
258 static void
259 delegate_terminal_init (struct target_ops *self)
260 {
261 self = self->beneath;
262 self->to_terminal_init (self);
263 }
264
265 static void
266 tdefault_terminal_init (struct target_ops *self)
267 {
268 }
269
270 static void
271 delegate_terminal_inferior (struct target_ops *self)
272 {
273 self = self->beneath;
274 self->to_terminal_inferior (self);
275 }
276
277 static void
278 tdefault_terminal_inferior (struct target_ops *self)
279 {
280 }
281
282 static void
283 delegate_terminal_ours_for_output (struct target_ops *self)
284 {
285 self = self->beneath;
286 self->to_terminal_ours_for_output (self);
287 }
288
289 static void
290 tdefault_terminal_ours_for_output (struct target_ops *self)
291 {
292 }
293
294 static void
295 delegate_terminal_ours (struct target_ops *self)
296 {
297 self = self->beneath;
298 self->to_terminal_ours (self);
299 }
300
301 static void
302 tdefault_terminal_ours (struct target_ops *self)
303 {
304 }
305
306 static void
307 delegate_terminal_save_ours (struct target_ops *self)
308 {
309 self = self->beneath;
310 self->to_terminal_save_ours (self);
311 }
312
313 static void
314 tdefault_terminal_save_ours (struct target_ops *self)
315 {
316 }
317
318 static void
319 delegate_terminal_info (struct target_ops *self, const char *arg1, int arg2)
320 {
321 self = self->beneath;
322 self->to_terminal_info (self, arg1, arg2);
323 }
324
325 static void
326 delegate_load (struct target_ops *self, char *arg1, int arg2)
327 {
328 self = self->beneath;
329 self->to_load (self, arg1, arg2);
330 }
331
332 static void
333 tdefault_load (struct target_ops *self, char *arg1, int arg2)
334 {
335 tcomplain ();
336 }
337
338 static void
339 delegate_post_startup_inferior (struct target_ops *self, ptid_t arg1)
340 {
341 self = self->beneath;
342 self->to_post_startup_inferior (self, arg1);
343 }
344
345 static void
346 tdefault_post_startup_inferior (struct target_ops *self, ptid_t arg1)
347 {
348 }
349
350 static int
351 delegate_insert_fork_catchpoint (struct target_ops *self, int arg1)
352 {
353 self = self->beneath;
354 return self->to_insert_fork_catchpoint (self, arg1);
355 }
356
357 static int
358 tdefault_insert_fork_catchpoint (struct target_ops *self, int arg1)
359 {
360 return 1;
361 }
362
363 static int
364 delegate_remove_fork_catchpoint (struct target_ops *self, int arg1)
365 {
366 self = self->beneath;
367 return self->to_remove_fork_catchpoint (self, arg1);
368 }
369
370 static int
371 tdefault_remove_fork_catchpoint (struct target_ops *self, int arg1)
372 {
373 return 1;
374 }
375
376 static int
377 delegate_insert_vfork_catchpoint (struct target_ops *self, int arg1)
378 {
379 self = self->beneath;
380 return self->to_insert_vfork_catchpoint (self, arg1);
381 }
382
383 static int
384 tdefault_insert_vfork_catchpoint (struct target_ops *self, int arg1)
385 {
386 return 1;
387 }
388
389 static int
390 delegate_remove_vfork_catchpoint (struct target_ops *self, int arg1)
391 {
392 self = self->beneath;
393 return self->to_remove_vfork_catchpoint (self, arg1);
394 }
395
396 static int
397 tdefault_remove_vfork_catchpoint (struct target_ops *self, int arg1)
398 {
399 return 1;
400 }
401
402 static int
403 delegate_insert_exec_catchpoint (struct target_ops *self, int arg1)
404 {
405 self = self->beneath;
406 return self->to_insert_exec_catchpoint (self, arg1);
407 }
408
409 static int
410 tdefault_insert_exec_catchpoint (struct target_ops *self, int arg1)
411 {
412 return 1;
413 }
414
415 static int
416 delegate_remove_exec_catchpoint (struct target_ops *self, int arg1)
417 {
418 self = self->beneath;
419 return self->to_remove_exec_catchpoint (self, arg1);
420 }
421
422 static int
423 tdefault_remove_exec_catchpoint (struct target_ops *self, int arg1)
424 {
425 return 1;
426 }
427
428 static int
429 delegate_set_syscall_catchpoint (struct target_ops *self, int arg1, int arg2, int arg3, int arg4, int *arg5)
430 {
431 self = self->beneath;
432 return self->to_set_syscall_catchpoint (self, arg1, arg2, arg3, arg4, arg5);
433 }
434
435 static int
436 tdefault_set_syscall_catchpoint (struct target_ops *self, int arg1, int arg2, int arg3, int arg4, int *arg5)
437 {
438 return 1;
439 }
440
441 static int
442 delegate_has_exited (struct target_ops *self, int arg1, int arg2, int *arg3)
443 {
444 self = self->beneath;
445 return self->to_has_exited (self, arg1, arg2, arg3);
446 }
447
448 static int
449 tdefault_has_exited (struct target_ops *self, int arg1, int arg2, int *arg3)
450 {
451 return 0;
452 }
453
454 static char *
455 delegate_extra_thread_info (struct target_ops *self, struct thread_info *arg1)
456 {
457 self = self->beneath;
458 return self->to_extra_thread_info (self, arg1);
459 }
460
461 static char *
462 tdefault_extra_thread_info (struct target_ops *self, struct thread_info *arg1)
463 {
464 return 0;
465 }
466
467 static char *
468 delegate_thread_name (struct target_ops *self, struct thread_info *arg1)
469 {
470 self = self->beneath;
471 return self->to_thread_name (self, arg1);
472 }
473
474 static char *
475 tdefault_thread_name (struct target_ops *self, struct thread_info *arg1)
476 {
477 return 0;
478 }
479
480 static void
481 delegate_stop (struct target_ops *self, ptid_t arg1)
482 {
483 self = self->beneath;
484 self->to_stop (self, arg1);
485 }
486
487 static void
488 tdefault_stop (struct target_ops *self, ptid_t arg1)
489 {
490 }
491
492 static void
493 delegate_rcmd (struct target_ops *self, char *arg1, struct ui_file *arg2)
494 {
495 self = self->beneath;
496 self->to_rcmd (self, arg1, arg2);
497 }
498
499 static char *
500 delegate_pid_to_exec_file (struct target_ops *self, int arg1)
501 {
502 self = self->beneath;
503 return self->to_pid_to_exec_file (self, arg1);
504 }
505
506 static char *
507 tdefault_pid_to_exec_file (struct target_ops *self, int arg1)
508 {
509 return 0;
510 }
511
512 static void
513 delegate_log_command (struct target_ops *self, const char *arg1)
514 {
515 self = self->beneath;
516 self->to_log_command (self, arg1);
517 }
518
519 static void
520 tdefault_log_command (struct target_ops *self, const char *arg1)
521 {
522 }
523
524 static int
525 delegate_can_async_p (struct target_ops *self)
526 {
527 self = self->beneath;
528 return self->to_can_async_p (self);
529 }
530
531 static int
532 delegate_is_async_p (struct target_ops *self)
533 {
534 self = self->beneath;
535 return self->to_is_async_p (self);
536 }
537
538 static void
539 delegate_async (struct target_ops *self, async_callback_ftype *arg1, void *arg2)
540 {
541 self = self->beneath;
542 self->to_async (self, arg1, arg2);
543 }
544
545 static void
546 tdefault_async (struct target_ops *self, async_callback_ftype *arg1, void *arg2)
547 {
548 tcomplain ();
549 }
550
551 static int
552 delegate_find_memory_regions (struct target_ops *self, find_memory_region_ftype arg1, void *arg2)
553 {
554 self = self->beneath;
555 return self->to_find_memory_regions (self, arg1, arg2);
556 }
557
558 static char *
559 delegate_make_corefile_notes (struct target_ops *self, bfd *arg1, int *arg2)
560 {
561 self = self->beneath;
562 return self->to_make_corefile_notes (self, arg1, arg2);
563 }
564
565 static gdb_byte *
566 delegate_get_bookmark (struct target_ops *self, char *arg1, int arg2)
567 {
568 self = self->beneath;
569 return self->to_get_bookmark (self, arg1, arg2);
570 }
571
572 static gdb_byte *
573 tdefault_get_bookmark (struct target_ops *self, char *arg1, int arg2)
574 {
575 tcomplain ();
576 }
577
578 static void
579 delegate_goto_bookmark (struct target_ops *self, gdb_byte *arg1, int arg2)
580 {
581 self = self->beneath;
582 self->to_goto_bookmark (self, arg1, arg2);
583 }
584
585 static void
586 tdefault_goto_bookmark (struct target_ops *self, gdb_byte *arg1, int arg2)
587 {
588 tcomplain ();
589 }
590
591 static enum target_xfer_status
592 delegate_xfer_partial (struct target_ops *self, enum target_object arg1, const char *arg2, gdb_byte *arg3, const gdb_byte *arg4, ULONGEST arg5, ULONGEST arg6, ULONGEST *arg7)
593 {
594 self = self->beneath;
595 return self->to_xfer_partial (self, arg1, arg2, arg3, arg4, arg5, arg6, arg7);
596 }
597
598 static enum target_xfer_status
599 tdefault_xfer_partial (struct target_ops *self, enum target_object arg1, const char *arg2, gdb_byte *arg3, const gdb_byte *arg4, ULONGEST arg5, ULONGEST arg6, ULONGEST *arg7)
600 {
601 return TARGET_XFER_E_IO;
602 }
603
604 static ptid_t
605 delegate_get_ada_task_ptid (struct target_ops *self, long arg1, long arg2)
606 {
607 self = self->beneath;
608 return self->to_get_ada_task_ptid (self, arg1, arg2);
609 }
610
611 static int
612 delegate_can_execute_reverse (struct target_ops *self)
613 {
614 self = self->beneath;
615 return self->to_can_execute_reverse (self);
616 }
617
618 static int
619 tdefault_can_execute_reverse (struct target_ops *self)
620 {
621 return 0;
622 }
623
624 static enum exec_direction_kind
625 delegate_execution_direction (struct target_ops *self)
626 {
627 self = self->beneath;
628 return self->to_execution_direction (self);
629 }
630
631 static int
632 delegate_supports_multi_process (struct target_ops *self)
633 {
634 self = self->beneath;
635 return self->to_supports_multi_process (self);
636 }
637
638 static int
639 tdefault_supports_multi_process (struct target_ops *self)
640 {
641 return 0;
642 }
643
644 static int
645 delegate_supports_enable_disable_tracepoint (struct target_ops *self)
646 {
647 self = self->beneath;
648 return self->to_supports_enable_disable_tracepoint (self);
649 }
650
651 static int
652 tdefault_supports_enable_disable_tracepoint (struct target_ops *self)
653 {
654 return 0;
655 }
656
657 static int
658 delegate_supports_string_tracing (struct target_ops *self)
659 {
660 self = self->beneath;
661 return self->to_supports_string_tracing (self);
662 }
663
664 static int
665 tdefault_supports_string_tracing (struct target_ops *self)
666 {
667 return 0;
668 }
669
670 static int
671 delegate_supports_evaluation_of_breakpoint_conditions (struct target_ops *self)
672 {
673 self = self->beneath;
674 return self->to_supports_evaluation_of_breakpoint_conditions (self);
675 }
676
677 static int
678 tdefault_supports_evaluation_of_breakpoint_conditions (struct target_ops *self)
679 {
680 return 0;
681 }
682
683 static int
684 delegate_can_run_breakpoint_commands (struct target_ops *self)
685 {
686 self = self->beneath;
687 return self->to_can_run_breakpoint_commands (self);
688 }
689
690 static int
691 tdefault_can_run_breakpoint_commands (struct target_ops *self)
692 {
693 return 0;
694 }
695
696 static struct gdbarch *
697 delegate_thread_architecture (struct target_ops *self, ptid_t arg1)
698 {
699 self = self->beneath;
700 return self->to_thread_architecture (self, arg1);
701 }
702
703 static void
704 delegate_trace_init (struct target_ops *self)
705 {
706 self = self->beneath;
707 self->to_trace_init (self);
708 }
709
710 static void
711 tdefault_trace_init (struct target_ops *self)
712 {
713 tcomplain ();
714 }
715
716 static void
717 delegate_download_tracepoint (struct target_ops *self, struct bp_location *arg1)
718 {
719 self = self->beneath;
720 self->to_download_tracepoint (self, arg1);
721 }
722
723 static void
724 tdefault_download_tracepoint (struct target_ops *self, struct bp_location *arg1)
725 {
726 tcomplain ();
727 }
728
729 static int
730 delegate_can_download_tracepoint (struct target_ops *self)
731 {
732 self = self->beneath;
733 return self->to_can_download_tracepoint (self);
734 }
735
736 static int
737 tdefault_can_download_tracepoint (struct target_ops *self)
738 {
739 return 0;
740 }
741
742 static void
743 delegate_download_trace_state_variable (struct target_ops *self, struct trace_state_variable *arg1)
744 {
745 self = self->beneath;
746 self->to_download_trace_state_variable (self, arg1);
747 }
748
749 static void
750 tdefault_download_trace_state_variable (struct target_ops *self, struct trace_state_variable *arg1)
751 {
752 tcomplain ();
753 }
754
755 static void
756 delegate_enable_tracepoint (struct target_ops *self, struct bp_location *arg1)
757 {
758 self = self->beneath;
759 self->to_enable_tracepoint (self, arg1);
760 }
761
762 static void
763 tdefault_enable_tracepoint (struct target_ops *self, struct bp_location *arg1)
764 {
765 tcomplain ();
766 }
767
768 static void
769 delegate_disable_tracepoint (struct target_ops *self, struct bp_location *arg1)
770 {
771 self = self->beneath;
772 self->to_disable_tracepoint (self, arg1);
773 }
774
775 static void
776 tdefault_disable_tracepoint (struct target_ops *self, struct bp_location *arg1)
777 {
778 tcomplain ();
779 }
780
781 static void
782 delegate_trace_set_readonly_regions (struct target_ops *self)
783 {
784 self = self->beneath;
785 self->to_trace_set_readonly_regions (self);
786 }
787
788 static void
789 tdefault_trace_set_readonly_regions (struct target_ops *self)
790 {
791 tcomplain ();
792 }
793
794 static void
795 delegate_trace_start (struct target_ops *self)
796 {
797 self = self->beneath;
798 self->to_trace_start (self);
799 }
800
801 static void
802 tdefault_trace_start (struct target_ops *self)
803 {
804 tcomplain ();
805 }
806
807 static int
808 delegate_get_trace_status (struct target_ops *self, struct trace_status *arg1)
809 {
810 self = self->beneath;
811 return self->to_get_trace_status (self, arg1);
812 }
813
814 static int
815 tdefault_get_trace_status (struct target_ops *self, struct trace_status *arg1)
816 {
817 return -1;
818 }
819
820 static void
821 delegate_get_tracepoint_status (struct target_ops *self, struct breakpoint *arg1, struct uploaded_tp *arg2)
822 {
823 self = self->beneath;
824 self->to_get_tracepoint_status (self, arg1, arg2);
825 }
826
827 static void
828 tdefault_get_tracepoint_status (struct target_ops *self, struct breakpoint *arg1, struct uploaded_tp *arg2)
829 {
830 tcomplain ();
831 }
832
833 static void
834 delegate_trace_stop (struct target_ops *self)
835 {
836 self = self->beneath;
837 self->to_trace_stop (self);
838 }
839
840 static void
841 tdefault_trace_stop (struct target_ops *self)
842 {
843 tcomplain ();
844 }
845
846 static int
847 delegate_trace_find (struct target_ops *self, enum trace_find_type arg1, int arg2, CORE_ADDR arg3, CORE_ADDR arg4, int *arg5)
848 {
849 self = self->beneath;
850 return self->to_trace_find (self, arg1, arg2, arg3, arg4, arg5);
851 }
852
853 static int
854 tdefault_trace_find (struct target_ops *self, enum trace_find_type arg1, int arg2, CORE_ADDR arg3, CORE_ADDR arg4, int *arg5)
855 {
856 return -1;
857 }
858
859 static int
860 delegate_get_trace_state_variable_value (struct target_ops *self, int arg1, LONGEST *arg2)
861 {
862 self = self->beneath;
863 return self->to_get_trace_state_variable_value (self, arg1, arg2);
864 }
865
866 static int
867 tdefault_get_trace_state_variable_value (struct target_ops *self, int arg1, LONGEST *arg2)
868 {
869 return 0;
870 }
871
872 static int
873 delegate_save_trace_data (struct target_ops *self, const char *arg1)
874 {
875 self = self->beneath;
876 return self->to_save_trace_data (self, arg1);
877 }
878
879 static int
880 tdefault_save_trace_data (struct target_ops *self, const char *arg1)
881 {
882 tcomplain ();
883 }
884
885 static int
886 delegate_upload_tracepoints (struct target_ops *self, struct uploaded_tp **arg1)
887 {
888 self = self->beneath;
889 return self->to_upload_tracepoints (self, arg1);
890 }
891
892 static int
893 tdefault_upload_tracepoints (struct target_ops *self, struct uploaded_tp **arg1)
894 {
895 return 0;
896 }
897
898 static int
899 delegate_upload_trace_state_variables (struct target_ops *self, struct uploaded_tsv **arg1)
900 {
901 self = self->beneath;
902 return self->to_upload_trace_state_variables (self, arg1);
903 }
904
905 static int
906 tdefault_upload_trace_state_variables (struct target_ops *self, struct uploaded_tsv **arg1)
907 {
908 return 0;
909 }
910
911 static LONGEST
912 delegate_get_raw_trace_data (struct target_ops *self, gdb_byte *arg1, ULONGEST arg2, LONGEST arg3)
913 {
914 self = self->beneath;
915 return self->to_get_raw_trace_data (self, arg1, arg2, arg3);
916 }
917
918 static LONGEST
919 tdefault_get_raw_trace_data (struct target_ops *self, gdb_byte *arg1, ULONGEST arg2, LONGEST arg3)
920 {
921 tcomplain ();
922 }
923
924 static int
925 delegate_get_min_fast_tracepoint_insn_len (struct target_ops *self)
926 {
927 self = self->beneath;
928 return self->to_get_min_fast_tracepoint_insn_len (self);
929 }
930
931 static int
932 tdefault_get_min_fast_tracepoint_insn_len (struct target_ops *self)
933 {
934 return -1;
935 }
936
937 static void
938 delegate_set_disconnected_tracing (struct target_ops *self, int arg1)
939 {
940 self = self->beneath;
941 self->to_set_disconnected_tracing (self, arg1);
942 }
943
944 static void
945 tdefault_set_disconnected_tracing (struct target_ops *self, int arg1)
946 {
947 }
948
949 static void
950 delegate_set_circular_trace_buffer (struct target_ops *self, int arg1)
951 {
952 self = self->beneath;
953 self->to_set_circular_trace_buffer (self, arg1);
954 }
955
956 static void
957 tdefault_set_circular_trace_buffer (struct target_ops *self, int arg1)
958 {
959 }
960
961 static void
962 delegate_set_trace_buffer_size (struct target_ops *self, LONGEST arg1)
963 {
964 self = self->beneath;
965 self->to_set_trace_buffer_size (self, arg1);
966 }
967
968 static void
969 tdefault_set_trace_buffer_size (struct target_ops *self, LONGEST arg1)
970 {
971 }
972
973 static int
974 delegate_set_trace_notes (struct target_ops *self, const char *arg1, const char *arg2, const char *arg3)
975 {
976 self = self->beneath;
977 return self->to_set_trace_notes (self, arg1, arg2, arg3);
978 }
979
980 static int
981 tdefault_set_trace_notes (struct target_ops *self, const char *arg1, const char *arg2, const char *arg3)
982 {
983 return 0;
984 }
985
986 static int
987 delegate_get_tib_address (struct target_ops *self, ptid_t arg1, CORE_ADDR *arg2)
988 {
989 self = self->beneath;
990 return self->to_get_tib_address (self, arg1, arg2);
991 }
992
993 static int
994 tdefault_get_tib_address (struct target_ops *self, ptid_t arg1, CORE_ADDR *arg2)
995 {
996 tcomplain ();
997 }
998
999 static void
1000 delegate_set_permissions (struct target_ops *self)
1001 {
1002 self = self->beneath;
1003 self->to_set_permissions (self);
1004 }
1005
1006 static void
1007 tdefault_set_permissions (struct target_ops *self)
1008 {
1009 }
1010
1011 static int
1012 delegate_static_tracepoint_marker_at (struct target_ops *self, CORE_ADDR arg1, struct static_tracepoint_marker *arg2)
1013 {
1014 self = self->beneath;
1015 return self->to_static_tracepoint_marker_at (self, arg1, arg2);
1016 }
1017
1018 static int
1019 tdefault_static_tracepoint_marker_at (struct target_ops *self, CORE_ADDR arg1, struct static_tracepoint_marker *arg2)
1020 {
1021 return 0;
1022 }
1023
1024 static VEC(static_tracepoint_marker_p) *
1025 delegate_static_tracepoint_markers_by_strid (struct target_ops *self, const char *arg1)
1026 {
1027 self = self->beneath;
1028 return self->to_static_tracepoint_markers_by_strid (self, arg1);
1029 }
1030
1031 static VEC(static_tracepoint_marker_p) *
1032 tdefault_static_tracepoint_markers_by_strid (struct target_ops *self, const char *arg1)
1033 {
1034 tcomplain ();
1035 }
1036
1037 static struct traceframe_info *
1038 delegate_traceframe_info (struct target_ops *self)
1039 {
1040 self = self->beneath;
1041 return self->to_traceframe_info (self);
1042 }
1043
1044 static struct traceframe_info *
1045 tdefault_traceframe_info (struct target_ops *self)
1046 {
1047 return 0;
1048 }
1049
1050 static int
1051 delegate_use_agent (struct target_ops *self, int arg1)
1052 {
1053 self = self->beneath;
1054 return self->to_use_agent (self, arg1);
1055 }
1056
1057 static int
1058 tdefault_use_agent (struct target_ops *self, int arg1)
1059 {
1060 tcomplain ();
1061 }
1062
1063 static int
1064 delegate_can_use_agent (struct target_ops *self)
1065 {
1066 self = self->beneath;
1067 return self->to_can_use_agent (self);
1068 }
1069
1070 static int
1071 tdefault_can_use_agent (struct target_ops *self)
1072 {
1073 return 0;
1074 }
1075
1076 static int
1077 delegate_supports_btrace (struct target_ops *self)
1078 {
1079 self = self->beneath;
1080 return self->to_supports_btrace (self);
1081 }
1082
1083 static int
1084 tdefault_supports_btrace (struct target_ops *self)
1085 {
1086 return 0;
1087 }
1088
1089 static int
1090 delegate_augmented_libraries_svr4_read (struct target_ops *self)
1091 {
1092 self = self->beneath;
1093 return self->to_augmented_libraries_svr4_read (self);
1094 }
1095
1096 static int
1097 tdefault_augmented_libraries_svr4_read (struct target_ops *self)
1098 {
1099 return 0;
1100 }
1101
1102 static void
1103 install_delegators (struct target_ops *ops)
1104 {
1105 if (ops->to_attach == NULL)
1106 ops->to_attach = delegate_attach;
1107 if (ops->to_post_attach == NULL)
1108 ops->to_post_attach = delegate_post_attach;
1109 if (ops->to_detach == NULL)
1110 ops->to_detach = delegate_detach;
1111 if (ops->to_resume == NULL)
1112 ops->to_resume = delegate_resume;
1113 if (ops->to_wait == NULL)
1114 ops->to_wait = delegate_wait;
1115 if (ops->to_fetch_registers == NULL)
1116 ops->to_fetch_registers = delegate_fetch_registers;
1117 if (ops->to_store_registers == NULL)
1118 ops->to_store_registers = delegate_store_registers;
1119 if (ops->to_prepare_to_store == NULL)
1120 ops->to_prepare_to_store = delegate_prepare_to_store;
1121 if (ops->to_files_info == NULL)
1122 ops->to_files_info = delegate_files_info;
1123 if (ops->to_insert_breakpoint == NULL)
1124 ops->to_insert_breakpoint = delegate_insert_breakpoint;
1125 if (ops->to_remove_breakpoint == NULL)
1126 ops->to_remove_breakpoint = delegate_remove_breakpoint;
1127 if (ops->to_can_use_hw_breakpoint == NULL)
1128 ops->to_can_use_hw_breakpoint = delegate_can_use_hw_breakpoint;
1129 if (ops->to_ranged_break_num_registers == NULL)
1130 ops->to_ranged_break_num_registers = delegate_ranged_break_num_registers;
1131 if (ops->to_insert_hw_breakpoint == NULL)
1132 ops->to_insert_hw_breakpoint = delegate_insert_hw_breakpoint;
1133 if (ops->to_remove_hw_breakpoint == NULL)
1134 ops->to_remove_hw_breakpoint = delegate_remove_hw_breakpoint;
1135 if (ops->to_remove_watchpoint == NULL)
1136 ops->to_remove_watchpoint = delegate_remove_watchpoint;
1137 if (ops->to_insert_watchpoint == NULL)
1138 ops->to_insert_watchpoint = delegate_insert_watchpoint;
1139 if (ops->to_stopped_by_watchpoint == NULL)
1140 ops->to_stopped_by_watchpoint = delegate_stopped_by_watchpoint;
1141 if (ops->to_stopped_data_address == NULL)
1142 ops->to_stopped_data_address = delegate_stopped_data_address;
1143 if (ops->to_watchpoint_addr_within_range == NULL)
1144 ops->to_watchpoint_addr_within_range = delegate_watchpoint_addr_within_range;
1145 if (ops->to_region_ok_for_hw_watchpoint == NULL)
1146 ops->to_region_ok_for_hw_watchpoint = delegate_region_ok_for_hw_watchpoint;
1147 if (ops->to_can_accel_watchpoint_condition == NULL)
1148 ops->to_can_accel_watchpoint_condition = delegate_can_accel_watchpoint_condition;
1149 if (ops->to_terminal_init == NULL)
1150 ops->to_terminal_init = delegate_terminal_init;
1151 if (ops->to_terminal_inferior == NULL)
1152 ops->to_terminal_inferior = delegate_terminal_inferior;
1153 if (ops->to_terminal_ours_for_output == NULL)
1154 ops->to_terminal_ours_for_output = delegate_terminal_ours_for_output;
1155 if (ops->to_terminal_ours == NULL)
1156 ops->to_terminal_ours = delegate_terminal_ours;
1157 if (ops->to_terminal_save_ours == NULL)
1158 ops->to_terminal_save_ours = delegate_terminal_save_ours;
1159 if (ops->to_terminal_info == NULL)
1160 ops->to_terminal_info = delegate_terminal_info;
1161 if (ops->to_load == NULL)
1162 ops->to_load = delegate_load;
1163 if (ops->to_post_startup_inferior == NULL)
1164 ops->to_post_startup_inferior = delegate_post_startup_inferior;
1165 if (ops->to_insert_fork_catchpoint == NULL)
1166 ops->to_insert_fork_catchpoint = delegate_insert_fork_catchpoint;
1167 if (ops->to_remove_fork_catchpoint == NULL)
1168 ops->to_remove_fork_catchpoint = delegate_remove_fork_catchpoint;
1169 if (ops->to_insert_vfork_catchpoint == NULL)
1170 ops->to_insert_vfork_catchpoint = delegate_insert_vfork_catchpoint;
1171 if (ops->to_remove_vfork_catchpoint == NULL)
1172 ops->to_remove_vfork_catchpoint = delegate_remove_vfork_catchpoint;
1173 if (ops->to_insert_exec_catchpoint == NULL)
1174 ops->to_insert_exec_catchpoint = delegate_insert_exec_catchpoint;
1175 if (ops->to_remove_exec_catchpoint == NULL)
1176 ops->to_remove_exec_catchpoint = delegate_remove_exec_catchpoint;
1177 if (ops->to_set_syscall_catchpoint == NULL)
1178 ops->to_set_syscall_catchpoint = delegate_set_syscall_catchpoint;
1179 if (ops->to_has_exited == NULL)
1180 ops->to_has_exited = delegate_has_exited;
1181 if (ops->to_extra_thread_info == NULL)
1182 ops->to_extra_thread_info = delegate_extra_thread_info;
1183 if (ops->to_thread_name == NULL)
1184 ops->to_thread_name = delegate_thread_name;
1185 if (ops->to_stop == NULL)
1186 ops->to_stop = delegate_stop;
1187 if (ops->to_rcmd == NULL)
1188 ops->to_rcmd = delegate_rcmd;
1189 if (ops->to_pid_to_exec_file == NULL)
1190 ops->to_pid_to_exec_file = delegate_pid_to_exec_file;
1191 if (ops->to_log_command == NULL)
1192 ops->to_log_command = delegate_log_command;
1193 if (ops->to_can_async_p == NULL)
1194 ops->to_can_async_p = delegate_can_async_p;
1195 if (ops->to_is_async_p == NULL)
1196 ops->to_is_async_p = delegate_is_async_p;
1197 if (ops->to_async == NULL)
1198 ops->to_async = delegate_async;
1199 if (ops->to_find_memory_regions == NULL)
1200 ops->to_find_memory_regions = delegate_find_memory_regions;
1201 if (ops->to_make_corefile_notes == NULL)
1202 ops->to_make_corefile_notes = delegate_make_corefile_notes;
1203 if (ops->to_get_bookmark == NULL)
1204 ops->to_get_bookmark = delegate_get_bookmark;
1205 if (ops->to_goto_bookmark == NULL)
1206 ops->to_goto_bookmark = delegate_goto_bookmark;
1207 if (ops->to_xfer_partial == NULL)
1208 ops->to_xfer_partial = delegate_xfer_partial;
1209 if (ops->to_get_ada_task_ptid == NULL)
1210 ops->to_get_ada_task_ptid = delegate_get_ada_task_ptid;
1211 if (ops->to_can_execute_reverse == NULL)
1212 ops->to_can_execute_reverse = delegate_can_execute_reverse;
1213 if (ops->to_execution_direction == NULL)
1214 ops->to_execution_direction = delegate_execution_direction;
1215 if (ops->to_supports_multi_process == NULL)
1216 ops->to_supports_multi_process = delegate_supports_multi_process;
1217 if (ops->to_supports_enable_disable_tracepoint == NULL)
1218 ops->to_supports_enable_disable_tracepoint = delegate_supports_enable_disable_tracepoint;
1219 if (ops->to_supports_string_tracing == NULL)
1220 ops->to_supports_string_tracing = delegate_supports_string_tracing;
1221 if (ops->to_supports_evaluation_of_breakpoint_conditions == NULL)
1222 ops->to_supports_evaluation_of_breakpoint_conditions = delegate_supports_evaluation_of_breakpoint_conditions;
1223 if (ops->to_can_run_breakpoint_commands == NULL)
1224 ops->to_can_run_breakpoint_commands = delegate_can_run_breakpoint_commands;
1225 if (ops->to_thread_architecture == NULL)
1226 ops->to_thread_architecture = delegate_thread_architecture;
1227 if (ops->to_trace_init == NULL)
1228 ops->to_trace_init = delegate_trace_init;
1229 if (ops->to_download_tracepoint == NULL)
1230 ops->to_download_tracepoint = delegate_download_tracepoint;
1231 if (ops->to_can_download_tracepoint == NULL)
1232 ops->to_can_download_tracepoint = delegate_can_download_tracepoint;
1233 if (ops->to_download_trace_state_variable == NULL)
1234 ops->to_download_trace_state_variable = delegate_download_trace_state_variable;
1235 if (ops->to_enable_tracepoint == NULL)
1236 ops->to_enable_tracepoint = delegate_enable_tracepoint;
1237 if (ops->to_disable_tracepoint == NULL)
1238 ops->to_disable_tracepoint = delegate_disable_tracepoint;
1239 if (ops->to_trace_set_readonly_regions == NULL)
1240 ops->to_trace_set_readonly_regions = delegate_trace_set_readonly_regions;
1241 if (ops->to_trace_start == NULL)
1242 ops->to_trace_start = delegate_trace_start;
1243 if (ops->to_get_trace_status == NULL)
1244 ops->to_get_trace_status = delegate_get_trace_status;
1245 if (ops->to_get_tracepoint_status == NULL)
1246 ops->to_get_tracepoint_status = delegate_get_tracepoint_status;
1247 if (ops->to_trace_stop == NULL)
1248 ops->to_trace_stop = delegate_trace_stop;
1249 if (ops->to_trace_find == NULL)
1250 ops->to_trace_find = delegate_trace_find;
1251 if (ops->to_get_trace_state_variable_value == NULL)
1252 ops->to_get_trace_state_variable_value = delegate_get_trace_state_variable_value;
1253 if (ops->to_save_trace_data == NULL)
1254 ops->to_save_trace_data = delegate_save_trace_data;
1255 if (ops->to_upload_tracepoints == NULL)
1256 ops->to_upload_tracepoints = delegate_upload_tracepoints;
1257 if (ops->to_upload_trace_state_variables == NULL)
1258 ops->to_upload_trace_state_variables = delegate_upload_trace_state_variables;
1259 if (ops->to_get_raw_trace_data == NULL)
1260 ops->to_get_raw_trace_data = delegate_get_raw_trace_data;
1261 if (ops->to_get_min_fast_tracepoint_insn_len == NULL)
1262 ops->to_get_min_fast_tracepoint_insn_len = delegate_get_min_fast_tracepoint_insn_len;
1263 if (ops->to_set_disconnected_tracing == NULL)
1264 ops->to_set_disconnected_tracing = delegate_set_disconnected_tracing;
1265 if (ops->to_set_circular_trace_buffer == NULL)
1266 ops->to_set_circular_trace_buffer = delegate_set_circular_trace_buffer;
1267 if (ops->to_set_trace_buffer_size == NULL)
1268 ops->to_set_trace_buffer_size = delegate_set_trace_buffer_size;
1269 if (ops->to_set_trace_notes == NULL)
1270 ops->to_set_trace_notes = delegate_set_trace_notes;
1271 if (ops->to_get_tib_address == NULL)
1272 ops->to_get_tib_address = delegate_get_tib_address;
1273 if (ops->to_set_permissions == NULL)
1274 ops->to_set_permissions = delegate_set_permissions;
1275 if (ops->to_static_tracepoint_marker_at == NULL)
1276 ops->to_static_tracepoint_marker_at = delegate_static_tracepoint_marker_at;
1277 if (ops->to_static_tracepoint_markers_by_strid == NULL)
1278 ops->to_static_tracepoint_markers_by_strid = delegate_static_tracepoint_markers_by_strid;
1279 if (ops->to_traceframe_info == NULL)
1280 ops->to_traceframe_info = delegate_traceframe_info;
1281 if (ops->to_use_agent == NULL)
1282 ops->to_use_agent = delegate_use_agent;
1283 if (ops->to_can_use_agent == NULL)
1284 ops->to_can_use_agent = delegate_can_use_agent;
1285 if (ops->to_supports_btrace == NULL)
1286 ops->to_supports_btrace = delegate_supports_btrace;
1287 if (ops->to_augmented_libraries_svr4_read == NULL)
1288 ops->to_augmented_libraries_svr4_read = delegate_augmented_libraries_svr4_read;
1289 }
1290
1291 static void
1292 install_dummy_methods (struct target_ops *ops)
1293 {
1294 ops->to_attach = find_default_attach;
1295 ops->to_post_attach = tdefault_post_attach;
1296 ops->to_detach = tdefault_detach;
1297 ops->to_resume = tdefault_resume;
1298 ops->to_wait = tdefault_wait;
1299 ops->to_fetch_registers = tdefault_fetch_registers;
1300 ops->to_store_registers = tdefault_store_registers;
1301 ops->to_prepare_to_store = tdefault_prepare_to_store;
1302 ops->to_files_info = tdefault_files_info;
1303 ops->to_insert_breakpoint = memory_insert_breakpoint;
1304 ops->to_remove_breakpoint = memory_remove_breakpoint;
1305 ops->to_can_use_hw_breakpoint = tdefault_can_use_hw_breakpoint;
1306 ops->to_ranged_break_num_registers = tdefault_ranged_break_num_registers;
1307 ops->to_insert_hw_breakpoint = tdefault_insert_hw_breakpoint;
1308 ops->to_remove_hw_breakpoint = tdefault_remove_hw_breakpoint;
1309 ops->to_remove_watchpoint = tdefault_remove_watchpoint;
1310 ops->to_insert_watchpoint = tdefault_insert_watchpoint;
1311 ops->to_stopped_by_watchpoint = tdefault_stopped_by_watchpoint;
1312 ops->to_stopped_data_address = tdefault_stopped_data_address;
1313 ops->to_watchpoint_addr_within_range = default_watchpoint_addr_within_range;
1314 ops->to_region_ok_for_hw_watchpoint = default_region_ok_for_hw_watchpoint;
1315 ops->to_can_accel_watchpoint_condition = tdefault_can_accel_watchpoint_condition;
1316 ops->to_terminal_init = tdefault_terminal_init;
1317 ops->to_terminal_inferior = tdefault_terminal_inferior;
1318 ops->to_terminal_ours_for_output = tdefault_terminal_ours_for_output;
1319 ops->to_terminal_ours = tdefault_terminal_ours;
1320 ops->to_terminal_save_ours = tdefault_terminal_save_ours;
1321 ops->to_terminal_info = default_terminal_info;
1322 ops->to_load = tdefault_load;
1323 ops->to_post_startup_inferior = tdefault_post_startup_inferior;
1324 ops->to_insert_fork_catchpoint = tdefault_insert_fork_catchpoint;
1325 ops->to_remove_fork_catchpoint = tdefault_remove_fork_catchpoint;
1326 ops->to_insert_vfork_catchpoint = tdefault_insert_vfork_catchpoint;
1327 ops->to_remove_vfork_catchpoint = tdefault_remove_vfork_catchpoint;
1328 ops->to_insert_exec_catchpoint = tdefault_insert_exec_catchpoint;
1329 ops->to_remove_exec_catchpoint = tdefault_remove_exec_catchpoint;
1330 ops->to_set_syscall_catchpoint = tdefault_set_syscall_catchpoint;
1331 ops->to_has_exited = tdefault_has_exited;
1332 ops->to_extra_thread_info = tdefault_extra_thread_info;
1333 ops->to_thread_name = tdefault_thread_name;
1334 ops->to_stop = tdefault_stop;
1335 ops->to_rcmd = default_rcmd;
1336 ops->to_pid_to_exec_file = tdefault_pid_to_exec_file;
1337 ops->to_log_command = tdefault_log_command;
1338 ops->to_can_async_p = find_default_can_async_p;
1339 ops->to_is_async_p = find_default_is_async_p;
1340 ops->to_async = tdefault_async;
1341 ops->to_find_memory_regions = dummy_find_memory_regions;
1342 ops->to_make_corefile_notes = dummy_make_corefile_notes;
1343 ops->to_get_bookmark = tdefault_get_bookmark;
1344 ops->to_goto_bookmark = tdefault_goto_bookmark;
1345 ops->to_xfer_partial = tdefault_xfer_partial;
1346 ops->to_get_ada_task_ptid = default_get_ada_task_ptid;
1347 ops->to_can_execute_reverse = tdefault_can_execute_reverse;
1348 ops->to_execution_direction = default_execution_direction;
1349 ops->to_supports_multi_process = tdefault_supports_multi_process;
1350 ops->to_supports_enable_disable_tracepoint = tdefault_supports_enable_disable_tracepoint;
1351 ops->to_supports_string_tracing = tdefault_supports_string_tracing;
1352 ops->to_supports_evaluation_of_breakpoint_conditions = tdefault_supports_evaluation_of_breakpoint_conditions;
1353 ops->to_can_run_breakpoint_commands = tdefault_can_run_breakpoint_commands;
1354 ops->to_thread_architecture = default_thread_architecture;
1355 ops->to_trace_init = tdefault_trace_init;
1356 ops->to_download_tracepoint = tdefault_download_tracepoint;
1357 ops->to_can_download_tracepoint = tdefault_can_download_tracepoint;
1358 ops->to_download_trace_state_variable = tdefault_download_trace_state_variable;
1359 ops->to_enable_tracepoint = tdefault_enable_tracepoint;
1360 ops->to_disable_tracepoint = tdefault_disable_tracepoint;
1361 ops->to_trace_set_readonly_regions = tdefault_trace_set_readonly_regions;
1362 ops->to_trace_start = tdefault_trace_start;
1363 ops->to_get_trace_status = tdefault_get_trace_status;
1364 ops->to_get_tracepoint_status = tdefault_get_tracepoint_status;
1365 ops->to_trace_stop = tdefault_trace_stop;
1366 ops->to_trace_find = tdefault_trace_find;
1367 ops->to_get_trace_state_variable_value = tdefault_get_trace_state_variable_value;
1368 ops->to_save_trace_data = tdefault_save_trace_data;
1369 ops->to_upload_tracepoints = tdefault_upload_tracepoints;
1370 ops->to_upload_trace_state_variables = tdefault_upload_trace_state_variables;
1371 ops->to_get_raw_trace_data = tdefault_get_raw_trace_data;
1372 ops->to_get_min_fast_tracepoint_insn_len = tdefault_get_min_fast_tracepoint_insn_len;
1373 ops->to_set_disconnected_tracing = tdefault_set_disconnected_tracing;
1374 ops->to_set_circular_trace_buffer = tdefault_set_circular_trace_buffer;
1375 ops->to_set_trace_buffer_size = tdefault_set_trace_buffer_size;
1376 ops->to_set_trace_notes = tdefault_set_trace_notes;
1377 ops->to_get_tib_address = tdefault_get_tib_address;
1378 ops->to_set_permissions = tdefault_set_permissions;
1379 ops->to_static_tracepoint_marker_at = tdefault_static_tracepoint_marker_at;
1380 ops->to_static_tracepoint_markers_by_strid = tdefault_static_tracepoint_markers_by_strid;
1381 ops->to_traceframe_info = tdefault_traceframe_info;
1382 ops->to_use_agent = tdefault_use_agent;
1383 ops->to_can_use_agent = tdefault_can_use_agent;
1384 ops->to_supports_btrace = tdefault_supports_btrace;
1385 ops->to_augmented_libraries_svr4_read = tdefault_augmented_libraries_svr4_read;
1386 }
This page took 0.06213 seconds and 4 git commands to generate.