[Lldb-commits] [lldb] [llvm] [lldb][windows] add Windows Virtual Console support (PR #168729)
Charles Zablit via lldb-commits
lldb-commits at lists.llvm.org
Wed Dec 17 14:52:56 PST 2025
================
@@ -781,9 +781,35 @@ def skipIfLinux(func):
return skipIfPlatform(["linux"])(func)
-def skipIfWindows(func):
+def skipIfWindows(func=None, major=None, build=None):
----------------
charles-zablit wrote:
Should we do this in a follow up patch to keep the diff to a minimum?
https://github.com/llvm/llvm-project/pull/168729
More information about the lldb-commits
mailing list