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

  /src/external/gpl3/gdb/dist/gdb/
target-delegates-gen.c 141 void download_trace_state_variable (const trace_state_variable &arg0) override;
318 void download_trace_state_variable (const trace_state_variable &arg0) override;
2973 target_ops::download_trace_state_variable (const trace_state_variable &arg0) function in class:target_ops
2975 this->beneath ()->download_trace_state_variable (arg0);
2979 dummy_target::download_trace_state_variable (const trace_state_variable &arg0) function in class:dummy_target
2985 debug_target::download_trace_state_variable (const trace_state_variable &arg0) function in class:debug_target
2987 target_debug_printf_nofunc ("-> %s->download_trace_state_variable (...)", this->beneath ()->shortname ());
2988 this->beneath ()->download_trace_state_variable (arg0);
2989 target_debug_printf_nofunc ("<- %s->download_trace_state_variable (%s)",
  /src/external/gpl3/gdb.old/dist/gdb/
target-delegates.c 141 void download_trace_state_variable (const trace_state_variable &arg0) override;
318 void download_trace_state_variable (const trace_state_variable &arg0) override;
2973 target_ops::download_trace_state_variable (const trace_state_variable &arg0) function in class:target_ops
2975 this->beneath ()->download_trace_state_variable (arg0);
2979 dummy_target::download_trace_state_variable (const trace_state_variable &arg0) function in class:dummy_target
2985 debug_target::download_trace_state_variable (const trace_state_variable &arg0) function in class:debug_target
2987 target_debug_printf_nofunc ("-> %s->download_trace_state_variable (...)", this->beneath ()->shortname ());
2988 this->beneath ()->download_trace_state_variable (arg0);
2989 target_debug_printf_nofunc ("<- %s->download_trace_state_variable (%s)",

Completed in 29 milliseconds