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

/broadcom-cfe-1.4.2/cfe/x86emu/
H A Ddebug.c268 M.x86.debug |= DEBUG_TRACE_F;
328 M.x86.debug &= ~DEBUG_TRACE_F;
334 M.x86.debug &= ~DEBUG_TRACE_F;
354 return M.x86.debug |= DEBUG_STEP_F | DEBUG_DECODE_F | DEBUG_TRACE_F;
359 return M.x86.debug &= ~(DEBUG_STEP_F | DEBUG_DECODE_F | DEBUG_TRACE_F);
H A Dx86emu.h171 #define DEBUG_TRACE_F 0x000002 /* dump regs before/after execution */ macro
H A Ddecode.c123 M.x86.debug |= DEBUG_STEP_F | DEBUG_DECODE_F | DEBUG_TRACE_F;
/broadcom-cfe-1.4.2/cfe/x86emu/x86emu/
H A Ddebug.h67 # define DEBUG_TRACE() (M.x86.debug & DEBUG_TRACE_F)

Completed in 32 milliseconds