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

Windows doesn't support remote connections.
This commit is contained in:
Jonas Devlieghere 2020-11-13 20:01:18 -08:00
parent 9ddb464d37
commit 875be9f454
1 changed files with 2 additions and 0 deletions

View File

@ -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