]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Add to Memcheck a flag --ignore-range-below-sp=<offset>-<offset>, for
authorJulian Seward <jseward@acm.org>
Tue, 18 Oct 2016 17:16:11 +0000 (17:16 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 18 Oct 2016 17:16:11 +0000 (17:16 +0000)
commit766292973dfb9741d9a7fd4fccd47c07b60987ce
tree0719191aeadc493263d649ed97af6048911e6f90
parentd752f5471687f72a1b1973d8f218c04ae8f53430
Add to Memcheck a flag --ignore-range-below-sp=<offset>-<offset>, for
ignoring accesses on the stack below SP.  Serves as a more modern
replacement for --workaround-gcc296-bugs, which is now deprecated.
Fixes #360571.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16073
14 files changed:
coregrind/m_libcbase.c
include/pub_tool_libcbase.h
memcheck/docs/mc-manual.xml
memcheck/mc_errors.c
memcheck/mc_include.h
memcheck/mc_main.c
memcheck/tests/amd64-linux/Makefile.am
memcheck/tests/amd64-linux/access_below_sp.c [new file with mode: 0644]
memcheck/tests/amd64-linux/access_below_sp_1.stderr.exp [new file with mode: 0644]
memcheck/tests/amd64-linux/access_below_sp_1.stdout.exp [new file with mode: 0644]
memcheck/tests/amd64-linux/access_below_sp_1.vgtest [new file with mode: 0644]
memcheck/tests/amd64-linux/access_below_sp_2.stderr.exp [new file with mode: 0644]
memcheck/tests/amd64-linux/access_below_sp_2.stdout.exp [new file with mode: 0644]
memcheck/tests/amd64-linux/access_below_sp_2.vgtest [new file with mode: 0644]