Searched defs:GetResumeCount (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h134 uint32_t GetResumeCount() const { return m_resume_count; } function in class:lldb_private::ProcessAttachInfo
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp253 uint32_t SBLaunchInfo::GetResumeCount() { function in class:SBLaunchInfo
H A DSBAttachInfo.cpp82 uint32_t SBAttachInfo::GetResumeCount() { function in class:SBAttachInfo
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h79 uint32_t GetResumeCount() const { return m_resume_count; } function in class:lldb_private::ProcessLaunchInfo

Completed in 97 milliseconds