From 3f99ade67a432adf6488a3d56e142675a158b7e9 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Mon, 15 Jul 2013 22:40:17 +0000 Subject: [PATCH] Fix typeo in diagnose-unwind.py. llvm-svn: 186358 --- lldb/examples/python/diagnose_unwind.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/examples/python/diagnose_unwind.py b/lldb/examples/python/diagnose_unwind.py index e0b9305..e977c4e 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) -- 2.7.4