Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileAction.h36 int GetFD() const { return m_fd; } in GetFD() function
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp226 : action(act.GetAction()), fd(act.GetFD()), path(act.GetPath().str()), in ForkFileAction()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp115 if (m_file_actions[idx].GetFD() == fd) in GetFileActionForFD()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp337 switch (file_action->GetFD()) { in LaunchProcess()