From: Nicholas Nethercote Date: Wed, 1 Jun 2005 00:03:17 +0000 (+0000) Subject: Whitespace/comment-only changes, to serve as placeholder for the last commit X-Git-Tag: svn/VALGRIND_3_0_0~486 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=106cd10f92e058a22f769d7b4ffaea36182f1597;p=thirdparty%2Fvalgrind.git Whitespace/comment-only changes, to serve as placeholder for the last commit which I put the wrong log message in for. The log message should have been: Clean up VG_(core_panic_at)() -- pass it ip/sp/fp rather than a StackTrace. This allows m_signals.c to not have to know about m_stacktrace.c, nor does core.h need to import pub_core_stacktrace.h any more. (Also fixed a bug that was preventing vg_assert2's extra string from being printed.) Also moved VG_DEEPEST_BACKTRACE out of core.h into pub_core_execontext.h. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3832 --- diff --git a/coregrind/core.h b/coregrind/core.h index e5d499e447..0129cc5554 100644 --- a/coregrind/core.h +++ b/coregrind/core.h @@ -3,7 +3,7 @@ /*--- A header file for various private parts of Valgrind's core. ---*/ /*--- core.h ---*/ /*--------------------------------------------------------------------*/ - + /* This file is part of Valgrind, a dynamic binary instrumentation framework. diff --git a/coregrind/m_signals.c b/coregrind/m_signals.c index 88d3eb8aa5..3ad1683591 100644 --- a/coregrind/m_signals.c +++ b/coregrind/m_signals.c @@ -1,8 +1,8 @@ /*--------------------------------------------------------------------*/ -/*--- Implementation of POSIX signals. vg_signals.c ---*/ +/*--- Implementation of POSIX signals. m_signals.c ---*/ /*--------------------------------------------------------------------*/ - + /* This file is part of Valgrind, a dynamic binary instrumentation framework. @@ -2080,5 +2080,5 @@ void VG_(sigstartup_actions) ( void ) } /*--------------------------------------------------------------------*/ -/*--- end vg_signals.c ---*/ +/*--- end ---*/ /*--------------------------------------------------------------------*/ diff --git a/coregrind/pub_core_execontext.h b/coregrind/pub_core_execontext.h index 5b56a4d43d..d6371e9e0a 100644 --- a/coregrind/pub_core_execontext.h +++ b/coregrind/pub_core_execontext.h @@ -1,3 +1,4 @@ + /*--------------------------------------------------------------------*/ /*--- ExeContexts: long-lived, non-dup'd stack traces. ---*/ /*--- pub_core_execontext.h ---*/ diff --git a/coregrind/vg_mylibc.c b/coregrind/vg_mylibc.c index 659bdf6041..c6678ed947 100644 --- a/coregrind/vg_mylibc.c +++ b/coregrind/vg_mylibc.c @@ -4,7 +4,7 @@ /*--- on libc.so. ---*/ /*--- vg_mylibc.c ---*/ /*--------------------------------------------------------------------*/ - + /* This file is part of Valgrind, a dynamic binary instrumentation framework.