gcc/libjava/gnu/classpath/jdwp
Keith Seitz 68254f23e8 jvmti_md.h (_CLASSPATH_VM_JVMTI_TYPES_DEFINED): Define.
* include/jvmti_md.h (_CLASSPATH_VM_JVMTI_TYPES_DEFINED):
        Define.
        [__GCJ_JNI_IMPL__]: Define our own JVMTI types when building
        gcj. All jvmti object types now are defined to be their
        corresponding java classes.
        * jvmti.cc (_Jv_JVMTI_SuspendThread): Remove casting from
        jthread to Thread*.
        (_Jv_JVMTI_ResumeThread): Likewise.
        (_Jv_JVMTI_InterruptThread): Likewise.
        (_Jv_JVMTI_SetEventNotificationMode): Likewise.
        * gnu/classpath/jdwp/natVMVirtualMachine.cc
        (jdwpClassPrepareCB): Likewise.
        (jdwpThreadEndCB): Likewise.
        (jdwpThreadStartCB): Likewise.
        (jdwpVMInitCB): Likewise.

From-SVN: r121296
2007-01-29 17:43:34 +00:00
..
event Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
exception Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +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.h 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
JdwpConstants.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.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$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
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 jvmti_md.h (_CLASSPATH_VM_JVMTI_TYPES_DEFINED): Define. 2007-01-29 17:43:34 +00:00
VMFrame.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
VMFrame.java
VMIdManager.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
VMIdManager.java
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
VMMethod.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
VMMethod.java
VMVirtualMachine.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
VMVirtualMachine.java