diff options
author | Kyle Galloway <kgallowa@gcc.gnu.org> | 2006-08-15 20:40:10 +0000 |
---|---|---|
committer | Kyle Galloway <kgallowa@gcc.gnu.org> | 2006-08-15 20:40:10 +0000 |
commit | 50ac25005f8b8c8bb91d74a6f1895bc5e11e8680 (patch) | |
tree | d7ad1399148e8d614e2fe328c387031a515b8fb2 /gcc | |
parent | 4adb785d4481822edd5350f38b3fd2d3bcbfddca (diff) | |
download | gcc-50ac25005f8b8c8bb91d74a6f1895bc5e11e8680.zip gcc-50ac25005f8b8c8bb91d74a6f1895bc5e11e8680.tar.gz gcc-50ac25005f8b8c8bb91d74a6f1895bc5e11e8680.tar.bz2 |
java-interp.h (_Jv_InterpMethod::run_debug): New method.
2006-08-15 Kyle Galloway <kgallowa@redhat.com>
* include/java-interp.h (_Jv_InterpMethod::run_debug): New method.
* interpret.cc: Added placeholder for debug variable type info to STORE*
macros.
(_Jv_InterpMethod::run_debug): New method.
(_Jv_InterpMethod::run_sync_object_debug): New method.
(_Jv_InterpMethod::run_sync_class_debug): New method.
(_Jv_InterpMethod::run_normal_debug): New method.
(_Jv_InterpMethod::run_class_debug): New method.
(_Jv_InterpMethod::ncode ()): Changed to select either debug or normal
versions of these functions.
* interpret-run.cc: New file, holds contents of old
_Jv_InterpMethod::run method.
* stacktrace.cc (_Jv_StackTrace::UnwindTraceFn): Changed to select
appropriate function for debug or normal mode.
From-SVN: r116167
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions