[Lldb-commits] [lldb] [lldb-dap] Support StackFrameFormat (PR #137113)

Ebuka Ezike via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 24 12:08:55 PDT 2025


================
@@ -102,3 +103,23 @@ def test_stackTrace(self):
             self.assertGreaterEqual(
                 totalFrames, i, "total frames should include a pagination offset"
             )
+
+    @skipIfWindows
----------------
da-viper wrote:

should skip linux

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


More information about the lldb-commits mailing list