Hi, I am facing some issues with watchpoints for mips core.
My target is a mips microAptive and ISA is micromips. Debugger dongle is bus blaster v3. I can connect with gdb and can setup into the code and set breakpoints. However, when adding watch points, I am getting "Can not find free FP Comparator" error log. I use 1 watchpoint and below lines are in gdb script: set remote hardware-breakpoint-limit 4 set remote hardware-watchpoint-limit 2 Have a question about mips_m4k_set_watchpoint function. Shouldn't the function set: watchpoint->is_set = true at some point? Looks like mips_m4k_unset_watchpoint is not reached when receiving "z2" gdb packet. Appreciate any help. Best/Nima.