]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Improve description of an address that is on a stack but below sp.
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sun, 31 Aug 2014 22:27:19 +0000 (22:27 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sun, 31 Aug 2014 22:27:19 +0000 (22:27 +0000)
commit3159bc49c8ef4dca85ae3502d7bdc1c4f7ffb4b3
tree84cc2340256cd0fa901428264c0d17fc5d19fe1c
parent8d4524f6a125ce8f06638dc6334daa41d0ab8800
Improve description of an address that is on a stack but below sp.

An address below the sp will be described as being on a stack, but below sp.

The stack for such an address is found in the registered stacks.

Also, if there is a guard page at the end of the stack (lowest address)
an address in this page will be described as being in thread guard page.
A guard page is recognised as being a page not readable/writable/executable.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14399
coregrind/m_addrinfo.c
include/pub_tool_addrinfo.h
memcheck/tests/Makefile.am
memcheck/tests/descr_belowsp.c [new file with mode: 0644]
memcheck/tests/descr_belowsp.stderr.exp [new file with mode: 0644]
memcheck/tests/descr_belowsp.vgtest [new file with mode: 0644]
tests/filter_stderr_basic