Searched defs:ucontext (Results 1 – 19 of 19) sorted by relevance
/system/core/debuggerd/handler/ |
D | debuggerd_fallback.cpp | 72 static void debuggerd_fallback_trace(int output_fd, ucontext_t* ucontext) { in debuggerd_fallback_trace() 99 static void debuggerd_fallback_tombstone(int output_fd, ucontext_t* ucontext, siginfo_t* siginfo, in debuggerd_fallback_tombstone() 196 static void trace_handler(siginfo_t* info, ucontext_t* ucontext) { in trace_handler() 309 static void crash_handler(siginfo_t* info, ucontext_t* ucontext, void* abort_message) { in crash_handler() 342 extern "C" void debuggerd_fallback_handler(siginfo_t* info, ucontext_t* ucontext, in debuggerd_fallback_handler()
|
D | debuggerd_handler.cpp | 170 static void log_signal_summary(const siginfo_t* info, const ucontext_t* ucontext) { in log_signal_summary() 300 void* ucontext; member 487 auto *ucontext = static_cast<ucontext_t*>(context); in debuggerd_signal_handler() local
|
/system/core/libbacktrace/ |
D | backtrace_testlib.cpp | 75 std::vector<uint8_t>* ucontext; member 85 ucontext_t ucontext; in GetContextAndExit() local 136 void test_get_context_and_wait(void* ucontext, volatile int* exit_flag) { in test_get_context_and_wait()
|
D | ThreadEntry.cpp | 128 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(sigcontext); in CopyUcontextFromSigcontext() local
|
D | BacktraceCurrent.cpp | 67 bool BacktraceCurrent::Unwind(size_t num_ignore_frames, void* ucontext) { in Unwind()
|
D | UnwindStack.cpp | 146 bool UnwindStackCurrent::UnwindFromContext(size_t num_ignore_frames, void* ucontext) { in UnwindFromContext()
|
D | backtrace_test.cpp | 1513 static void SetUcontextSp(uint64_t sp, ucontext_t* ucontext) { in SetUcontextSp() 1529 static void SetUcontextPc(uint64_t pc, ucontext_t* ucontext) { in SetUcontextPc() 1545 static void SetUcontextLr(uint64_t lr, ucontext_t* ucontext) { in SetUcontextLr() 1601 ucontext_t ucontext; in UnwindFromDevice() local
|
/system/core/libunwindstack/ |
D | RegsX86_64.cpp | 111 void RegsX86_64::SetFromUcontext(x86_64_ucontext_t* ucontext) { in SetFromUcontext() 127 Regs* RegsX86_64::CreateFromUcontext(void* ucontext) { in CreateFromUcontext()
|
D | RegsX86.cpp | 94 void RegsX86::SetFromUcontext(x86_ucontext_t* ucontext) { in SetFromUcontext() 107 Regs* RegsX86::CreateFromUcontext(void* ucontext) { in CreateFromUcontext()
|
D | Regs.cpp | 74 Regs* Regs::CreateFromUcontext(ArchEnum arch, void* ucontext) { in CreateFromUcontext()
|
D | RegsMips64.cpp | 112 Regs* RegsMips64::CreateFromUcontext(void* ucontext) { in CreateFromUcontext()
|
D | RegsArm.cpp | 91 Regs* RegsArm::CreateFromUcontext(void* ucontext) { in CreateFromUcontext()
|
D | RegsMips.cpp | 112 Regs* RegsMips::CreateFromUcontext(void* ucontext) { in CreateFromUcontext()
|
D | RegsArm64.cpp | 134 Regs* RegsArm64::CreateFromUcontext(void* ucontext) { in CreateFromUcontext()
|
/system/core/debuggerd/ |
D | protocol.h | 90 ucontext_t ucontext; member
|
D | crash_dump.cpp | 303 ucontext_t ucontext = crash_info->data.s.ucontext; in ReadCrashInfo() local
|
/system/core/debuggerd/libdebuggerd/ |
D | utility.cpp | 465 uintptr_t get_fault_address(const siginfo_t* siginfo, const ucontext_t* ucontext) { in get_fault_address()
|
D | tombstone.cpp | 554 ucontext_t* ucontext) { in engrave_tombstone_ucontext()
|
/system/core/libunwindstack/tests/ |
D | UnwindTest.cpp | 371 void* ucontext; in TEST_F() local
|