aboutsummaryrefslogtreecommitdiff
path: root/libjava/interpret-run.cc
AgeCommit message (Expand)AuthorFilesLines
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