Lines Matching full:that

41 …'''A helper object that will lazily hand out lldb.SBModule objects for a target when supplied an i…
95 …'''An accessor function that returns a modules_access() object which allows lazy module access fro…
99 …'''An accessor function that returns a list() that contains all modules in a lldb.SBTarget object.…
116 … '''A helper object that will lazily hand out bkpts for a target when supplied an index.'''
134 …'''An accessor function that returns a bkpts_access() object which allows lazy bkpt access from a …
138 …'''An accessor function that returns a list() that contains all bkpts in a lldb.SBtarget object.'''
150 … '''A helper object that will lazily hand out watchpoints for a target when supplied an index.'''
168 …'''An accessor function that returns a watchpoints_access() object which allows lazy watchpoint ac…
172 …'''An accessor function that returns a list() that contains all watchpoints in a lldb.SBtarget obj…
178 …'A read only property that returns a list() of lldb.SBModule objects contained in this target. Thi…
179that returns an object that implements python operator overloading with the square brackets().\n …
180 …ss, None, doc='''A read only property that returns an lldb object that represents the process (lld…
181 …= property(GetExecutable, None, doc='''A read only property that returns an lldb object that repre…
182 …r, None, doc='''A read only property that returns an lldb object that represents the debugger (lld…
183 …y(GetNumBreakpoints, None, doc='''A read only property that returns the number of breakpoints that
184 …breakpoints = property(get_target_bkpts, None, doc='''A read only property that returns a list() o…
185 …rty(get_bkpts_access_object, None, doc='''A read only property that returns an object that can be …
186 …y(GetNumWatchpoints, None, doc='''A read only property that returns the number of watchpoints that
187 …watchpoints = property(get_target_watchpoints, None, doc='''A read only property that returns a li…
188 …t_watchpoints_access_object, None, doc='''A read only property that returns an object that can be …
189 …er = property(GetBroadcaster, None, doc='''A read only property that an lldb object that represent…
190 …A read only property that returns an lldb enumeration value (lldb.eByteOrderLittle, lldb.eByteOrde…
191 …addr_size = property(GetAddressByteSize, None, doc='''A read only property that returns the size i…
192 …triple = property(GetTriple, None, doc='''A read only property that returns the target triple (arc…
193 …data_byte_size = property(GetDataByteSize, None, doc='''A read only property that returns the size…
194 …code_byte_size = property(GetCodeByteSize, None, doc='''A read only property that returns the size…
195 …platform = property(GetPlatform, None, doc='''A read only property that returns the platform assoc…