Files
clang-p2996/lldb/test/Shell/Commands/command-process-connect.test
Michał Górny 5a75512eba [lldb] [test] Mark command-process-connect.test XFAIL
We are still investigating why 'process connect' does not work while
'gdb-remote' does.

Signed-off-by: Michał Górny <mgorny@moritz.systems>
2020-11-18 12:08:59 +01:00

13 lines
424 B
Plaintext

# UNSUPPORTED: system-windows
# XFAIL: system-freebsd
# Synchronous
# RUN: %lldb -o 'platform select remote-gdb-server' -o 'process connect connect://localhost:4321' 2>&1 | FileCheck %s
# Asynchronous
# RUN: echo -e 'platform select remote-gdb-server\nprocess connect connect://localhost:4321' | %lldb 2>&1 | FileCheck %s
# CHECK: Platform: remote-gdb-server
# CHECK: Connected: no
# CHECK: error: Failed to connect port