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
/*--- A header file for various private parts of Valgrind's core. ---*/
/*--- core.h ---*/
/*--------------------------------------------------------------------*/
-
+
/*
This file is part of Valgrind, a dynamic binary instrumentation
framework.
/*--------------------------------------------------------------------*/
-/*--- 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.
}
/*--------------------------------------------------------------------*/
-/*--- end vg_signals.c ---*/
+/*--- end ---*/
/*--------------------------------------------------------------------*/
+
/*--------------------------------------------------------------------*/
/*--- ExeContexts: long-lived, non-dup'd stack traces. ---*/
/*--- pub_core_execontext.h ---*/
/*--- on libc.so. ---*/
/*--- vg_mylibc.c ---*/
/*--------------------------------------------------------------------*/
-
+
/*
This file is part of Valgrind, a dynamic binary instrumentation
framework.