Searched defs:ucontext_t (Results 1 - 4 of 4) sorted by relevance

/system/core/debuggerd/handler/
H A Ddebuggerd_fallback_nop.cpp29 extern "C" void debuggerd_fallback_handler(struct siginfo_t*, struct ucontext_t*, void*) { argument
/system/core/include/backtrace/
H A DBacktrace.h68 typedef __darwin_ucontext ucontext_t; typedef
71 typedef ucontext ucontext_t; typedef
105 virtual bool Unwind(size_t num_ignore_frames, ucontext_t* context = NULL) = 0;
/system/core/libbacktrace/include/backtrace/
H A DBacktrace.h68 typedef __darwin_ucontext ucontext_t; typedef
71 typedef ucontext ucontext_t; typedef
105 virtual bool Unwind(size_t num_ignore_frames, ucontext_t* context = NULL) = 0;
/system/core/debuggerd/libdebuggerd/
H A Dtombstone.cpp496 __attribute__((weak)) void dump_registers(log_t* log, const ucontext_t*) { argument
763 ucontext_t* ucontext) {

Completed in 74 milliseconds