Searched defs:SetResumeCount (Results 1 - 2 of 2) sorted by relevance
/external/lldb/source/API/ | ||
H A D | SBTarget.cpp | 240 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 D | Process.h | 743 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