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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtarget-delegates.c124 void trace_start () override;
295 void trace_start () override;
3136 target_ops::trace_start () function in class:target_ops
3138 this->beneath ()->trace_start ();
3142 dummy_target::trace_start () function in class:dummy_target
3148 debug_target::trace_start () function in class:debug_target
3150 fprintf_unfiltered (gdb_stdlog, "-> %s->trace_start (...)\n", this->beneath ()->shortname ());
3151 this->beneath ()->trace_start ();
3152 fprintf_unfiltered (gdb_stdlog, "<- %s->trace_start (", this->beneath ()->shortname ());
H A Dtarget.h1007 virtual void trace_start ()
2259 (current_top_target ()->trace_start) ()
H A Dremote.c610 void trace_start () override;
13231 remote_target::trace_start ()
13216 remote_target::trace_start () function in class:remote_target
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtarget-delegates.c144 void trace_start () override;
318 void trace_start () override;
3170 target_ops::trace_start () function in class:target_ops
3172 this->beneath ()->trace_start ();
3176 dummy_target::trace_start () function in class:dummy_target
3182 debug_target::trace_start () function in class:debug_target
3184 gdb_printf (gdb_stdlog, "-> %s->trace_start (...)\n", this->beneath ()->shortname ());
3185 this->beneath ()->trace_start ();
3186 gdb_printf (gdb_stdlog, "<- %s->trace_start (", this->beneath ()->shortname ());
H A Dtarget.h1036 virtual void trace_start ()
H A Dtarget.c655 return current_inferior ()->top_target ()->trace_start ();
H A Dremote.c606 void trace_start () override;
13499 remote_target::trace_start ()

Completed in 464 milliseconds