Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h80 uint32_t GetResumeCount() const { return m_resume_count; } in GetResumeCount() function
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBAttachInfo.cpp80 uint32_t SBAttachInfo::GetResumeCount() { in GetResumeCount() function in SBAttachInfo
H A DSBLaunchInfo.cpp270 uint32_t SBLaunchInfo::GetResumeCount() { in GetResumeCount() function in SBLaunchInfo
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h145 uint32_t GetResumeCount() const { return m_resume_count; } in GetResumeCount() function