summaryrefslogtreecommitdiff
path: root/libjava/interpret-run.cc
Commit message (Expand)AuthorAgeFilesLines
* re PR libgcj/8995 (race cases in interpreter)Andrew Haley2008-09-231-27/+40
* re PR libgcj/8995 (race cases in interpreter)Andrew Haley2008-08-221-6/+18
* ffi.h.in (FFI_SIZEOF_JAVA_RAW): Define if not already defined.David Daney2007-12-061-1/+1
* interpret-run.cc (invokevirtual_resolved): Nullcheck object on TOS.Andrew Haley2007-09-091-0/+1
* Breakpoint.java: Make abstract.Keith Seitz2007-06-191-9/+4
* jvmti-int.h (_Jv_ReportJVMTIExceptionThrow): Declare.Keith Seitz2007-05-041-22/+21
* interpret-run.cc (NEXT_INSN): Advance PC before executing the instruction.Keith Seitz2007-05-011-2/+3
* headers.txt (gnu/gcj/jvmti/Breakpoint.h): Add _Jv_RewriteBreakpointInsn frien...Keith Seitz2007-04-241-24/+35
* java-interp.h (_Jv_InterpFrame): Add pointer to the interpreter PC.Kyle Galloway2007-04-231-2/+7
* interpret-run.cc [...]: Save the original insn for the breakpoint before post...Keith Seitz2007-04-201-5/+6
* interpret-run.cc: If debugging, check if args is NULL before getting the "thi...Kyle Galloway2007-04-091-3/+7
* interpret-run.cc: Add code to properly set up variable slots when debugging.Kyle Galloway2007-04-021-12/+82
* interpret.cc: Add extra DEBUG_LOCALS_INSN calls for multi-slot variables to m...Kyle Galloway2007-02-161-0/+7
* interpret.cc (_Jv_InterpMethod::check_handler): New method.Kyle Galloway2007-02-161-36/+31
* java-interp.h (_Jv_InterpFrame): obj_ptr field added to hold "this" pointer f...Kyle Galloway2007-02-081-0/+9
* jvmti-int.h (JVMTI): Declare member "enabled".Keith Seitz2007-01-311-0/+35
* interpret.cc (run_debug): Remove comment.Tom Tromey2007-01-291-1/+1
* interpret.cc: Include gnu/gcj/jvmti/Breakpoint.h...Keith Seitz2007-01-251-2/+27
* java-insns.h (enum java_code): Add op_breakpoint.Keith Seitz2006-10-141-1/+6
* java-interp.h (prepared): Change type to pc_t.Keith Seitz2006-09-301-9/+9
* java-interp.h (_Jv_InterpMethod::run_debug): New method.Kyle Galloway2006-08-151-0/+2508