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

  /src/external/gpl3/gdb/dist/gdb/
x86-linux-nat.c 149 x86_linux_nat_target::teardown_btrace (struct btrace_target_info *tinfo)
147 x86_linux_nat_target::teardown_btrace (struct btrace_target_info *tinfo) function in class:x86_linux_nat_target
target-delegates-gen.c 171 void teardown_btrace (struct btrace_target_info *arg0) override;
348 void teardown_btrace (struct btrace_target_info *arg0) override;
3691 target_ops::teardown_btrace (struct btrace_target_info *arg0) function in class:target_ops
3693 this->beneath ()->teardown_btrace (arg0);
3697 dummy_target::teardown_btrace (struct btrace_target_info *arg0) function in class:dummy_target
3703 debug_target::teardown_btrace (struct btrace_target_info *arg0) function in class:debug_target
3705 target_debug_printf_nofunc ("-> %s->teardown_btrace (...)", this->beneath ()->shortname ());
3706 this->beneath ()->teardown_btrace (arg0);
3707 target_debug_printf_nofunc ("<- %s->teardown_btrace (%s)",
  /src/external/gpl3/gdb.old/dist/gdb/
x86-linux-nat.c 254 x86_linux_nat_target::teardown_btrace (struct btrace_target_info *tinfo)
252 x86_linux_nat_target::teardown_btrace (struct btrace_target_info *tinfo) function in class:x86_linux_nat_target
target-delegates.c 171 void teardown_btrace (struct btrace_target_info *arg0) override;
348 void teardown_btrace (struct btrace_target_info *arg0) override;
3691 target_ops::teardown_btrace (struct btrace_target_info *arg0) function in class:target_ops
3693 this->beneath ()->teardown_btrace (arg0);
3697 dummy_target::teardown_btrace (struct btrace_target_info *arg0) function in class:dummy_target
3703 debug_target::teardown_btrace (struct btrace_target_info *arg0) function in class:debug_target
3705 target_debug_printf_nofunc ("-> %s->teardown_btrace (...)", this->beneath ()->shortname ());
3706 this->beneath ()->teardown_btrace (arg0);
3707 target_debug_printf_nofunc ("<- %s->teardown_btrace (%s)",

Completed in 36 milliseconds