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

  /src/external/gpl3/gdb/dist/gdb/
x86-linux-nat.h 40 enum btrace_error read_btrace (struct btrace_data *data,
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",
target.h 1224 virtual enum btrace_error read_btrace (struct btrace_data *data,
target.c 4051 return target->read_btrace (btrace, btinfo, type);
remote.c 1132 enum btrace_error read_btrace (struct btrace_data *data,
15218 remote_target::read_btrace (struct btrace_data *btrace,
  /src/external/gpl3/gdb.old/dist/gdb/
x86-linux-nat.h 40 enum btrace_error read_btrace (struct btrace_data *data,
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",
target.h 1216 virtual enum btrace_error read_btrace (struct btrace_data *data,
target.c 4021 return target->read_btrace (btrace, btinfo, type);
remote.c 1102 enum btrace_error read_btrace (struct btrace_data *data,
14975 remote_target::read_btrace (struct btrace_data *btrace,
  /src/external/gpl3/gdb/dist/gdbserver/
target.h 411 virtual int read_btrace (btrace_target_info *tinfo, std::string *buf,
652 return the_target->read_btrace (tinfo, buffer, type);
target.cc 730 process_stratum_target::read_btrace (btrace_target_info *tinfo, function in class:process_stratum_target
linux-low.h 289 int read_btrace (btrace_target_info *tinfo, std::string *buf,
linux-low.cc 6870 linux_process_target::read_btrace (btrace_target_info *tinfo,
  /src/external/gpl3/gdb.old/dist/gdbserver/
target.h 411 virtual int read_btrace (btrace_target_info *tinfo, std::string *buf,
652 return the_target->read_btrace (tinfo, buffer, type);
target.cc 730 process_stratum_target::read_btrace (btrace_target_info *tinfo, function in class:process_stratum_target
linux-low.h 289 int read_btrace (btrace_target_info *tinfo, std::string *buf,
linux-low.cc 6885 linux_process_target::read_btrace (btrace_target_info *tinfo,

Completed in 84 milliseconds