mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-30 05:23:49 +08:00
Add a "\n" to the "go" command so it'll start right away.
This commit is contained in:
parent
e1c145993e
commit
f9ac2066da
@ -703,7 +703,7 @@ array_resume (pid, step, sig)
|
||||
if (step) {
|
||||
printf_monitor ("s\n");
|
||||
} else {
|
||||
printf_monitor ("go");
|
||||
printf_monitor ("go\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user