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


On Thu, Jun 28, 2012 at 8:08 AM, Tom Emerson <tremerson@gmail.com> wrote:
> Greetings,
>
> I see on the GDB site that you were looking for people who might be
> interested in integrating GDB with Guile. I'm definitely interested in
> contributing to the project if there's room.
>
> Thanks for your time,
>
> ? ?-tree

Hi.  There is indeed room.

The thing to do is to become familiar with libguile and with gdb's
Python interface, and come up with something sensible to provide in
gdb+guile what gdb provides today in gdb+python.  Keeping the gdb side
of things (as opposed to the Python or Guile side of things) clean and
maintainable (given that we'd be now supporting multiple external
scripting languages) is of the utmost importance.  [which isn't to say
the Python or Guile side are of lesser value of course :-)]

Have fun, and thanks!


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