gdb/gdbserver/
2008-06-20 Carlos O'Donell <carlos@codesourcery.com> * server.c (gdbserver_usage): Mention --version.
This commit is contained in:
parent
114374a0bc
commit
8e4c5421d9
2 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue