Home
last modified time | relevance | path

Searched refs:to_insn_history (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
HDrecord-btrace.c661 ops->to_insn_history = record_btrace_insn_history; in init_record_btrace_ops()
HDtarget.h913 void (*to_insn_history) (int size, int flags); member
HDtarget.c4401 if (t->to_insn_history != NULL) in target_insn_history()
4403 t->to_insn_history (size, flags); in target_insn_history()