Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_c/
H A Ddfx_crasher.h38 int RaiseTrapException(void);
H A Ddfx_crasher.c129 NOINLINE int RaiseTrapException(void) in RaiseTrapException() function
385 return RaiseTrapException(); in ParseAndDoCrash()
/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_cpp/
H A Ddfx_crasher.h41 static int RaiseTrapException();
H A Ddfx_crasher.cpp93 {"SIGTRAP", "raise a SIGTRAP", &DfxCrasher::RaiseTrapException},
258 NOINLINE int DfxCrasher::RaiseTrapException() in RaiseTrapException() function in DfxCrasher