|
From: Paul P. <ppl...@gm...> - 2006-02-24 17:48:14
|
rak wrote: >Is there any way i can mark certain variables readonly, As i am having problem >with static variables. I marked some static variables as noaccess but they were > more than 30000 read problems where as i was tring to track writes. > Are you really in a situation where gdb (and its hardware watchpoints) is not working? As I said before, gdb hardware watchpoints get you there much faster (if you know the address that is being corrupted and if that address is constant from run to run). Cheers, |