Searched refs:GetResumeCount (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBAttachInfo.cpp | 82 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 D | SBLaunchInfo.cpp | 284 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 D | SBAttachInfo.i | 54 GetResumeCount ();
|
| H A D | SBLaunchInfo.i | 110 GetResumeCount ();
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBAttachInfo.h | 114 uint32_t GetResumeCount();
|
| H A D | SBLaunchInfo.h | 154 uint32_t GetResumeCount();
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | ProcessLaunchInfo.h | 80 uint32_t GetResumeCount() const { return m_resume_count; } in GetResumeCount() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Process.h | 127 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 D | Platform.cpp | 1050 __FUNCTION__, launch_info.GetResumeCount()); in LaunchProcess()
|
| H A D | Process.cpp | 2772 this, attach_info.GetResumeCount())); in Attach() 2835 this, attach_info.GetResumeCount())); in Attach()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 5239 result = (uint32_t)(arg1)->GetResumeCount(); in _wrap_SBAttachInfo_GetResumeCount() 31467 result = (uint32_t)(arg1)->GetResumeCount(); in _wrap_SBLaunchInfo_GetResumeCount()
|