This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gdb and gcj: understandings
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- To: Nic Ferrier <nferrier at tapsellferrier dot co dot uk>
- Cc: java at gcc dot gnu dot org
- Date: Sat, 2 Nov 2002 14:04:38 +1300
- Subject: Re: gdb and gcj: understandings
On Saturday, October 26, 2002, at 02:52 PM, Nic Ferrier wrote:
When I do:
gdb) p *classes->name
or
gdb) p *classes->name
I get the following message and nothing else:
can't find class named java::lang::Class as given by C++ RTTI
Is this because the Class has not been setup yet because GCJ has not
inited? (which would be unfixable) or is it something else that I
could fix (and thus interogate the values properly).
I had a work around for this when I was last debugging class stuff.
"set lang C"? I think maybe I also hacked gdb to not print the error.
regards
Bryce.