aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2007-07-01 09:13:05 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2007-07-01 09:13:05 +0000
commit159fcc13bb1e275041f2a2166be3319ce3fe4dc0 (patch)
tree75720a91d3de0b4f56896c96c8b7f8d72dd6d9e2
parent89526cc00db99d196862314a0166d01975d9b261 (diff)
downloadfsf-binutils-gdb-159fcc13bb1e275041f2a2166be3319ce3fe4dc0.zip
fsf-binutils-gdb-159fcc13bb1e275041f2a2166be3319ce3fe4dc0.tar.gz
fsf-binutils-gdb-159fcc13bb1e275041f2a2166be3319ce3fe4dc0.tar.bz2
* gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
-rw-r--r--gdb/doc/ChangeLog4
-rw-r--r--gdb/doc/gdb.texinfo10
2 files changed, 9 insertions, 5 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 4001e22..aec7b2c 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -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.
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index fdbacf1..5ce205f 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -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