Searched refs:SIGDUMP (Results 1 - 12 of 12) sorted by relevance
/base/hiviewdfx/faultloggerd/test/unittest/signal_handler/ |
H A D | signal_chain_test.cpp | 83 EXPECT_EQ(signo, SIGDUMP) << "SignalDumpHandler Failed"; in SignalDumpHandler() 97 EXPECT_EQ(signo, SIGDUMP) << "SignalDumpSigaction Failed"; in SignalDumpSigaction() 118 EXPECT_EQ(signo, SIGDUMP) << "SigchainSpecialHandlerDumpTrue Failed"; in SigchainSpecialHandlerDumpTrue() 130 EXPECT_EQ(signo, SIGDUMP) << "SigchainSpecialHandlerDump1 Failed"; in SigchainSpecialHandlerDump1() 142 EXPECT_EQ(signo, SIGDUMP) << "SigchainSpecialHandlerDump2 Failed"; in SigchainSpecialHandlerDump2() 195 EXPECT_EQ(signo, SIGDUMP) << "DumpSignalHandler Failed"; in DumpSignalHandler() 212 GTEST_LOG_(INFO) << "kill SIGDUMP pid: " << pid; in KillAndWaitPid() 213 kill(pid, SIGDUMP); in KillAndWaitPid() 296 add_special_signal_handler(SIGDUMP, &sigchain1); in HWTEST_F() 336 add_special_signal_handler(SIGDUMP, in HWTEST_F() [all...] |
/base/hiviewdfx/faultloggerd/interfaces/innerkits/sigdump_handler/ |
H A D | dfx_sigdump_handler.cpp | 97 if (syscall(SYS_tkill, tid, SIGDUMP) != 0) { in SignalDumpRetranHandler() 106 sigaddset(&set, SIGDUMP); in RunThread() 159 remove_all_special_handler(SIGDUMP); in Init() 163 sigaddset(&action.sa_mask, SIGDUMP); in Init() 167 sigaction(SIGDUMP, &action, nullptr); in Init()
|
/base/hiviewdfx/faultloggerd/test/funchook/ |
H A D | dfx_signal_hook.c | 39 #ifndef SIGDUMP 40 #define SIGDUMP 35 macro 66 SIGABRT, SIGBUS, SIGILL, SIGSEGV, SIGDUMP in IsPlatformHandleSignal()
|
/base/hiviewdfx/faultloggerd/interfaces/common/ |
H A D | dfx_define.h | 21 #define SIGDUMP 35 macro
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/ |
H A D | dfx_dumprequest.c | 162 SIGDUMP, SIGLEAK_STACK 556 if (sig == SIGDUMP) { in ReadUnwindFinishMsg() 632 sig != SIGDUMP && in ForkAndDoProcessDump() 653 ret = sig == SIGDUMP || sig == SIGLEAK_STACK; in DfxDumpRequest() 657 if (sig != SIGDUMP) { in DfxDumpRequest()
|
H A D | dfx_signal_handler.c | 107 static int g_prevHandledSignal = SIGDUMP; 285 return sig == SIGDUMP || sig == SIGLEAK_STACK; in IsDumpSignal() 337 SIGDUMP, SIGLEAK_STACK 382 // only work when subthread crash and send SIGDUMP to mainthread. in PauseMainThreadHandler() 424 if (sig == SIGDUMP) { in DFX_SigchainHandler()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dfx_signal.cpp | 100 { SIGDUMP, std::string("SIGDUMP") }, in FormatSignalName()
|
/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | process_dumper.cpp | 247 if (si.si_signo != SIGDUMP) { in SetProcessdumpTimeout() 334 if (request->siginfo.si_signo == SIGDUMP && resFd_ == -1) { in Dump() 532 isCrash_ = request->siginfo.si_signo != SIGDUMP; in DumpProcess() 739 case SIGDUMP: in GetLogTypeByRequest()
|
H A D | printer.cpp | 51 bool isCrash = (request->siginfo.si_signo != SIGDUMP); in PrintDumpHeader()
|
/base/hiviewdfx/hicollie/frameworks/native/ |
H A D | watchdog_inner.cpp | 677 SetThreadSignalMask(SIGDUMP, true, true); in CreateWatchdogThreadIfNeed() 756 SetThreadSignalMask(SIGDUMP, false, false); in Start()
|
/base/hiviewdfx/faultloggerd/tools/crasher_cpp/ |
H A D | dfx_crasher.cpp | 113 {"DumpCrash", "trigger a SIGDUMP", &DfxCrasher::DoDumpCrash}, 509 raise(SIGDUMP); in DoDumpCrash()
|
/base/hiviewdfx/faultloggerd/services/ |
H A D | fault_logger_daemon.cpp | 644 si.si_signo = SIGDUMP; in HandleSdkDumpRequest()
|
Completed in 13 milliseconds