This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Watchpoints in GDB


Hi,

I want to see any changes that are performed to a specific memory
area. So, I set a watchpoint with wa *(int*)0xXXXX and continue the
execution. Then, I get the GDB errror message:

Can't clear hardware watchpoints without the 'Z2' (write-watchpoint) packet

Any ideas what's wrong?

Regards,
Chris
-- 
View this message in context: http://www.nabble.com/Watchpoints-in-GDB-tf2810860.html#a7843781
Sent from the gdb - General mailing list archive at Nabble.com.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]