Lines Matching full:frame
22 if parent_idx >= 0 and parent_idx < len(self.thread.frame):
23 return self.thread.frame[parent_idx]
71 …fp = property(GetFP, None, doc='''A read only property that returns the frame pointer (FP) as an u…
73 …ty that returns an lldb object that represents the module (lldb.SBModule) for this stack frame.''')
74 …urns an lldb object that represents the compile unit (lldb.SBCompileUnit) for this stack frame.''')
75 …hat returns an lldb object that represents the function (lldb.SBFunction) for this stack frame.''')
76 …ty that returns an lldb object that represents the symbol (lldb.SBSymbol) for this stack frame.''')
77 …erty that returns an lldb object that represents the block (lldb.SBBlock) for this stack frame.''')
78 …'A read only property that returns an boolean that indicates if the block frame is an inlined func…
79 … property that retuns the name for the function that this frame represents. Inlined stack frame mi…
80 …ns an lldb object that represents the line table entry (lldb.SBLineEntry) for this stack frame.''')
81 …ty that returns an lldb object that represents the thread (lldb.SBThread) for this stack frame.''')
82 …, doc='''A read only property that returns the disassembly for this stack frame as a python string…
83 …ty(GetFrameID, None, doc='''A read only property that returns the zero based stack frame index.''')
84 …contains a collection of lldb.SBValue objects that represent the variables in this stack frame.''')
85 …contains a collection of lldb.SBValue objects that represent the variables in this stack frame.''')
86 …ns a collection of lldb.SBValue objects that represent the local variables in this stack frame.''')
87 …a collection of lldb.SBValue objects that represent the argument variables in this stack frame.''')
88 …a collection of lldb.SBValue objects that represent the argument variables in this stack frame.''')
89 …s a collection of lldb.SBValue objects that represent the static variables in this stack frame.''')
90 …ins a collection of lldb.SBValue objects that represent the CPU registers for this stack frame.''')
91 …ins a collection of lldb.SBValue objects that represent the CPU registers for this stack frame.''')
92 …n helper object providing a flattened indexable view of the CPU registers for this stack frame.''')
93 …an helper object providing a flattened indexable view of the CPU registers for this stack frame''')
94 … None, doc='''A read only property that returns the parent (caller) frame of the current frame.''')