Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp82 uint32_t SBAttachInfo::GetResumeCount() { in GetResumeCount() function in SBAttachInfo
85 return m_opaque_sp->GetResumeCount(); in GetResumeCount()
H A DSBLaunchInfo.cpp273 uint32_t SBLaunchInfo::GetResumeCount() { in GetResumeCount() function in SBLaunchInfo
276 return m_opaque_sp->GetResumeCount(); in GetResumeCount()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBAttachInfo.h118 uint32_t GetResumeCount();
H A DSBLaunchInfo.h181 uint32_t GetResumeCount();
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h79 uint32_t GetResumeCount() const { return m_resume_count; } in GetResumeCount() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h132 SetResumeCount(launch_info.GetResumeCount()); in ProcessAttachInfo()
152 uint32_t GetResumeCount() const { return m_resume_count; } in GetResumeCount() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp969 __FUNCTION__, launch_info.GetResumeCount()); in LaunchProcess()
H A DProcess.cpp3013 this, attach_info.GetResumeCount())); in Attach()
3076 this, attach_info.GetResumeCount())); in Attach()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp6148 result = (uint32_t)(arg1)->GetResumeCount(); in _wrap_SBAttachInfo_GetResumeCount()
35787 result = (uint32_t)(arg1)->GetResumeCount(); in _wrap_SBLaunchInfo_GetResumeCount()