Searched refs:named_pipe_path (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/lldb/tools/lldb-server/ |
| H A D | lldb-gdbserver.cpp | 173 Status writeSocketIdToPipe(const char *const named_pipe_path, in writeSocketIdToPipe() argument 177 auto error = port_name_pipe.OpenAsWriterWithTimeout(named_pipe_path, false, in writeSocketIdToPipe() 194 const char *const named_pipe_path, pipe_t unnamed_pipe, in ConnectToRemote() argument 228 [named_pipe_path, unnamed_pipe](llvm::StringRef socket_id) { in ConnectToRemote() 231 if (named_pipe_path && named_pipe_path[0]) { in ConnectToRemote() 232 Status error = writeSocketIdToPipe(named_pipe_path, socket_id); in ConnectToRemote() 236 named_pipe_path, error.AsCString()); in ConnectToRemote() 335 std::string named_pipe_path; in main_gdbserver() local 395 named_pipe_path = Args.getLastArgValue(OPT_named_pipe).str(); in main_gdbserver() 456 progname, subcommand, named_pipe_path.c_str(), in main_gdbserver()
|
| /llvm-project-15.0.7/lldb/source/Host/posix/ |
| H A D | PipePosix.cpp | 119 llvm::SmallString<128> named_pipe_path; in CreateWithUniqueName() local 131 llvm::sys::fs::createUniquePath(tmpdir_file_spec.GetPath(), named_pipe_path, in CreateWithUniqueName() 133 error = CreateNew(named_pipe_path, child_process_inherit); in CreateWithUniqueName() 137 name = named_pipe_path; in CreateWithUniqueName()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunication.cpp | 1002 llvm::SmallString<128> named_pipe_path; in StartDebugserverProcess() local 1021 false, named_pipe_path); in StartDebugserverProcess() 1030 debugserver_args.AppendArgument(named_pipe_path); in StartDebugserverProcess() 1157 if (named_pipe_path.size() > 0) { in StartDebugserverProcess() 1158 error = socket_pipe.OpenAsReader(named_pipe_path, false); in StartDebugserverProcess() 1163 __FUNCTION__, named_pipe_path.c_str(), error.AsCString()); in StartDebugserverProcess() 1197 __FUNCTION__, named_pipe_path.c_str(), error.AsCString()); in StartDebugserverProcess() 1202 if (named_pipe_path.size() > 0) { in StartDebugserverProcess() 1203 const auto err = socket_pipe.Delete(named_pipe_path); in StartDebugserverProcess() 1207 __FUNCTION__, named_pipe_path.c_str(), err.AsCString()); in StartDebugserverProcess()
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | debugserver.cpp | 726 bool reverse_connect, const char *named_pipe_path, in ConnectRemote() argument 751 named_pipe_path) != rnb_success) { in ConnectRemote() 975 std::string named_pipe_path; // If we need to handshake with our parent in main() local 1264 named_pipe_path.assign(optarg); in main() 1499 named_pipe_path.c_str(), unix_socket_name.c_str())) in main() 1601 named_pipe_path.c_str(), unix_socket_name.c_str())) in main() 1630 named_pipe_path.c_str(), unix_socket_name.c_str())) in main() 1668 named_pipe_path.c_str(), unix_socket_name.c_str())) in main()
|