Lines Matching full:that

193     values that can be access by index.
198 Classes reserve the first indexes for base classes that have
211 we have a 'Point' type and we have a SBValue that contains a
216 If you actually need an SBValue that represents the type pointed
218 regardless of the pointee type, you can do that with the SBValue.Dereference
221 Arrays have a preset number of children that can be accessed by
222 index and will returns invalid child values for indexes that are
225 that aren't in the array bounds using positive or negative
232 An enumeration that specifies whether to get dynamic values,
238 for pointers and arrays for indexes that normally wouldn't
242 A new SBValue object that represents the child member value.") GetChildAtIndex;
298 An enumeration that specifies whether to get dynamic values,
303 A new SBValue object that represents the child member value.") GetChildMemberWithName;
451 … '''A helper object that will lazily hand out thread for a process when supplied an index.'''
467 …'''An accessor function that returns a children_access() object which allows lazy member variable …
471 …'''An accessor function that returns a list() that contains all children in a lldb.SBValue object.…
486 …children = property(get_value_child_list, None, doc='''A read only property that returns a list() …
487 …rty(get_child_access_object, None, doc='''A read only property that returns an object that can acc…
488 …name = property(GetName, None, doc='''A read only property that returns the name of this value as …
489 …pe = property(GetType, None, doc='''A read only property that returns a lldb.SBType object that re…
490 …size = property(GetByteSize, None, doc='''A read only property that returns the size in bytes of t…
491 …ope = property(IsInScope, None, doc='''A read only property that returns a boolean value that indi…
492 …c='''A read/write property that gets/sets the format used for lldb.SBValue().GetValue() for this v…
493 …value = property(GetValue, SetValueFromCString, doc='''A read/write property that gets/sets value …
494 …doc='''A read only property that returns an lldb enumeration value (see enumerations that start wi…
495 …operty(GetValueDidChange, None, doc='''A read only property that returns a boolean value that indi…
496 …Data, None, doc='''A read only property that returns an lldb object (lldb.SBData) that represents …
497 …load_addr = property(GetLoadAddress, None, doc='''A read only property that returns the load addre…
498 …r = property(GetAddress, None, doc='''A read only property that returns an lldb.SBAddress that rep…
499 …f = property(Dereference, None, doc='''A read only property that returns an lldb.SBValue that is c…
500 …_of = property(AddressOf, None, doc='''A read only property that returns an lldb.SBValue that repr…
501 …ror = property(GetError, None, doc='''A read only property that returns the lldb.SBError that repr…
502 …summary = property(GetSummary, None, doc='''A read only property that returns the summary for this…
503 …description = property(GetObjectDescription, None, doc='''A read only property that returns the la…
504 …property(__get_dynamic__, None, doc='''A read only property that returns an lldb.SBValue that is c…
505 …location = property(GetLocation, None, doc='''A read only property that returns the location of th…
506 …et = property(GetTarget, None, doc='''A read only property that returns the lldb.SBTarget that thi…
507 … = property(GetProcess, None, doc='''A read only property that returns the lldb.SBProcess that thi…
508 …ad = property(GetThread, None, doc='''A read only property that returns the lldb.SBThread that thi…
509 …ame = property(GetFrame, None, doc='''A read only property that returns the lldb.SBFrame that this…
510 …(GetNumChildren, None, doc='''A read only property that returns the number of child lldb.SBValues
511 …unsigned = property(GetValueAsUnsigned, None, doc='''A read only property that returns the value o…
512 …signed = property(GetValueAsSigned, None, doc='''A read only property that returns the value of th…
519 …property(get_expr_path, None, doc='''A read only property that returns the expression path that on…