[Lldb-commits] [clang] [lldb] [Clang][LLDB] Refactor trap reason demangling out of LLDB and into Clang (PR #165996)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Sun Nov 2 15:05:56 PST 2025


================
@@ -97,6 +97,9 @@ add_lldb_library(lldbTarget
     lldbUtility
     lldbValueObject
     lldbPluginProcessUtility
+
+  CLANG_LIBS
+    clangCodeGen
----------------
Michael137 wrote:

> Rather than move all the frame recognizers at once maybe we could just move the VerboseTrapFrameRecognizer.cpp into a new library and then separately the others can be moved over incrementally? I'm suggesting this because I'd prefer to make this change as simple as possible as this patch is just a stepping stone to the instrumentation plug-in that I'm implementing.

Yea we can definitely do it incrementally. Will try to put something up for review tomorrow

https://github.com/llvm/llvm-project/pull/165996


More information about the lldb-commits mailing list