Home
last modified time | relevance | path

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

/aosp14/system/core/debuggerd/handler/
H A Ddebuggerd_fallback.cpp86 siginfo_t* siginfo, void* abort_message) { in debuggerd_fallback_tombstone() argument
92 engrave_tombstone_ucontext(output_fd, proto_fd, reinterpret_cast<uintptr_t>(abort_message), in debuggerd_fallback_tombstone()
274 static void crash_handler(siginfo_t* info, ucontext_t* ucontext, void* abort_message) { in crash_handler() argument
298 debuggerd_fallback_tombstone(output_fd.get(), proto_fd.get(), ucontext, info, abort_message); in crash_handler()
308 void* abort_message) { in debuggerd_fallback_handler() argument
312 return crash_handler(info, ucontext, abort_message); in debuggerd_fallback_handler()
/aosp14/system/core/debuggerd/proto/
H A Dtombstone.proto35 string abort_message = 14;
/aosp14/system/core/debuggerd/libdebuggerd/
H A Dtombstone_proto_to_text.cpp428 if (!tombstone.abort_message().empty()) { in print_main_thread()
429 CBL("Abort message: '%s'", tombstone.abort_message().c_str()); in print_main_thread()
/aosp14/system/core/init/
H A Dutil.cpp674 static void InitAborter(const char* abort_message) { in InitAborter() argument
678 android::base::DefaultAborter(abort_message); in InitAborter()
/aosp14/frameworks/base/core/jni/
H A DLayoutlibLoader.cpp223 void LayoutlibAborter(const char* abort_message) { in LayoutlibAborter() argument
/aosp14/system/core/debuggerd/
H A Ddebuggerd_test.cpp935 TEST_F(CrasherTest, abort_message) { in TEST_F() argument