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][patch 1/9] Yet another respin of the patch with initial Python support


On Sat, Jul 26, 2008 at 08:05:31PM +0300, Eli Zaretskii wrote:
> So are you saying that adding Python will enable features that are
> beyond user-defined commands (a.k.a. scripting)?  If so, what are
> those features?

I don't know what any of them are yet.  Some examples we've discussed
are support for transparent pretty-printing (much more flexible than
the existing print macros which just produce text - it will allow you
to explore nested objects using gdb's normal value operations, for
instance); support for new formats of shared libraries and core files;
custom backtracing support for interrupts; and new callable functions
in GDB's expression evaluator which produce typed values as if they
were inferior function calls.

-- 
Daniel Jacobowitz
CodeSourcery


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