Change the process iteration pattern to a more concise:

    for thread in process:
        print >> output, print_stacktrace(thread, string_buffer=True)

llvm-svn: 130940
1 file changed
tree: 81ed0e243377571e7148bfa786b47b9c0ae16479
  1. clang/
  2. compiler-rt/
  3. debuginfo-tests/
  4. libcxx/
  5. libcxxabi/
  6. lldb/
  7. llvm/
  8. polly/