Searched defs:BREAKPOINT (Results 1 – 8 of 8) sorted by relevance
138 #define BREAKPOINT() __asm { int 3 } macro140 #define BREAKPOINT() while (TRUE); // Make it hang on Bios[Dbg]32 macro
59 #define BREAKPOINT() while(1); macro
82 #define BREAKPOINT() while (TRUE); macro
74 #define BREAKPOINT() while (TRUE); // Make it hang on Bios[Dbg]32 macro
171 #define BREAKPOINT() asm(" int $3"); macro
149 #define BREAKPOINT() __asm { int 3 } macro151 #define BREAKPOINT() while (TRUE); // Make it hang on Bios[Dbg]32 macro
125 #define BREAKPOINT() while (TRUE) macro