gcc/libjava/testsuite/libjava.jvmti
Kyle Galloway 532e9fe7d3 jvmti.cc (_Jv_JVMTI_GetArgumentsSize): New function.
2007-02-21  Kyle Galloway  <kgallowa@redhat.com>

	* jvmti.cc (_Jv_JVMTI_GetArgumentsSize): New function.
	* testsuite/libjava.jvmti/interp/getargssize.java: New test.
	* testsuite/libjava.jvmti/interp/getargssize.h: Ditto.
	* testsuite/libjava.jvmti/interp/getargssize.jar: Ditto.
	* testsuite/libjava.jvmti/interp/getargssize.out: Ditto.
	* testsuite/libjava.jvmti/interp/natgetargssize.cc: Ditto.

From-SVN: r122201
2007-02-21 18:09:24 +00:00
..
interp jvmti.cc (_Jv_JVMTI_GetArgumentsSize): New function. 2007-02-21 18:09:24 +00:00
events.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
events.jar natevents.cc (FieldModificationCB): Use %#llx instead of %d for new_value. 2007-01-16 19:58:18 +00:00
events.java jvmti.cc (_Jv_JVMTI_DisposeEnvironment): Check for enabled events. 2006-09-22 02:12:12 +00:00
events.out natevents.cc (FieldModificationCB): Use %#llx instead of %d for new_value. 2007-01-16 19:58:18 +00:00
getallthreads.h jvmti.cc (_Jv_JVMTI_GetAllThreads): New function. 2007-01-16 15:06:28 +00:00
getallthreads.jar jvmti.cc (_Jv_JVMTI_GetAllThreads): New function. 2007-01-16 15:06:28 +00:00
getallthreads.java jvmti.cc (_Jv_JVMTI_GetAllThreads): New function. 2007-01-16 15:06:28 +00:00
getallthreads.out jvmti.cc (_Jv_JVMTI_GetAllThreads): New function. 2007-01-16 15:06:28 +00:00
geterrorname.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
geterrorname.jar Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
geterrorname.java
geterrorname.out
getmethodname.h getmethodname.h: New file. 2007-01-31 20:51:54 +00:00
getmethodname.jar getmethodname.h: New file. 2007-01-31 20:51:54 +00:00
getmethodname.java jvmti.cc (_Jv_JVMTI_GetMethodName): New function. 2007-01-25 18:04:01 +00:00
getmethodname.out jvmti.cc (_Jv_JVMTI_GetMethodName): New function. 2007-01-25 18:04:01 +00:00
jvmti-interp.exp jvmti-interp.exp (gij_jvmti_test_one): Add -shared-libgcc to the cxxflaglist for Darwin. 2007-01-31 22:28:28 +01:00
jvmti.exp Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
natevents.cc natevents.cc (FieldModificationCB): Use a cast to print it right. 2007-01-30 23:31:28 +01:00
natgetallthreads.cc jvmti.cc (_Jv_JVMTI_GetAllThreads): New function. 2007-01-16 15:06:28 +00:00
natgeterrorname.cc
natgetmethodname.cc jvmti.cc (_Jv_JVMTI_GetMethodName): New function. 2007-01-25 18:04:01 +00:00