Searched refs:DEBUG_BREAK_ASM (Results 1 – 1 of 1) sorted by relevance
196 #define DEBUG_BREAK_ASM() asm("bkpt 0") macro198 #define DEBUG_BREAK_ASM() asm("brk 0") macro200 #define DEBUG_BREAK_ASM() asm("break 2") macro202 #define DEBUG_BREAK_ASM() asm("int3") macro230 #if defined(DEBUG_BREAK_ASM) in DebugBreak()231 DEBUG_BREAK_ASM(); in DebugBreak()242 #elif defined(DEBUG_BREAK_ASM)243 #define DEBUG_BREAK() DEBUG_BREAK_ASM()