fweimer added inline comments.
================ Comment at: lldb/source/Target/AssertFrameRecognizer.cpp:48 location.symbols.push_back(ConstString("gsignal")); + location.symbols.push_back(ConstString("pthread_kill@GLIBC_2.2.5")); break; ---------------- The symbol version is architecture-dependent (not every architecture uses `GLIBC_2.2.5`), and there is also another `GLIBC_2.34` symbol version even on x86-64. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D105133/new/ https://reviews.llvm.org/D105133 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits