Searched refs:record_will_replay (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtarget-delegates.c160 bool record_will_replay (ptid_t arg0, int arg1) override;
331 bool record_will_replay (ptid_t arg0, int arg1) override;
4038 target_ops::record_will_replay (ptid_t arg0, int arg1) function in class:target_ops
4040 return this->beneath ()->record_will_replay (arg0, arg1);
4044 dummy_target::record_will_replay (ptid_t arg0, int arg1) function in class:dummy_target
4050 debug_target::record_will_replay (ptid_t arg0, int arg1) function in class:debug_target
4053 fprintf_unfiltered (gdb_stdlog, "-> %s->record_will_replay (...)\n", this->beneath ()->shortname ());
4054 result = this->beneath ()->record_will_replay (arg0, arg1);
4055 fprintf_unfiltered (gdb_stdlog, "<- %s->record_will_replay (", this->beneath ()->shortname ());
H A Drecord-full.c250 bool record_will_replay (ptid_t ptid, int dir) override;
1981 /* The "record_will_replay" target method. */
1984 record_full_base_target::record_will_replay (ptid_t ptid, int dir) function in class:record_full_base_target
H A Drecord-btrace.c95 bool record_will_replay (ptid_t ptid, int dir) override;
1418 /* The record_will_replay method of target record-btrace. */
1421 record_btrace_target::record_will_replay (ptid_t ptid, int dir) function in class:record_btrace_target
H A Dtarget.h1186 virtual bool record_will_replay (ptid_t ptid, int dir)
H A Dtarget.c3599 return current_top_target ()->record_will_replay (ptid, dir);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Drecord-full.c249 bool record_will_replay (ptid_t ptid, int dir) override;
1959 /* The "record_will_replay" target method. */
1962 record_full_base_target::record_will_replay (ptid_t ptid, int dir) function in class:record_full_base_target
H A Dtarget-delegates.c180 bool record_will_replay (ptid_t arg0, int arg1) override;
354 bool record_will_replay (ptid_t arg0, int arg1) override;
4072 target_ops::record_will_replay (ptid_t arg0, int arg1) function in class:target_ops
4074 return this->beneath ()->record_will_replay (arg0, arg1);
4078 dummy_target::record_will_replay (ptid_t arg0, int arg1) function in class:dummy_target
4084 debug_target::record_will_replay (ptid_t arg0, int arg1) function in class:debug_target
4087 gdb_printf (gdb_stdlog, "-> %s->record_will_replay (...)\n", this->beneath ()->shortname ());
4088 result = this->beneath ()->record_will_replay (arg0, arg1);
4089 gdb_printf (gdb_stdlog, "<- %s->record_will_replay (", this->beneath ()->shortname ());
H A Drecord-btrace.c95 bool record_will_replay (ptid_t ptid, int dir) override;
1418 /* The record_will_replay method of target record-btrace. */
1421 record_btrace_target::record_will_replay (ptid_t ptid, int dir) function in class:record_btrace_target
H A Dtarget.h1215 virtual bool record_will_replay (ptid_t ptid, int dir)
H A Dtarget.c4138 return current_inferior ()->top_target ()->record_will_replay (ptid, dir);

Completed in 393 milliseconds