I try to set a HW (data) breakpoint, but this fails with the error:
Failed to resume debugging. You may have requested too many hardware breakpoints. Please try disabling some of them and try resuming your session again.
Even if there is only 1 breakpoint.
manually setting seems to work
watch *0x30040e36
&”watch *0x30040e36\n”
Hardware watchpoint 4: *0x30040e36
=breakpoint-created,bkpt={number=”4″,type=”hw watchpoint”,disp=”keep”,enabled=”y”,what=”*0x30040e36″,thread-groups=[“i1″],times=”0″,original-location=”*0x30040e36”}
OK
Tried with both -O0 and -Og