HomeSort by relevance Sort by last modified time
    Searched refs:jdwp (Results 176 - 200 of 333) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
InstanceOnlyModifierTest.java 19 package org.apache.harmony.jpda.tests.jdwp.EventModifiers;
22 import org.apache.harmony.jpda.tests.framework.jdwp.Event;
23 import org.apache.harmony.jpda.tests.framework.jdwp.EventBuilder;
24 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants;
25 import org.apache.harmony.jpda.tests.framework.jdwp.Location;
26 import org.apache.harmony.jpda.tests.framework.jdwp.ParsedEvent.EventThreadLocation;
27 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
28 import org.apache.harmony.jpda.tests.framework.jdwp.Value;
32 * JDWP Unit test for InstanceOnly event modifier.
37 String DEBUGGEE_SIGNATURE = "Lorg/apache/harmony/jpda/tests/jdwp/EventModifiers/InstanceOnlyModifierDebuggee;"
    [all...]
CountModifierTest.java 19 package org.apache.harmony.jpda.tests.jdwp.EventModifiers;
22 import org.apache.harmony.jpda.tests.framework.jdwp.Event;
23 import org.apache.harmony.jpda.tests.framework.jdwp.EventBuilder;
24 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants;
25 import org.apache.harmony.jpda.tests.framework.jdwp.Value;
29 * JDWP Unit test for Count event modifier.
33 String DEBUGGEE_SIGNATURE = "Lorg/apache/harmony/jpda/tests/jdwp/EventModifiers/CountModifierDebuggee;";
35 String TEST_CLASS_SIGNATURE = "Lorg/apache/harmony/jpda/tests/jdwp/EventModifiers/CountModifierDebuggee$TestClass;";
37 String TEST_CLASS_NAME = "org.apache.harmony.jpda.tests.jdwp.EventModifiers.CountModifierDebuggee$TestClass";
39 String EXCEPTION_SIGNATURE = "Lorg/apache/harmony/jpda/tests/jdwp/EventModifiers/CountModifierDebuggee$TestException;"
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
MethodExitWithReturnValueTest.java 19 package org.apache.harmony.jpda.tests.jdwp.Events;
22 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
23 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants;
24 import org.apache.harmony.jpda.tests.framework.jdwp.ParsedEvent;
25 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
26 import org.apache.harmony.jpda.tests.framework.jdwp.Value;
27 import org.apache.harmony.jpda.tests.framework.jdwp.ParsedEvent.Event_METHOD_EXIT;
28 import org.apache.harmony.jpda.tests.framework.jdwp.ParsedEvent.Event_METHOD_EXIT_WITH_RETURN_VALUE;
44 String methodExitClassNameRegexp = "org.apache.harmony.jpda.tests.jdwp.Events.MethodExitWithReturnValueDebuggee";
73 String expectedSignature = "Lorg/apache/harmony/jpda/tests/jdwp/Events/MethodExitWithReturnValueDebuggee;"
    [all...]
ClassPrepareTest.java 26 package org.apache.harmony.jpda.tests.jdwp.Events;
29 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
30 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants;
31 import org.apache.harmony.jpda.tests.framework.jdwp.ParsedEvent;
32 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
36 * JDWP Unit test for CLASS_PREPARE event.
54 String class2prepareRegexp = "org.apache.harmony.jpda.tests.jdwp.Events.Class2Prepare";
55 String class2prepareSignature = "Lorg/apache/harmony/jpda/tests/jdwp/Events/Class2Prepare;";
91 String expectedClassSignature = "Lorg/apache/harmony/jpda/tests/jdwp/Events/Class2Prepare;";
154 String expectedClassSignature = "Lorg/apache/harmony/jpda/tests/jdwp/Events/SourceDebugExtensionMockClass;"
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/
LineTableTest.java 26 package org.apache.harmony.jpda.tests.jdwp.Method;
30 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
36 * JDWP Unit test for Method.LineTable command.
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
InvokeMethod002Test.java 19 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
21 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
22 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
23 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants;
24 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
25 import org.apache.harmony.jpda.tests.framework.jdwp.TaggedObject;
26 import org.apache.harmony.jpda.tests.framework.jdwp.Value;
27 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
32 * JDWP unit test for ObjectReference.InvokeMethod command.
36 return "org.apache.harmony.jpda.tests.jdwp.ObjectReference.InvokeMethod002Debuggee"
    [all...]
