Add new information gathering to the lldb & simple backtrace methods:
authorJason Molenda <jmolenda@apple.com>
Tue, 9 Jul 2013 05:08:14 +0000 (05:08 +0000)
committerJason Molenda <jmolenda@apple.com>
Tue, 9 Jul 2013 05:08:14 +0000 (05:08 +0000)
commit5bd4a4613c29f727119678c698accd2cc2af51a1
treedc31da33e95919d0a0c262723ca922620dc96522
parentcf68e2a1b117f42c95b1291325266928dccb67d6
Add new information gathering to the lldb & simple backtrace methods:
print five words of memory at the beginning of the stack frame so it's
easier to track where an incorrect saved-fp or saved-pc may have come from.

llvm-svn: 185903
lldb/examples/python/diagnose_unwind.py