Lines Matching refs:doc
486 …children = property(get_value_child_list, None, doc='''A read only property that returns a list() …
487 …child = property(get_child_access_object, None, doc='''A read only property that returns an object…
488 …name = property(GetName, None, doc='''A read only property that returns the name of this value as …
489 …type = property(GetType, None, doc='''A read only property that returns a lldb.SBType object that …
490 …size = property(GetByteSize, None, doc='''A read only property that returns the size in bytes of t…
491 …is_in_scope = property(IsInScope, None, doc='''A read only property that returns a boolean value t…
492 …format = property(GetName, SetFormat, doc='''A read/write property that gets/sets the format used …
493 …value = property(GetValue, SetValueFromCString, doc='''A read/write property that gets/sets value …
494 …value_type = property(GetValueType, None, doc='''A read only property that returns an lldb enumera…
495 …changed = property(GetValueDidChange, None, doc='''A read only property that returns a boolean val…
496 …data = property(GetData, None, doc='''A read only property that returns an lldb object (lldb.SBDat…
497 …load_addr = property(GetLoadAddress, None, doc='''A read only property that returns the load addre…
498 …addr = property(GetAddress, None, doc='''A read only property that returns an lldb.SBAddress that …
499 …deref = property(Dereference, None, doc='''A read only property that returns an lldb.SBValue that …
500 …address_of = property(AddressOf, None, doc='''A read only property that returns an lldb.SBValue th…
501 …error = property(GetError, None, doc='''A read only property that returns the lldb.SBError that re…
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 …dynamic = property(__get_dynamic__, None, doc='''A read only property that returns an lldb.SBValue…
505 …location = property(GetLocation, None, doc='''A read only property that returns the location of th…
506 …target = property(GetTarget, None, doc='''A read only property that returns the lldb.SBTarget that…
507 …process = property(GetProcess, None, doc='''A read only property that returns the lldb.SBProcess t…
508 …thread = property(GetThread, None, doc='''A read only property that returns the lldb.SBThread that…
509 …frame = property(GetFrame, None, doc='''A read only property that returns the lldb.SBFrame that th…
510 …num_children = property(GetNumChildren, None, doc='''A read only property that returns the number …
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 …path = property(get_expr_path, None, doc='''A read only property that returns the expression path …