[lldb] Add a gdb_remote_client test for connecting to pty
authorMichał Górny <mgorny@moritz.systems>
Thu, 30 Sep 2021 20:30:30 +0000 (22:30 +0200)
committerMichał Górny <mgorny@moritz.systems>
Fri, 1 Oct 2021 12:31:40 +0000 (14:31 +0200)
commit8fa2394bad433558f3083cee158043e2fb66d781
tree531766067d0704e8a14574c730a72309fd2ab06b
parent08b63db8bb3ea847543351e1268be31ea327ad6b
[lldb] Add a gdb_remote_client test for connecting to pty

Add a minimal mock server utilizing a pty, and add a client test
connecting to that server.

Differential Revision: https://reviews.llvm.org/D110878
lldb/test/API/functionalities/gdb_remote_client/TestPlatformClient.py
lldb/test/API/functionalities/gdb_remote_client/TestProcessConnect.py
lldb/test/API/functionalities/gdb_remote_client/TestPty.py [new file with mode: 0644]
lldb/test/API/functionalities/gdb_remote_client/gdbclientutils.py