[Lldb-commits] [lldb] Fix GetDIE is outside of its CU error from .debug_names (PR #157574)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 8 23:57:36 PDT 2025


================
@@ -0,0 +1,29 @@
+/// Check that LLDB does not emit "GetDIE for DIE {{0x[0-9a-f]+}} is outside of its CU"
+/// error message when user is searching for a matching symbol from .debug_names
+/// and fail to locate the corresponding .dwo file.
+
+/// -gsplit-dwarf is supported only on Linux.
----------------
Michael137 wrote:

Might be wrong, but isn't it also supported on Windows?

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


More information about the lldb-commits mailing list