[Lldb-commits] [lldb] [LLDB][NativePDB] Create functions with mangled name (PR #149701)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 25 04:56:10 PDT 2025
Michael137 wrote:
> > Oh are we just not expecting Itanium mangled names on Windows somewhere?
>
> Not entirely sure (I haven't had time to look into the code change itself yet); it seems like it does demangle the Itanium names fine on x86_64 though, where there isn't any extra `_` symbol prefix.
Ah didn't notice the extra `_` prefix. I did recently remove the "literal" `AsmLabel` support from Clang: https://github.com/llvm/llvm-project/pull/151858
Wonder if we need to adjust LLDB further to accommodate for this. Could be a red herring of course
https://github.com/llvm/llvm-project/pull/149701
More information about the lldb-commits
mailing list