Searched defs:ucontext (Results 1 – 18 of 18) sorted by relevance
| /system/core/debuggerd/handler/ |
| D | debuggerd_fallback.cpp | 68 static void debuggerd_fallback_trace(int output_fd, ucontext_t* ucontext) { in debuggerd_fallback_trace() 90 static void debuggerd_fallback_tombstone(int output_fd, ucontext_t* ucontext, siginfo_t* siginfo, in debuggerd_fallback_tombstone() 187 static void trace_handler(siginfo_t* info, ucontext_t* ucontext) { in trace_handler() 299 static void crash_handler(siginfo_t* info, ucontext_t* ucontext, void* abort_message) { in crash_handler() 323 extern "C" void debuggerd_fallback_handler(siginfo_t* info, ucontext_t* ucontext, in debuggerd_fallback_handler()
|
| D | debuggerd_handler.cpp | 276 void* ucontext; member
|
| /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 | UnwindStack.cpp | 154 bool UnwindStackCurrent::UnwindFromContext(size_t num_ignore_frames, void* ucontext) { in UnwindFromContext() 200 bool UnwindStackOffline::Unwind(size_t num_ignore_frames, void* ucontext) { in Unwind()
|
| D | BacktraceCurrent.cpp | 67 bool BacktraceCurrent::Unwind(size_t num_ignore_frames, void* ucontext) { in Unwind()
|
| D | backtrace_offline_test.cpp | 95 std::vector<uint8_t> ucontext; member 194 std::vector<uint8_t> ucontext; member
|
| D | backtrace_test.cpp | 1500 static void SetUcontextSp(uint64_t sp, ucontext_t* ucontext) { in SetUcontextSp() 1516 static void SetUcontextPc(uint64_t pc, ucontext_t* ucontext) { in SetUcontextPc() 1532 static void SetUcontextLr(uint64_t lr, ucontext_t* ucontext) { in SetUcontextLr() 1588 ucontext_t ucontext; in UnwindFromDevice() local
|
| /system/core/libunwindstack/ |
| D | RegsX86_64.cpp | 117 void RegsX86_64::SetFromUcontext(x86_64_ucontext_t* ucontext) { in SetFromUcontext() 133 Regs* RegsX86_64::CreateFromUcontext(void* ucontext) { in CreateFromUcontext()
|
| D | RegsX86.cpp | 101 void RegsX86::SetFromUcontext(x86_ucontext_t* ucontext) { in SetFromUcontext() 114 Regs* RegsX86::CreateFromUcontext(void* ucontext) { in CreateFromUcontext()
|
| D | Regs.cpp | 74 Regs* Regs::CreateFromUcontext(ArchEnum arch, void* ucontext) { in CreateFromUcontext()
|
| D | RegsArm64.cpp | 118 Regs* RegsArm64::CreateFromUcontext(void* ucontext) { in CreateFromUcontext()
|
| D | RegsMips64.cpp | 119 Regs* RegsMips64::CreateFromUcontext(void* ucontext) { in CreateFromUcontext()
|
| D | RegsMips.cpp | 119 Regs* RegsMips::CreateFromUcontext(void* ucontext) { in CreateFromUcontext()
|
| D | RegsArm.cpp | 121 Regs* RegsArm::CreateFromUcontext(void* ucontext) { in CreateFromUcontext()
|
| /system/core/debuggerd/ |
| D | protocol.h | 87 ucontext_t ucontext; member
|
| /system/core/libunwindstack/tests/ |
| D | UnwindTest.cpp | 241 void* ucontext; in TEST_F() local
|
| /system/core/debuggerd/libdebuggerd/ |
| D | tombstone.cpp | 588 ucontext_t* ucontext) { in engrave_tombstone_ucontext()
|