|
From: John R. <jr...@bi...> - 2013-01-06 21:05:40
|
> What I want is basically to instrument only a couple of .so modules, > leaving anything else unchanged. In order to compute correct answers, memcheck must observe every instruction whose input(s) derive from memory, or whose output(s) eventually go to memory. "Partial instrumentation" would be possible only for a program which directly spews constants. -- |