| /src/external/gpl3/gdb/dist/gdb/ |
| target-delegates-gen.c | 159 bool set_trace_notes (const char *arg0, const char *arg1, const char *arg2) override; 336 bool set_trace_notes (const char *arg0, const char *arg1, const char *arg2) override; 3394 target_ops::set_trace_notes (const char *arg0, const char *arg1, const char *arg2) function in class:target_ops 3396 return this->beneath ()->set_trace_notes (arg0, arg1, arg2); 3400 dummy_target::set_trace_notes (const char *arg0, const char *arg1, const char *arg2) function in class:dummy_target 3406 debug_target::set_trace_notes (const char *arg0, const char *arg1, const char *arg2) function in class:debug_target 3408 target_debug_printf_nofunc ("-> %s->set_trace_notes (...)", this->beneath ()->shortname ()); 3410 = this->beneath ()->set_trace_notes (arg0, arg1, arg2); 3411 target_debug_printf_nofunc ("<- %s->set_trace_notes (%s, %s, %s) = %s",
|
| tracepoint.c | 2866 set_trace_notes (const char *args, int from_tty, function 4118 set_trace_notes, NULL,
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| target-delegates.c | 159 bool set_trace_notes (const char *arg0, const char *arg1, const char *arg2) override; 336 bool set_trace_notes (const char *arg0, const char *arg1, const char *arg2) override; 3394 target_ops::set_trace_notes (const char *arg0, const char *arg1, const char *arg2) function in class:target_ops 3396 return this->beneath ()->set_trace_notes (arg0, arg1, arg2); 3400 dummy_target::set_trace_notes (const char *arg0, const char *arg1, const char *arg2) function in class:dummy_target 3406 debug_target::set_trace_notes (const char *arg0, const char *arg1, const char *arg2) function in class:debug_target 3408 target_debug_printf_nofunc ("-> %s->set_trace_notes (...)", this->beneath ()->shortname ()); 3410 = this->beneath ()->set_trace_notes (arg0, arg1, arg2); 3411 target_debug_printf_nofunc ("<- %s->set_trace_notes (%s, %s, %s) = %s",
|
| tracepoint.c | 2862 set_trace_notes (const char *args, int from_tty, function 4114 set_trace_notes, NULL,
|