aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-01-17 23:33:39 +0000
committerAndrew Cagney <cagney@redhat.com>2002-01-17 23:33:39 +0000
commit375fc9838201e2dfe78c9b9ac1e3aaecdc1e9f43 (patch)
tree9307cac720d1defb1edc684dcd89bb2e5c151761 /gdb/ChangeLog
parent3ab9460d38e10baff7b3203a6423533c48ace33f (diff)
downloadgdb-375fc9838201e2dfe78c9b9ac1e3aaecdc1e9f43.zip
gdb-375fc9838201e2dfe78c9b9ac1e3aaecdc1e9f43.tar.gz
gdb-375fc9838201e2dfe78c9b9ac1e3aaecdc1e9f43.tar.bz2
Change behavour of internal-error to quit and dump core by default.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index b28666a..bf90a41 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2002-01-17 Andrew Cagney <ac131313@redhat.com>
+ * utils.c (internal_verror): Fix comments, default is yes not no.
+ Update queries to match. Default to quit and dump core.
+
+2002-01-17 Andrew Cagney <ac131313@redhat.com>
+
* breakpoint.c: Update assuming #if UI_OUT is always true. Update
copyright.
* defs.h, event-top.c, gdbcmd.h: Ditto.