* gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 1 Jul 2007 09:13:05 +0000 (09:13 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 1 Jul 2007 09:13:05 +0000 (09:13 +0000)
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 4001e22c475fad48739326f0bde8538299f4ee42..aec7b2c1bd36bafa8a56d01515734e9a6fcc3e3f 100644 (file)
@@ -1,3 +1,7 @@
+2007-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
+
 2007-06-28  Michael Snyder  <msnyder@svkmacdonelllnx>
 
        * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
index fdbacf1152f3e0be2f61aca85fc31bf06d87d439..5ce205fd1f4f3d70a46a2a7e8677ecdde6976306 100644 (file)
@@ -2179,11 +2179,11 @@ are ready to @code{attach} another process or start one with @code{run}.
 executing the command.
 @end table
 
-If you exit @value{GDBN} or use the @code{run} command while you have an
-attached process, you kill that process.  By default, @value{GDBN} asks
-for confirmation if you try to do either of these things; you can
-control whether or not you need to confirm by using the @code{set
-confirm} command (@pxref{Messages/Warnings, ,Optional Warnings and
+If you exit @value{GDBN} while you have an attached process, you detach
+that process.  If you use the @code{run} command, you kill that process.
+By default, @value{GDBN} asks for confirmation if you try to do either of these
+things; you can control whether or not you need to confirm by using the
+@code{set confirm} command (@pxref{Messages/Warnings, ,Optional Warnings and
 Messages}).
 
 @node Kill Process
This page took 0.044743 seconds and 4 git commands to generate.