Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h81 void SetResumeCount(uint32_t c) { m_resume_count = c; } in SetResumeCount() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp88 void SBAttachInfo::SetResumeCount(uint32_t c) { in SetResumeCount() function in SBAttachInfo
H A DSBLaunchInfo.cpp279 void SBLaunchInfo::SetResumeCount(uint32_t c) { in SetResumeCount() function in SBLaunchInfo
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h154 void SetResumeCount(uint32_t c) { m_resume_count = c; } in SetResumeCount() function