Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Drecord.c274 if (t->to_info_record != NULL) in info_record_command()
275 t->to_info_record (); in info_record_command()
H A Drecord-btrace.c660 ops->to_info_record = record_btrace_info; in init_record_btrace_ops()
H A Drecord-full.c2090 record_full_ops.to_info_record = record_full_info; in init_record_full_ops()
2330 record_full_core_ops.to_info_record = record_full_info; in init_record_full_core_ops()
H A Dtarget.h889 void (*to_info_record) (void); member
H A Dtarget.c4271 if (t->to_info_record != NULL) in target_info_record()
4273 t->to_info_record (); in target_info_record()