Home
last modified time | relevance | path

Searched refs:GetStopReasonDataCount (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBThreadPlan.i56 See also GetStopReasonDataAtIndex().") GetStopReasonDataCount;
58 GetStopReasonDataCount();
H A DSBThread.i87 See also GetStopReasonDataAtIndex().") GetStopReasonDataCount;
89 GetStopReasonDataCount();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBThreadPlan.cpp123 size_t SBThreadPlan::GetStopReasonDataCount() { in GetStopReasonDataCount() function in SBThreadPlan
124 LLDB_RECORD_METHOD_NO_ARGS(size_t, SBThreadPlan, GetStopReasonDataCount); in GetStopReasonDataCount()
473 LLDB_REGISTER_METHOD(size_t, SBThreadPlan, GetStopReasonDataCount, ()); in RegisterMethods()
H A DSBThread.cpp155 size_t SBThread::GetStopReasonDataCount() { in GetStopReasonDataCount() function in SBThread
156 LLDB_RECORD_METHOD_NO_ARGS(size_t, SBThread, GetStopReasonDataCount); in GetStopReasonDataCount()
1384 LLDB_REGISTER_METHOD(size_t, SBThread, GetStopReasonDataCount, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThreadPlan.h44 size_t GetStopReasonDataCount();
H A DSBThread.h52 size_t GetStopReasonDataCount();
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp53526 result = (arg1)->GetStopReasonDataCount(); in _wrap_SBThread_GetStopReasonDataCount()
56585 result = (arg1)->GetStopReasonDataCount(); in _wrap_SBThreadPlan_GetStopReasonDataCount()