This is the mail archive of the gdb@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: C++ method call for a gdb.Value object from within python


>>>>> "Nick" == qq qq <qqshoot@yahoo.com> writes:

Nick> http://sourceware.org/gdb/onlinedocs/gdb/Values-From-Inferior.html#Values-From-Inferior
Nick> has an example that shows if a gdb.Value object is of type
Nick> TYPE_CODE_FUNC, we can make the function call from within python.

Nick> If a gdb.Value object is of type TYPE_CODE_METHOD, how do we make the
Nick> call from within python?

I think you can't right now.
Please file a bug.

Tom


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