[Lldb-commits] [PATCH] D105133: [lldb] Fix Recognizer/assert.test with glibc-2.33.9000-31.fc35.x86_64

Florian Weimer via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 29 11:02:50 PDT 2021


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 at 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



More information about the lldb-commits mailing list