Searched defs:BREAKPOINT (Results 1 – 6 of 6) sorted by relevance
130 #define BREAKPOINT() __asm { int 3 } macro132 #define BREAKPOINT() while (TRUE); // Make it hang on Bios[Dbg]32 macro
139 #define BREAKPOINT() __asm { int 3 } macro141 #define BREAKPOINT() while (TRUE); // Make it hang on Bios[Dbg]32 macro
119 #define BREAKPOINT() while (TRUE) macro
276 public static final byte BREAKPOINT = 2; field in JDWPConstants.EventKind