Searched defs:GetResumeCount (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/API/
H A DSBTarget.cpp234 SBLaunchInfo::GetResumeCount () function in class:SBLaunchInfo
236 return m_opaque_sp->GetResumeCount();
327 SBAttachInfo::GetResumeCount () function in class:SBAttachInfo
329 return m_opaque_sp->GetResumeCount();
/external/lldb/include/lldb/Target/
H A DProcess.h737 GetResumeCount () const function in class:lldb_private::ProcessLaunchInfo
855 SetResumeCount (launch_info.GetResumeCount());
895 GetResumeCount () const function in class:lldb_private::ProcessAttachInfo

Completed in 79 milliseconds