public inbox for archer@sourceware.org
 help / color / mirror / Atom feed
* [python] more doc tweaks
@ 2009-09-14 21:12 Tom Tromey
  0 siblings, 0 replies; only message in thread
From: Tom Tromey @ 2009-09-14 21:12 UTC (permalink / raw)
  To: Project Archer

I'm checking this in on the archer-tromey-python branch.

More doc tweaks in response to upstream review.

Tom

2009-09-14  Tom Tromey  <tromey@redhat.com>

	* gdb.texinfo (GDB/MI Variable Objects): Another tweak.

diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index fd1aeec..96c8e5c 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -23888,7 +23888,7 @@ compatibility for existing clients.
 @subsubheading Result
 
 This operation returns attributes of the newly-created varobj.  These
-include, but are not limited to:
+are:
 
 @table @samp
 @item name
@@ -24055,14 +24055,17 @@ Name of the variable object created for this child.
 The expression to be shown to the user by the front end to designate this child.
 For example this may be the name of a structure member.
 
+For a dynamic varobj, this value cannot be used to form an
+expression.  There is no way to do this at all with a dynamic varobj.
+
 For C/C@t{++} structures there are several pseudo children returned to
 designate access qualifiers.  For these pseudo children @var{exp} is
 @samp{public}, @samp{private}, or @samp{protected}.  In this case the
 type and value are not present.
 
-For a dynamic varobj, this value cannot reliably be used to form an
-expression.  Also, a dynamic varobj will not report the access
-qualifying pseudo-children, regardless of the language.
+A dynamic varobj will not report the access qualifying
+pseudo-children, regardless of the language.  This information is not
+available at all with a dynamic varobj.
 
 @item numchild
 Number of children this child has.  For a dynamic varobj, this will be

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-09-14 21:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-14 21:12 [python] more doc tweaks Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).