|
From: juris <ju...@mt...> - 2015-04-08 09:37:53
|
On Wed, 8 Apr 2015 09:00:43 +0300 Azat Khuzhin <a3a...@gm...> wrote: > You could look at VALGRIND_SET_VBITS here: > http://valgrind.org/docs/manual/mc-manual.html > > Example here: > http://repo.or.cz/w/valgrind.git/blob/HEAD:/memcheck/tests/metadata.c Thank you very much! The example is helpful. (But the documentation isn't :-( This looks sufficient to implement the marking of separate bits. Am I safe to assume that V bit value '0' will always mean 'defined' and '1' will mean 'undefined'? Or at least that this meaning will not be different for different address ranges? I cannot find this mentioned in manual... |