This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Compiling .class files & stabs
- To: java at gcc dot gnu dot org
- Subject: Compiling .class files & stabs
- From: Paul Flinders <paul at dawa dot demon dot co dot uk>
- Date: Wed, 07 Feb 2001 12:10:11 +0000
I notice that stabs are not generated for local variables or arguments
when compiling from .class files (i.e no PSYM, LBRAC or RBRAC
stabs are generated), even if -g2 or -g3 is specified
Is this fixable? If so how much work would it be?