Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/bindings/interface/
H A DSBThreadExtensions.i17 return self.GetNumFrames()
26 return int(self.sbthread.GetNumFrames())
52 …num_frames = property(GetNumFrames, None, doc='''A read only property that returns the number of s…
/src/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameList.h33 uint32_t GetNumFrames(bool can_create = true);
H A DThread.h403 return GetStackFrameList()->GetNumFrames(); in GetStackFrameCount()
/src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h177 uint32_t GetNumFrames();
/src/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp638 uint32_t StackFrameList::GetNumFrames(bool can_create) { in GetNumFrames() function in StackFrameList
/src/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp1085 uint32_t SBThread::GetNumFrames() { in GetNumFrames() function in SBThread
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp63409 result = (uint32_t)(arg1)->GetNumFrames(); in _wrap_SBThread_GetNumFrames()