This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Current gcj on powerpc
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Mark Wielaard <mark at klomp dot org>
- Cc: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>, <java at gcc dot gnu dot org>
- Date: Thu, 1 Aug 2002 13:17:38 -0400 (EDT)
- Subject: Re: Current gcj on powerpc
On 1 Aug 2002, Mark Wielaard wrote:
> I am really not that good with gdb. I can set the breakpoint on
> exception.cc:110 but the gdb tells be there is no variable code (why, it
> is right there?) Any idea how I can get at it:
rebuild exception.o without -O2 perhaps, or just insert
fprintf (stderr, "code=%d\n", code);
(I know, gdb can be painful to use even when everything is working.)
Jeff