diff options
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 14 |
2 files changed, 17 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 7a42906..123f34e 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2008-06-05 Pedro Alves <pedro@codesourcery.com> + + * gdb.texinfo (-target-select): Remove reference to target async. + (Maintenance Commands): Document "maint set/show remote-async". + 2008-06-04 Marc Khouzam <marc.khouzam@ericsson.com> * gdb.texinfo (GDB/MI File Transfer Commands): Typo diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 21ca9c7..efb9ea7 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -21835,7 +21835,7 @@ Connect @value{GDBN} to the remote target. This command takes two args: @table @samp @item @var{type} -The type of target, for instance @samp{async}, @samp{remote}, etc. +The type of target, for instance @samp{remote}, etc. @item @var{parameters} Device names, host names and the like. @xref{Target Commands, , Commands for Managing Targets}, for more details. @@ -21857,7 +21857,7 @@ The corresponding @value{GDBN} command is @samp{target}. @smallexample (gdb) --target-select async /dev/ttya +-target-select remote /dev/ttya ^connected,addr="0xfe00a300",func="??",args=[] (gdb) @end smallexample @@ -23546,6 +23546,16 @@ Control the GNU/Linux native asynchronous support of @value{GDBN}. GNU/Linux native asynchronous support will be disabled until you use the @samp{maint set linux-async} command to enable it. +@kindex maint set remote-async +@kindex maint show remote-async +@cindex asynchronous support +@item maint set remote-async +@itemx maint show remote-async +Control the remote asynchronous support of @value{GDBN}. + +Remote asynchronous support will be disabled until you use +the @samp{maint set remote-async} command to enable it. + @kindex maint show-debug-regs @cindex x86 hardware debug registers @item maint show-debug-regs |