Fix typeo in diagnose-unwind.py.

llvm-svn: 186358
This commit is contained in:
Jason Molenda 2013-07-15 22:40:17 +00:00
parent a0014a5a26
commit 3f99ade67a
1 changed files with 1 additions and 1 deletions

View File

@ -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)