Searched refs:StackFrameCommandSet (Results 1 – 11 of 11) sorted by relevance
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/ |
D | SetValuesTest.java | 30 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands.StackFrameCommandSet; 67 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testSetValues002_InvalidObjectError() 68 StackFrameCommandSet.SetValuesCommand); in testSetValues002_InvalidObjectError() 87 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testSetValues003_ThreadNotSuspendedError() 88 StackFrameCommandSet.SetValuesCommand); in testSetValues003_ThreadNotSuspendedError() 112 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testSetValues004_InvalidFrameIDError() 113 StackFrameCommandSet.SetValuesCommand); in testSetValues004_InvalidFrameIDError() 155 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testSetValues005_InvalidSlotError() 156 StackFrameCommandSet.SetValuesCommand); in testSetValues005_InvalidSlotError() 200 JDWPCommands.StackFrameCommandSet.CommandSetID, in examineGetValues() [all …]
|
D | GetValuesTest.java | 29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands.StackFrameCommandSet; 65 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testGetValues002_InvalidObjectError() 66 StackFrameCommandSet.GetValuesCommand); in testGetValues002_InvalidObjectError() 85 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testGetValues003_ThreadNotSuspendedError() 86 StackFrameCommandSet.GetValuesCommand); in testGetValues003_ThreadNotSuspendedError() 110 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testGetValues004_InvalidFrameIDError() 111 StackFrameCommandSet.GetValuesCommand); in testGetValues004_InvalidFrameIDError() 151 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testGetValues005_InvalidSlotError() 152 StackFrameCommandSet.GetValuesCommand); in testGetValues005_InvalidSlotError() 195 JDWPCommands.StackFrameCommandSet.CommandSetID, in examineGetValues() [all …]
|
D | ProxyThisObjectTest.java | 42 JDWPCommands.StackFrameCommandSet.CommandSetID, in testThisObject() 43 JDWPCommands.StackFrameCommandSet.ThisObjectCommand); in testThisObject()
|
D | JDWPStackFrameAccessTest.java | 438 JDWPCommands.StackFrameCommandSet.CommandSetID, in getVariableValue() 439 JDWPCommands.StackFrameCommandSet.GetValuesCommand); in getVariableValue() 481 CommandPacket packet = new CommandPacket(JDWPCommands.StackFrameCommandSet.CommandSetID, in setVariableValue() 482 … JDWPCommands.StackFrameCommandSet.SetValuesCommand); in setVariableValue()
|
D | PopFramesTest.java | 125 JDWPCommands.StackFrameCommandSet.CommandSetID, in testPopFramesTest001() 126 JDWPCommands.StackFrameCommandSet.PopFramesCommand); in testPopFramesTest001()
|
D | JDWPStackFrameTestCase.java | 167 JDWPCommands.StackFrameCommandSet.CommandSetID, in jdwpPopFrames() 168 JDWPCommands.StackFrameCommandSet.PopFramesCommand); in jdwpPopFrames()
|
D | ThisObjectTest.java | 123 JDWPCommands.StackFrameCommandSet.CommandSetID, in testThisObjectTest001() 124 JDWPCommands.StackFrameCommandSet.ThisObjectCommand); in testThisObjectTest001()
|
D | PopFrames002Test.java | 398 JDWPCommands.StackFrameCommandSet.CommandSetID, in testPopFramesWithInvokeMethods() 399 JDWPCommands.StackFrameCommandSet.PopFramesCommand); in testPopFramesWithInvokeMethods()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
D | Breakpoint003Test.java | 98 JDWPCommands.StackFrameCommandSet.CommandSetID, in test() 99 JDWPCommands.StackFrameCommandSet.GetValuesCommand); in test()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | JDWPCommands.java | 319 public class StackFrameCommandSet { class in JDWPCommands
|
D | VmMirror.java | 1942 JDWPCommands.StackFrameCommandSet.CommandSetID, in getFrameValues() 1943 JDWPCommands.StackFrameCommandSet.GetValuesCommand); in getFrameValues() 2137 JDWPCommands.StackFrameCommandSet.CommandSetID, in getThisObject() 2138 JDWPCommands.StackFrameCommandSet.ThisObjectCommand); in getThisObject() 2405 JDWPCommands.StackFrameCommandSet.CommandSetID, in setLocalVars() 2406 JDWPCommands.StackFrameCommandSet.SetValuesCommand); in setLocalVars() 2528 JDWPCommands.StackFrameCommandSet.CommandSetID, in popFrame() 2529 JDWPCommands.StackFrameCommandSet.PopFramesCommand); in popFrame()
|