]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Whitespace/comment-only changes, to serve as placeholder for the last commit
authorNicholas Nethercote <njn@valgrind.org>
Wed, 1 Jun 2005 00:03:17 +0000 (00:03 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Wed, 1 Jun 2005 00:03:17 +0000 (00:03 +0000)
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

coregrind/core.h
coregrind/m_signals.c
coregrind/pub_core_execontext.h
coregrind/vg_mylibc.c

index e5d499e4478fc6288acc1f49de465af1592116c6..0129cc5554679b3b97ae871eda2a5ee82fa25743 100644 (file)
@@ -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.
index 88d3eb8aa56eeae3fa9b8d29d4e31b6df1ccb439..3ad16835919ecabd036c10de5c80ba7189065add 100644 (file)
@@ -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                                                          ---*/
 /*--------------------------------------------------------------------*/
index 5b56a4d43dc72ba4dedcfd6070743c23cefe35f6..d6371e9e0aa00cfa1a70e76401dfdb7fa93e9c26 100644 (file)
@@ -1,3 +1,4 @@
+
 /*--------------------------------------------------------------------*/
 /*--- ExeContexts: long-lived, non-dup'd stack traces.             ---*/
 /*---                                        pub_core_execontext.h ---*/
index 659bdf60413564f7b78275d5b2223620bfd0e12a..c6678ed94746b849163708cf2035294129c17afe 100644 (file)
@@ -4,7 +4,7 @@
 /*--- on libc.so.                                                  ---*/
 /*---                                                  vg_mylibc.c ---*/
 /*--------------------------------------------------------------------*/
-
 /*
    This file is part of Valgrind, a dynamic binary instrumentation
    framework.