Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h60 const FileAction *GetFileActionAtIndex(size_t idx) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp99 const FileAction &action = *info.GetFileActionAtIndex(i); in ChildFunc()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp110 const FileAction *ProcessLaunchInfo::GetFileActionAtIndex(size_t idx) const { in GetFileActionAtIndex() function in ProcessLaunchInfo
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp397 const auto file_action = launch_info.GetFileActionAtIndex(i); in LaunchProcess()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp493 while ((file_action = launch_info.GetFileActionAtIndex(i++)) != nullptr) { in DebugProcess()