lldb.SBThread.frames_access:
A helper object that will lazily hand out frames for a thread when
supplied an index.
lldb.SBTarget.modules_access:
A helper object that will lazily hand out lldb.SBModule objects for
a target when supplied an index, or by full or partial path.
lldb.SBBlock.ranges_access:
A helper object that will lazily hand out an array of
lldb.SBAddress that represent address ranges for a block.