Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.cpp906 uint16_t *port, const Args *inferior_args, int pass_comm_fd) { in StartDebugserverProcess() argument
987 if (pass_comm_fd >= 0) { in StartDebugserverProcess()
989 fd_arg.Printf("--fd=%i", pass_comm_fd); in StartDebugserverProcess()
993 launch_info.AppendDuplicateFileAction(pass_comm_fd, pass_comm_fd); in StartDebugserverProcess()
1013 if (pass_comm_fd == -1) { in StartDebugserverProcess()
1155 pass_comm_fd == -1) { in StartDebugserverProcess()
DGDBRemoteCommunication.h135 int pass_comm_fd); // Communication file descriptor to pass during