|
From: Julian S. <js...@ac...> - 2007-09-06 08:31:39
|
> What else must I do to tell memcheck and other tools about my new > address space? One giant kludge is just to tell memcheck to ignore it. Check out the svn trunk (this won't work with 3.2.3), find out apriori where your hardware is getting mapped, and tell memcheck using this flag: --ignore-ranges=0xPP-0xQQ[,0xRR-0xSS] assume given addresses are OK J |