Home
last modified time | relevance | path

Searched defs:GetResumeCount (Results 1 – 4 of 4) sorted by relevance

/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/source/API/
H A DSBAttachInfo.cpp82 uint32_t SBAttachInfo::GetResumeCount() { in GetResumeCount() function in SBAttachInfo
H A DSBLaunchInfo.cpp273 uint32_t SBLaunchInfo::GetResumeCount() { in GetResumeCount() function in SBLaunchInfo
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h152 uint32_t GetResumeCount() const { return m_resume_count; } in GetResumeCount() function