From: Philippe Waroquiers Date: Fri, 29 Aug 2014 23:24:20 +0000 (+0000) Subject: document in NEWS the fact that stack registration start/end boundaries X-Git-Tag: svn/VALGRIND_3_10_0~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23ced45c4879844578482e67953e2bac00c568b7;p=thirdparty%2Fvalgrind.git document in NEWS the fact that stack registration start/end boundaries are the lowest/highest addressable bytes git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14393 --- diff --git a/NEWS b/NEWS index d775d768cf..7604df9a23 100644 --- a/NEWS +++ b/NEWS @@ -45,6 +45,11 @@ Release 3.10.0 (?? ?????? 201?) * ==================== 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.