Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gdb/gdb/
Dbreakpoint.c333 return (b->enable_state == bp_enabled && !b->pending); in breakpoint_enabled()
838 bpt->owner->enable_state = bp_shlib_disabled; in insert_bp_location()
1030 bpt->owner->enable_state = bp_disabled; in insert_bp_location()
1057 bpt->owner->enable_state = bp_disabled; in insert_bp_location()
1075 bpt->owner->enable_state = bp_disabled; in insert_bp_location()
1392 if (b->owner->enable_state == bp_permanent) in remove_breakpoint()
1683 || bpt->owner->enable_state == bp_permanent) in breakpoint_here_p()
1690 else if (bpt->owner->enable_state == bp_permanent) in breakpoint_here_p()
1746 || bpt->owner->enable_state == bp_permanent) in software_breakpoint_inserted_here_p()
1811 || bpt->owner->enable_state == bp_permanent) in breakpoint_thread_match()
[all …]
Dbreakpoint.h148 enum enable_state enum
293 enum enable_state enable_state; member
/freebsd-12-stable/contrib/gdb/gdb/tui/
Dtui-winsource.c424 if (bp->enable_state == bp_disabled) in tui_update_breakpoint_info()