diff options
author | Pavel Labath <pavel@labath.sk> | 2025-06-23 10:51:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-23 10:51:26 +0200 |
commit | c5629f2b600488e1aee3f8c9f2266523b460367f (patch) | |
tree | 34eddc7b22d8507fda4bbfab2aa530fddd650cf0 /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | bc6faf9a020880f2902581a898e4434000d263f7 (diff) | |
download | llvm-c5629f2b600488e1aee3f8c9f2266523b460367f.zip llvm-c5629f2b600488e1aee3f8c9f2266523b460367f.tar.gz llvm-c5629f2b600488e1aee3f8c9f2266523b460367f.tar.bz2 |
[lldb] Add Socket::CreatePair (#145015)
It creates a pair of connected sockets using the simplest mechanism for
the given platform (TCP on windows, socketpair(2) elsewhere).
Main motivation is to remove the ugly platform-specific code in
ProcessGDBRemote::LaunchAndConnectToDebugserver, but it can also be used
in other places where we need to create a pair of connected sockets.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
0 files changed, 0 insertions, 0 deletions