Home
last modified time | relevance | path

Searched refs:socket_id (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp167 Status writeSocketIdToPipe(Pipe &port_pipe, llvm::StringRef socket_id) { in writeSocketIdToPipe() argument
170 return port_pipe.Write(socket_id.data(), socket_id.size() + 1, bytes_written); in writeSocketIdToPipe()
174 llvm::StringRef socket_id) { in writeSocketIdToPipe() argument
181 return writeSocketIdToPipe(port_name_pipe, socket_id); in writeSocketIdToPipe()
185 llvm::StringRef socket_id) { in writeSocketIdToPipe() argument
187 return writeSocketIdToPipe(port_pipe, socket_id); in writeSocketIdToPipe()
228 [named_pipe_path, unnamed_pipe](llvm::StringRef socket_id) { in ConnectToRemote() argument
232 Status error = writeSocketIdToPipe(named_pipe_path, socket_id); in ConnectToRemote()
241 Status error = writeSocketIdToPipe(unnamed_pipe, socket_id); in ConnectToRemote()
H A Dlldb-platform.cpp97 static Status save_socket_id_to_file(const std::string &socket_id, in save_socket_id_to_file() argument
112 temp_file_path, file_spec.GetPath(), socket_id), in save_socket_id_to_file()
/llvm-project-15.0.7/lldb/test/API/commands/platform/connect/
H A DTestPlatformConnect.py36 socket_id = lldbutil.wait_for_file_on_target(self, port_file)
41 connect_url = "connect://[%s]:%s" % (hostname, socket_id)
/llvm-project-15.0.7/lldb/test/API/commands/target/auto-install-main-executable/
H A DTestAutoInstallMainExecutable.py38 socket_id = lldbutil.wait_for_file_on_target(self, port_file)
43 connect_url = "connect://[%s]:%s" % (hostname, socket_id)