Home
last modified time | relevance | path

Searched refs:works_in_software_mode (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dbreakpoint.h549 int (*works_in_software_mode) (const struct breakpoint *); member
H A Dbreakpoint.c1924 int sw_mode = b->base.ops->works_in_software_mode (&b->base); in update_watchpoint()
1945 else if (!b->base.ops->works_in_software_mode (&b->base)) in update_watchpoint()
16007 ops->works_in_software_mode = works_in_software_mode_watchpoint; in initialize_breakpoint_ops()
16019 ops->works_in_software_mode = works_in_software_mode_masked_watchpoint; in initialize_breakpoint_ops()