Searched refs:DEBUG_TRACE_F (Results 1 – 3 of 3) sorted by relevance
273 M.x86.debug |= DEBUG_TRACE_F; in x86emu_single_step()329 M.x86.debug &= ~DEBUG_TRACE_F; in x86emu_single_step()352 return M.x86.debug |= DEBUG_STEP_F | DEBUG_DECODE_F | DEBUG_TRACE_F; in X86EMU_trace_on()358 return M.x86.debug &= ~(DEBUG_STEP_F | DEBUG_DECODE_F | DEBUG_TRACE_F); in X86EMU_trace_off()
170 #define DEBUG_TRACE_F 0x000002 /* dump regs before/after execution */ macro
66 #define DEBUG_TRACE() (M.x86.debug & DEBUG_TRACE_F)