This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Python pretty-printing [3/6]


> Cc: gdb-patches@sourceware.org
> From: Tom Tromey <tromey@redhat.com>
> Date: Tue, 07 Apr 2009 13:52:08 -0600
> 
> >>>>> "Eli" == Eli Zaretskii <eliz@gnu.org> writes:
> 
> Tom> +@item bitpos
> Tom> +This attribute is not available for @code{static} fields.  For
> Tom> +non-@code{static} fields, the value is the bit position of the field.
> 
> Eli> What are "static fields"?  Should that be explained here?
> 
> A static field is a C++ (and Java, and probably others) concept.  I
> don't think we should explain it, we can just refer to C++.

Here and elsewhere, I guess the best we can do now is for you to
mention the language(s) you know about, and someone else will have to
complete the information when it is available.

Thanks.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]