add gdb script for attaching to the esp32 openocd

This commit is contained in:
jacqueline
2022-10-12 16:46:36 +11:00
parent 7e9a7393bb
commit dab6533ae0
+6
View File
@@ -0,0 +1,6 @@
target extended-remote :3333
set remote hardware-watchpoint-limit 2
mon reset halt
flushregs
thb app_main
c