Home
last modified time | relevance | path

Searched refs:stack_depth (Results 1 – 1 of 1) sorted by relevance

/system/core/debuggerd/
Ddebuggerd.c442 int stack_depth; in dump_crash_report() local
474 stack_depth = unwind_backtrace_with_ptrace(tfd, tid, milist, sp_list, in dump_crash_report()
480 if (stack_depth < 2) { in dump_crash_report()
481 dump_pc_and_lr(tfd, tid, milist, stack_depth, at_fault); in dump_crash_report()
484 dump_stack_and_code(tfd, tid, milist, stack_depth, sp_list, at_fault); in dump_crash_report()