Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h58 size_t GetNumFileActions() const { return m_file_actions.size(); } in GetNumFileActions() function
/openbsd-src/gnu/llvm/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp232 for (size_t i = 0; i < info.GetNumFileActions(); ++i) in MakeForkActions()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp326 auto num_file_actions = launch_info.GetNumFileActions(); in LaunchProcess()
/openbsd-src/gnu/llvm/lldb/source/Host/macosx/objcxx/
H A DHost.mm1221 const size_t num_file_actions = launch_info.GetNumFileActions();