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

  /src/external/gpl3/gdb/dist/gdb/
x86-linux-nat.c 117 x86_linux_nat_target::enable_btrace (thread_info *tp,
115 x86_linux_nat_target::enable_btrace (thread_info *tp, function in class:x86_linux_nat_target
target-delegates-gen.c 169 struct btrace_target_info *enable_btrace (thread_info *arg0, const struct btrace_config *arg1) override;
346 struct btrace_target_info *enable_btrace (thread_info *arg0, const struct btrace_config *arg1) override;
3643 target_ops::enable_btrace (thread_info *arg0, const struct btrace_config *arg1) function in class:target_ops
3645 return this->beneath ()->enable_btrace (arg0, arg1);
3649 dummy_target::enable_btrace (thread_info *arg0, const struct btrace_config *arg1) function in class:dummy_target
3655 debug_target::enable_btrace (thread_info *arg0, const struct btrace_config *arg1) function in class:debug_target
3657 target_debug_printf_nofunc ("-> %s->enable_btrace (...)", this->beneath ()->shortname ());
3659 = this->beneath ()->enable_btrace (arg0, arg1);
3660 target_debug_printf_nofunc ("<- %s->enable_btrace (%s, %s) = %s",
  /src/external/gpl3/gdb.old/dist/gdb/
x86-linux-nat.c 222 x86_linux_nat_target::enable_btrace (thread_info *tp,
220 x86_linux_nat_target::enable_btrace (thread_info *tp, function in class:x86_linux_nat_target
target-delegates.c 169 struct btrace_target_info *enable_btrace (thread_info *arg0, const struct btrace_config *arg1) override;
346 struct btrace_target_info *enable_btrace (thread_info *arg0, const struct btrace_config *arg1) override;
3643 target_ops::enable_btrace (thread_info *arg0, const struct btrace_config *arg1) function in class:target_ops
3645 return this->beneath ()->enable_btrace (arg0, arg1);
3649 dummy_target::enable_btrace (thread_info *arg0, const struct btrace_config *arg1) function in class:dummy_target
3655 debug_target::enable_btrace (thread_info *arg0, const struct btrace_config *arg1) function in class:debug_target
3657 target_debug_printf_nofunc ("-> %s->enable_btrace (...)", this->beneath ()->shortname ());
3659 = this->beneath ()->enable_btrace (arg0, arg1);
3660 target_debug_printf_nofunc ("<- %s->enable_btrace (%s, %s) = %s",
  /src/external/gpl3/gdb/dist/gdbserver/
target.cc 717 process_stratum_target::enable_btrace (thread_info *tp, function in class:process_stratum_target
  /src/external/gpl3/gdb.old/dist/gdbserver/
target.cc 717 process_stratum_target::enable_btrace (thread_info *tp, function in class:process_stratum_target

Completed in 31 milliseconds