Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBAttachInfo.cpp62 uint32_t SBAttachInfo::GetResumeCount() { in GetResumeCount() function in SBAttachInfo
63 return m_opaque_sp->GetResumeCount(); in GetResumeCount()
H A DSBLaunchInfo.cpp169 uint32_t SBLaunchInfo::GetResumeCount() { in GetResumeCount() function in SBLaunchInfo
170 return m_opaque_sp->GetResumeCount(); in GetResumeCount()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBAttachInfo.h123 uint32_t GetResumeCount();
H A DSBLaunchInfo.h124 uint32_t GetResumeCount();
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcessLaunchInfo.h82 uint32_t GetResumeCount() const { return m_resume_count; } in GetResumeCount() function
H A DProcess.h189 SetResumeCount(launch_info.GetResumeCount()); in ProcessAttachInfo()
211 uint32_t GetResumeCount() const { return m_resume_count; } in GetResumeCount() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp1087 __FUNCTION__, launch_info.GetResumeCount()); in LaunchProcess()
H A DProcess.cpp3025 this, attach_info.GetResumeCount())); in Attach()
3089 this, attach_info.GetResumeCount())); in Attach()