Home
last modified time | relevance | path

Searched refs:GetSendableFD (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp218 shared_socket.GetSendableFD()); in AcceptGdbConnectionsIfNeeded()
278 self_args.AppendArgument(llvm::to_string(shared_socket.GetSendableFD())); in spawn_process()
279 launch_info.AppendDuplicateFileAction((int64_t)shared_socket.GetSendableFD(), in spawn_process()
280 (int64_t)shared_socket.GetSendableFD()); in spawn_process()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DSocket.h54 shared_fd_t GetSendableFD() { return m_fd; } in GetSendableFD() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3552 error = m_gdb_comm.StartDebugserverProcess(shared_socket.GetSendableFD(), in LaunchAndConnectToDebugserver()