Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp195 int connection_fd) { in ConnectToRemote() argument
201 if (connection_fd != -1) { in ConnectToRemote()
202 url = llvm::formatv("fd://{0}", connection_fd).str(); in ConnectToRemote()
206 ::fcntl(connection_fd, F_SETFD, FD_CLOEXEC); in ConnectToRemote()
341 int connection_fd = -1; in main_gdbserver() local
407 if (!llvm::to_integer(Args.getLastArgValue(OPT_fd), connection_fd)) { in main_gdbserver()
426 if (Inputs.empty() && connection_fd == -1) { in main_gdbserver()
457 unnamed_pipe, connection_fd); in main_gdbserver()