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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtarget-delegates.c162 void goto_record_begin () override;
333 void goto_record_begin () override;
4086 target_ops::goto_record_begin () function in class:target_ops
4088 this->beneath ()->goto_record_begin ();
4092 dummy_target::goto_record_begin () function in class:dummy_target
4098 debug_target::goto_record_begin () function in class:debug_target
4100 fprintf_unfiltered (gdb_stdlog, "-> %s->goto_record_begin (...)\n", this->beneath ()->shortname ());
4101 this->beneath ()->goto_record_begin ();
4102 fprintf_unfiltered (gdb_stdlog, "<- %s->goto_record_begin (", this->beneath ()->shortname ());
H A Drecord-full.c252 void goto_record_begin () override;
2022 /* The "goto_record_begin" target method. */
2025 record_full_base_target::goto_record_begin () function in class:record_full_base_target
H A Drecord-btrace.c126 void goto_record_begin () override;
2807 /* The goto_record_begin method of target record-btrace. */
2810 record_btrace_target::goto_record_begin () function in class:record_btrace_target
H A Dtarget.h1194 virtual void goto_record_begin ()
H A Dtarget.c3615 current_top_target ()->goto_record_begin ();
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Drecord-full.c251 void goto_record_begin () override;
1999 /* The "goto_record_begin" target method. */
2002 record_full_base_target::goto_record_begin () function in class:record_full_base_target
H A Dtarget-delegates.c182 void goto_record_begin () override;
356 void goto_record_begin () override;
4120 target_ops::goto_record_begin () function in class:target_ops
4122 this->beneath ()->goto_record_begin ();
4126 dummy_target::goto_record_begin () function in class:dummy_target
4132 debug_target::goto_record_begin () function in class:debug_target
4134 gdb_printf (gdb_stdlog, "-> %s->goto_record_begin (...)\n", this->beneath ()->shortname ());
4135 this->beneath ()->goto_record_begin ();
4136 gdb_printf (gdb_stdlog, "<- %s->goto_record_begin (", this->beneath ()->shortname ());
H A Drecord-btrace.c125 void goto_record_begin () override;
2782 /* The goto_record_begin method of target record-btrace. */
2785 record_btrace_target::goto_record_begin () function in class:record_btrace_target
H A Dtarget.h1223 virtual void goto_record_begin ()
H A Dtarget.c4154 current_inferior ()->top_target ()->goto_record_begin ();

Completed in 312 milliseconds