add gdb script for attaching to the esp32 openocd
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
target extended-remote :3333
|
||||
set remote hardware-watchpoint-limit 2
|
||||
mon reset halt
|
||||
flushregs
|
||||
thb app_main
|
||||
c
|
||||
Reference in New Issue
Block a user