InvokeMethod003Test.java 19 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
21 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
22 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
23 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants;
24 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
25 import org.apache.harmony.jpda.tests.framework.jdwp.TaggedObject;
26 import org.apache.harmony.jpda.tests.framework.jdwp.Value;
27 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
32 * JDWP unit test for ObjectReference.InvokeMethod command.
36 return "org.apache.harmony.jpda.tests.jdwp.ObjectReference.InvokeMethod003Debuggee"
    [all...]
IsCollectedTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
30 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants;
31 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
32 import org.apache.harmony.jpda.tests.framework.jdwp.Value;
33 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
34 import org.apache.harmony.jpda.tests.jdwp.share.JDWPTestConstants;
39 * JDWP Unit test for ObjectReference.IsCollected command.
45 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ObjectReference/IsCollectedDebuggee;"
    [all...]
GetValues002Test.java 26 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
30 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants;
31 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
32 import org.apache.harmony.jpda.tests.framework.jdwp.Value;
33 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
38 * JDWP Unit test for ObjectReference.GetValues command for static fields.
43 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ObjectReference/GetValues002Debuggee;";
46 return "org.apache.harmony.jpda.tests.jdwp.ObjectReference.GetValues002Debuggee"
    [all...]
GetValuesTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
30 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants;
31 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
32 import org.apache.harmony.jpda.tests.framework.jdwp.Value;
33 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
38 * JDWP Unit test for ObjectReference.GetValues command .
43 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ObjectReference/GetValuesDebuggee;";
46 return "org.apache.harmony.jpda.tests.jdwp.ObjectReference.GetValuesDebuggee"
    [all...]
MonitorInfoTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
30 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants;
31 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
32 import org.apache.harmony.jpda.tests.framework.jdwp.Value;
33 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
38 * JDWP Unit test for ObjectReference.MonitorInfo command.
43 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ObjectReference/MonitorInfoDebuggee;";
46 return "org.apache.harmony.jpda.tests.jdwp.ObjectReference.MonitorInfoDebuggee"
    [all...]
ReferenceTypeTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
30 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants;
31 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
32 import org.apache.harmony.jpda.tests.framework.jdwp.Value;
33 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
38 * JDWP Unit test for ObjectReference.ReferenceType command.
45 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ObjectReference/ReferenceTypeDebuggee;";
48 return "org.apache.harmony.jpda.tests.jdwp.ObjectReference.ReferenceTypeDebuggee"
    [all...]
ReferringObjectsTest.java 19 package org.apache.harmony.jpda.tests.jdwp.ObjectReference;
23 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
24 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
25 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants;
26 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
27 import org.apache.harmony.jpda.tests.framework.jdwp.Value;
28 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
41 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ObjectReference/ReferringObjectsDebuggee;";
43 static final String referreeObjSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ObjectReference/ReferringObjectsReferree001;";
45 static final String referrerObjSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ObjectReference/ReferringObjectsReferrer001;"
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
ForceEarlyReturnTest.java 19 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
22 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
23 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
24 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants;
25 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
26 import org.apache.harmony.jpda.tests.framework.jdwp.Value;
27 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants.Tag;
28 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
32 * JDWP Unit test for ThreadReference.ForceEarlyReturn command.
54 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ThreadReference/ForceEarlyReturnDebuggee;"
    [all...]
