Home
last modified time | relevance | path

Searched refs:named_pipe_path (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/test/API/tools/lldb-server/commandline/
DTestGdbRemoteConnection.py54 named_pipe_path = self.getBuildArtifact("stub_port_number")
57 os.mkfifo(named_pipe_path)
61 named_pipe_fd = os.open(named_pipe_path, os.O_RDONLY | os.O_NONBLOCK)
71 args += ["--named-pipe", named_pipe_path]
/external/llvm-project/lldb/tools/lldb-server/
Dlldb-gdbserver.cpp175 Status writeSocketIdToPipe(const char *const named_pipe_path, in writeSocketIdToPipe() argument
179 auto error = port_name_pipe.OpenAsWriterWithTimeout(named_pipe_path, false, in writeSocketIdToPipe()
196 const char *const named_pipe_path, pipe_t unnamed_pipe, in ConnectToRemote() argument
289 if (named_pipe_path && named_pipe_path[0]) { in ConnectToRemote()
290 error = writeSocketIdToPipe(named_pipe_path, socket_id); in ConnectToRemote()
293 named_pipe_path, error.AsCString()); in ConnectToRemote()
390 std::string named_pipe_path; in main_gdbserver() local
450 named_pipe_path = Args.getLastArgValue(OPT_named_pipe).str(); in main_gdbserver()
511 progname, subcommand, named_pipe_path.c_str(), in main_gdbserver()
/external/llvm-project/lldb/source/Host/posix/
DPipePosix.cpp129 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()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.cpp1003 llvm::SmallString<128> named_pipe_path; in StartDebugserverProcess() local
1022 false, named_pipe_path); in StartDebugserverProcess()
1031 debugserver_args.AppendArgument(named_pipe_path); in StartDebugserverProcess()
1156 if (named_pipe_path.size() > 0) { in StartDebugserverProcess()
1157 error = socket_pipe.OpenAsReader(named_pipe_path, false); in StartDebugserverProcess()
1162 __FUNCTION__, named_pipe_path.c_str(), error.AsCString()); in StartDebugserverProcess()
1194 __FUNCTION__, named_pipe_path.c_str(), error.AsCString()); in StartDebugserverProcess()
1199 if (named_pipe_path.size() > 0) { in StartDebugserverProcess()
1200 const auto err = socket_pipe.Delete(named_pipe_path); in StartDebugserverProcess()
1204 __FUNCTION__, named_pipe_path.c_str(), err.AsCString()); in StartDebugserverProcess()
/external/llvm-project/lldb/tools/debugserver/source/
Ddebugserver.cpp729 bool reverse_connect, const char *named_pipe_path, in ConnectRemote() argument
754 named_pipe_path) != rnb_success) { in ConnectRemote()
975 std::string named_pipe_path; // If we need to handshake with our parent in main() local
1255 named_pipe_path.assign(optarg); in main()
1484 named_pipe_path.c_str(), unix_socket_name.c_str())) in main()
1586 named_pipe_path.c_str(), unix_socket_name.c_str())) in main()
1615 named_pipe_path.c_str(), unix_socket_name.c_str())) in main()
1651 named_pipe_path.c_str(), unix_socket_name.c_str())) in main()