aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/gdb.texinfo
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2008-05-22 21:15:05 +0000
committerPedro Alves <palves@redhat.com>2008-05-22 21:15:05 +0000
commitd0d064dfecc08892234730fee93bffdf3a036a80 (patch)
treecac44a91ff3381137aa83aa9305d2a59e0ff9e80 /gdb/doc/gdb.texinfo
parent116615c5f7a7a1f1cad328d4ac4189b66c34266a (diff)
downloadgdb-d0d064dfecc08892234730fee93bffdf3a036a80.zip
gdb-d0d064dfecc08892234730fee93bffdf3a036a80.tar.gz
gdb-d0d064dfecc08892234730fee93bffdf3a036a80.tar.bz2
* gdb.texinfo (vAttach): Re-remove requirement of the stub killing
the inferior when it is already debugging a process.
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r--gdb/doc/gdb.texinfo4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 5dc197a..ba20a50 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}).