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: [RFC][patch 2/9] export values mechanism to Python


On Sat, Jul 26, 2008 at 11:17:04AM -0600, Tom Tromey wrote:
> There do seem to be a number of methods defined in value.h.  I don't
> know whether it makes sense to expose most of these to python, though.

Oh, I think it does - I'm just not sure how many of them will make
sense as instance methods rather than less object-oriented functions.
The operators we've already got covered.

-- 
Daniel Jacobowitz
CodeSourcery


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