Files
clang-p2996/lldb/test
Johnny Chen f4de10d290 Add a generator adaptor class named 'Iterator' which turns lldb aggregate data
structures into an iterable Python object.

Example:

    def disassemble_instructions (insts):
        from lldbutil import Iterator
        for i in Iterator(insts, 'GetSize', 'GetInstructionAtIndex'):
            print i

llvm-svn: 116137
2010-10-09 01:31:09 +00:00
..
2010-10-05 00:08:08 +00:00
2010-10-08 17:21:27 +00:00
2010-08-24 20:54:26 +00:00
2010-10-08 17:21:27 +00:00
2010-10-08 17:21:27 +00:00