Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dpub_core_errormgr.h58 extern void VG_(show_all_errors) ( Int verbosity, Bool xml );
Dm_errormgr.c966 void VG_(show_all_errors) ( Int verbosity, Bool xml ) in VG_() argument
Dm_main.c2135 VG_(show_all_errors)(VG_(clo_verbosity), VG_(clo_xml)); in shutdown_actions_NORETURN() local
/external/valgrind/coregrind/m_gdbserver/
Dserver.c375 VG_(show_all_errors)(/* verbosity */ 2, /* xml */ False); in handle_gdb_valgrind_command()