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

Tom Yang via lldb-commits lldb-commits at lists.llvm.org
Sun Nov 5 10:23:20 PST 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
----------------
zhyty wrote:

I added a symbol-on-demand test to `TestDumpOso` for Darwin. I don't have a Windows machine, so I'm not sure how I would go about testing it there

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


More information about the lldb-commits mailing list