[Lldb-commits] [lldb] [LLDB] Handle i686 mingw32 mangling prefix (PR #160930)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 30 03:33:27 PDT 2025
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 at 4")
DW_AT_name ("CFuncParamStdCall")
...
```
https://github.com/llvm/llvm-project/pull/160930
More information about the lldb-commits
mailing list