Searched refs:GetResumeCount (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/lldb/source/API/ |
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()
|
D | SBLaunchInfo.cpp | 280 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/ |
D | SBAttachInfo.i | 52 GetResumeCount ();
|
D | SBLaunchInfo.i | 107 GetResumeCount ();
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBAttachInfo.h | 114 uint32_t GetResumeCount();
|
D | SBLaunchInfo.h | 154 uint32_t GetResumeCount();
|
/external/llvm-project/lldb/include/lldb/Host/ |
D | ProcessLaunchInfo.h | 79 uint32_t GetResumeCount() const { return m_resume_count; } in GetResumeCount() function
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | Process.h | 124 SetResumeCount(launch_info.GetResumeCount()); in ProcessAttachInfo() 146 uint32_t GetResumeCount() const { return m_resume_count; } in GetResumeCount() function
|
/external/llvm-project/lldb/source/Target/ |
D | Platform.cpp | 1050 __FUNCTION__, launch_info.GetResumeCount()); in LaunchProcess()
|
D | Process.cpp | 2900 this, attach_info.GetResumeCount())); in Attach() 2963 this, attach_info.GetResumeCount())); in Attach()
|