Searched refs:TRAP_BRKPT (Results 1 – 2 of 2) sorted by relevance
161 TRAP_BRKPT = 1, /* Process breakpoint. */ enumerator162 # define TRAP_BRKPT TRAP_BRKPT macro
170 detail->code = posix ? TRAP_BRKPT : DBG_SINGLE_TRAP; in exception2signal()174 detail->code = posix ? TRAP_BRKPT : DBG_BRKPNT_FAULT; in exception2signal()
Completed in 4 milliseconds