mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
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:
@@ -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
|
||||
'''
|
||||
|
Reference in New Issue
Block a user