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

  /src/external/gpl3/gdb/dist/gdb/
tracefile.c 468 tracefile_target::get_trace_status (struct trace_status *ts) function in class:tracefile_target
target-delegates-gen.c 146 int get_trace_status (struct trace_status *arg0) override;
323 int get_trace_status (struct trace_status *arg0) override;
3081 target_ops::get_trace_status (struct trace_status *arg0) function in class:target_ops
3083 return this->beneath ()->get_trace_status (arg0);
3087 dummy_target::get_trace_status (struct trace_status *arg0) function in class:dummy_target
3093 debug_target::get_trace_status (struct trace_status *arg0) function in class:debug_target
3095 target_debug_printf_nofunc ("-> %s->get_trace_status (...)", this->beneath ()->shortname ());
3097 = this->beneath ()->get_trace_status (arg0);
3098 target_debug_printf_nofunc ("<- %s->get_trace_status (%s) = %s",
  /src/external/gpl3/gdb.old/dist/gdb/
tracefile.c 468 tracefile_target::get_trace_status (struct trace_status *ts) function in class:tracefile_target
target-delegates.c 146 int get_trace_status (struct trace_status *arg0) override;
323 int get_trace_status (struct trace_status *arg0) override;
3081 target_ops::get_trace_status (struct trace_status *arg0) function in class:target_ops
3083 return this->beneath ()->get_trace_status (arg0);
3087 dummy_target::get_trace_status (struct trace_status *arg0) function in class:dummy_target
3093 debug_target::get_trace_status (struct trace_status *arg0) function in class:debug_target
3095 target_debug_printf_nofunc ("-> %s->get_trace_status (...)", this->beneath ()->shortname ());
3097 = this->beneath ()->get_trace_status (arg0);
3098 target_debug_printf_nofunc ("<- %s->get_trace_status (%s) = %s",

Completed in 32 milliseconds