Searched refs:GetNumFrames (Results 1 – 7 of 7) sorted by relevance
328 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…
31 uint32_t GetNumFrames(bool can_create = true);
396 return GetStackFrameList()->GetNumFrames(); in GetStackFrameCount()
173 uint32_t GetNumFrames();
1120 uint32_t SBThread::GetNumFrames() { in GetNumFrames() function in SBThread1121 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBThread, GetNumFrames); in GetNumFrames()1441 LLDB_REGISTER_METHOD(uint32_t, SBThread, GetNumFrames, ()); in RegisterMethods()
618 uint32_t StackFrameList::GetNumFrames(bool can_create) { in GetNumFrames() function in StackFrameList
55491 result = (uint32_t)(arg1)->GetNumFrames(); in _wrap_SBThread_GetNumFrames()