Searched refs:GetFileActionAtIndex (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h59 const FileAction *GetFileActionAtIndex(size_t idx) const;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp99 const FileAction &action = *info.GetFileActionAtIndex(i);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp312 while ((file_action = launch_info.GetFileActionAtIndex(i++)) != nullptr) {
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp109 const FileAction *ProcessLaunchInfo::GetFileActionAtIndex(size_t idx) const { function in class:ProcessLaunchInfo
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DDarwinProcessLauncher.cpp373 launch_info.GetFileActionAtIndex(action_index);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp376 const auto file_action = launch_info.GetFileActionAtIndex(i);

Completed in 67 milliseconds