[build] Gdb script: hardware watch point on the end of the stack

This commit is contained in:
Émilie Feral
2018-09-18 16:08:15 +02:00
parent 04e688cf16
commit 95c1e2a41f

View File

@@ -40,5 +40,6 @@ monitor reset halt
break init
break abort
break __assert
watch *(int *)(&_stack_end)
continue