[Lldb-commits] [lldb] [LLDB] Handle i686 mingw32 mangling prefix (PR #160930)

via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 26 12:06:51 PDT 2025


Nerixyz wrote:

I'm no real MinGW user, and I couldn't find documentation on the mangling used there, so I relied on examples. The mangled names on i686 mingw32 do have two underscores. From [this comment on an old patch](https://reviews.llvm.org/D22939#500090), it does seem like this is intended. But I can't find where Clang does this. Maybe @mstorsjo knows more?

https://github.com/llvm/llvm-project/pull/160930


More information about the lldb-commits mailing list