diff options
author | Jason Molenda <jmolenda@apple.com> | 1999-01-05 00:50:49 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1999-01-05 00:50:49 +0000 |
commit | d7f71863da468b0d1fc9ace86a21b8716f13d9cf (patch) | |
tree | da26359e5583327bfb39cf1dacd4ef03c9a37fe4 | |
parent | d5159c2520e9ca508eea27578fe22658baac2bd8 (diff) | |
download | gdb-d7f71863da468b0d1fc9ace86a21b8716f13d9cf.zip gdb-d7f71863da468b0d1fc9ace86a21b8716f13d9cf.tar.gz gdb-d7f71863da468b0d1fc9ace86a21b8716f13d9cf.tar.bz2 |
1999-01-04 Manuel Bouyer <bouyer@antioche.lip6.fr>
* main.c: Add --write command line option, document -w.
* gdb.1: Document --write.
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 27d47a5..a0bc41b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +1999-01-04 Manuel Bouyer <bouyer@antioche.lip6.fr> + + * main.c: Add --write command line option, document -w. + * gdb.1: Document --write. + 1999-01-04 Jason Molenda (jsm@bugshack.cygnus.com) * configure.in: Require autoconf 2.12.1 or higher. |