Lines Matching full:that

71     that remains constant throughout the lifetime of the function.
108 Gets the deepest block that contains the frame PC.
116 LLDB are represented by Blocks that have inlined function information, so
165 The version that doesn't supply a 'use_dynamic' value will use the
180 Gets the lexical block that defines the stack frame. Another way to think
181 of this is it will return the block that contains all of the variables
183 that have inlined function information: the name of the inlined function,
184 where it was called from. The block that is returned will be the first
185 block at or above the block for the PC (SBFrame::GetBlock()) that defines
187 this will be the top most lexical block that defines the function.
190 block that defines this frame. If the PC isn't currently in an inlined
191 function, the lexical block that defines the function is returned.") GetFrameBlock;
214 The version that doesn't supply a 'use_dynamic' value will use the
236 The version that doesn't supply a 'use_dynamic' value will use the
272 the result of this function is a value that will continue to
285 The version that doesn't supply a ``use_dynamic`` value will use the
321 a value that represents the variable expression path'''
326 …'''A helper object that exposes a flattened view of registers, masking away the notion of register…
343 …addr = property(GetPCAddress, None, doc='''A read only property that returns the program counter (…
344 …fp = property(GetFP, None, doc='''A read only property that returns the frame pointer (FP) as an u…
345 …sp = property(GetSP, None, doc='''A read only property that returns the stack pointer (SP) as an u…
346 …ule = property(GetModule, None, doc='''A read only property that returns an lldb object that repre…
347 … property(GetCompileUnit, None, doc='''A read only property that returns an lldb object that repre…
348 …n = property(GetFunction, None, doc='''A read only property that returns an lldb object that repre…
349 …bol = property(GetSymbol, None, doc='''A read only property that returns an lldb object that repre…
350 …lock = property(GetBlock, None, doc='''A read only property that returns an lldb object that repre…
351 …lined = property(IsInlined, None, doc='''A read only property that returns an boolean that indicat…
352 …d only property that retuns the name for the function that this frame represents. Inlined stack fr…
353 … = property(GetLineEntry, None, doc='''A read only property that returns an lldb object that repre…
354 …ead = property(GetThread, None, doc='''A read only property that returns an lldb object that repre…
355 …disassembly = property(Disassemble, None, doc='''A read only property that returns the disassembly…
356 …idx = property(GetFrameID, None, doc='''A read only property that returns the zero based stack fra…
357 …es, None, doc='''A read only property that returns a list() that contains a collection of lldb.SBV…
358 …es, None, doc='''A read only property that returns a list() that contains a collection of lldb.SBV…
359 …ls, None, doc='''A read only property that returns a list() that contains a collection of lldb.SBV…
360 …ts, None, doc='''A read only property that returns a list() that contains a collection of lldb.SBV…
361 …ts, None, doc='''A read only property that returns a list() that contains a collection of lldb.SBV…
362 …cs, None, doc='''A read only property that returns a list() that contains a collection of lldb.SBV…
363 …rs, None, doc='''A read only property that returns a list() that contains a collection of lldb.SBV…
364 …rs, None, doc='''A read only property that returns a list() that contains a collection of lldb.SBV…
365 …register = property(get_registers_access, None, doc='''A read only property that returns an helper…
366 …reg = property(get_registers_access, None, doc='''A read only property that returns an helper obje…
367 …parent = property(get_parent_frame, None, doc='''A read only property that returns the parent (cal…