I have mentioned the following specification relevant to this..
Say i am setting 4 instruction breakpoints..
DR0 = 0xfffe58a0
DR1 = 0xfffe6860
DR2 = 0xfffe67c0
DR3 = 0xfffe0c68
Debug registers DR4 and DR5 are reserved. So i am not using them.
DR6 is status register, i am not setting it.
After going through the specs, i am setting DR7 = 0x000007FF(I have enables all instruction breakpoints).
But during program execution i am not able to hit the these instruction breakpoints. Its true with data breakpoints also.
Please guide and any help would be appreciated
