|
From: Jeremy F. <je...@go...> - 2003-12-08 21:49:10
|
On Mon, 2003-12-08 at 11:45, Balaji Rs Iyengar wrote: > 1. Could you explain where this address translation is done. I looked into > the detailed tech notes and went through the code in vg_memory.c and I > have some understanding but I am not clear. Valgrind does no data address translation. Memory at location X in your client code will be at address X in the process itself. There is code address translation, of course, but I assume you're talking about data. J |