mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
2010-07-30 Hui Zhu <teawater@gmail.com>
* gdb.texinfo (Inferiors and Programs): Update the introduce of "detach inferior" and "kill inferior".
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2010-07-30 Hui Zhu <teawater@gmail.com>
|
||||||
|
|
||||||
|
* gdb.texinfo (Inferiors and Programs): Update the introduce of
|
||||||
|
"detach inferior" and "kill inferior".
|
||||||
|
|
||||||
2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
|
2010-07-28 CHENG Renquan <rqcheng@smu.edu.sg>
|
||||||
|
|
||||||
* gdb.texinfo (Machine Code): Update description of two forms of
|
* gdb.texinfo (Machine Code): Update description of two forms of
|
||||||
|
@ -2481,12 +2481,16 @@ using the @w{@code{kill inferior}} command:
|
|||||||
@kindex detach inferior @var{infno}
|
@kindex detach inferior @var{infno}
|
||||||
@item detach inferior @var{infno}
|
@item detach inferior @var{infno}
|
||||||
Detach from the inferior identified by @value{GDBN} inferior number
|
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{<null>}.
|
||||||
|
|
||||||
@kindex kill inferior @var{infno}
|
@kindex kill inferior @var{infno}
|
||||||
@item kill inferior @var{infno}
|
@item kill inferior @var{infno}
|
||||||
Kill the inferior identified by @value{GDBN} inferior number
|
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{<null>}.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
After the successful completion of a command such as @code{detach},
|
After the successful completion of a command such as @code{detach},
|
||||||
|
Reference in New Issue
Block a user