aboutsummaryrefslogtreecommitdiff
path: root/libjava/interpret-run.cc
AgeCommit message (Expand)AuthorFilesLines
2007-09-09interpret-run.cc (invokevirtual_resolved): Nullcheck object on TOS.Andrew Haley1-0/+1
2007-06-19Breakpoint.java: Make abstract.Keith Seitz1-9/+4
2007-05-04jvmti-int.h (_Jv_ReportJVMTIExceptionThrow): Declare.Keith Seitz1-22/+21
2007-05-01interpret-run.cc (NEXT_INSN): Advance PC before executing the instruction.Keith Seitz1-2/+3
2007-04-24headers.txt (gnu/gcj/jvmti/Breakpoint.h): Add _Jv_RewriteBreakpointInsn frien...Keith Seitz1-24/+35
2007-04-23java-interp.h (_Jv_InterpFrame): Add pointer to the interpreter PC.Kyle Galloway1-2/+7
2007-04-20interpret-run.cc [...]: Save the original insn for the breakpoint before post...Keith Seitz1-5/+6
2007-04-09interpret-run.cc: If debugging, check if args is NULL before getting the "thi...Kyle Galloway1-3/+7
2007-04-02interpret-run.cc: Add code to properly set up variable slots when debugging.Kyle Galloway1-12/+82
2007-02-16interpret.cc: Add extra DEBUG_LOCALS_INSN calls for multi-slot variables to m...Kyle Galloway1-0/+7
2007-02-16interpret.cc (_Jv_InterpMethod::check_handler): New method.Kyle Galloway1-36/+31
2007-02-08java-interp.h (_Jv_InterpFrame): obj_ptr field added to hold "this" pointer f...Kyle Galloway1-0/+9
2007-01-31jvmti-int.h (JVMTI): Declare member "enabled".Keith Seitz1-0/+35
2007-01-29interpret.cc (run_debug): Remove comment.Tom Tromey1-1/+1
2007-01-25interpret.cc: Include gnu/gcj/jvmti/Breakpoint.h...Keith Seitz1-2/+27
2006-10-14java-insns.h (enum java_code): Add op_breakpoint.Keith Seitz1-1/+6
2006-09-30java-interp.h (prepared): Change type to pc_t.Keith Seitz1-9/+9
2006-08-15java-interp.h (_Jv_InterpMethod::run_debug): New method.Kyle Galloway1-0/+2508