From: Florian Krohm Date: Wed, 17 Dec 2014 11:01:40 +0000 (+0000) Subject: Comment change. Function vg_panic does not exist. X-Git-Tag: svn/VALGRIND_3_11_0~770 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7baf26617a89aa763a5b3f865e0f36799939d089;p=thirdparty%2Fvalgrind.git Comment change. Function vg_panic does not exist. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14816 --- diff --git a/coregrind/m_debuginfo/priv_storage.h b/coregrind/m_debuginfo/priv_storage.h index 3afa502bb0..0770e4fbec 100644 --- a/coregrind/m_debuginfo/priv_storage.h +++ b/coregrind/m_debuginfo/priv_storage.h @@ -1108,8 +1108,8 @@ extern DebugInfoMapping* ML_(find_rx_mapping) ( DebugInfo* di, /* ------ 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 ); diff --git a/coregrind/m_debuginfo/storage.c b/coregrind/m_debuginfo/storage.c index ec48ca7ae9..a745330344 100644 --- a/coregrind/m_debuginfo/storage.c +++ b/coregrind/m_debuginfo/storage.c @@ -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 ) {