src/vm/vm.c(usage): added information for jvmti agent for jdwp
authormotse <none@none>
Thu, 25 May 2006 21:59:49 +0000 (21:59 +0000)
committermotse <none@none>
Thu, 25 May 2006 21:59:49 +0000 (21:59 +0000)
commitf514dd691a68bfe0a24bd88b01dd7cb55a039781
treed1cce4f70dd992b65bf0035340f865ac0a4f5cd1
parentd2293ec2f378167cc95f0dd170350d1ad4dbce65
src/vm/vm.c(usage): added information for jvmti agent for jdwp
(vm_create): jdwp code move to jvmti agent for jdwp (VMjdwp.c)
src/cacao/cacao.c (main): jdwp code move to jvmti agent for jdwp. execute jvmti_set_phase only if needed
src/native/jvmti/cacaodbg.c (setup_jdwp_thread): jdwp code move to jvmti agent for jdwp
src/native/jvmti/VMjdwp.c: change this to a jvmti complaint agent by using jni/jvmti function instead of cacao specific functions and implement a Agent_OnLoad as main entry point. Include setup_jdwp_thread function.
src/native/jvmti/Makefile.am: add libjdwp.so
src/native/jvmti/cacaodbg.h: remove no more needed global jdwp related variables
src/native/jvmti/jvmti.c: (Resume/SuspendThread(List)): add temporary implementation for trying jdwp
(jvmti_agentload): bugfix in getting/passing libname/arguments
src/cacao/cacao.c
src/native/jvmti/Makefile.am
src/native/jvmti/VMjdwp.c
src/native/jvmti/VMjdwp.h
src/native/jvmti/cacaodbg.c
src/native/jvmti/cacaodbg.h
src/native/jvmti/cacaodbgserver.c
src/native/jvmti/jvmti.c
src/vm/vm.c