/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
D | BreakpointTest.java | 70 JDWPConstants.EventKind.BREAKPOINT, in testSetBreakpointEvent() 72 JDWPConstants.EventKind.getName(JDWPConstants.EventKind.BREAKPOINT), in testSetBreakpointEvent()
|
D | BreakpointMultipleTest.java | 125 JDWPConstants.EventKind.BREAKPOINT, in checkBreakpointEvent() 127 JDWPConstants.EventKind.getName(JDWPConstants.EventKind.BREAKPOINT), in checkBreakpointEvent()
|
D | EventWithExceptionTest.java | 106 ParsedEvent breakpointEvent = waitForEvent(JDWPConstants.EventKind.BREAKPOINT, in testBreakpoint_BeforeException() 114 clearEvent(JDWPConstants.EventKind.BREAKPOINT, breakpointRequestId, true); in testBreakpoint_BeforeException() 166 ParsedEvent breakpointEvent = waitForEvent(JDWPConstants.EventKind.BREAKPOINT, in testBreakpoint_UponException() 174 clearEvent(JDWPConstants.EventKind.BREAKPOINT, breakpointRequestId, true); in testBreakpoint_UponException()
|
D | CombinedEventsTest.java | 78 JDWPConstants.EventKind.BREAKPOINT, in testCombinedEvents_01() 204 JDWPConstants.EventKind.BREAKPOINT, in testCombinedEvents_02() 588 JDWPConstants.EventKind.BREAKPOINT, in testCombinedEvents_05() 760 JDWPConstants.EventKind.BREAKPOINT, in testCombinedEvents_06() 1022 case JDWPConstants.EventKind.BREAKPOINT: in receiveAndCheckEvents()
|
D | BreakpointOnCatchTest.java | 83 debuggeeWrapper.vmMirror.receiveCertainEvent(JDWPConstants.EventKind.BREAKPOINT); in testBreakpointOnCatch()
|
D | CombinedEvents003Test.java | 68 JDWPConstants.EventKind.BREAKPOINT, in testCombinedEvents003_01() 296 case JDWPConstants.EventKind.BREAKPOINT: in receiveAndCheckEvents()
|
D | CombinedEventsTestCase.java | 211 case JDWPConstants.EventKind.BREAKPOINT: in checkEventLocation()
|
/external/syslinux/efi32/include/efi/ia32/ |
D | efibind.h | 130 #define BREAKPOINT() __asm { int 3 } macro 132 #define BREAKPOINT() while (TRUE); // Make it hang on Bios[Dbg]32 macro
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia32/ |
D | efibind.h | 130 #define BREAKPOINT() __asm { int 3 } macro 132 #define BREAKPOINT() while (TRUE); // Make it hang on Bios[Dbg]32 macro
|
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/ |
D | debug.c | 40 BREAKPOINT(); in DbgAssert()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | JDWPConstants.java | 276 public static final byte BREAKPOINT = 2; field in JDWPConstants.EventKind 338 case BREAKPOINT: in getName()
|
D | ParsedEvent.java | 208 super(suspendPolicy, packet, JDWPConstants.EventKind.BREAKPOINT); in Event_BREAKPOINT() 664 case JDWPConstants.EventKind.BREAKPOINT: { in parseEventPacket()
|
D | VmMirror.java | 121 Event event = Event.builder(JDWPConstants.EventKind.BREAKPOINT, suspendPolicy) in setBreakpoint() 145 Event event = Event.builder(JDWPConstants.EventKind.BREAKPOINT, suspendPolicy) in setCountableBreakpoint() 236 if (eventParsed[0].getEventKind() == JDWPConstants.EventKind.BREAKPOINT) { in waitForBreakpoint() 278 commandPacket.setNextValueAsByte(JDWPConstants.EventKind.BREAKPOINT); in clearBreakpoint()
|
/external/syslinux/efi64/include/efi/x86_64/ |
D | efibind.h | 139 #define BREAKPOINT() __asm { int 3 } macro 141 #define BREAKPOINT() while (TRUE); // Make it hang on Bios[Dbg]32 macro
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/x86_64/ |
D | efibind.h | 139 #define BREAKPOINT() __asm { int 3 } macro 141 #define BREAKPOINT() while (TRUE); // Make it hang on Bios[Dbg]32 macro
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia64/ |
D | efibind.h | 119 #define BREAKPOINT() while (TRUE) macro
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/ |
D | JDWPEventModifierTestCase.java | 62 byte eventKind = JDWPConstants.EventKind.BREAKPOINT; in createBreakpointEventBuilder()
|