[Issue 11870] replace dynamic symbol table (--export-dynamic) for backtraces

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Aug 1 12:14:35 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=11870

yazan.dabain at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yazan.dabain at gmail.com

--- Comment #2 from yazan.dabain at gmail.com ---
I've just pushed an implementation for resolving addresses to lines using
DWARFv2/3 debug info that uses no external dependencies.

The implementation is not suitable for druntime, but it can be used as a guide.

https://github.com/yazd/elf-d

--


More information about the Digitalmars-d-bugs mailing list