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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
