* gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub

killing the inferior when it is already debugging a process.
This commit is contained in:
Pedro Alves 2008-05-22 21:21:41 +00:00
parent d0d064dfec
commit 9b562ab842
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
2008-05-22 Pedro Alves <pedro@codesourcery.com>
* 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 <brobecker@adacore.com>

View File

@ -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}).