summaryrefslogtreecommitdiff
path: root/libjava/include/jvmti-int.h
diff options
context:
space:
mode:
authorKeith Seitz <keiths@redhat.com>2007-01-25 21:05:18 +0000
committerKeith Seitz <kseitz@gcc.gnu.org>2007-01-25 21:05:18 +0000
commit161a649cb95838bb373e2bcdaab050d2215c9754 (patch)
tree1f03282fde89cfd286c4b75b454f98b454bb2d3f /libjava/include/jvmti-int.h
parent22fa69dace0a41ac78a0fd7a1db1f00e5fc8c3b1 (diff)
downloadgcc-161a649cb95838bb373e2bcdaab050d2215c9754.tar.gz
jvmti-int.h (_Jv_GetJDWP_JVMTIEnv): Declare.
* include/jvmti-int.h (_Jv_GetJDWP_JVMTIEnv): Declare. * gnu/classpath/jdwp/natVMVirtualMachine.cc (_Jv_GetJDWP_JVMTIEnv): New function. * gnu/classpath/jdwp/natVMMethod.cc (getName): Implement. (getSignature): Implement. (getModifiers): Implement. From-SVN: r121185
Diffstat (limited to 'libjava/include/jvmti-int.h')
-rw-r--r--libjava/include/jvmti-int.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libjava/include/jvmti-int.h b/libjava/include/jvmti-int.h
index f88b4ce0a3a..822163afa0d 100644
--- a/libjava/include/jvmti-int.h
+++ b/libjava/include/jvmti-int.h
@@ -1,5 +1,5 @@
/* jvmti-int.h -- Internal JVMTI definitions
- Copyright (C) 2006 Free Software Foundation, Inc.
+ Copyright (C) 2006, 2007 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -82,4 +82,7 @@ namespace JVMTI
For speed, this function should only be called after
JVMTI_REQUESTED_EVENT is checked. */
extern void _Jv_JVMTI_PostEvent (jvmtiEvent type, jthread event_thread, ...);
+// Returns the jvmtiEnv used by the JDWP backend
+extern jvmtiEnv *_Jv_GetJDWP_JVMTIEnv (void);
+
#endif /* __GCJ_JVMTI_INT_H__ */