Home
last modified time | relevance | path

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

/haiku/headers/libs/x86emu/x86emu/
H A Ddebug.h69 #define DEBUG_BREAK() (M.x86.debug & DEBUG_BREAK_F) macro
88 #define DEBUG_BREAK() 0 macro
120 if (DEBUG_DECODE() | DEBUG_TRACECALL() | DEBUG_BREAK() \
/haiku/src/libs/x86emu/
H A Ddebug.c267 if (DEBUG_BREAK()) { in x86emu_single_step()