Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DFileAction.h36 int GetFD() const { return m_fd; } in GetFD() function
/openbsd-src/gnu/llvm/lldb/source/Host/macosx/objcxx/
H A DHost.mm1015 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 DProcessLauncherPosixFork.cpp226 : action(act.GetAction()), fd(act.GetFD()), path(act.GetPath().str()), in ForkFileAction()
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp117 if (m_file_actions[idx].GetFD() == fd) in GetFileActionForFD()
/openbsd-src/gnu/llvm/lldb/examples/interposing/darwin/fd_interposing/
H A DFDInterposing.cpp165 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 DPlatformRemoteGDBServer.cpp331 switch (file_action->GetFD()) { in LaunchProcess()