Home
last modified time | relevance | path

Searched refs:socket_path (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp172 llvm::SmallString<0> socket_model, socket_path; in DebugProcess() local
176 llvm::sys::fs::createUniquePath(socket_model, socket_path, false); in DebugProcess()
177 } while (FileSystem::Instance().Exists(socket_path)); in DebugProcess()
179 Args args({qemu.GetPath(), "-g", socket_path}); in DebugProcess()
227 error = process_sp->ConnectRemote(("unix-connect://" + socket_path).str()); in DebugProcess()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp583 llvm::SmallString<128> socket_path; in GetDomainSocketPath() local
590 llvm::sys::fs::createUniqueFile(socket_path_spec.GetCString(), socket_path); in GetDomainSocketPath()
591 return FileSpec(socket_path.c_str()); in GetDomainSocketPath()