Home
last modified time | relevance | path

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

/system/core/debuggerd/handler/
Ddebuggerd_fallback.cpp99 void* abort_message) { in debuggerd_fallback_tombstone() argument
105 engrave_tombstone_ucontext(output_fd, reinterpret_cast<uintptr_t>(abort_message), siginfo, in debuggerd_fallback_tombstone()
308 static void crash_handler(siginfo_t* info, ucontext_t* ucontext, void* abort_message) { in crash_handler() argument
332 debuggerd_fallback_tombstone(output_fd.get(), ucontext, info, abort_message); in crash_handler()
342 void* abort_message) { in debuggerd_fallback_handler() argument
346 return crash_handler(info, ucontext, abort_message); in debuggerd_fallback_handler()
Ddebuggerd_handler.cpp486 void* abort_message = nullptr; in debuggerd_signal_handler() local
493 abort_message = reinterpret_cast<void*>(si_val & ~1); in debuggerd_signal_handler()
499 abort_message = g_callbacks.get_abort_message(); in debuggerd_signal_handler()
513 debuggerd_fallback_handler(info, static_cast<ucontext_t*>(context), abort_message); in debuggerd_signal_handler()
532 .abort_msg = reinterpret_cast<uintptr_t>(abort_message), in debuggerd_signal_handler()
/system/core/base/
Dlogging.cpp235 void DefaultAborter(const char* abort_message) { in DefaultAborter() argument
237 android_set_abort_message(abort_message); in DefaultAborter()
239 UNUSED(abort_message); in DefaultAborter()
/system/core/init/
Dutil.cpp429 static void InitAborter(const char* abort_message) { in InitAborter() argument
433 android::base::DefaultAborter(abort_message); in InitAborter()
/system/core/base/include/android-base/
Dlogging.h114 void DefaultAborter(const char* abort_message);
/system/core/debuggerd/
Ddebuggerd_test.cpp367 TEST_F(CrasherTest, abort_message) { in TEST_F() argument