Searched refs:SetResumeCount (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBAttachInfo.cpp | 88 void SBAttachInfo::SetResumeCount(uint32_t c) { in SetResumeCount() function in SBAttachInfo 89 LLDB_RECORD_METHOD(void, SBAttachInfo, SetResumeCount, (uint32_t), c); in SetResumeCount() 91 m_opaque_sp->SetResumeCount(c); in SetResumeCount() 277 LLDB_REGISTER_METHOD(void, SBAttachInfo, SetResumeCount, (uint32_t)); in RegisterMethods()
|
| H A D | SBLaunchInfo.cpp | 290 void SBLaunchInfo::SetResumeCount(uint32_t c) { in SetResumeCount() function in SBLaunchInfo 291 LLDB_RECORD_METHOD(void, SBLaunchInfo, SetResumeCount, (uint32_t), c); in SetResumeCount() 293 m_opaque_sp->SetResumeCount(c); in SetResumeCount() 443 LLDB_REGISTER_METHOD(void, SBLaunchInfo, SetResumeCount, (uint32_t)); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBAttachInfo.i | 57 SetResumeCount (uint32_t c);
|
| H A D | SBLaunchInfo.i | 113 SetResumeCount (uint32_t c);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBAttachInfo.h | 116 void SetResumeCount(uint32_t c);
|
| H A D | SBLaunchInfo.h | 156 void SetResumeCount(uint32_t c);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | ProcessLaunchInfo.cpp | 317 SetResumeCount(num_resumes + 1); in ConvertArgumentsForLaunchingInShell() 322 SetResumeCount(num_resumes); in ConvertArgumentsForLaunchingInShell()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | ProcessLaunchInfo.h | 82 void SetResumeCount(uint32_t c) { m_resume_count = c; } in SetResumeCount() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Process.h | 127 SetResumeCount(launch_info.GetResumeCount()); in ProcessAttachInfo() 151 void SetResumeCount(uint32_t c) { m_resume_count = c; } in SetResumeCount() function
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 5265 (arg1)->SetResumeCount(arg2); in _wrap_SBAttachInfo_SetResumeCount() 31493 (arg1)->SetResumeCount(arg2); in _wrap_SBLaunchInfo_SetResumeCount()
|