Home
last modified time | relevance | path

Searched refs:GetResumeCount (Results 1 – 6 of 6) sorted by relevance

/external/lldb/include/lldb/API/
DSBTarget.h96 GetResumeCount ();
163 GetResumeCount ();
/external/lldb/scripts/Python/interface/
DSBTarget.i81 GetResumeCount ();
135 GetResumeCount ();
/external/lldb/include/lldb/Target/
DProcess.h737 GetResumeCount () const in GetResumeCount() function
855 SetResumeCount (launch_info.GetResumeCount()); in ProcessAttachInfo()
895 GetResumeCount () const in GetResumeCount() function
/external/lldb/source/API/
DSBTarget.cpp234 SBLaunchInfo::GetResumeCount () in GetResumeCount() function in SBLaunchInfo
236 return m_opaque_sp->GetResumeCount(); in GetResumeCount()
327 SBAttachInfo::GetResumeCount () in GetResumeCount() function in SBAttachInfo
329 return m_opaque_sp->GetResumeCount(); in GetResumeCount()
/external/lldb/source/Target/
DProcess.cpp3083 … SetNextEventAction(new Process::AttachCompletionHandler(this, attach_info.GetResumeCount())); in Attach()
3151 … SetNextEventAction(new Process::AttachCompletionHandler(this, attach_info.GetResumeCount())); in Attach()
/external/lldb/www/python_reference/
Dapi-objects.txt2363 lldb.SBAttachInfo.GetResumeCount lldb.SBAttachInfo-class.html#GetResumeCount
3180 lldb.SBLaunchInfo.GetResumeCount lldb.SBLaunchInfo-class.html#GetResumeCount