Added a new convenience property on lldb.SBThread names "frames" which always returns a complete list of all lldb.SBFrame objects:

(lldb) script
>>> frames = lldb.thread.frames
>>> for frame in frames:
...   print frame

Also changed all of the "__repr__" methods to strip any trailing newline characters so we don't end up with entra newlines.



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@149466 91177308-0d34-0410-b5e6-96231b3b80d8
2 files changed