Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dpub_core_errormgr.h67 extern Bool VG_(showing_core_errors) ( void );
Dm_signals.c1235 if (VG_(showing_core_errors)() && !VG_(clo_xml)) { in VG_()
1241 if (VG_(showing_core_errors)() && !VG_(clo_xml)) { in VG_()
1250 if (VG_(showing_core_errors)() && !VG_(clo_xml)) { in VG_()
Dm_errormgr.c285 Bool VG_(showing_core_errors)(void) in VG_() argument
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-generic.c1421 if ((!allowed) && VG_(showing_core_errors)() ) { in ML_()