Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBThreadPlan.i79 eStopReasonPlanComplete 0") GetStopReasonDataAtIndex;
81 GetStopReasonDataAtIndex(uint32_t idx);
H A DSBThread.i110 eStopReasonPlanComplete 0") GetStopReasonDataAtIndex;
112 GetStopReasonDataAtIndex(uint32_t idx);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBThreadPlan.cpp129 uint64_t SBThreadPlan::GetStopReasonDataAtIndex(uint32_t idx) { in GetStopReasonDataAtIndex() function in SBThreadPlan
130 LLDB_RECORD_METHOD(uint64_t, SBThreadPlan, GetStopReasonDataAtIndex, in GetStopReasonDataAtIndex()
474 LLDB_REGISTER_METHOD(uint64_t, SBThreadPlan, GetStopReasonDataAtIndex, in RegisterMethods()
H A DSBThread.cpp212 uint64_t SBThread::GetStopReasonDataAtIndex(uint32_t idx) { in GetStopReasonDataAtIndex() function in SBThread
213 LLDB_RECORD_METHOD(uint64_t, SBThread, GetStopReasonDataAtIndex, (uint32_t), in GetStopReasonDataAtIndex()
1385 LLDB_REGISTER_METHOD(uint64_t, SBThread, GetStopReasonDataAtIndex, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThreadPlan.h65 uint64_t GetStopReasonDataAtIndex(uint32_t idx);
H A DSBThread.h73 uint64_t GetStopReasonDataAtIndex(uint32_t idx);
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp53553 result = (uint64_t)(arg1)->GetStopReasonDataAtIndex(arg2); in _wrap_SBThread_GetStopReasonDataAtIndex()
56612 result = (uint64_t)(arg1)->GetStopReasonDataAtIndex(arg2); in _wrap_SBThreadPlan_GetStopReasonDataAtIndex()