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

  /src/external/gpl3/gdb/dist/gdb/
x86-linux-nat.c 156 x86_linux_nat_target::read_btrace (struct btrace_data *data,
154 x86_linux_nat_target::read_btrace (struct btrace_data *data, function in class:x86_linux_nat_target
target-delegates-gen.c 172 enum btrace_error read_btrace (struct btrace_data *arg0, struct btrace_target_info *arg1, enum btrace_read_type arg2) override;
349 enum btrace_error read_btrace (struct btrace_data *arg0, struct btrace_target_info *arg1, enum btrace_read_type arg2) override;
3713 target_ops::read_btrace (struct btrace_data *arg0, struct btrace_target_info *arg1, enum btrace_read_type arg2) function in class:target_ops
3715 return this->beneath ()->read_btrace (arg0, arg1, arg2);
3719 dummy_target::read_btrace (struct btrace_data *arg0, struct btrace_target_info *arg1, enum btrace_read_type arg2) function in class:dummy_target
3725 debug_target::read_btrace (struct btrace_data *arg0, struct btrace_target_info *arg1, enum btrace_read_type arg2) function in class:debug_target
3727 target_debug_printf_nofunc ("-> %s->read_btrace (...)", this->beneath ()->shortname ());
3729 = this->beneath ()->read_btrace (arg0, arg1, arg2);
3730 target_debug_printf_nofunc ("<- %s->read_btrace (%s, %s, %s) = %s",
  /src/external/gpl3/gdb.old/dist/gdb/
x86-linux-nat.c 261 x86_linux_nat_target::read_btrace (struct btrace_data *data,
259 x86_linux_nat_target::read_btrace (struct btrace_data *data, function in class:x86_linux_nat_target
target-delegates.c 172 enum btrace_error read_btrace (struct btrace_data *arg0, struct btrace_target_info *arg1, enum btrace_read_type arg2) override;
349 enum btrace_error read_btrace (struct btrace_data *arg0, struct btrace_target_info *arg1, enum btrace_read_type arg2) override;
3713 target_ops::read_btrace (struct btrace_data *arg0, struct btrace_target_info *arg1, enum btrace_read_type arg2) function in class:target_ops
3715 return this->beneath ()->read_btrace (arg0, arg1, arg2);
3719 dummy_target::read_btrace (struct btrace_data *arg0, struct btrace_target_info *arg1, enum btrace_read_type arg2) function in class:dummy_target
3725 debug_target::read_btrace (struct btrace_data *arg0, struct btrace_target_info *arg1, enum btrace_read_type arg2) function in class:debug_target
3727 target_debug_printf_nofunc ("-> %s->read_btrace (...)", this->beneath ()->shortname ());
3729 = this->beneath ()->read_btrace (arg0, arg1, arg2);
3730 target_debug_printf_nofunc ("<- %s->read_btrace (%s, %s, %s) = %s",
  /src/external/gpl3/gdb/dist/gdbserver/
target.cc 730 process_stratum_target::read_btrace (btrace_target_info *tinfo, function in class:process_stratum_target
  /src/external/gpl3/gdb.old/dist/gdbserver/
target.cc 730 process_stratum_target::read_btrace (btrace_target_info *tinfo, function in class:process_stratum_target

Completed in 36 milliseconds