[lldb] Mark command-process-connect as unsupported on Windows
Windows doesn't support remote connections.
This commit is contained in:
parent
9ddb464d37
commit
875be9f454
|
|
@ -1,3 +1,5 @@
|
||||||
|
# UNSUPPORTED: system-windows
|
||||||
|
|
||||||
# Synchronous
|
# Synchronous
|
||||||
# RUN: %lldb -o 'platform select remote-gdb-server' -o 'process connect connect://localhost:4321' 2>&1 | FileCheck %s
|
# RUN: %lldb -o 'platform select remote-gdb-server' -o 'process connect connect://localhost:4321' 2>&1 | FileCheck %s
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue