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

  /src/external/gpl3/gdb.old/dist/gdb/
x86-linux-nat.h 36 struct btrace_target_info *enable_btrace (thread_info *tp,
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
ravenscar-thread.c 123 struct btrace_target_info *enable_btrace (thread_info *tp,
132 return beneath ()->enable_btrace (tp, conf);
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",
target.h 1207 virtual struct btrace_target_info *enable_btrace (thread_info *tp,
target.c 4023 return current_inferior ()->top_target ()->enable_btrace (tp, conf);
remote.c 1126 enable_btrace (thread_info *tp, const struct btrace_config *conf) override;
15121 remote_target::enable_btrace (thread_info *tp,
  /src/external/gpl3/gdb/dist/gdb/
x86-linux-nat.h 36 struct btrace_target_info *enable_btrace (thread_info *tp,
x86-linux-nat.c 122 x86_linux_nat_target::enable_btrace (thread_info *tp,
120 x86_linux_nat_target::enable_btrace (thread_info *tp, function in class:x86_linux_nat_target
ravenscar-thread.c 123 struct btrace_target_info *enable_btrace (thread_info *tp,
132 return beneath ()->enable_btrace (tp, conf);
target-delegates-gen.c 169 struct btrace_target_info *enable_btrace (thread_info *arg0, const struct btrace_config *arg1) override;
350 struct btrace_target_info *enable_btrace (thread_info *arg0, const struct btrace_config *arg1) override;
3651 target_ops::enable_btrace (thread_info *arg0, const struct btrace_config *arg1) function in class:target_ops
3653 return this->beneath ()->enable_btrace (arg0, arg1);
3657 dummy_target::enable_btrace (thread_info *arg0, const struct btrace_config *arg1) function in class:dummy_target
3663 debug_target::enable_btrace (thread_info *arg0, const struct btrace_config *arg1) function in class:debug_target
3665 target_debug_printf_nofunc ("-> %s->enable_btrace (...)", this->beneath ()->shortname ());
3667 = this->beneath ()->enable_btrace (arg0, arg1);
3668 target_debug_printf_nofunc ("<- %s->enable_btrace (%s, %s) = %s",
target.h 1211 virtual struct btrace_target_info *enable_btrace (thread_info *tp,
target.c 4034 return current_inferior ()->top_target ()->enable_btrace (tp, conf);
remote.c 1128 enable_btrace (thread_info *tp, const struct btrace_config *conf) override;
15156 remote_target::enable_btrace (thread_info *tp,
  /src/external/gpl3/gdb.old/dist/gdbserver/
target.h 401 virtual btrace_target_info *enable_btrace (thread_info *tp,
638 return the_target->enable_btrace (tp, conf);
target.cc 717 process_stratum_target::enable_btrace (thread_info *tp, function in class:process_stratum_target
linux-low.h 284 btrace_target_info *enable_btrace (thread_info *tp,
linux-low.cc 6801 linux_process_target::enable_btrace (thread_info *tp,
  /src/external/gpl3/gdb/dist/gdbserver/
target.h 402 virtual btrace_target_info *enable_btrace (thread_info *tp,
652 return the_target->enable_btrace (tp, conf);
target.cc 717 process_stratum_target::enable_btrace (thread_info *tp, function in class:process_stratum_target
linux-low.h 289 btrace_target_info *enable_btrace (thread_info *tp,
linux-low.cc 6828 linux_process_target::enable_btrace (thread_info *tp,

Completed in 128 milliseconds