HomeSort by relevance Sort by last modified time
    Searched refs:SourceFileCommand (Results 1 - 2 of 2) sorted by null

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
JDWPCommands.java 103 public static final byte SourceFileCommand = 7;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
SourceFileTest.java 68 CommandPacket sourceFileCommand = new CommandPacket(
70 JDWPCommands.ReferenceTypeCommandSet.SourceFileCommand);
71 sourceFileCommand.setNextValueAsReferenceTypeID(refTypeID);
73 ReplyPacket sourceFileReply = debuggeeWrapper.vmMirror.performCommand(sourceFileCommand);
74 sourceFileCommand = null;

Completed in 1031 milliseconds