This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: GNAT package GNAT.Traceback.Symbolic


>>>>> "Florian" == Florian Weimer <fw@deneb.enyo.de> writes:

Florian> Java implementations needs to solve pretty much the same
Florian> problem.  How is it done in GCJ?

When printing a stack trace we exec addr2line if it is available.
This is optional though, there is a system property you can set to
disable it.  See libjava/gnu/gcj/runtime/NameFinder.java.

Tom


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