Hi. As a personal project, I'm adding scheme scripting to gdb. This patch is very preliminary (no docs, etc. etc. etc.), but I want to give people a heads up. To try to plug scheme in cleanly I've created scripting.[ch] as the interface between gdb and python/scheme. It's not complete, not least of which is varobj.c, but it feels reasonable.