Age | Commit message (Expand) | Author | Files | Lines |
2009-04-28 | interpret.cc (DEBUG): Rename this ... | Dave Korn | 1 | -8/+8 |
2008-09-23 | re PR libgcj/8995 (race cases in interpreter) | Andrew Haley | 1 | -27/+40 |
2008-08-22 | re PR libgcj/8995 (race cases in interpreter) | Andrew Haley | 1 | -6/+18 |
2007-12-06 | ffi.h.in (FFI_SIZEOF_JAVA_RAW): Define if not already defined. | David Daney | 1 | -1/+1 |
2007-09-09 | interpret-run.cc (invokevirtual_resolved): Nullcheck object on TOS. | Andrew Haley | 1 | -0/+1 |
2007-06-19 | Breakpoint.java: Make abstract. | Keith Seitz | 1 | -9/+4 |
2007-05-04 | jvmti-int.h (_Jv_ReportJVMTIExceptionThrow): Declare. | Keith Seitz | 1 | -22/+21 |
2007-05-01 | interpret-run.cc (NEXT_INSN): Advance PC before executing the instruction. | Keith Seitz | 1 | -2/+3 |
2007-04-24 | headers.txt (gnu/gcj/jvmti/Breakpoint.h): Add _Jv_RewriteBreakpointInsn frien... | Keith Seitz | 1 | -24/+35 |
2007-04-23 | java-interp.h (_Jv_InterpFrame): Add pointer to the interpreter PC. | Kyle Galloway | 1 | -2/+7 |
2007-04-20 | interpret-run.cc [...]: Save the original insn for the breakpoint before post... | Keith Seitz | 1 | -5/+6 |
2007-04-09 | interpret-run.cc: If debugging, check if args is NULL before getting the "thi... | Kyle Galloway | 1 | -3/+7 |
2007-04-02 | interpret-run.cc: Add code to properly set up variable slots when debugging. | Kyle Galloway | 1 | -12/+82 |
2007-02-16 | interpret.cc: Add extra DEBUG_LOCALS_INSN calls for multi-slot variables to m... | Kyle Galloway | 1 | -0/+7 |
2007-02-16 | interpret.cc (_Jv_InterpMethod::check_handler): New method. | Kyle Galloway | 1 | -36/+31 |
2007-02-08 | java-interp.h (_Jv_InterpFrame): obj_ptr field added to hold "this" pointer f... | Kyle Galloway | 1 | -0/+9 |
2007-01-31 | jvmti-int.h (JVMTI): Declare member "enabled". | Keith Seitz | 1 | -0/+35 |
2007-01-29 | interpret.cc (run_debug): Remove comment. | Tom Tromey | 1 | -1/+1 |
2007-01-25 | interpret.cc: Include gnu/gcj/jvmti/Breakpoint.h... | Keith Seitz | 1 | -2/+27 |
2006-10-14 | java-insns.h (enum java_code): Add op_breakpoint. | Keith Seitz | 1 | -1/+6 |
2006-09-30 | java-interp.h (prepared): Change type to pc_t. | Keith Seitz | 1 | -9/+9 |
2006-08-15 | java-interp.h (_Jv_InterpMethod::run_debug): New method. | Kyle Galloway | 1 | -0/+2508 |