]> gcc.gnu.org Git - gcc.git/commit - libjava/include/java-interp.h
java-interp.h (_Jv_InterpMethod::run_debug): New method.
authorKyle Galloway <kgallowa@gcc.gnu.org>
Tue, 15 Aug 2006 20:40:10 +0000 (20:40 +0000)
committerKyle Galloway <kgallowa@gcc.gnu.org>
Tue, 15 Aug 2006 20:40:10 +0000 (20:40 +0000)
commit50ac25005f8b8c8bb91d74a6f1895bc5e11e8680
treed7ad1399148e8d614e2fe328c387031a515b8fb2
parent4adb785d4481822edd5350f38b3fd2d3bcbfddca
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
libjava/include/java-interp.h
libjava/interpret-run.cc [new file with mode: 0644]
libjava/interpret.cc
libjava/stacktrace.cc
This page took 0.057098 seconds and 5 git commands to generate.