Home
last modified time | relevance | path

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

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