[Issue 18882] __gshared not displaying in debuginfo

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun May 20 07:02:26 UTC 2018


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

--- Comment #4 from Rainer Schuetze <r.sagitario at gmx.de> ---
The debug info contains the "pretty" name, i.e. the fully qualified name, even
for extern(C++) symbols. Otherwise you would have to guess the linkage and type
as it is part of the mangled name.

What could be possible is to inspect all symbol at startup and create a map
using the unqualified name as key. That might have a number of conflicts,
though.

--


More information about the Digitalmars-d-bugs mailing list