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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtarget-delegates.c164 void goto_record (ULONGEST arg0) override;
335 void goto_record (ULONGEST arg0) override;
4128 target_ops::goto_record (ULONGEST arg0) function in class:target_ops
4130 this->beneath ()->goto_record (arg0);
4134 dummy_target::goto_record (ULONGEST arg0) function in class:dummy_target
4140 debug_target::goto_record (ULONGEST arg0) function in class:debug_target
4142 fprintf_unfiltered (gdb_stdlog, "-> %s->goto_record (...)\n", this->beneath ()->shortname ());
4143 this->beneath ()->goto_record (arg0);
4144 fprintf_unfiltered (gdb_stdlog, "<- %s->goto_record (", this->beneath ()->shortname ());
H A Drecord-full.c254 void goto_record (ULONGEST insn) override;
2052 /* The "goto_record" target method. */
2055 record_full_base_target::goto_record (ULONGEST target_insn) function in class:record_full_base_target
H A Drecord-btrace.c128 void goto_record (ULONGEST insn) override;
2844 /* The goto_record method of target record-btrace. */
2847 record_btrace_target::goto_record (ULONGEST insn) function in class:record_btrace_target
H A Dtarget.h1202 virtual void goto_record (ULONGEST insn)
H A Dtarget.c3631 current_top_target ()->goto_record (insn);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Drecord-full.c253 void goto_record (ULONGEST insn) override;
2029 /* The "goto_record" target method. */
2032 record_full_base_target::goto_record (ULONGEST target_insn) function in class:record_full_base_target
H A Dtarget-delegates.c184 void goto_record (ULONGEST arg0) override;
358 void goto_record (ULONGEST arg0) override;
4162 target_ops::goto_record (ULONGEST arg0) function in class:target_ops
4164 this->beneath ()->goto_record (arg0);
4168 dummy_target::goto_record (ULONGEST arg0) function in class:dummy_target
4174 debug_target::goto_record (ULONGEST arg0) function in class:debug_target
4176 gdb_printf (gdb_stdlog, "-> %s->goto_record (...)\n", this->beneath ()->shortname ());
4177 this->beneath ()->goto_record (arg0);
4178 gdb_printf (gdb_stdlog, "<- %s->goto_record (", this->beneath ()->shortname ());
H A Drecord-btrace.c127 void goto_record (ULONGEST insn) override;
2819 /* The goto_record method of target record-btrace. */
2822 record_btrace_target::goto_record (ULONGEST insn) function in class:record_btrace_target
H A Dtarget.h1231 virtual void goto_record (ULONGEST insn)
H A Dtarget.c4170 current_inferior ()->top_target ()->goto_record (insn);

Completed in 189 milliseconds