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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Drecord.c159 t->stop_recording ();
H A Dtarget-delegates.c154 void stop_recording () override;
325 void stop_recording () override;
3904 target_ops::stop_recording () function in class:target_ops
3906 this->beneath ()->stop_recording ();
3910 dummy_target::stop_recording () function in class:dummy_target
3915 debug_target::stop_recording () function in class:debug_target
3917 fprintf_unfiltered (gdb_stdlog, "-> %s->stop_recording (...)\n", this->beneath ()->shortname ());
3918 this->beneath ()->stop_recording ();
3919 fprintf_unfiltered (gdb_stdlog, "<- %s->stop_recording (", this->beneath ()->shortname ());
H A Drecord-btrace.c80 void stop_recording () override;
409 /* The stop_recording method of target record-btrace. */
412 record_btrace_target::stop_recording () function in class:record_btrace_target
H A Dtarget.h1162 virtual void stop_recording ()
H A Dtarget.c3551 current_top_target ()->stop_recording ();
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Drecord.c159 t->stop_recording ();
H A Dtarget-delegates.c174 void stop_recording () override;
348 void stop_recording () override;
3938 target_ops::stop_recording () function in class:target_ops
3940 this->beneath ()->stop_recording ();
3944 dummy_target::stop_recording () function in class:dummy_target
3949 debug_target::stop_recording () function in class:debug_target
3951 gdb_printf (gdb_stdlog, "-> %s->stop_recording (...)\n", this->beneath ()->shortname ());
3952 this->beneath ()->stop_recording ();
3953 gdb_printf (gdb_stdlog, "<- %s->stop_recording (", this->beneath ()->shortname ());
H A Drecord-btrace.c80 void stop_recording () override;
409 /* The stop_recording method of target record-btrace. */
412 record_btrace_target::stop_recording () function in class:record_btrace_target
H A Dtarget.h1191 virtual void stop_recording ()
H A Dtarget.c4090 current_inferior ()->top_target ()->stop_recording ();

Completed in 308 milliseconds