HomeSort by: relevance | last modified time | path
    Searched refs:trace_start (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
target-delegates-gen.c 145 void trace_start () override;
322 void trace_start () override;
3060 target_ops::trace_start () function in class:target_ops
3062 this->beneath ()->trace_start ();
3066 dummy_target::trace_start () function in class:dummy_target
3072 debug_target::trace_start () function in class:debug_target
3074 target_debug_printf_nofunc ("-> %s->trace_start (...)", this->beneath ()->shortname ());
3075 this->beneath ()->trace_start ();
3076 target_debug_printf_nofunc ("<- %s->trace_start ()",
target.h 1083 virtual void trace_start ()
target.c 631 return current_inferior ()->top_target ()->trace_start ();
remote.c 1070 void trace_start () override;
14102 remote_target::trace_start ()
  /src/external/gpl3/gdb/dist/gdb/
target-delegates-gen.c 145 void trace_start () override;
326 void trace_start () override;
3068 target_ops::trace_start () function in class:target_ops
3070 this->beneath ()->trace_start ();
3074 dummy_target::trace_start () function in class:dummy_target
3080 debug_target::trace_start () function in class:debug_target
3082 target_debug_printf_nofunc ("-> %s->trace_start (...)", this->beneath ()->shortname ());
3083 this->beneath ()->trace_start ();
3084 target_debug_printf_nofunc ("<- %s->trace_start ()",
target.h 1083 virtual void trace_start ()
target.c 631 return current_inferior ()->top_target ()->trace_start ();
remote.c 1072 void trace_start () override;
14137 remote_target::trace_start ()

Completed in 44 milliseconds