Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Dtarget.h866 int (*to_supports_btrace) (void); member
H A Dtarget.c4181 if (t->to_supports_btrace != NULL) in target_supports_btrace()
4182 return t->to_supports_btrace (); in target_supports_btrace()
H A Dremote.c11441 remote_ops.to_supports_btrace = remote_supports_btrace; in init_remote_ops()