]> Git Repo - binutils.git/commitdiff
* gdb.texinfo (vAttach): Re-remove requirement of the stub killing
authorPedro Alves <[email protected]>
Thu, 22 May 2008 21:15:05 +0000 (21:15 +0000)
committerPedro Alves <[email protected]>
Thu, 22 May 2008 21:15:05 +0000 (21:15 +0000)
the inferior when it is already debugging a process.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 7730d0cd337f8edfb4710d9d5bda0df715d39cec..e4b3ce6973bd721c932d56890df5812d61491b60 100644 (file)
@@ -1,3 +1,8 @@
+2008-05-22  Pedro Alves  <[email protected]>
+
+       * gdb.texinfo (vAttach): Re-remove requirement of the stub killing
+       the inferior when it is already debugging a process.
+
 2008-05-21  Joel Brobecker  <[email protected]>
 
        * gdb.texinfo (Continuing and Stepping): Document the new "fin"
index 5dc197a2e142307898184bfa7e206985ed225e9b..ba20a50850683c57797293420fe5a99237b68d13 100644 (file)
@@ -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}).
 
This page took 0.10099 seconds and 4 git commands to generate.