diff options
| author | Jason Molenda <jmolenda@apple.com> | 2013-07-15 22:40:17 +0000 |
|---|---|---|
| committer | Jason Molenda <jmolenda@apple.com> | 2013-07-15 22:40:17 +0000 |
| commit | 3f99ade67a432adf6488a3d56e142675a158b7e9 (patch) | |
| tree | 7df1957b9ab6161304eede0f6390fbb37783ba26 /lldb/examples/python/diagnose_unwind.py | |
| parent | a0014a5a26fe4278c0a209413f6f9fd24003034c (diff) | |
| download | bcm5719-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.py | 2 |
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) |

