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

  /src/external/mpl/dhcp/dist/omapip/
trace.c 173 trace_stop ();
251 trace_stop ();
264 trace_stop ();
283 trace_stop ();
376 void trace_stop (void) function
  /src/external/gpl3/gdb/dist/gdb/
target-delegates-gen.c 148 void trace_stop () override;
325 void trace_stop () override;
3129 target_ops::trace_stop () function in class:target_ops
3131 this->beneath ()->trace_stop ();
3135 dummy_target::trace_stop () function in class:dummy_target
3141 debug_target::trace_stop () function in class:debug_target
3143 target_debug_printf_nofunc ("-> %s->trace_stop (...)", this->beneath ()->shortname ());
3144 this->beneath ()->trace_stop ();
3145 target_debug_printf_nofunc ("<- %s->trace_stop ()",
  /src/external/gpl3/gdb.old/dist/gdb/
target-delegates.c 148 void trace_stop () override;
325 void trace_stop () override;
3129 target_ops::trace_stop () function in class:target_ops
3131 this->beneath ()->trace_stop ();
3135 dummy_target::trace_stop () function in class:dummy_target
3141 debug_target::trace_stop () function in class:debug_target
3143 target_debug_printf_nofunc ("-> %s->trace_stop (...)", this->beneath ()->shortname ());
3144 this->beneath ()->trace_stop ();
3145 target_debug_printf_nofunc ("<- %s->trace_stop ()",

Completed in 33 milliseconds