|
From: <sv...@va...> - 2014-12-17 11:01:48
|
Author: florian
Date: Wed Dec 17 11:01:40 2014
New Revision: 14816
Log:
Comment change. Function vg_panic does not exist.
Modified:
trunk/coregrind/m_debuginfo/priv_storage.h
trunk/coregrind/m_debuginfo/storage.c
Modified: trunk/coregrind/m_debuginfo/priv_storage.h
==============================================================================
--- trunk/coregrind/m_debuginfo/priv_storage.h (original)
+++ trunk/coregrind/m_debuginfo/priv_storage.h Wed Dec 17 11:01:40 2014
@@ -1108,8 +1108,8 @@
/* ------ 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 );
Modified: trunk/coregrind/m_debuginfo/storage.c
==============================================================================
--- trunk/coregrind/m_debuginfo/storage.c (original)
+++ trunk/coregrind/m_debuginfo/storage.c Wed Dec 17 11:01:40 2014
@@ -59,8 +59,8 @@
/*--- 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 )
{
|