fix n-i-bz report error for vgdb snapshot requested before execution
authorphilippe <philippe@a5019735-40e9-0310-863c-91ae7b9d1cf9>
Mon, 24 Sep 2012 21:50:16 +0000 (21:50 +0000)
committerphilippe <philippe@a5019735-40e9-0310-863c-91ae7b9d1cf9>
Mon, 24 Sep 2012 21:50:16 +0000 (21:50 +0000)
commit147cb73ec8bdec70303807e0f69e5be8c3a38f46
treedc87a3eff05ed74b233174afa3b437d1a6716551
parent69625cd5305b141b515180f248694022b7fd2b74
fix n-i-bz    report error for vgdb snapshot requested before execution
Massif does not accept to take snapshots of heap before execution has started.
So, if such a snapshot is requested (using vgdb and option --vgdb-error=0),
then such a snapshot must be refused rather than causing an assert.
(problem reported by dark_footix@yahoo.fr)

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13015 a5019735-40e9-0310-863c-91ae7b9d1cf9
NEWS
massif/ms_main.c