forked from Imagelibrary/binutils-gdb
Add a "\n" to the "go" command so it'll start right away.
This commit is contained in:
@@ -703,7 +703,7 @@ array_resume (pid, step, sig)
|
||||
if (step) {
|
||||
printf_monitor ("s\n");
|
||||
} else {
|
||||
printf_monitor ("go");
|
||||
printf_monitor ("go\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user