Searched refs:trace_set_readonly_regions (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtarget-delegates.c123 void trace_set_readonly_regions () override;
294 void trace_set_readonly_regions () override;
3115 target_ops::trace_set_readonly_regions () function in class:target_ops
3117 this->beneath ()->trace_set_readonly_regions ();
3121 dummy_target::trace_set_readonly_regions () function in class:dummy_target
3127 debug_target::trace_set_readonly_regions () function in class:debug_target
3129 fprintf_unfiltered (gdb_stdlog, "-> %s->trace_set_readonly_regions (...)\n", this->beneath ()->shortname ());
3130 this->beneath ()->trace_set_readonly_regions ();
3131 fprintf_unfiltered (gdb_stdlog, "<- %s->trace_set_readonly_regions (", this->beneath ()->shortname ());
H A Dtarget.h1003 virtual void trace_set_readonly_regions ()
2262 (current_top_target ()->trace_set_readonly_regions) ()
H A Dremote.c608 void trace_set_readonly_regions () override;
13181 remote_target::trace_set_readonly_regions ()
13166 remote_target::trace_set_readonly_regions () function in class:remote_target
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtarget-delegates.c143 void trace_set_readonly_regions () override;
317 void trace_set_readonly_regions () override;
3149 target_ops::trace_set_readonly_regions () function in class:target_ops
3151 this->beneath ()->trace_set_readonly_regions ();
3155 dummy_target::trace_set_readonly_regions () function in class:dummy_target
3161 debug_target::trace_set_readonly_regions () function in class:debug_target
3163 gdb_printf (gdb_stdlog, "-> %s->trace_set_readonly_regions (...)\n", this->beneath ()->shortname ());
3164 this->beneath ()->trace_set_readonly_regions ();
3165 gdb_printf (gdb_stdlog, "<- %s->trace_set_readonly_regions (", this->beneath ()->shortname ());
H A Dtarget.h1032 virtual void trace_set_readonly_regions ()
H A Dtarget.c661 return current_inferior ()->top_target ()->trace_set_readonly_regions ();
H A Dremote.c604 void trace_set_readonly_regions () override;
13448 remote_target::trace_set_readonly_regions ()

Completed in 390 milliseconds