Searched refs:DEBUG_BREAK_ASM (Results 1 – 2 of 2) sorted by relevance
283 #define DEBUG_BREAK_ASM() asm("bkpt 0") macro285 #define DEBUG_BREAK_ASM() asm("brk 0") macro287 #define DEBUG_BREAK_ASM() asm("break 2") macro289 #define DEBUG_BREAK_ASM() asm("int3") macro317 #if defined(DEBUG_BREAK_ASM) in DebugBreak()318 DEBUG_BREAK_ASM(); in DebugBreak()328 #elif defined(DEBUG_BREAK_ASM)329 #define DEBUG_BREAK() DEBUG_BREAK_ASM()
279 #define DEBUG_BREAK_ASM() asm("bkpt 0") macro281 #define DEBUG_BREAK_ASM() asm("brk 0") macro283 #define DEBUG_BREAK_ASM() asm("break 2") macro285 #define DEBUG_BREAK_ASM() asm("int3") macro313 #if defined(DEBUG_BREAK_ASM) in DebugBreak()314 DEBUG_BREAK_ASM(); in DebugBreak()324 #elif defined(DEBUG_BREAK_ASM)325 #define DEBUG_BREAK() DEBUG_BREAK_ASM()