aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-11-24 07:20:42 +0000
committerJohn Gilmore <gnu@cygnus>1992-11-24 07:20:42 +0000
commitb0944a337747984a6189ee77d4496b2b0cdd0c5a (patch)
tree7eab28708b9e0b6cdf8e739911e0a235443197ca
parentba487f3ad20a257220ffe65c1d849970ab5bc2ae (diff)
downloadgdb-b0944a337747984a6189ee77d4496b2b0cdd0c5a.zip
gdb-b0944a337747984a6189ee77d4496b2b0cdd0c5a.tar.gz
gdb-b0944a337747984a6189ee77d4496b2b0cdd0c5a.tar.bz2
* main.c (main): Print GDB version number in gdb -help; doc pid arg.
Suggested by Marty Leisner, <leisner@eso.mc.xerox.com>. (print_gdb_version): New arg is stdout or stderr. Callers changed.
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 09d9c9a..3ecc175 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -75,6 +75,12 @@ Fri Nov 20 21:35:57 1992 Fred Fish (fnf@cygnus.com)
chill_printstr.
**** end-sanitize-chill ****
+Thu Nov 19 21:22:21 1992 John Gilmore (gnu@cygnus.com)
+
+ * main.c (main): Print GDB version number in gdb -help; doc pid arg.
+ Suggested by Marty Leisner, <leisner@eso.mc.xerox.com>.
+ (print_gdb_version): New arg is stdout or stderr. Callers changed.
+
Wed Nov 18 15:05:45 1992 Ian Lance Taylor (ian@cygnus.com)
* remote-vx.c (vx_kill): just warn if we can't contact the board,