Tool/software: TI C/C++ Compiler
It seems like GDB supports setting a watchpoint, but the hardware is unable to actually do it:
(gdb) watch *0xe0e8 Hardware watchpoint 1: *0xe0e8 (gdb) c Continuing. Warning: Could not insert hardware watchpoint 1. Could not insert hardware breakpoints: You may have requested too many hardware breakpoints/watchpoints. Command aborted. (gdb) info watchpoints Num Type Disp Enb Address What 1 hw watchpoint keep y *0xe0e8
Does the MSP430 just not support watchpoints or do I have to go about it differently?