Home
last modified time | relevance | path

Searched refs:num_file_actions (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
HDPlatformRemoteGDBServer.cpp484 auto num_file_actions = launch_info.GetNumFileActions (); in LaunchProcess() local
485 for (decltype(num_file_actions) i = 0; i < num_file_actions; ++i) in LaunchProcess()
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDHost.cpp873 const size_t num_file_actions = launch_info.GetNumFileActions (); in LaunchProcessPosixSpawn() local
874 if (num_file_actions > 0) in LaunchProcessPosixSpawn()
887 for (size_t i=0; i<num_file_actions; ++i) in LaunchProcessPosixSpawn()