Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBThreadExtensions.i13 return lldb_iter(self, 'GetNumFrames', 'GetFrameAtIndex')
17 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 stack frames in this thread as an integer.''')
/freebsd/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()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h177 uint32_t GetNumFrames();
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp638 uint32_t StackFrameList::GetNumFrames(bool can_create) { in GetNumFrames() function in StackFrameList
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp1085 uint32_t SBThread::GetNumFrames() { in GetNumFrames() function in SBThread
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp63409 result = (uint32_t)(arg1)->GetNumFrames(); in _wrap_SBThread_GetNumFrames()