diff options
author | Pedro Alves <palves@redhat.com> | 2009-01-26 16:16:48 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2009-01-26 16:16:48 +0000 |
commit | 62709adfbe2476eaada1b889fbea2f59e21d46cd (patch) | |
tree | d4d4fa60460c94b7a1ee23c9758152d42a079bb6 /gdb/doc | |
parent | 2c2ce03fbdd1cfa56210d39289357472fcf8b07b (diff) | |
download | gdb-62709adfbe2476eaada1b889fbea2f59e21d46cd.zip gdb-62709adfbe2476eaada1b889fbea2f59e21d46cd.tar.gz gdb-62709adfbe2476eaada1b889fbea2f59e21d46cd.tar.bz2 |
gdb/gdbserver/
* server.c (gdbserver_usage): Mention --remote-debug.
(main): Accept '--remote-debug' switch.
gdb/doc/
* gdb.texinfo (Using the `gdbserver' Program): Document
--remote-debug.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 9 |
2 files changed, 10 insertions, 4 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 255ba7b..e708185 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2009-01-26 Pedro Alves <pedro@codesourcery.com> + + * gdb.texinfo (Using the `gdbserver' Program): Document + --remote-debug. + 2009-01-23 Doug Evans <dje@google.com> * gdb.texinfo: Add nexti to list of commands that support diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index bb9161b..add576d 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -13985,10 +13985,11 @@ You can terminate it by using @code{monitor exit} @subsubsection Other Command-Line Arguments for @code{gdbserver} -You can include @option{--debug} on the @code{gdbserver} command line. -@code{gdbserver} will display extra status information about the debugging -process. This option is intended for @code{gdbserver} development and -for bug reports to the developers. +The @option{--debug} option tells @code{gdbserver} to display extra +status information about the debugging process. The +@option{--remote-debug} option tells @code{gdbserver} to display +remote protocol debug output. These options are intended for +@code{gdbserver} development and for bug reports to the developers. The @option{--wrapper} option specifies a wrapper to launch programs for debugging. The option should be followed by the name of the |