================
@@ -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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to