|
From: <sv...@va...> - 2014-08-29 23:24:38
|
Author: philippe
Date: Fri Aug 29 23:24:20 2014
New Revision: 14393
Log:
document in NEWS the fact that stack registration start/end boundaries
are the lowest/highest addressable bytes
Modified:
trunk/NEWS
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Fri Aug 29 23:24:20 2014
@@ -45,6 +45,11 @@
* ==================== OTHER CHANGES ====================
+* The semantic of stack start/end boundaries in valgrind.h
+ VALGRIND_STACK_REGISTER has been clarified/documented.
+ The convention is that start and end are respectively the lowest
+ and highest addressable bytes of the stack.
+
* Better stacktraces and suppression matching for inlined function calls.
The new option --read-inline-info=yes|no allows to control the reading
of the dwarf debug information describing inlined function calls.
|