From: Pedro Alves Date: Thu, 22 May 2008 21:21:41 +0000 (+0000) Subject: * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub X-Git-Tag: msnyder-reverse-20080609-branchpoint~139 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9b562ab8426ac62dc9c3451289ef37a7549bd130;p=thirdparty%2Fbinutils-gdb.git * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub killing the inferior when it is already debugging a process. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index e4b3ce6973b..8af0712cf83 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,7 +1,7 @@ 2008-05-22 Pedro Alves - * gdb.texinfo (vAttach): Re-remove requirement of the stub killing - the inferior when it is already debugging a process. + * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub + killing the inferior when it is already debugging a process. 2008-05-21 Joel Brobecker diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index ba20a508506..2b85090e247 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -24202,7 +24202,7 @@ Run the program @var{filename}, passing it each @var{argument} on its command line. The file and arguments are hex-encoded strings. If @var{filename} is an empty string, the stub may use a default program (e.g.@: the last program run). The program is created in the stopped -state. If the stub is currently controlling a process, it is killed. +state. This packet is only available in extended mode (@pxref{extended mode}).