Searched refs:DEBUG_BREAK_F (Results 1 - 3 of 3) sorted by relevance

/barrelfish-2018-10-04/include/
H A Dx86emu.h173 #define DEBUG_BREAK_F 0x000010 macro
/barrelfish-2018-10-04/include/x86emu/
H A Ddebug.h69 # define DEBUG_BREAK() (M.x86.debug & DEBUG_BREAK_F)
/barrelfish-2018-10-04/lib/x86emu/
H A Ddebug.c251 M.x86.debug &= ~DEBUG_BREAK_F;
304 M.x86.debug |= DEBUG_BREAK_F;

Completed in 48 milliseconds