[Lldb-commits] [lldb] [LLDB] Handle i686 mingw32 mangling prefix (PR #160930)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 30 06:16:15 PDT 2025
Michael137 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 Windows. 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")
> ...
> ```
Could you elaborate the configuration here?
https://github.com/llvm/llvm-project/pull/160930
More information about the lldb-commits
mailing list