[commit] Doc: -var-delete
Nick Roberts
nickrob@snap.net.nz
Mon Dec 4 03:57:00 GMT 2006
Committed as obvious.
--
Nick http://www.inet.net.nz/~nickrob
2006-12-04 Nick Roberts <nickrob@snap.net.nz>
* gdb.texinfo (GDB/MI Variable Objects): Describe -c option
of -var-delete.
*** gdb.texinfo 23 Nov 2006 09:27:02 +1300 1.371
--- gdb.texinfo 04 Dec 2006 16:45:48 +1300
***************
*** 19598,19604 ****
@item @code{-var-create}
@tab create a variable object
@item @code{-var-delete}
! @tab delete the variable object and its children
@item @code{-var-set-format}
@tab set the display format of this variable
@item @code{-var-show-format}
--- 19598,19604 ----
@item @code{-var-create}
@tab create a variable object
@item @code{-var-delete}
! @tab delete the variable object and/or its children
@item @code{-var-set-format}
@tab set the display format of this variable
@item @code{-var-show-format}
***************
*** 19681,19690 ****
@subsubheading Synopsis
@smallexample
! -var-delete @var{name}
@end smallexample
Deletes a previously created variable object and all of its children.
Returns an error if the object @var{name} is not found.
--- 19681,19691 ----
@subsubheading Synopsis
@smallexample
! -var-delete [ -c ] @var{name}
@end smallexample
Deletes a previously created variable object and all of its children.
+ With the @samp{-c} option, just deletes the children.
Returns an error if the object @var{name} is not found.
More information about the Gdb-patches
mailing list