Home
last modified time | relevance | path

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

/system/core/debuggerd/include/debuggerd/
Dhandler.h39 void* abort_msg; member
/system/core/debuggerd/handler/
Ddebuggerd_handler.cpp366 iovs[3] = {.iov_base = &thread_info->process_info.abort_msg, .iov_len = sizeof(uintptr_t)}; in debuggerd_dispatch_pseudothread()
515 process_info.abort_msg = reinterpret_cast<void*>(si_val & ~1); in debuggerd_signal_handler()
533 debuggerd_fallback_handler(info, ucontext, process_info.abort_msg); in debuggerd_signal_handler()
/system/core/debuggerd/
Dcrash_dump.cpp215 android::base::SetAborter([](const char* abort_msg) { in Initialize() argument
229 dprintf(g_output_fd.get(), " %d: %s\n", g_target_thread, abort_msg); in Initialize()
231 dprintf(g_output_fd.get(), ": %s\n", abort_msg); in Initialize()
/system/core/debuggerd/crasher/
Dcrasher.cpp365 .abort_msg = reinterpret_cast<void*>(&msg), in main()