Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDProcessLaunchInfo.h75 GetFileActionAtIndex (size_t idx) const;
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDProcessLaunchInfo.cpp141 ProcessLaunchInfo::GetFileActionAtIndex(size_t idx) const in GetFileActionAtIndex() function in ProcessLaunchInfo
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
HDPlatformRemoteGDBServer.cpp487 const auto file_action = launch_info.GetFileActionAtIndex (i); in LaunchProcess()
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDHost.cpp889 const FileAction *launch_file_action = launch_info.GetFileActionAtIndex(i); in LaunchProcessPosixSpawn()