This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]