Re: [Valgrind-users] How to mark separate bits as undefined?

2015-04-08 Thread juris
On Wed, 8 Apr 2015 09:00:43 +0300 Azat Khuzhin 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 doc

Re: [Valgrind-users] How to mark separate bits as undefined?

2015-04-08 Thread Florian Krohm
On 08.04.2015 11:37, juris wrote: > Thank you very much! The example is helpful. (But the documentation isn't :-( You know how it is with documentation... Patches welcome. :) > This looks sufficient to implement the marking of separate bits. > Am I safe to assume that V bit value '0' will alway

[Valgrind-users] make dies: " /usr/bin/ar: libcoregrind_amd64_linux_a-m_cpuid.o: No such file or directory"

2015-04-08 Thread Robert E Farrell
Hi all, First let me say, I tried to look at the mail list archives first but after waiting 8 hours for the page to load, gave up. I am trying to do a "no root access" compile and install on a RHEL6 machine. I downloaded the 3.10.1 tarball, % tar -xaf valgrind-3.10.1.tar.bz2 % cd valgrind-3.10.

Re: [Valgrind-users] make dies: " /usr/bin/ar: libcoregrind_amd64_linux_a-m_cpuid.o: No such file or directory"

2015-04-08 Thread João M. S. Silva
Hi, Some quick, basic hints: > % tar -xaf valgrind-3.10.1.tar.bz2 Does -a work for decompression? Maybe RHEL has an older version, but current tar versions by default detect the format of the input file, so xf is enough. > % cd valgrind-3.10.1 > % ./configure --prefix=/home/name/bin > % make