Home
last modified time | relevance | path

Searched refs:ucontext (Results 1 - 15 of 15) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/include/
H A Ddfx_signal_handler.h21 #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 Ddfx_regs_x86_64.cpp121 // 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 Dthread_context.cpp207 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 Ddfx_crash_local_handler.h19 #include <sys/ucontext.h>
H A Ddfx_signal_local_handler.h20 #include <ucontext.h>
/base/startup/init/services/modules/crashhandler/
H A Dcrash_handler.h21 #include <ucontext.h>
/base/hiviewdfx/faultloggerd/test/unittest/signal_handler/
H A Dsignal_chain_test.cpp114 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 Dunwind_context.h20 #include <ucontext.h>
H A Ddfx_regs.h22 #include <ucontext.h>
/base/hiviewdfx/faultloggerd/interfaces/common/
H A Dunwind_x86_64_define.h22 #include <ucontext.h>
H A Ddfx_dump_request.h20 #include <ucontext.h>
/base/hiviewdfx/faultloggerd/frameworks/localhandler/
H A Ddfx_crash_local_handler.cpp20 #include <sys/ucontext.h>
/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_runner.cpp289 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 Dwatchdog_inner.cpp43 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 Dprocess_dumper.cpp36 #include <ucontext.h>

Completed in 10 milliseconds