major rework of jvmti. now we have three processes in jvmti mode. there are still...
authormotse <none@none>
Tue, 21 Mar 2006 00:04:59 +0000 (00:04 +0000)
committermotse <none@none>
Tue, 21 Mar 2006 00:04:59 +0000 (00:04 +0000)
commit512e8d95ab6004592f83d8fcfb46f959944caa42
tree6810fe289711bec968cb442b033861c7bac0e1a9
parentcee5f6d11ea4eec3dea702ba8b268fd90d3c66a8
major rework of jvmti. now we have three processes in jvmti mode. there are still many debug statements
18 files changed:
src/cacao/cacao.c
src/native/jni.h
src/native/jvmti/Makefile.am
src/native/jvmti/VMjdwp.c
src/native/jvmti/cacaodbg.c [new file with mode: 0644]
src/native/jvmti/cacaodbg.h [new file with mode: 0644]
src/native/jvmti/cacaodbgserver.c [new file with mode: 0644]
src/native/jvmti/cacaodbgserver.h [new file with mode: 0644]
src/native/jvmti/dbg.c [new file with mode: 0644]
src/native/jvmti/dbg.h
src/native/jvmti/jvmti.c
src/native/jvmti/jvmti.h
src/native/native.c
src/native/vm/Makefile.am
src/native/vm/VMVirtualMachine.c
src/threads/native/threads.c
src/threads/native/threads.h
src/vm/vm.c