Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBAttachInfo.cpp77 SBAttachInfo::GetResumeCount () in GetResumeCount() function in SBAttachInfo
79 return m_opaque_sp->GetResumeCount(); in GetResumeCount()
HDSBLaunchInfo.cpp237 SBLaunchInfo::GetResumeCount () in GetResumeCount() function in SBLaunchInfo
239 return m_opaque_sp->GetResumeCount(); in GetResumeCount()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBAttachInfo.h60 GetResumeCount ();
HDSBLaunchInfo.h151 GetResumeCount ();
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDProcessLaunchInfo.h111 GetResumeCount () const in GetResumeCount() function
HDProcess.h256 SetResumeCount (launch_info.GetResumeCount()); in ProcessAttachInfo()
299 GetResumeCount () const in GetResumeCount() function
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDPlatform.cpp1234 …atform::%s final launch_info resume count: %" PRIu32, __FUNCTION__, launch_info.GetResumeCount ()); in LaunchProcess()
HDProcess.cpp3489 … SetNextEventAction(new Process::AttachCompletionHandler(this, attach_info.GetResumeCount())); in Attach()
3567 … SetNextEventAction(new Process::AttachCompletionHandler(this, attach_info.GetResumeCount())); in Attach()