Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBThreadPlan.i56 See also GetStopReasonDataAtIndex().") GetStopReasonDataCount;
58 GetStopReasonDataCount();
H A DSBThread.i87 See also GetStopReasonDataAtIndex().") GetStopReasonDataCount;
89 GetStopReasonDataCount();
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBThreadPlan.h44 size_t GetStopReasonDataCount();
H A DSBThread.h52 size_t GetStopReasonDataCount();
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbinline.py131 for i in range(0, thread.GetStopReasonDataCount(), 2):
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBThreadPlan.cpp118 size_t SBThreadPlan::GetStopReasonDataCount() { in GetStopReasonDataCount() function in SBThreadPlan
H A DSBThread.cpp153 size_t SBThread::GetStopReasonDataCount() { in GetStopReasonDataCount() function in SBThread
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DVSCode.cpp347 const auto num = thread.GetStopReasonDataCount(); in GetExceptionBPFromStopReason()