Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp82 uint32_t SBAttachInfo::GetResumeCount() { in GetResumeCount() function in SBAttachInfo
83 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBAttachInfo, GetResumeCount); in GetResumeCount()
85 return m_opaque_sp->GetResumeCount(); in GetResumeCount()
276 LLDB_REGISTER_METHOD(uint32_t, SBAttachInfo, GetResumeCount, ()); in RegisterMethods()
H A DSBLaunchInfo.cpp284 uint32_t SBLaunchInfo::GetResumeCount() { in GetResumeCount() function in SBLaunchInfo
285 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBLaunchInfo, GetResumeCount); in GetResumeCount()
287 return m_opaque_sp->GetResumeCount(); in GetResumeCount()
442 LLDB_REGISTER_METHOD(uint32_t, SBLaunchInfo, GetResumeCount, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBAttachInfo.i54 GetResumeCount ();
H A DSBLaunchInfo.i110 GetResumeCount ();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBAttachInfo.h114 uint32_t GetResumeCount();
H A DSBLaunchInfo.h154 uint32_t GetResumeCount();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h80 uint32_t GetResumeCount() const { return m_resume_count; } in GetResumeCount() function
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h127 SetResumeCount(launch_info.GetResumeCount()); in ProcessAttachInfo()
149 uint32_t GetResumeCount() const { return m_resume_count; } in GetResumeCount() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1050 __FUNCTION__, launch_info.GetResumeCount()); in LaunchProcess()
H A DProcess.cpp2772 this, attach_info.GetResumeCount())); in Attach()
2835 this, attach_info.GetResumeCount())); in Attach()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp5239 result = (uint32_t)(arg1)->GetResumeCount(); in _wrap_SBAttachInfo_GetResumeCount()
31467 result = (uint32_t)(arg1)->GetResumeCount(); in _wrap_SBLaunchInfo_GetResumeCount()