From ca42112c32f3a96e8ef382fdfac01aae8f9a102e Mon Sep 17 00:00:00 2001 From: kgallowa Date: Mon, 23 Apr 2007 17:30:29 +0000 Subject: 2007-04-23 Kyle Galloway * include/java-interp.h (_Jv_InterpFrame): Add pointer to the interpreter PC. (): Add a pointer to the interpreter PC as a parameter with default value NULL. (get_pc): New method. * interpret-run.cc: If debugging, pass a pointer to the PC when creating the stack frame. * jvmti.cc (_Jv_JVMTI_GetStackTrace): Call _Jv_InterpFrame::get_pc to get the PC. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124076 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'libjava/ChangeLog') diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 5d51892301e..b93bb3cd0a4 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,15 @@ +2007-04-23 Kyle Galloway + + * include/java-interp.h (_Jv_InterpFrame): Add pointer to the + interpreter PC. + (): Add a pointer to the interpreter PC as a parameter with + default value NULL. + (get_pc): New method. + * interpret-run.cc: If debugging, pass a pointer to the PC when + creating the stack frame. + * jvmti.cc (_Jv_JVMTI_GetStackTrace): Call _Jv_InterpFrame::get_pc + to get the PC. + 2007-04-23 Kyle Galloway * gnu/classpath/jdwp/natVMVirtualMachine.cc (getSourceFile): Check -- cgit v1.2.3