diff options
author | Carlos O'Donell <carlos@codesourcery.com> | 2008-06-20 16:01:42 +0000 |
---|---|---|
committer | Carlos O'Donell <carlos@codesourcery.com> | 2008-06-20 16:01:42 +0000 |
commit | 8e4c5421d999b7b072f88f0ed1536a3511f053b9 (patch) | |
tree | 2012995f3f3a50ba3aa4a29319b93984479debee /gdb/gdbserver | |
parent | 114374a0bc43f5c4b6bba11d4dcb75e51d5687be (diff) | |
download | gdb-8e4c5421d999b7b072f88f0ed1536a3511f053b9.zip gdb-8e4c5421d999b7b072f88f0ed1536a3511f053b9.tar.gz gdb-8e4c5421d999b7b072f88f0ed1536a3511f053b9.tar.bz2 |
gdb/gdbserver/
2008-06-20 Carlos O'Donell <carlos@codesourcery.com>
* server.c (gdbserver_usage): Mention --version.
Diffstat (limited to 'gdb/gdbserver')
-rw-r--r-- | gdb/gdbserver/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/gdbserver/server.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index c9ef3ab..c365ee7 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,7 @@ +2008-06-20 Carlos O'Donell <carlos@codesourcery.com> + + * server.c (gdbserver_usage): Mention --version. + 2008-06-06 Daniel Jacobowitz <dan@codesourcery.com> * Makefile.in (gdbreplay.o): New rule. diff --git a/gdb/gdbserver/server.c b/gdb/gdbserver/server.c index 57f5500..27fa384 100644 --- a/gdb/gdbserver/server.c +++ b/gdb/gdbserver/server.c @@ -1197,6 +1197,7 @@ gdbserver_usage (FILE *stream) "\n" "Options:\n" " --debug\t\tEnable debugging output.\n" + " --version\t\tDisplay version information and exit.\n" " --wrapper WRAPPER --\tRun WRAPPER to start new programs.\n"); if (REPORT_BUGS_TO[0] && stream == stdout) fprintf (stream, "Report bugs to \"%s\".\n", REPORT_BUGS_TO); |