Home
last modified time | relevance | path

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

/system/core/debuggerd/libdebuggerd/
Dtombstone_proto.cpp497 bool unwind_ret; in dump_thread() local
499 unwind_ret = unwinder->Unwind(thread_info.registers.get(), data); in dump_thread()
501 unwind_ret = unwinder->Unwind(thread_info.tid, data); in dump_thread()
503 if (!unwind_ret) { in dump_thread()