Merge branch 'contrib/github_pr_11535' into 'master'

Replace deprecated flushregs alias with full gdb command (GitHub PR)

Closes IDFGH-10272

See merge request espressif/esp-idf!24752
This commit is contained in:
Ivan Grokhotkov
2023-07-28 22:40:22 +08:00
12 changed files with 14 additions and 14 deletions

View File

@@ -54,7 +54,7 @@ GDBINIT_CONNECT = '''
# Connect to the default openocd-esp port and break on app_main()
target remote :3333
monitor reset halt
flushregs
maintenance flush register-cache
thbreak app_main
continue
'''