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: c++filt causing flashing console windows


Ø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/



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