mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
Add a ^C to the init string.
This commit is contained in:
@ -87,7 +87,7 @@ Specify the serial device it is connected to (e.g. /dev/ttya).",
|
|||||||
|
|
||||||
struct monitor_ops op50n_cmds = {
|
struct monitor_ops op50n_cmds = {
|
||||||
1, /* 1 for ASCII, 0 for binary */
|
1, /* 1 for ASCII, 0 for binary */
|
||||||
".\n", /* monitor init string */
|
"\003.\n", /* monitor init string */
|
||||||
"g %x\n", /* execute or usually GO command */
|
"g %x\n", /* execute or usually GO command */
|
||||||
"g\n", /* continue command */
|
"g\n", /* continue command */
|
||||||
"t\n", /* single step */
|
"t\n", /* single step */
|
||||||
|
Reference in New Issue
Block a user