Searched refs:DfxCrasher (Results 1 - 2 of 2) sorted by relevance
/base/hiviewdfx/faultloggerd/tools/crasher_cpp/ |
H A D | dfx_crasher.cpp | 90 {"SIGFPE", "raise a SIGFPE", &DfxCrasher::RaiseFloatingPointException}, 91 {"SIGILL", "raise a SIGILL", &DfxCrasher::RaiseIllegalInstructionException}, 92 {"SIGSEGV", "raise a SIGSEGV", &DfxCrasher::RaiseSegmentFaultException}, 93 {"SIGTRAP", "raise a SIGTRAP", &DfxCrasher::RaiseTrapException}, 94 {"SIGABRT", "raise a SIGABRT", &DfxCrasher::RaiseAbort}, 95 {"SIGBUS", "raise a SIGBUS", &DfxCrasher::RaiseBusError}, 97 {"triSIGILL", "trigger a SIGILL", &DfxCrasher::IllegalInstructionException}, 98 {"triSIGSEGV", "trigger a SIGSEGV", &DfxCrasher::SegmentFaultException}, 99 {"triSIGTRAP", "trigger a SIGTRAP", &DfxCrasher::TriggerTrapException}, 100 {"triSIGABRT", "trigger a SIGABRT", &DfxCrasher 164 DfxCrasher::DfxCrasher() {} DfxCrasher() function in DfxCrasher [all...] |
H A D | dfx_crasher.h | 30 class DfxCrasher { class 33 static DfxCrasher &GetInstance(); 34 ~DfxCrasher(); 84 DfxCrasher(); 85 DfxCrasher(const DfxCrasher &) = delete; 86 DfxCrasher &operator=(const DfxCrasher &) = delete;
|
Completed in 2 milliseconds