[Lldb-commits] [lldb] [lldb][split-dwarf] implement GetSeparateDebugInfo for SymbolFileOnDemand (PR #71230)

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 3 17:44:44 PDT 2023


================
@@ -130,3 +130,29 @@ def test_dwos_not_loaded_table_output(self):
                 "0x[a-zA-Z0-9]{16}\s+E\s+.*foo\.dwo",
             ],
         )
+
+    @skipIfRemote
+    @skipIfDarwin
+    @skipIfWindows
----------------
bulbazord wrote:

This test doesn't actually debug a process right? It looks like you're creating a target, modifying a setting, and then making sure that LLDB can find the dwo files correctly.

If that's the case, this test should totally work on Darwin and Windows because you can debug targets that use DWOs on Darwin and Windows.

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


More information about the lldb-commits mailing list