c++filt causing flashing console windows
Ranjit Mathew
rmathew@hotmail.com
Mon Sep 8 10:59:00 GMT 2003
Ãyvind Harboe wrote:
> Is there a way I can turn off the invocation of "c++filt"
> from my compiled app?
See:
http://gcc.gnu.org/onlinedocs/gcj/libgcj-Runtime-Properties.html
and the *.NameFinder.* properties. In particular,
"gnu.gcj.runtime.NameFinder.demangle" and
"gnu.gcj.runtime.NameFinder.use_addr2line".
I seem to remember that libiberty has the demangler
functions and perhaps we can directly use that instead
of invoking c++filt. Ditto for using libbfd v/s
invoking addr2line, though that might not be that
useful/easy.
Ranjit.
--
Ranjit Mathew Email: rmathew AT hotmail DOT com
Bangalore, INDIA. Web: http://ranjitmathew.tripod.com/
More information about the Java
mailing list