gcc/libjava/gnu/classpath/jdwp
Keith Seitz cc0c8dbc93 * gnu/classpath/jdwp/natVMVirtualMachine.cc
(jdwpClassPrepareCB): Move class status stuff to ...
        (getClassStatus): ... here.

From-SVN: r122164
2007-02-20 14:08:49 +00:00
..
event Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
exception StackFrameCommandSet.java (executeGetValues): Pass jlong instead of ByteBuffer. 2007-02-08 18:21:00 +00:00
id Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
processor Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
transport Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
util Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
Jdwp$1.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
Jdwp.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
JdwpConstants$ClassStatus.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
JdwpConstants$CommandSet$ArrayReference.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
JdwpConstants$CommandSet$ArrayType.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
JdwpConstants$CommandSet$ClassLoaderReference.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
JdwpConstants$CommandSet$ClassObjectReference.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
JdwpConstants$CommandSet$ClassType.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
JdwpConstants$CommandSet$Event.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
JdwpConstants$CommandSet$EventRequest.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
JdwpConstants$CommandSet$Field.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
JdwpConstants$CommandSet$InterfaceType.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
JdwpConstants$CommandSet$Method.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
JdwpConstants$CommandSet$ObjectReference.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
JdwpConstants$CommandSet$ReferenceType.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
JdwpConstants$CommandSet$StackFrame.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
JdwpConstants$CommandSet$StringReference.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
JdwpConstants$CommandSet$ThreadGroupReference.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
JdwpConstants$CommandSet$ThreadReference.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
JdwpConstants$CommandSet$VirtualMachine.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
JdwpConstants$CommandSet.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
JdwpConstants$Error.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
JdwpConstants$EventKind.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
JdwpConstants$InvokeOptions.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
JdwpConstants$ModKind.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
JdwpConstants$StepDepth.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
JdwpConstants$StepSize.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
JdwpConstants$SuspendPolicy.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
JdwpConstants$SuspendStatus.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
JdwpConstants$Tag.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
JdwpConstants$ThreadStatus.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
JdwpConstants$TypeTag.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
JdwpConstants$Version.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
JdwpConstants.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
VMFrame.h PlainSocketImpl.h: Regenerate. 2007-02-15 17:03:49 +00:00
VMFrame.java StackFrameCommandSet.java (executeGetValues): Pass jlong instead of ByteBuffer. 2007-02-08 18:21:00 +00:00
VMIdManager$IdFactory.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
VMIdManager$ReferenceKey.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
VMIdManager.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
VMIdManager.java VMFrame.java: Update to Classpath 0.91. 2006-08-04 20:34:02 +00:00
VMMethod.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
VMMethod.java VMFrame.java: Update to Classpath 0.91. 2006-08-04 20:34:02 +00:00
VMVirtualMachine.h PlainSocketImpl.h: Regenerate. 2007-02-15 17:03:49 +00:00
VMVirtualMachine.java * gnu/classpath/jdwp/VMVirtualMachine.java 2007-02-09 18:43:21 +00:00
natVMFrame.cc natVMFrame.cc: Mark unused parameters with MAYBE_UNUSED. 2007-01-19 17:46:57 +00:00
natVMMethod.cc jvmti-int.h (_Jv_GetJDWP_JVMTIEnv): Declare. 2007-01-25 21:05:18 +00:00
natVMVirtualMachine.cc * gnu/classpath/jdwp/natVMVirtualMachine.cc 2007-02-20 14:08:49 +00:00