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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Drecord.c333 t->info_record ();
H A Dtarget-delegates.c155 void info_record () override;
326 void info_record () override;
3924 target_ops::info_record () function in class:target_ops
3926 this->beneath ()->info_record ();
3930 dummy_target::info_record () function in class:dummy_target
3935 debug_target::info_record () function in class:debug_target
3937 fprintf_unfiltered (gdb_stdlog, "-> %s->info_record (...)\n", this->beneath ()->shortname ());
3938 this->beneath ()->info_record ();
3939 fprintf_unfiltered (gdb_stdlog, "<- %s->info_record (", this->beneath ()->shortname ());
H A Drecord-btrace.c81 void info_record () override;
554 /* The info_record method of target record-btrace. */
557 record_btrace_target::info_record () function in class:record_btrace_target
H A Dtarget.h1166 virtual void info_record ()
H A Drecord-full.c245 void info_record () override;
1916 record_full_base_target::info_record () function in class:record_full_base_target
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Drecord.c333 t->info_record ();
H A Dtarget-delegates.c175 void info_record () override;
349 void info_record () override;
3958 target_ops::info_record () function in class:target_ops
3960 this->beneath ()->info_record ();
3964 dummy_target::info_record () function in class:dummy_target
3969 debug_target::info_record () function in class:debug_target
3971 gdb_printf (gdb_stdlog, "-> %s->info_record (...)\n", this->beneath ()->shortname ());
3972 this->beneath ()->info_record ();
3973 gdb_printf (gdb_stdlog, "<- %s->info_record (", this->beneath ()->shortname ());
H A Drecord-btrace.c81 void info_record () override;
554 /* The info_record method of target record-btrace. */
557 record_btrace_target::info_record () function in class:record_btrace_target
H A Drecord-full.c244 void info_record () override;
1894 record_full_base_target::info_record () function in class:record_full_base_target
H A Dtarget.h1195 virtual void info_record ()

Completed in 395 milliseconds