Lines Matching refs:None

70 …addr = property(GetPCAddress, None, doc='''A read only property that returns the program counter (…
71 …fp = property(GetFP, None, doc='''A read only property that returns the frame pointer (FP) as an u…
72 …sp = property(GetSP, None, doc='''A read only property that returns the stack pointer (SP) as an u…
73 …module = property(GetModule, None, doc='''A read only property that returns an lldb object that re…
74 …compile_unit = property(GetCompileUnit, None, doc='''A read only property that returns an lldb obj…
75 …function = property(GetFunction, None, doc='''A read only property that returns an lldb object tha…
76 …symbol = property(GetSymbol, None, doc='''A read only property that returns an lldb object that re…
77 …block = property(GetBlock, None, doc='''A read only property that returns an lldb object that repr…
78 …is_inlined = property(IsInlined, None, doc='''A read only property that returns an boolean that in…
79 …name = property(GetFunctionName, None, doc='''A read only property that retuns the name for the fu…
80 …line_entry = property(GetLineEntry, None, doc='''A read only property that returns an lldb object …
81 …thread = property(GetThread, None, doc='''A read only property that returns an lldb object that re…
82 …disassembly = property(Disassemble, None, doc='''A read only property that returns the disassembly…
83 …idx = property(GetFrameID, None, doc='''A read only property that returns the zero based stack fra…
84 …variables = property(get_all_variables, None, doc='''A read only property that returns a list() th…
85 …vars = property(get_all_variables, None, doc='''A read only property that returns a list() that co…
86 …locals = property(get_locals, None, doc='''A read only property that returns a list() that contain…
87 …args = property(get_arguments, None, doc='''A read only property that returns a list() that contai…
88 …arguments = property(get_arguments, None, doc='''A read only property that returns a list() that c…
89 …statics = property(get_statics, None, doc='''A read only property that returns a list() that conta…
90 …registers = property(GetRegisters, None, doc='''A read only property that returns a list() that co…
91 …regs = property(GetRegisters, None, doc='''A read only property that returns a list() that contain…
92 …register = property(get_registers_access, None, doc='''A read only property that returns an helper…
93 …reg = property(get_registers_access, None, doc='''A read only property that returns an helper obje…
94 …parent = property(get_parent_frame, None, doc='''A read only property that returns the parent (cal…