aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1999-02-07 22:35:03 +0000
committerAndrew Cagney <cagney@redhat.com>1999-02-07 22:35:03 +0000
commitdd1a4280b2692faeceb3f1fc3f031ad5c7c5483d (patch)
tree1078d9980e57c7a4da3fb4eab4cf0b22c8d1e971 /gdb
parent92a24a438f09a462654b0bc1c37002462253abf7 (diff)
downloadfsf-binutils-gdb-dd1a4280b2692faeceb3f1fc3f031ad5c7c5483d.zip
fsf-binutils-gdb-dd1a4280b2692faeceb3f1fc3f031ad5c7c5483d.tar.gz
fsf-binutils-gdb-dd1a4280b2692faeceb3f1fc3f031ad5c7c5483d.tar.bz2
From Frank Ch. Eigler <fche@cygnus.com>
* infrun.c (wait_for_inferior): Allow SIGTRAP to be "pass"ed to target program. (But the comments are cagney's and not Frank's.)
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 12fa087..49cab68 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,18 @@
+Mon Jan 4 10:05:43 1999 Frank Ch. Eigler <fche@cygnus.com>
+
+ * infrun.c (wait_for_inferior): Allow SIGTRAP to be "pass"ed
+ to target program.
+
+Fri Feb 5 16:46:14 1999 Stan Shebs <shebs@andros.cygnus.com>
+
+ * NEWS: Add mentions of various new things.
+
+Thu Feb 4 00:19:14 1999 Christopher Faylor <cgf@cygnus.com>
+
+ * configure.in: Move termcap determination a later in the
+ file to catch setting of cygwin flag.
+ * configure: Regenerate.
+
Wed Feb 3 14:16:38 1999 Christopher Faylor <cgf@cygnus.com>
* config/i386/cygwin.mh: Move TERMCAP test code to configure.in.