Nerixyz wrote:

> At least I haven't seen the prefix be added into DWARF `DW_AT_linkage_name`s 
> before.

It's only on non-64bit. I just checked, for the example from above (compiled 
for `i686-windows-msvc`), I get:
```
0x00000206:   DW_TAG_subprogram
                DW_AT_linkage_name      ("_CFuncParamStdCall@4")
                DW_AT_name      ("CFuncParamStdCall")
                ...
```

https://github.com/llvm/llvm-project/pull/160930
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to