natVMVirtualMachine (getFrames): Implement.
2007-02-15 Kyle Galloway <kgallowa@redhat.com> * gnu/classpath/jdwp/natVMVirtualMachine (getFrames): Implement. From-SVN: r121997
This commit is contained in:
parent
02bba3c417
commit
fc01261a60
7 changed files with 304 additions and 4 deletions
19
libjava/testsuite/libjava.jvmti/interp/getlocalvartable.h
Normal file
19
libjava/testsuite/libjava.jvmti/interp/getlocalvartable.h
Normal file
|
@ -0,0 +1,19 @@
|
|||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
|
||||
#ifndef __getlocalvartable__
|
||||
#define __getlocalvartable__
|
||||
|
||||
#include <jni.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
|
||||
JNIEXPORT jint JNICALL Java_getlocalvartable_do_1getlocalvartable_1tests (JNIEnv *env, jclass);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* __getlocalvartable__ */
|
Loading…
Add table
Add a link
Reference in a new issue