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: [RFA][python] Add gdb.Value.string method.


> From: Thiago Jung Bauermann <bauerman@br.ibm.com>
> Cc: Eli Zaretskii <eliz@gnu.org>
> Date: Tue, 03 Feb 2009 11:56:57 -0200
> 
> I'm not sure if you're aware, this patch didn't get a documentation
> review/approval yet.

It's OK, but...

> > +If the optional @var{encoding} argument is given, it must be a string
> > +naming the encoding of the string in the @code{gdb.Value}.

Would every Python programmer know what kind of argument strings can
be given for @var{encoding}?  If not, perhaps a list or at least a
hint where to find such a list would be useful.

Also, perhaps this feature needs some @cindex index entries.  Please
consider that.

Otherwise, it can go in.  Thanks.


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