git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14816
/* ------ Misc ------ */
-/* Show a non-fatal debug info reading error. Use vg_panic if
- terminal. 'serious' errors are always shown, not 'serious' ones
+/* Show a non-fatal debug info reading error. Use VG_(core_panic) for
+ fatal errors. 'serious' errors are always shown, not 'serious' ones
are shown only at verbosity level 2 and above. */
extern
void ML_(symerr) ( const DebugInfo* di, Bool serious, const HChar* msg );
/*--- Misc (printing, errors) ---*/
/*------------------------------------------------------------*/
-/* Show a non-fatal debug info reading error. Use vg_panic if
- terminal. 'serious' errors are shown regardless of the
+/* Show a non-fatal debug info reading error. Use VG_(core_panic) for
+ fatal errors. 'serious' errors are shown regardless of the
verbosity setting. */
void ML_(symerr) ( const DebugInfo* di, Bool serious, const HChar* msg )
{