Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DJDWPCommands.java254 public static final byte InterruptCommand = 11; field in JDWPCommands.ThreadReferenceCommandSet
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp2762 bool CommandInterpreter::InterruptCommand() { in InterruptCommand() function in CommandInterpreter