[Lldb-commits] [lldb] [lldb-dap] Add an option to show function args in stack frames (PR #71843)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 9 13:16:39 PST 2023
================
@@ -187,3 +188,19 @@ def test_stackTrace(self):
self.assertEquals(
0, len(stackFrames), "verify zero frames with startFrame out of bounds"
)
+
+ @skipIfWindows
----------------
bulbazord wrote:
Why skip on Windows?
https://github.com/llvm/llvm-project/pull/71843
More information about the lldb-commits
mailing list