[Issue 22590] importC: static functions have no debug information generated for them

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Dec 17 21:50:44 UTC 2021


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

--- Comment #5 from Iain Buclaw <ibuclaw at gdcproject.org> ---
What might be useful is to debug gdb here to determine at what point does gdb
give up attempting to read the debug information for the function.

- Is it DW_AT_MIPS_linkage_name that throws it off?
- Is it because DW_AT_name doesn't match the name of the function?
- What is DW_AT_pure doing there?

Whatever it is, it's not putting two and two together.

--


More information about the Digitalmars-d-bugs mailing list