ThreadGroup002Test.java 26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
28 import org.apache.harmony.jpda.tests.framework.jdwp.exceptions.*;
29 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
30 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
31 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants;
32 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
33 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
37 * JDWP Unit test for ThreadReference.ThreadGroup command.
44 "Lorg/apache/harmony/jpda/tests/jdwp/ThreadReference/ThreadGroup002Debuggee;";
47 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.ThreadGroup002Debuggee"
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
SuperClassTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ClassType;
30 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
31 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
32 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants;
33 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
39 * JDWP unit test for ClassType.SuperClass command.
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
ClassObjectTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
30 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
31 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
36 * JDWP Unit test for ReferenceType.ClassObject command.
43 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ReferenceType/ClassObjectDebuggee;";
46 return "org.apache.harmony.jpda.tests.jdwp.ReferenceType.ClassObjectDebuggee";
68 = "Lorg/apache/harmony/jpda/tests/jdwp/ReferenceType/ClassObjectDebuggee_ExtraClass;";
FieldsTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
30 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
31 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
36 * JDWP Unit test for ReferenceType.Fields command.
43 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ReferenceType/FieldsDebuggee;";
46 return "org.apache.harmony.jpda.tests.jdwp.ReferenceType.FieldsDebuggee";
MethodsTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
30 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
31 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
36 * JDWP Unit test for ReferenceType.Methods command.
43 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ReferenceType/MethodsDebuggee;";
46 return "org.apache.harmony.jpda.tests.jdwp.ReferenceType.MethodsDebuggee";
ModifiersTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
30 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
31 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
36 * JDWP Unit test for ReferenceType.Modifiers command.
43 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/share/debuggee/HelloWorld;";
44 static final String debuggeeInterfaceSignature = "Lorg/apache/harmony/jpda/tests/jdwp/share/debuggee/HelloWorldInterface;";
45 static final String debuggeeInterfaceClassName = "org.apache.harmony.jpda.tests.jdwp.share.debuggee.HelloWorldInterface";
48 return "org.apache.harmony.jpda.tests.jdwp.share.debuggee.HelloWorld"
    [all...]
GetValues002Test.java 26 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
30 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants;
31 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
32 import org.apache.harmony.jpda.tests.framework.jdwp.Value;
33 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
38 * JDWP Unit test for ReferenceType.ClassLoader command for NON-static fields.
45 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ReferenceType/GetValues002Debuggee;";
48 return "org.apache.harmony.jpda.tests.jdwp.ReferenceType.GetValues002Debuggee"
    [all...]
InstancesTest.java 19 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
21 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
22 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
23 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants;
24 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
25 import org.apache.harmony.jpda.tests.framework.jdwp.Value;
26 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
41 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ReferenceType/InstancesDebuggee;";
43 static final String mockClassSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ReferenceType/MockClass;";
50 return "org.apache.harmony.jpda.tests.jdwp.ReferenceType.InstancesDebuggee"
    [all...]
Signature002Test.java 26 package org.apache.harmony.jpda.tests.jdwp.ReferenceType;
28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
30 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPConstants;
31 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
32 import org.apache.harmony.jpda.tests.framework.jdwp.Value;
33 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
38 * JDWP Unit test for ReferenceType..Signature command with incorrect ReferenceTypeIDs.
43 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ReferenceType/Signature002Debuggee;";
46 return "org.apache.harmony.jpda.tests.jdwp.ReferenceType.Signature002Debuggee"
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
TopLevelThreadGroupsTest.java 26 package org.apache.harmony.jpda.tests.jdwp.VirtualMachine;
28 import org.apache.harmony.jpda.tests.framework.jdwp.CommandPacket;
29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
30 import org.apache.harmony.jpda.tests.framework.jdwp.ReplyPacket;
31 import org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase;
36 * JDWP Unit test for VirtualMachine.TopLevelThreadGroups command.
41 return "org.apache.harmony.jpda.tests.jdwp.share.debuggee.HelloWorld";
  /art/runtime/jdwp/
jdwp_event.cc 17 #include "jdwp/jdwp_event.h"
27 #include "jdwp/jdwp_constants.h"
28 #include "jdwp/jdwp_expand_buf.h"
29 #include "jdwp/jdwp_priv.h"
30 #include "jdwp/object_registry.h"
44 Event posting can happen from any thread. The JDWP thread will not usually
45 post anything but VM start/death, but if a JDWP request causes a class
46 to be loaded, the ClassPrepare event will come from the JDWP thread.
69 JDWP thread:
90 holding the event token is very bad, because it prevents the JDWP threa
    [all...]

Completed in 509 milliseconds

1 2 3 4 5 6 78 91011>>