Searched refs:GetFD (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileAction.h36 int GetFD() const { return m_fd; } function in class:lldb_private::FileAction
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp102 if (close(action.GetFD()) != 0)
106 if (dup2(action.GetFD(), action.GetActionArgument()) == -1)
110 DupDescriptor(error_fd, action.GetFileSpec(), action.GetFD(),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DDarwinProcessLauncher.cpp226 file_actions, action.GetFD(), action.GetPath(),
237 ::posix_spawn_file_actions_addclose(file_actions, action.GetFD());
247 file_actions, action.GetFD(), action.GetActionArgument());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp117 if (m_file_actions[idx].GetFD() == fd)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp379 switch (file_action->GetFD()) {

Completed in 128 milliseconds