[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


================
@@ -217,3 +216,30 @@ def test_functionNameWithArgs(self):
         self.continue_to_next_stop()
         frame = self.get_stackFrames()[0]
         self.assertEqual(frame["name"], "recurse(x=1)")
+
+    @skipIfWindows
----------------
da-viper wrote:

LGTM 
But I could not see why this test is skipped on windows
there is a `#include <unistd.h>` but it is not used any where 

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


More information about the lldb-commits mailing list