Searched refs:GetFD (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/include/lldb/Host/ |
| H A D | FileAction.h | 36 int GetFD() const { return m_fd; } in GetFD() function
|
| /openbsd-src/gnu/llvm/lldb/source/Host/macosx/objcxx/ |
| H A D | Host.mm | 1015 if (info->GetFD() == -1) 1020 ::posix_spawn_file_actions_addclose(file_actions, info->GetFD()), 1026 error, file_actions, info->GetFD()); 1031 if (info->GetFD() == -1) 1039 ::posix_spawn_file_actions_adddup2(file_actions, info->GetFD(), 1046 error, file_actions, info->GetFD(), info->GetActionArgument()); 1051 if (info->GetFD() == -1) 1063 file_actions, info->GetFD(), 1070 error, file_actions, info->GetFD(), info->GetPath(), oflag,
|
| /openbsd-src/gnu/llvm/lldb/source/Host/posix/ |
| H A D | ProcessLauncherPosixFork.cpp | 226 : action(act.GetAction()), fd(act.GetFD()), path(act.GetPath().str()), in ForkFileAction()
|
| /openbsd-src/gnu/llvm/lldb/source/Host/common/ |
| H A D | ProcessLaunchInfo.cpp | 117 if (m_file_actions[idx].GetFD() == fd) in GetFileActionForFD()
|
| /openbsd-src/gnu/llvm/lldb/examples/interposing/darwin/fd_interposing/ |
| H A D | FDInterposing.cpp | 165 int GetFD() const { return m_fd; } in GetFD() function in fd_interposing::FDEvent
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 331 switch (file_action->GetFD()) { in LaunchProcess()
|