summaryrefslogtreecommitdiffstats
path: root/lldb/examples/python/diagnose_unwind.py
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2013-07-15 22:40:17 +0000
committerJason Molenda <jmolenda@apple.com>2013-07-15 22:40:17 +0000
commit3f99ade67a432adf6488a3d56e142675a158b7e9 (patch)
tree7df1957b9ab6161304eede0f6390fbb37783ba26 /lldb/examples/python/diagnose_unwind.py
parenta0014a5a26fe4278c0a209413f6f9fd24003034c (diff)
downloadbcm5719-llvm-3f99ade67a432adf6488a3d56e142675a158b7e9.tar.gz
bcm5719-llvm-3f99ade67a432adf6488a3d56e142675a158b7e9.zip
Fix typeo in diagnose-unwind.py.
llvm-svn: 186358
Diffstat (limited to 'lldb/examples/python/diagnose_unwind.py')
-rw-r--r--lldb/examples/python/diagnose_unwind.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/examples/python/diagnose_unwind.py b/lldb/examples/python/diagnose_unwind.py
index e0b9305f2b0..e977c4ed1b0 100644
--- a/lldb/examples/python/diagnose_unwind.py
+++ b/lldb/examples/python/diagnose_unwind.py
@@ -69,7 +69,7 @@ def simple_backtrace(debugger):
module_list = []
address_list = [cur_thread.GetFrameAtIndex(0).GetPC()]
this_module = backtrace_print_frame (target, 0, cur_thread.GetFrameAtIndex(0).GetPC(), initial_fp)
- print_stack_frame (process, cur_fp)
+ print_stack_frame (process, initial_fp)
print ""
if this_module != None:
module_list.append (this_module)
OpenPOWER on IntegriCloud