Re: [PATCH v2 02/13] script language API for GDB: extension.[ch]

2013-12-24 Thread Doug Evans
[+ guile-user, in case they have any thoughts on Guile SIGINT handling] On Mon, Dec 23, 2013 at 1:57 PM, Tom Tromey wrote: >> "Doug" == Doug Evans writes: > > Doug> +void > Doug> +clear_quit_flag (void) > Doug> +{ > Doug> + int i; > Doug> + const struct extension_language_defn *extlang; >

[PATCH v1 00/36] Guile extension language

2013-12-24 Thread Doug Evans
Hi. This patch series is a first pass at adding support for the Guile extension language. A lot is working, but there's still a ways to go. And I still have more docs to write, but what's there now is ready for review. guile-user: I'm going to avoid spamming you with the entire series of 36 ema