bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Valgrind porting


From: Samuel Thibault
Subject: Re: Valgrind porting
Date: Mon, 6 Jan 2014 09:55:07 +0100
User-agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]