aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1992-09-15 05:04:08 +0000
committerStu Grossman <grossman@cygnus>1992-09-15 05:04:08 +0000
commit3e3b0eb9d9bd49c08edbe181864a20282034c64d (patch)
tree174319bc3feb6a10f38cf836bc22dd27c9ebe6e7 /gdb/ChangeLog
parent5ca812d4fe087713bf7e177dcc6f553f590edfdf (diff)
downloadgdb-3e3b0eb9d9bd49c08edbe181864a20282034c64d.zip
gdb-3e3b0eb9d9bd49c08edbe181864a20282034c64d.tar.gz
gdb-3e3b0eb9d9bd49c08edbe181864a20282034c64d.tar.bz2
* utils.c (query): Remove test for energize from top. Now
handled in input_from_terminal_p().
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f849f44..e180fd0 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,8 @@
Mon Sep 14 19:20:43 1992 Stu Grossman (grossman at cygnus.com)
+ * utils.c (query): Remove test for energize from top. Now
+ handled in input_from_terminal_p().
+
* energize.c (send_location): New routine to consolidate all
places where we must notify kernel of where the given pc is.
(cplus_demangle): Put single-quotes around demangled names.