aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-08-16 18:38:46 +0000
committerAndrew Cagney <cagney@redhat.com>2003-08-16 18:38:46 +0000
commit7989c619f9c5e914b6252fefc968ed033b0799c9 (patch)
treece5bbde6d5b9f71327ddaa8192d14f9881d7a6eb /gdb/NEWS
parent4677b45628b58218172dba9597a257e8f3229deb (diff)
downloadgdb-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/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index b1679a7..7856534 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -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