Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h60 const FileAction *GetFileActionAtIndex(size_t idx) const;
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp233 result.emplace_back(*info.GetFileActionAtIndex(i)); in MakeForkActions()
/llvm-project-15.0.7/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp109 const FileAction *ProcessLaunchInfo::GetFileActionAtIndex(size_t idx) const { in GetFileActionAtIndex() function in ProcessLaunchInfo
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp331 const auto file_action = launch_info.GetFileActionAtIndex(i); in LaunchProcess()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp467 while ((file_action = launch_info.GetFileActionAtIndex(i++)) != nullptr) { in DebugProcess()
/llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/
H A DHost.mm1238 launch_info.GetFileActionAtIndex(i);