Searched refs:DEBUG_BREAK_F (Results 1 – 7 of 7) sorted by relevance
265 M.x86.debug &= ~DEBUG_BREAK_F; in x86emu_single_step()321 M.x86.debug |= DEBUG_BREAK_F; in x86emu_single_step()
173 #define DEBUG_BREAK_F 0x000010 macro
245 M.x86.debug &= ~DEBUG_BREAK_F; in x86emu_single_step()300 M.x86.debug |= DEBUG_BREAK_F; in x86emu_single_step()
178 #define DEBUG_BREAK_F 0x0010 macro
69 #define DEBUG_BREAK() (M.x86.debug & DEBUG_BREAK_F)
69 # define DEBUG_BREAK() (M.x86.debug & DEBUG_BREAK_F)
365 - M.x86.debug &= ~DEBUG_BREAK_F;379 + M.x86.debug &= ~DEBUG_BREAK_F;462 - M.x86.debug |= DEBUG_BREAK_F;471 + M.x86.debug |= DEBUG_BREAK_F;19847 #define DEBUG_BREAK_F 0x00001019923 -# define DEBUG_BREAK() (M.x86.debug & DEBUG_BREAK_F)19941 +#define DEBUG_BREAK() (M.x86.debug & DEBUG_BREAK_F)