Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Dtarget.h680 int (*to_supports_evaluation_of_breakpoint_conditions) (void); member
1089 (*current_target.to_supports_evaluation_of_breakpoint_conditions) ()
H A Dtarget.c721 INHERIT (to_supports_evaluation_of_breakpoint_conditions, t); in update_current_target()
952 de_fault (to_supports_evaluation_of_breakpoint_conditions, in update_current_target()
H A Dremote.c11403 remote_ops.to_supports_evaluation_of_breakpoint_conditions = remote_supports_cond_breakpoints; in init_remote_ops()