[Lldb-commits] [lldb] [LLDB] Handle i686 mingw32 mangling prefix	(PR #160930)
    Michael Buch via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Fri Sep 26 11:51:21 PDT 2025
    
    
  
Michael137 wrote:
Itanium specifies that mangled names start with _Z (and ___Z for blocks). A second leading underscore is a global symbol prefix added on some platforms (Darwin and possibly mingw?). Is it possible that we're not stripping the global prefix where we should be? I'd be wary of pretending that __Z is itanium (though it would probably be fine). Would just be good to understand the root cause of the issue
https://github.com/llvm/llvm-project/pull/160930
    
    
More information about the lldb-commits
mailing list