Searched refs:GetNumFrames (Results 1 – 7 of 7) sorted by relevance
13 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.''')
33 uint32_t GetNumFrames(bool can_create = true);
403 return GetStackFrameList()->GetNumFrames(); in GetStackFrameCount()
177 uint32_t GetNumFrames();
638 uint32_t StackFrameList::GetNumFrames(bool can_create) { in GetNumFrames() function in StackFrameList
1085 uint32_t SBThread::GetNumFrames() { in GetNumFrames() function in SBThread
63409 result = (uint32_t)(arg1)->GetNumFrames(); in _wrap_SBThread_GetNumFrames()