Searched refs:named_pipe_path (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/llvm/lldb/tools/lldb-server/ |
| D | lldb-gdbserver.cpp | 177 Status writeSocketIdToPipe(const char *const named_pipe_path, in writeSocketIdToPipe() argument 181 auto error = port_name_pipe.OpenAsWriterWithTimeout(named_pipe_path, false, in writeSocketIdToPipe() 198 const char *const named_pipe_path, pipe_t unnamed_pipe, in ConnectToRemote() argument 232 [named_pipe_path, unnamed_pipe](llvm::StringRef socket_id) { in ConnectToRemote() 235 if (named_pipe_path && named_pipe_path[0]) { in ConnectToRemote() 236 Status error = writeSocketIdToPipe(named_pipe_path, socket_id); in ConnectToRemote() 240 named_pipe_path, error.AsCString()); in ConnectToRemote() 342 std::string named_pipe_path; in main_gdbserver() local 402 named_pipe_path = Args.getLastArgValue(OPT_named_pipe).str(); in main_gdbserver() 463 progname, subcommand, named_pipe_path.c_str(), in main_gdbserver()
|
| /openbsd/src/gnu/llvm/lldb/source/Host/posix/ |
| 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()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| D | GDBRemoteCommunication.cpp | 983 llvm::SmallString<128> named_pipe_path; in StartDebugserverProcess() local 1002 false, named_pipe_path); in StartDebugserverProcess() 1011 debugserver_args.AppendArgument(named_pipe_path); in StartDebugserverProcess() 1138 if (named_pipe_path.size() > 0) { in StartDebugserverProcess() 1139 error = socket_pipe.OpenAsReader(named_pipe_path, false); in StartDebugserverProcess() 1144 __FUNCTION__, named_pipe_path.c_str(), error.AsCString()); in StartDebugserverProcess() 1178 __FUNCTION__, named_pipe_path.c_str(), error.AsCString()); in StartDebugserverProcess() 1183 if (named_pipe_path.size() > 0) { in StartDebugserverProcess() 1184 const auto err = socket_pipe.Delete(named_pipe_path); in StartDebugserverProcess() 1188 __FUNCTION__, named_pipe_path.c_str(), err.AsCString()); in StartDebugserverProcess()
|
| /openbsd/src/gnu/llvm/lldb/tools/debugserver/source/ |
| 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()
|