diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-08-16 18:38:46 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-08-16 18:38:46 +0000 |
commit | 7989c619f9c5e914b6252fefc968ed033b0799c9 (patch) | |
tree | ce5bbde6d5b9f71327ddaa8192d14f9881d7a6eb /gdb/NEWS | |
parent | 4677b45628b58218172dba9597a257e8f3229deb (diff) | |
download | gdb-7989c619f9c5e914b6252fefc968ed033b0799c9.zip gdb-7989c619f9c5e914b6252fefc968ed033b0799c9.tar.gz gdb-7989c619f9c5e914b6252fefc968ed033b0799c9.tar.bz2 |
2003-08-16 Andrew Cagney <cagney@redhat.com>
* NEWS: Mention that "set prompt-escape-char" was deleted.
* top.c (get_prompt_1): Delete function.
(gdb_prompt_escape):
(init_main): Do not clear "gdb_prompt_escape". Delete "set
prompt-escape-char" command.
(MAX_PROMPT_SIZE): Delete macro.
(get_prompt): Simplify, do not call get_prompt_1.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -3,6 +3,12 @@ *** Changes since GDB 6.0: +* "set prompt-escape-char" command deleted. + +The command "set prompt-escape-char" has been deleted. This command, +and its very obscure effet on GDB's prompt, was never documented, +tested, nor mentioned in the NEWS file. + *** Changes in GDB 6.0: * GDB supports logging output to a file |