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

  /src/external/gpl3/gdb/dist/gdb/
x86-linux-nat.c 166 x86_linux_nat_target::btrace_conf (const struct btrace_target_info *btinfo)
164 x86_linux_nat_target::btrace_conf (const struct btrace_target_info *btinfo) function in class:x86_linux_nat_target
btrace.c 2005 btrace_conf (const struct btrace_thread_info *btinfo) function
3454 conf = btrace_conf (btinfo);
target-delegates-gen.c 173 const struct btrace_config *btrace_conf (const struct btrace_target_info *arg0) override;
350 const struct btrace_config *btrace_conf (const struct btrace_target_info *arg0) override;
3740 target_ops::btrace_conf (const struct btrace_target_info *arg0) function in class:target_ops
3742 return this->beneath ()->btrace_conf (arg0);
3746 dummy_target::btrace_conf (const struct btrace_target_info *arg0) function in class:dummy_target
3752 debug_target::btrace_conf (const struct btrace_target_info *arg0) function in class:debug_target
3754 target_debug_printf_nofunc ("-> %s->btrace_conf (...)", this->beneath ()->shortname ());
3756 = this->beneath ()->btrace_conf (arg0);
3757 target_debug_printf_nofunc ("<- %s->btrace_conf (%s) = %s",
  /src/external/gpl3/gdb.old/dist/gdb/
x86-linux-nat.c 271 x86_linux_nat_target::btrace_conf (const struct btrace_target_info *btinfo)
269 x86_linux_nat_target::btrace_conf (const struct btrace_target_info *btinfo) function in class:x86_linux_nat_target
btrace.c 1651 btrace_conf (const struct btrace_thread_info *btinfo) function
3077 conf = btrace_conf (btinfo);
target-delegates.c 173 const struct btrace_config *btrace_conf (const struct btrace_target_info *arg0) override;
350 const struct btrace_config *btrace_conf (const struct btrace_target_info *arg0) override;
3740 target_ops::btrace_conf (const struct btrace_target_info *arg0) function in class:target_ops
3742 return this->beneath ()->btrace_conf (arg0);
3746 dummy_target::btrace_conf (const struct btrace_target_info *arg0) function in class:dummy_target
3752 debug_target::btrace_conf (const struct btrace_target_info *arg0) function in class:debug_target
3754 target_debug_printf_nofunc ("-> %s->btrace_conf (...)", this->beneath ()->shortname ());
3756 = this->beneath ()->btrace_conf (arg0);
3757 target_debug_printf_nofunc ("<- %s->btrace_conf (%s) = %s",

Completed in 36 milliseconds