Home
last modified time | relevance | path

Searched defs:ucontext (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/debuggerd/handler/
H A Ddebuggerd_fallback.cpp57 static void debuggerd_fallback_trace(int output_fd, ucontext_t* ucontext) { in debuggerd_fallback_trace()
85 static void debuggerd_fallback_tombstone(int output_fd, int proto_fd, ucontext_t* ucontext, in debuggerd_fallback_tombstone()
156 static void trace_handler(siginfo_t* info, ucontext_t* ucontext) { in trace_handler()
274 static void crash_handler(siginfo_t* info, ucontext_t* ucontext, void* abort_message) { in crash_handler()
307 extern "C" void debuggerd_fallback_handler(siginfo_t* info, ucontext_t* ucontext, in debuggerd_fallback_handler()
H A Ddebuggerd_handler.cpp321 void* ucontext; member
531 auto *ucontext = static_cast<ucontext_t*>(context); in debuggerd_signal_handler() local
/aosp14/system/core/debuggerd/libdebuggerd/
H A Dtombstone.cpp55 siginfo_t* siginfo, ucontext_t* ucontext) { in engrave_tombstone_ucontext()
/aosp14/system/core/debuggerd/
H A Dprotocol.h90 ucontext_t ucontext; member