From: Hui Zhu Date: Fri, 30 Jul 2010 14:40:59 +0000 (+0000) Subject: 2010-07-30 Hui Zhu X-Git-Tag: gdb_7_2-2010-09-02-release~60 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=334dcb4ace68ecb407f60d9a58051ee57425c572;p=thirdparty%2Fbinutils-gdb.git 2010-07-30 Hui Zhu * gdb.texinfo (Inferiors and Programs): Update the introduce of "detach inferior" and "kill inferior". --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index bdc2cc70a8f..5dea506c68e 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2010-07-30 Hui Zhu + + * gdb.texinfo (Inferiors and Programs): Update the introduce of + "detach inferior" and "kill inferior". + 2010-07-28 CHENG Renquan * gdb.texinfo (Machine Code): Update description of two forms of diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 1b3606e68ab..7a372a31758 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -2481,12 +2481,16 @@ using the @w{@code{kill inferior}} command: @kindex detach inferior @var{infno} @item detach inferior @var{infno} Detach from the inferior identified by @value{GDBN} inferior number -@var{infno}, and remove it from the inferior list. +@var{infno}. Note that the inferior's entry still stays on the list +of inferiors shown by @code{info inferiors}, but its Description will +show @samp{}. @kindex kill inferior @var{infno} @item kill inferior @var{infno} Kill the inferior identified by @value{GDBN} inferior number -@var{infno}, and remove it from the inferior list. +@var{infno}. Note that the inferior's entry still stays on the list +of inferiors shown by @code{info inferiors}, but its Description will +show @samp{}. @end table After the successful completion of a command such as @code{detach},