[Bug java/29044] Libiberty demangler can not handle new Java mangling.

drow at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Sep 13 12:31:00 GMT 2006



------- Comment #7 from drow at gcc dot gnu dot org  2006-09-13 12:31 -------
Subject: Re:  Libiberty demangler can not handle new Java mangling.

> I don't understand why this bug has been reported.

The bug was reported because the combination of the mangling change and
the demangler postfix behavior messes up GDB.  You used to be able to
say "break 'jmain.main(java.lang.String[])'" but now that's not found;
you'd have to add the trailing void manually.  As per your message:
  http://gcc.gnu.org/ml/java-patches/2005-q3/msg00434.html

Several affected tests in the GDB testsuite broke.  Of course they're
somewhat provisional tests because there are earlier tests in the same
file which use much more user-friendly forms, that are still not
supported by GDB.  The Java debug support has not gotten much love
lately.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29044



More information about the Java-prs mailing list