From: Pedro Alves Date: Thu, 22 May 2008 21:15:05 +0000 (+0000) Subject: * gdb.texinfo (vAttach): Re-remove requirement of the stub killing X-Git-Tag: msnyder-reverse-20080609-branchpoint~140 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d0d064dfecc08892234730fee93bffdf3a036a80;p=thirdparty%2Fbinutils-gdb.git * gdb.texinfo (vAttach): 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 7730d0cd337..e4b3ce6973b 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2008-05-22 Pedro Alves + + * gdb.texinfo (vAttach): Re-remove requirement of the stub killing + the inferior when it is already debugging a process. + 2008-05-21 Joel Brobecker * gdb.texinfo (Continuing and Stepping): Document the new "fin" diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 5dc197a2e14..ba20a508506 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -24087,8 +24087,8 @@ up to the first @samp{;} or @samp{?} (or the end of the packet). @item vAttach;@var{pid} @cindex @samp{vAttach} packet Attach to a new process with the specified process ID. @var{pid} is a -hexadecimal integer identifying the process. If the stub is currently -controlling a process, it is killed. The attached process is stopped. +hexadecimal integer identifying the process. The attached process is +stopped. This packet is only available in extended mode (@pxref{extended mode}).