Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Host/
DProcessLaunchInfo.h79 uint32_t GetResumeCount() const { return m_resume_count; } in GetResumeCount() function
/external/llvm-project/lldb/source/API/
DSBAttachInfo.cpp82 uint32_t SBAttachInfo::GetResumeCount() { in GetResumeCount() function in SBAttachInfo
DSBLaunchInfo.cpp280 uint32_t SBLaunchInfo::GetResumeCount() { in GetResumeCount() function in SBLaunchInfo
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h146 uint32_t GetResumeCount() const { return m_resume_count; } in GetResumeCount() function