* Daniel Jacobowitz:
> On Sun, Jul 26, 2009 at 12:42:46AM +0200, Florian Weimer wrote:
>> I've built a small proof-of-concept library which creates Java-style
>> tracebacks for C and C++ programs. In contrast to libc's backtrace()
>> function, it uses DWARF debugging information when available, s
[...] (cool stuff)
> >
> > I'm now wondering whether something like this already exists (I
> > couldn't find anything, though). I'm also not sure where to put this.
>
> gnatbind could be instructed (-E) to store non-symbolic traceback in
> exception
> occurrences, which would be printed out as
On Sun, Jul 26, 2009 at 12:42:46AM +0200, Florian Weimer wrote:
> I've built a small proof-of-concept library which creates Java-style
> tracebacks for C and C++ programs. In contrast to libc's backtrace()
> function, it uses DWARF debugging information when available, so the
> output is generally
Hi,
> I've built a small proof-of-concept library which creates Java-style
> tracebacks for C and C++ programs. In contrast to libc's backtrace()
> function, it uses DWARF debugging information when available, so the
> output is generally quite useful. Debugging information is extracted
> from t
I've built a small proof-of-concept library which creates Java-style
tracebacks for C and C++ programs. In contrast to libc's backtrace()
function, it uses DWARF debugging information when available, so the
output is generally quite useful. Debugging information is extracted
from the main executa
5 matches
Mail list logo