Hello, Subhashish Pradhan, le Mon 06 Jan 2014 09:01:26 +0530, a écrit : > So teaching valgrind the syscall means directing memcache tool to > intercept the read/write operations of the syscall?
It does not mean "intercepting", but writing in the valgrind source code what read/write operations the syscall is supposed to be doing: valgrind does not intercept anything, it just knows what syscalls are supposed to read and write. > Is this memcache tool the one that handles read/write primitives of > valgrind? Yes. Samuel