X-Git-Url: https://rtime.felk.cvut.cz/gitweb/l4.git/blobdiff_plain/f4122e6e085938b6d216a9ec724b974a603f6992..983fe7c4ac262f56d38a143b1efab1e4afb77a52:/l4/pkg/valgrind/src/valgrind-3.6.0-svn/coregrind/pub_core_errormgr.h diff --git a/l4/pkg/valgrind/src/valgrind-3.6.0-svn/coregrind/pub_core_errormgr.h b/l4/pkg/valgrind/src/valgrind-3.6.0-svn/coregrind/pub_core_errormgr.h index 2b72b038f..c3462e039 100644 --- a/l4/pkg/valgrind/src/valgrind-3.6.0-svn/coregrind/pub_core_errormgr.h +++ b/l4/pkg/valgrind/src/valgrind-3.6.0-svn/coregrind/pub_core_errormgr.h @@ -51,7 +51,14 @@ typedef extern void VG_(load_suppressions) ( void ); -extern void VG_(show_all_errors) ( void ); +// if verbosity == 0, print nothing. +// else if xml print suppressions used (in xml format) +// else if verbosity == 1 print Error summary +// else print all errors and suppressions used. +extern void VG_(show_all_errors) ( Int verbosity, Bool xml ); + +/* Print (in readable format) the last error that occured. */ +extern void VG_(show_last_error) ( void ); extern void VG_(show_error_counts_as_XML) ( void );