Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/tools/lldb-server/
Dlldb-gdbserver.cpp199 int connection_fd) { in ConnectToRemote() argument
205 if (connection_fd != -1) { in ConnectToRemote()
206 url = llvm::formatv("fd://{0}", connection_fd).str(); in ConnectToRemote()
210 ::fcntl(connection_fd, F_SETFD, FD_CLOEXEC); in ConnectToRemote()
348 int connection_fd = -1; in main_gdbserver() local
414 if (!llvm::to_integer(Args.getLastArgValue(OPT_fd), connection_fd)) { in main_gdbserver()
433 if (Inputs.empty() && connection_fd == -1) { in main_gdbserver()
464 unnamed_pipe, connection_fd); in main_gdbserver()