Re: kprobe support for memory access watchpoints

2005-07-06 Thread Prasanna S Panchamukhi
Jeff, > I was wondering if there are plans to support a method to register > watchpoints for memory data access with kprobe. On x86, it's possible to > watch for read/write access to arbitrary memory locations via DR memory > registers. Here are couple of patches providing debug register allocati

kprobe support for memory access watchpoints

2005-07-05 Thread Jeff Carr
I was wondering if there are plans to support a method to register watchpoints for memory data access with kprobe. On x86, it's possible to watch for read/write access to arbitrary memory locations via DR memory registers. Perhaps register_kprobe() could be modified to support this or perhaps some