Home
last modified time | relevance | path

Searched refs:GetResumeCount (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBAttachInfo.cpp80 uint32_t SBAttachInfo::GetResumeCount() { in GetResumeCount() function in SBAttachInfo
83 return m_opaque_sp->GetResumeCount(); in GetResumeCount()
H A DSBLaunchInfo.cpp270 uint32_t SBLaunchInfo::GetResumeCount() { in GetResumeCount() function in SBLaunchInfo
273 return m_opaque_sp->GetResumeCount(); in GetResumeCount()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBAttachInfo.i54 GetResumeCount ();
H A DSBLaunchInfo.i110 GetResumeCount ();
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBAttachInfo.h114 uint32_t GetResumeCount();
H A DSBLaunchInfo.h154 uint32_t GetResumeCount();
/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/include/lldb/Target/
H A DProcess.h123 SetResumeCount(launch_info.GetResumeCount()); in ProcessAttachInfo()
145 uint32_t GetResumeCount() const { return m_resume_count; } in GetResumeCount() function
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp1035 __FUNCTION__, launch_info.GetResumeCount()); in LaunchProcess()
H A DProcess.cpp2821 this, attach_info.GetResumeCount())); in Attach()
2884 this, attach_info.GetResumeCount())); in Attach()