Lines Matching full:that
10 … '''A helper object that will lazily hand out thread for a process when supplied an index.'''
29 …'''An accessor function that returns a children_access() object which allows lazy member variable …
33 …'''An accessor function that returns a list() that contains all children in a lldb.SBValue object.…
51 …children = property(get_value_child_list, None, doc='''A read only property that returns a list() …
52 …rty(get_child_access_object, None, doc='''A read only property that returns an object that can acc…
53 …name = property(GetName, None, doc='''A read only property that returns the name of this value as …
54 …pe = property(GetType, None, doc='''A read only property that returns a lldb.SBType object that re…
55 …size = property(GetByteSize, None, doc='''A read only property that returns the size in bytes of t…
56 …ope = property(IsInScope, None, doc='''A read only property that returns a boolean value that indi…
57 …c='''A read/write property that gets/sets the format used for lldb.SBValue().GetValue() for this v…
58 …value = property(GetValue, SetValueFromCString, doc='''A read/write property that gets/sets value …
59 …doc='''A read only property that returns an lldb enumeration value (see enumerations that start wi…
60 …operty(GetValueDidChange, None, doc='''A read only property that returns a boolean value that indi…
61 …Data, None, doc='''A read only property that returns an lldb object (lldb.SBData) that represents …
62 …load_addr = property(GetLoadAddress, None, doc='''A read only property that returns the load addre…
63 …r = property(GetAddress, None, doc='''A read only property that returns an lldb.SBAddress that rep…
64 …f = property(Dereference, None, doc='''A read only property that returns an lldb.SBValue that is c…
65 …_of = property(AddressOf, None, doc='''A read only property that returns an lldb.SBValue that repr…
66 …ror = property(GetError, None, doc='''A read only property that returns the lldb.SBError that repr…
67 …summary = property(GetSummary, None, doc='''A read only property that returns the summary for this…
68 …description = property(GetObjectDescription, None, doc='''A read only property that returns the la…
69 …property(__get_dynamic__, None, doc='''A read only property that returns an lldb.SBValue that is c…
70 …location = property(GetLocation, None, doc='''A read only property that returns the location of th…
71 …et = property(GetTarget, None, doc='''A read only property that returns the lldb.SBTarget that thi…
72 … = property(GetProcess, None, doc='''A read only property that returns the lldb.SBProcess that thi…
73 …ad = property(GetThread, None, doc='''A read only property that returns the lldb.SBThread that thi…
74 …ame = property(GetFrame, None, doc='''A read only property that returns the lldb.SBFrame that this…
75 …(GetNumChildren, None, doc='''A read only property that returns the number of child lldb.SBValues …
76 …unsigned = property(GetValueAsUnsigned, None, doc='''A read only property that returns the value o…
77 …signed = property(GetValueAsSigned, None, doc='''A read only property that returns the value of th…
84 …property(get_expr_path, None, doc='''A read only property that returns the expression path that on…