Home
last modified time | relevance | path

Searched refs:TriggerTrapException (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_c/
H A Ddfx_crasher.h55 int TriggerTrapException(void);
H A Ddfx_crasher.c46 NOINLINE int TriggerTrapException(void) in TriggerTrapException() function
405 return TriggerTrapException(); in ParseAndDoCrash()
/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_cpp/
H A Ddfx_crasher.h63 static int TriggerTrapException();
H A Ddfx_crasher.cpp99 {"triSIGTRAP", "trigger a SIGTRAP", &DfxCrasher::TriggerTrapException},
300 NOINLINE int DfxCrasher::TriggerTrapException() in TriggerTrapException() function in DfxCrasher