Home
last modified time | relevance | path

Searched defs:SINGLE_STEP (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/bios_emulator/include/x86emu/
Ddebug.h148 # define SINGLE_STEP() if (DEBUG_STEP()) x86emu_single_step() macro
150 # define SINGLE_STEP() macro
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DJDWPConstants.java274 public static final byte SINGLE_STEP = 1; field in JDWPConstants.EventKind