Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBThread.i328 GetNumFrames ();
418 return self.GetNumFrames()
427 return int(self.sbthread.GetNumFrames())
431 if type(key) is int and key < self.sbthread.GetNumFrames():
450 …num_frames = property(GetNumFrames, None, doc='''A read only property that returns the number of s…
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameList.h31 uint32_t GetNumFrames(bool can_create = true);
H A DThread.h396 return GetStackFrameList()->GetNumFrames(); in GetStackFrameCount()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h173 uint32_t GetNumFrames();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp1120 uint32_t SBThread::GetNumFrames() { in GetNumFrames() function in SBThread
1121 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBThread, GetNumFrames); in GetNumFrames()
1441 LLDB_REGISTER_METHOD(uint32_t, SBThread, GetNumFrames, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp618 uint32_t StackFrameList::GetNumFrames(bool can_create) { in GetNumFrames() function in StackFrameList
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp55491 result = (uint32_t)(arg1)->GetNumFrames(); in _wrap_SBThread_GetNumFrames()