Home
last modified time | relevance | path

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

/dports/devel/gdb761/gdb-7.6.1/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()
/dports/devel/gdb/gdb-11.1/gdb/
H A DChangeLog-201411970 * target.h (struct target_ops) <to_stop_recording>: Use
13003 * target.h (struct target_ops) <to_stop_recording>: Add argument.