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

/external/lldb/source/API/
H A DSBTarget.cpp240 SBLaunchInfo::SetResumeCount (uint32_t c) function in class:SBLaunchInfo
242 m_opaque_sp->SetResumeCount (c);
333 SBAttachInfo::SetResumeCount (uint32_t c) function in class:SBAttachInfo
335 m_opaque_sp->SetResumeCount (c);
/external/lldb/include/lldb/Target/
H A DProcess.h743 SetResumeCount (uint32_t c) function in class:lldb_private::ProcessLaunchInfo
855 SetResumeCount (launch_info.GetResumeCount());
901 SetResumeCount (uint32_t c) function in class:lldb_private::ProcessAttachInfo

Completed in 37 milliseconds