[Lldb-commits] [lldb] 875be9f - [lldb] Mark command-process-connect as unsupported on Windows

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 13 20:02:13 PST 2020


Author: Jonas Devlieghere
Date: 2020-11-13T20:02:05-08:00
New Revision: 875be9f454c31c94701bdf4e28f8bea07a8c9c79

URL: https://github.com/llvm/llvm-project/commit/875be9f454c31c94701bdf4e28f8bea07a8c9c79
DIFF: https://github.com/llvm/llvm-project/commit/875be9f454c31c94701bdf4e28f8bea07a8c9c79.diff

LOG: [lldb] Mark command-process-connect as unsupported on Windows

Windows doesn't support remote connections.

Added: 
    

Modified: 
    lldb/test/Shell/Commands/command-process-connect.test

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/Commands/command-process-connect.test b/lldb/test/Shell/Commands/command-process-connect.test
index c4761360d541..30782243d4ed 100644
--- a/lldb/test/Shell/Commands/command-process-connect.test
+++ b/lldb/test/Shell/Commands/command-process-connect.test
@@ -1,3 +1,5 @@
+# UNSUPPORTED: system-windows
+
 # Synchronous
 # RUN: %lldb -o 'platform select remote-gdb-server' -o 'process connect connect://localhost:4321' 2>&1 | FileCheck %s
 


        


More information about the lldb-commits mailing list