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: GDB and Guile


Tom> Parity with the Python functionality is obviously the first order
Tom> of business, which in turn speaks to generalizing the interface
Tom> between GDB and Python so that it is more (extension language)
Tom> neutral.

It depends on what exactly you mean here, but to I don't think we want
any kind of generic extension API.  I think the way that gdb is exposed
to Python has to be ad hoc, and for good reason -- we want control over
API evolution as seen by Python to a degree that we actively don't want
internally.

If you can give more details on what you plan I can give better
feedback.  I just didn't want you to set off down a bad path.

Tom


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