On Thu, May 21, 2009 at 7:22 AM, Alex Bennee <[email protected]> wrote: > Is there any way I could mark an interesting location in memory with > the client mechanism and then get > Valgrind to show me a backtrace everytime the location was touched? If > not it would be a really useful tool :-)
That would be cool. That said, have you tried a watchpoint in gdb? http://stackoverflow.com/questions/58851/can-i-set-a-breakpoint-on-memory-access-in-gdb - Dan ------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://www.creativitycat.com _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
