[Issue 17727] addr2line does not understand debug info

2019-08-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17727

Rainer Schuetze  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||r.sagita...@gmx.de
 Resolution|--- |DUPLICATE

--- Comment #2 from Rainer Schuetze  ---
The trouble here is that `b main` stops at auto-generated C main, but no source
is available for this (but can have overlapping line number info with other
code).
This is described in https://issues.dlang.org/show_bug.cgi?id=19039 for
Windows, too.

*** This issue has been marked as a duplicate of issue 19039 ***

--


[Issue 17727] addr2line does not understand debug info

2017-08-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17727

Gerald Jansen  changed:

   What|Removed |Added

 CC||jansen.ger...@gmail.com
   See Also||https://issues.dlang.org/sh
   ||ow_bug.cgi?id=8841

--


[Issue 17727] addr2line does not understand debug info

2017-08-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17727

--- Comment #1 from Shachar Shemesh  ---
Also see discussion at
http://forum.dlang.org/thread/om6cfd$akb$1...@digitalmars.com

It seems that the "break main" issue is unrelated to the debug info, and is
because it has another symbol with the name "main".

--