Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dbreakpoint.c346 return (b->enable_state == bp_enabled && !b->pending); in breakpoint_enabled()
869 bpt->owner->enable_state = bp_shlib_disabled; in insert_bp_location()
1060 bpt->owner->enable_state = bp_disabled; in insert_bp_location()
1087 bpt->owner->enable_state = bp_disabled; in insert_bp_location()
1103 bpt->owner->enable_state = bp_disabled; in insert_bp_location()
1420 if (b->owner->enable_state == bp_permanent) in remove_breakpoint()
1702 || bpt->owner->enable_state == bp_permanent) in breakpoint_here_p()
1709 else if (bpt->owner->enable_state == bp_permanent) in breakpoint_here_p()
1765 || bpt->owner->enable_state == bp_permanent) in software_breakpoint_inserted_here_p()
1799 || bpt->owner->enable_state == bp_permanent) in breakpoint_thread_match()
[all …]
Dbreakpoint.h148 enum enable_state enum
293 enum enable_state enable_state; member