projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3f2924
)
* utils.c (prompt_for_continue): Call readline, not gdb_readline.
author
Jim Kingdon
<jkingdon@engr.sgi.com>
Sat, 19 Mar 1994 06:36:18 +0000
(06:36 +0000)
committer
Jim Kingdon
<jkingdon@engr.sgi.com>
Sat, 19 Mar 1994 06:36:18 +0000
(06:36 +0000)
gdb/utils.c
patch
|
blob
|
history
diff --git
a/gdb/utils.c
b/gdb/utils.c
index 7480fa60429b3aba5603d8e6d28718c49baff24e..d7edda30904552689128141d971dce5e1eb23885 100644
(file)
--- a/
gdb/utils.c
+++ b/
gdb/utils.c
@@
-1032,6
+1032,9
@@
prompt_for_continue ()
from system to system, and because telling them what to do in
the prompt is more user-friendly than expecting them to think of
SIGINT. */
+ /* Call readline, not gdb_readline, because GO32 readline handles control-C
+ whereas control-C to gdb_readline will cause the user to get dumped
+ out to DOS. */
ignore =
readline ("---Type <return> to continue, or q <return> to quit---");
if (ignore)