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

/barrelfish-2018-10-04/lib/x86emu/
H A Ddebug.c250 M.x86.debug |= DEBUG_TRACE_F;
303 M.x86.debug &= ~DEBUG_TRACE_F;
325 return M.x86.debug |= DEBUG_STEP_F | DEBUG_DECODE_F | DEBUG_TRACE_F;
330 return M.x86.debug &= ~(DEBUG_STEP_F | DEBUG_DECODE_F | DEBUG_TRACE_F);
/barrelfish-2018-10-04/include/
H A Dx86emu.h170 #define DEBUG_TRACE_F 0x000002 /* dump regs before/after execution */ macro
/barrelfish-2018-10-04/include/x86emu/
H A Ddebug.h66 # define DEBUG_TRACE() (M.x86.debug & DEBUG_TRACE_F)

Completed in 43 milliseconds