[Lldb-commits] [lldb] [lldb] Extend FindTypes to optionally search by mangled type name (PR #113007)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Sat Oct 19 02:32:06 PDT 2024


================
@@ -453,7 +474,7 @@ static void GetTypeLookupContextImpl(DWARFDIE die,
       break;
     case DW_TAG_typedef:
       push_ctx(CompilerContextKind::Typedef, die.GetName());
-      break;
+   break;
----------------
Michael137 wrote:

something weird happened to the format here

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


More information about the lldb-commits mailing list