Backtraces on Linux 64-bit

Martin Nowak code at dawg.eu
Thu Oct 31 12:00:41 PDT 2013


On 10/30/2013 09:37 PM, Dicebot wrote:
>
> It had line numbers and file names some time ago. I have missed the
> moment when it  became broken :(

There are line numbers on windows. The unix stuff relies on the dynamic 
symbol tables to find symbol names (that's why it needs 
--export-dynamic). To get line number information you need to process 
debug information.


More information about the Digitalmars-d mailing list