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.i17 return self.GetNumFrames()
26 return int(self.sbthread.GetNumFrames())
66 …num_frames = property(GetNumFrames, None, doc='''A read only property that returns the number of s…
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameList.h34 uint32_t GetNumFrames(bool can_create = true);
H A DThread.h428 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.cpp575 uint32_t StackFrameList::GetNumFrames(bool can_create) { in GetNumFrames() function in StackFrameList
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp1099 uint32_t SBThread::GetNumFrames() { in GetNumFrames() function in SBThread
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp64639 result = (uint32_t)(arg1)->GetNumFrames(); in _wrap_SBThread_GetNumFrames()