Make sure to subtract one from the PC when doing the symbolication of stack frames...
authorGreg Clayton <gclayton@apple.com>
Thu, 17 May 2012 03:58:23 +0000 (03:58 +0000)
committerGreg Clayton <gclayton@apple.com>
Thu, 17 May 2012 03:58:23 +0000 (03:58 +0000)
commitf67002dd4cec0d362ab7fe41692d7d940618d95e
tree97846fdb95c364ef172d8349e3ad68f4db113d2b
parentb273b743732d609e9d64b5e21fb126648742dc77
Make sure to subtract one from the PC when doing the symbolication of stack frames when it isn't the zero'th frame.

llvm-svn: 156974
lldb/examples/python/crashlog.py