forked from OSchip/llvm-project
parent
a0014a5a26
commit
3f99ade67a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue