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

  /src/external/gpl3/gdb/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 ()",
  /src/external/gpl3/gdb.old/dist/gdb/
target-delegates.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 ()",

Completed in 30 milliseconds