aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-09-20 23:59:13 +0000
committerJohn Gilmore <gnu@cygnus>1991-09-20 23:59:13 +0000
commit0b7984094d3d23909c21b28bc0b03d52f9bdd04a (patch)
tree517d4a2c384aef4ced69ab228ba1c368aaec63ac /gdb/ChangeLog
parent5f3d478e7debb774f55c82dd60e65af242863f83 (diff)
downloadgdb-0b7984094d3d23909c21b28bc0b03d52f9bdd04a.zip
gdb-0b7984094d3d23909c21b28bc0b03d52f9bdd04a.tar.gz
gdb-0b7984094d3d23909c21b28bc0b03d52f9bdd04a.tar.bz2
* language.c (set_language_command): Print useful help message,
and restore the language string after giving help. * valprint.c (typedef_print): Print typedef in C or M2. * symtab.c (list_symbols): Use it.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 70830d5..233491a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
Fri Sep 20 16:10:52 1991 John Gilmore (gnu at cygnus.com)
+ * language.c (set_language_command): Print useful help message,
+ and restore the language string after giving help.
+ * valprint.c (typedef_print): Print typedef in C or M2.
+ * symtab.c (list_symbols): Use it.
* main.c (main): Avoid any output before (gdb) prompt when -q.
* language.c (set_language_command): Handle errors by restoring
the language string to its current state (fix from A. Beers).