Searched refs:named_pipe_path (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/ |
| H A D | lldb-gdbserver.cpp | 210 Status writeSocketIdToPipe(const char *const named_pipe_path, in writeSocketIdToPipe() argument 214 auto error = port_name_pipe.OpenAsWriterWithTimeout(named_pipe_path, false, in writeSocketIdToPipe() 231 const char *const named_pipe_path, pipe_t unnamed_pipe, in ConnectToRemote() argument 323 if (named_pipe_path && named_pipe_path[0]) { in ConnectToRemote() 324 error = writeSocketIdToPipe(named_pipe_path, socket_id); in ConnectToRemote() 327 named_pipe_path, error.AsCString()); in ConnectToRemote() 380 std::string named_pipe_path; in main_gdbserver() local 420 named_pipe_path = optarg; in main_gdbserver() 528 progname, subcommand, named_pipe_path.c_str(), in main_gdbserver()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/ |
| H A D | PipePosix.cpp | 129 llvm::SmallString<128> named_pipe_path; in CreateWithUniqueName() local 142 named_pipe_path); in CreateWithUniqueName() 143 error = CreateNew(named_pipe_path, child_process_inherit); in CreateWithUniqueName() 147 name = named_pipe_path; in CreateWithUniqueName()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunication.cpp | 1037 llvm::SmallString<128> named_pipe_path; in StartDebugserverProcess() local 1056 false, named_pipe_path); in StartDebugserverProcess() 1065 debugserver_args.AppendArgument(named_pipe_path); in StartDebugserverProcess() 1193 if (named_pipe_path.size() > 0) { in StartDebugserverProcess() 1194 error = socket_pipe.OpenAsReader(named_pipe_path, false); in StartDebugserverProcess() 1199 __FUNCTION__, named_pipe_path.c_str(), in StartDebugserverProcess() 1233 __FUNCTION__, named_pipe_path.c_str(), in StartDebugserverProcess() 1239 if (named_pipe_path.size() > 0) { in StartDebugserverProcess() 1240 const auto err = socket_pipe.Delete(named_pipe_path); in StartDebugserverProcess() 1245 __FUNCTION__, named_pipe_path.c_str(), err.AsCString()); in StartDebugserverProcess()
|