mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 14:39:09 +08:00
gdb/gdbserver/
2008-06-20 Carlos O'Donell <carlos@codesourcery.com> * server.c (gdbserver_usage): Mention --version.
This commit is contained in:
@ -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>
|
2008-06-06 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* Makefile.in (gdbreplay.o): New rule.
|
* Makefile.in (gdbreplay.o): New rule.
|
||||||
|
@ -1197,6 +1197,7 @@ gdbserver_usage (FILE *stream)
|
|||||||
"\n"
|
"\n"
|
||||||
"Options:\n"
|
"Options:\n"
|
||||||
" --debug\t\tEnable debugging output.\n"
|
" --debug\t\tEnable debugging output.\n"
|
||||||
|
" --version\t\tDisplay version information and exit.\n"
|
||||||
" --wrapper WRAPPER --\tRun WRAPPER to start new programs.\n");
|
" --wrapper WRAPPER --\tRun WRAPPER to start new programs.\n");
|
||||||
if (REPORT_BUGS_TO[0] && stream == stdout)
|
if (REPORT_BUGS_TO[0] && stream == stdout)
|
||||||
fprintf (stream, "Report bugs to \"%s\".\n", REPORT_BUGS_TO);
|
fprintf (stream, "Report bugs to \"%s\".\n", REPORT_BUGS_TO);
|
||||||
|
Reference in New Issue
Block a user