Home
last modified time | relevance | path

Searched refs:pass_comm_fd (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp884 uint16_t *port, const Args *inferior_args, int pass_comm_fd) { in StartDebugserverProcess() argument
965 if (pass_comm_fd >= 0) { in StartDebugserverProcess()
967 fd_arg.Printf("--fd=%i", pass_comm_fd); in StartDebugserverProcess()
971 launch_info.AppendDuplicateFileAction(pass_comm_fd, pass_comm_fd); in StartDebugserverProcess()
991 if (pass_comm_fd == -1) { in StartDebugserverProcess()
1135 pass_comm_fd == -1) { in StartDebugserverProcess()
H A DGDBRemoteCommunication.h156 int pass_comm_fd); // Communication file descriptor to pass during