[Issue 20510] Make backtrace code read the dSYM data

2024-03-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20510 Sönke Ludwig changed: What|Removed |Added CC||slud...@outerproduct.org --- Comment #5 from

[Issue 20510] Make backtrace code read the dSYM data

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20510 johanenge...@weka.io changed: What|Removed |Added CC||johanenge...@weka.io --- Comment #4

[Issue 20510] Make backtrace code read the dSYM data

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20510 Iain Buclaw changed: What|Removed |Added Priority|P1 |P4 --

[Issue 20510] Make backtrace code read the dSYM data

2021-12-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20510 Johan Engelen changed: What|Removed |Added CC||jbc.enge...@gmail.com --- Comment #3 from

[Issue 20510] Make backtrace code read the dSYM data

2021-09-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20510 --- Comment #2 from Mathias LANG --- I have a WIP locally so anyone interested, feel free to contact me. As a reference, this is how LLVM looks up UUID: https://lldb.llvm.org/use/symbols.html --

[Issue 20510] Make backtrace code read the dSYM data

2021-04-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20510 Issue 20510 depends on issue 20460, which changed state. Issue 20460 Summary: [OSX] DMD writes the same address everywhere in DWARF debug infos https://issues.dlang.org/show_bug.cgi?id=20460 What|Removed |Added

[Issue 20510] Make backtrace code read the dSYM data

2021-01-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20510 Walter Bright changed: What|Removed |Added Keywords||symdeb CC|

[Issue 20510] Make backtrace code read the dSYM data

2021-01-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20510 Mathias LANG changed: What|Removed |Added Depends on||20460 Referenced Issues:

[Issue 20510] Make backtrace code read the dSYM data

2020-04-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20510 --- Comment #1 from Mathias LANG --- For reference, more informations about the scheme can be found here: http://wiki.dwarfstd.org/index.php?title=Apple%27s_%22Lazy%22_DWARF_Scheme The same person has written a SO answer here: