Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
DPlatform.h780 GetResumeCountForLaunchInfo (ProcessLaunchInfo &launch_info) in GetResumeCountForLaunchInfo() function
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DPlatform.cpp1004 uint32_t num_resumes = GetResumeCountForLaunchInfo (launch_info); in LaunchProcess()