/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/include/ |
H A D | dfx_signal_handler.h | 21 #include <ucontext.h> 31 * @param ucontext userlevel context 33 typedef void(*ThreadInfoCallBack)(char* buf, size_t len, void* ucontext);
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dfx_regs_x86_64.cpp | 121 // sp points to the ucontext data structure, read only the mcontext part. in StepIfSignalFrame() 122 ucontext_t ucontext; in StepIfSignalFrame() local 125 memory->Read(scAddr, &ucontext.uc_mcontext, sizeof(ucontext.uc_mcontext), false); in StepIfSignalFrame() 126 SetFromUcontext(ucontext); in StepIfSignalFrame()
|
H A D | thread_context.cpp | 207 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(context); in CopyContextAndWaitTimeout() 209 if (memcpy_s(&ctxPtr->ctx->uc_mcontext, sizeof(ucontext->uc_mcontext), in CopyContextAndWaitTimeout() 210 &ucontext->uc_mcontext, sizeof(ucontext->uc_mcontext)) != 0) { in CopyContextAndWaitTimeout() 211 DFXLOGW("Failed to copy local ucontext with tid(%{public}d)", tid); in CopyContextAndWaitTimeout()
|
/base/hiviewdfx/faultloggerd/frameworks/localhandler/include/ |
H A D | dfx_crash_local_handler.h | 19 #include <sys/ucontext.h>
|
H A D | dfx_signal_local_handler.h | 20 #include <ucontext.h>
|
/base/startup/init/services/modules/crashhandler/ |
H A D | crash_handler.h | 21 #include <ucontext.h>
|
/base/hiviewdfx/faultloggerd/test/unittest/signal_handler/ |
H A D | signal_chain_test.cpp | 114 AT_UNUSED static bool SigchainSpecialHandlerDumpTrue(int signo, siginfo_t *si, void *ucontext) in SigchainSpecialHandlerDumpTrue() argument 126 AT_UNUSED static bool SigchainSpecialHandlerDump1(int signo, siginfo_t *si, void *ucontext) in SigchainSpecialHandlerDump1() argument 138 AT_UNUSED static bool SigchainSpecialHandlerDump2(int signo, siginfo_t *si, void *ucontext) in SigchainSpecialHandlerDump2() argument 150 AT_UNUSED static bool SigchainSpecialHandlerSegvTrue(int signo, siginfo_t *si, void *ucontext) in SigchainSpecialHandlerSegvTrue() argument 162 AT_UNUSED static bool SigchainSpecialHandlerSegv1(int signo, siginfo_t *si, void *ucontext) in SigchainSpecialHandlerSegv1() argument 174 AT_UNUSED static bool SigchainSpecialHandlerSegv2(int signo, siginfo_t *si, void *ucontext) in SigchainSpecialHandlerSegv2() argument 190 AT_UNUSED static bool DumpSignalHandler(int signo, siginfo_t *si, void *ucontext) in DumpSignalHandler() argument 199 AT_UNUSED static bool SegvSignalHandler(int signo, siginfo_t *si, void *ucontext) in SegvSignalHandler() argument
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | unwind_context.h | 20 #include <ucontext.h>
|
H A D | dfx_regs.h | 22 #include <ucontext.h>
|
/base/hiviewdfx/faultloggerd/interfaces/common/ |
H A D | unwind_x86_64_define.h | 22 #include <ucontext.h>
|
H A D | dfx_dump_request.h | 20 #include <ucontext.h>
|
/base/hiviewdfx/faultloggerd/frameworks/localhandler/ |
H A D | dfx_crash_local_handler.cpp | 20 #include <sys/ucontext.h>
|
/base/notification/eventhandler/frameworks/eventhandler/src/ |
H A D | event_runner.cpp | 289 typedef void(*ThreadInfoCallback)(char *buf, size_t len, void *ucontext); 457 static void CrashCallback(char *buf, size_t len, void *ucontext); 482 void EventRunnerImpl::CrashCallback(char *buf, size_t len, void *ucontext) in CrashCallback() argument
|
/base/hiviewdfx/hicollie/frameworks/native/ |
H A D | watchdog_inner.cpp | 43 typedef void(*ThreadInfoCallBack)(char* buf, size_t len, void* ucontext); 96 void* ucontext __attribute__((unused))) in ThreadInfo() 98 if (ucontext == nullptr) { in ThreadInfo()
|
/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | process_dumper.cpp | 36 #include <ucontext.h>
|