Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp102 if (close(action.GetFD()) != 0) in ChildFunc()
106 if (dup2(action.GetFD(), action.GetActionArgument()) == -1) in ChildFunc()
110 DupDescriptor(error_fd, action.GetFileSpec(), action.GetFD(), in ChildFunc()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DFileAction.h37 int GetFD() const { return m_fd; } in GetFD() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DDarwinProcessLauncher.cpp233 file_actions, action.GetFD(), action.GetPath(), in CreatePosixSpawnFileAction()
244 ::posix_spawn_file_actions_addclose(file_actions, action.GetFD()); in CreatePosixSpawnFileAction()
254 file_actions, action.GetFD(), action.GetActionArgument()); in CreatePosixSpawnFileAction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcessLaunchInfo.cpp120 if (m_file_actions[idx].GetFD() == fd) in GetFileActionForFD()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp392 switch (file_action->GetFD()) { in LaunchProcess()