Hi NYP,
This seems not specific to cuda-gdb, as just standard gdb will show this behavior too - enable hardware watchpoints will get whole system down and reboot.
If you insist to debug using hardware watchpoints, try binding the application to any CPU other than CPU0.
Thanks