Home
last modified time | relevance | path

Searched refs:to_stop_recording (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Drecord.c102 if (t->to_stop_recording != NULL) in record_stop()
103 t->to_stop_recording (); in record_stop()
H A Drecord-btrace.c659 ops->to_stop_recording = record_btrace_stop_recording; in init_record_btrace_ops()
H A Dtarget.h886 void (*to_stop_recording) (void); member
H A Dtarget.c4254 if (t->to_stop_recording != NULL) in target_stop_recording()
4256 t->to_stop_recording (); in target_stop_recording()