Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
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()
DSBLaunchInfo.cpp280 uint32_t SBLaunchInfo::GetResumeCount() { in GetResumeCount() function in SBLaunchInfo
281 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBLaunchInfo, GetResumeCount); in GetResumeCount()
283 return m_opaque_sp->GetResumeCount(); in GetResumeCount()
391 LLDB_REGISTER_METHOD(uint32_t, SBLaunchInfo, GetResumeCount, ()); in RegisterMethods()
/external/llvm-project/lldb/bindings/interface/
DSBAttachInfo.i52 GetResumeCount ();
DSBLaunchInfo.i107 GetResumeCount ();
/external/llvm-project/lldb/include/lldb/API/
DSBAttachInfo.h114 uint32_t GetResumeCount();
DSBLaunchInfo.h154 uint32_t GetResumeCount();
/external/llvm-project/lldb/include/lldb/Host/
DProcessLaunchInfo.h79 uint32_t GetResumeCount() const { return m_resume_count; } in GetResumeCount() function
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h124 SetResumeCount(launch_info.GetResumeCount()); in ProcessAttachInfo()
146 uint32_t GetResumeCount() const { return m_resume_count; } in GetResumeCount() function
/external/llvm-project/lldb/source/Target/
DPlatform.cpp1050 __FUNCTION__, launch_info.GetResumeCount()); in LaunchProcess()
DProcess.cpp2900 this, attach_info.GetResumeCount())); in Attach()
2963 this, attach_info.GetResumeCount())); in Attach()