[Lldb-commits] [lldb] [llvm] [lldb][windows] add Windows Virtual Console support (PR #168729)

Charles Zablit via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 18 03:33:25 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:

I opened a follow up PR: https://github.com/llvm/llvm-project/pull/172838

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


More information about the lldb-commits mailing list