Possible Duplicate:
Can I set a breakpoint on 'memory access' in GDB?
I am mainly working on Windows and using Visual Studio as debugger, it provide the functionality to add a break point on memory location. Whenever that memory changed it stop the execution. Anyone, know same kind of functionality in gdb on Linux.