Home
last modified time | relevance | path

Searched refs:stop_recording (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Drecord.c160 t->stop_recording (); in record_stop()
Dtarget-delegates.c175 void stop_recording () override;
352 void stop_recording () override;
3790 target_ops::stop_recording () in stop_recording() function
3792 this->beneath ()->stop_recording (); in stop_recording()
3796 dummy_target::stop_recording () in stop_recording() function
3801 debug_target::stop_recording () in stop_recording() function
3804 this->beneath ()->stop_recording (); in stop_recording()
Drecord-btrace.c82 void stop_recording () override;
414 record_btrace_target::stop_recording () in stop_recording() function
Dtarget.h1228 virtual void stop_recording ()
Dtarget.c4034 current_inferior ()->top_target ()->stop_recording (); in target_stop_recording()
DChangeLog-2018978 (record_btrace_target::stop_recording)
DChangeLog-202012309 (record_btrace_target::stop_recording): Likewise.
/netbsd/src/external/gpl3/gdb/dist/gdb/doc/
Dgdb.info-91294 * gdb.stop_recording: Recordings In Python.
Dpython.texi4271 @defun gdb.stop_recording ()