This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA] Breakpoint instruction
- From: Tom Tromey <tromey at redhat dot com>
- To: Keith Seitz <keiths at redhat dot com>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 12 Oct 2006 17:45:42 -0600
- Subject: Re: [RFA] Breakpoint instruction
- References: <452E9CBA.4020704@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:
Keith> This is the patch for which many have been waiting. It adds a
Keith> breakpoint instruction to the interpreter and an associated method to
Keith> install breakpoints at a given code index. Actual breakpoint handling
Keith> in the interpreter will come in a follow-on patch (or several of them,
Keith> actually).
Looks good, thanks. A couple really minor things.
Keith> (compile): Add op_breakpoint to "can't happen" cases.
Do we need one of these in verify.cc?
Keith> [INTERPRETER] Initialize breakpoint insn if necesasry.
Typo in the last word here.
Tom