diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-11-29 20:45:13 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-11-29 20:45:13 +0000 |
commit | e04f89015d1f766d16e9e84ea9955f6d598fb09d (patch) | |
tree | 96635bfd3c81b65c83e841e63d708d297e8bbce9 | |
parent | 0eb44acd172fd8d8fcf691f734ca5bc6d88a754b (diff) | |
download | gdb-e04f89015d1f766d16e9e84ea9955f6d598fb09d.zip gdb-e04f89015d1f766d16e9e84ea9955f6d598fb09d.tar.gz gdb-e04f89015d1f766d16e9e84ea9955f6d598fb09d.tar.bz2 |
* top.c (read_next_line): Pass annotation suffix "commands"
instead of "command", matches documentation.
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/top.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d820689..0684a35 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Tue Nov 29 12:23:25 1994 Stan Shebs (shebs@andros.cygnus.com) + + * top.c (read_next_line): Pass annotation suffix "commands" + instead of "command", matches documentation. + Mon Nov 28 14:53:21 1994 Stan Shebs (shebs@andros.cygnus.com) * config/a29k/tm-a29k.h (setup_arbitrary_frame): Replace @@ -1845,7 +1845,7 @@ read_next_line (command) else prompt_ptr = NULL; - p = command_line_input (prompt_ptr, instream == stdin, "command"); + p = command_line_input (prompt_ptr, instream == stdin, "commands"); /* Not sure what to do here. */ if (p == NULL) |