Re: Blending Guile and GDB together

2014-02-16 Thread Nala Ginrut
Cheers! On Sun, 2014-02-16 at 17:22 +0100, Ludovic Courtès wrote: > Hello! > > As a gift for Guile 2.0’s third birthday [0], here’s a quick hack to > enhance the debugging experience for Guile hackers in GDB! > > The attached code is a GDB extension, written in Guile, using the nice > Guile API

Blending Guile and GDB together

2014-02-16 Thread Ludovic Courtès
Hello! As a gift for Guile 2.0’s third birthday [0], here’s a quick hack to enhance the debugging experience for Guile hackers in GDB! The attached code is a GDB extension, written in Guile, using the nice Guile API that landed into GDB master last week (thanks, Doug!). Once you have GDB master