aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-04-21 23:49:33 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-04-21 23:49:33 +0000
commiteb1e37a3ae5a73f72572bd01f78282530b325fea (patch)
treeb68bc7a3fc8d6d568ce7b391be0de0a4a9b5e196 /gdb
parent1e45c4c38e88c5d0cbed72ecb1906d2e8b09c677 (diff)
downloadfsf-binutils-gdb-eb1e37a3ae5a73f72572bd01f78282530b325fea.zip
fsf-binutils-gdb-eb1e37a3ae5a73f72572bd01f78282530b325fea.tar.gz
fsf-binutils-gdb-eb1e37a3ae5a73f72572bd01f78282530b325fea.tar.bz2
* printcmd.c (print_command_1): Add value-history-value annotation.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 02b8fd2..b59624b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -5,6 +5,7 @@ Thu Apr 21 07:45:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
* blockframe.c (find_frame_addr_in_frame_chain): Likewise.
* printcmd.c (output_command): Annotate things we print here too.
+ * printcmd.c (print_command_1): Add "value-history-value" annotation.
* Move declaration of print_value_flags from defs.h to value.h.
* main.c (command_line_input): Call wrap_here as well as gdb_flush.