Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH v4 00/16] extension language API for GDB
@ 2014-01-15 19:22 Doug Evans
  2014-01-15 20:06 ` Tom Tromey
  2014-01-16 13:07 ` Ludovic Courtès
  0 siblings, 2 replies; 9+ messages in thread
From: Doug Evans @ 2014-01-15 19:22 UTC (permalink / raw)
  To: gdb-patches

Hi.

Here's v4 of this patch series.
v3: https://sourceware.org/ml/gdb-patches/2013-12/msg00906.html

This version:

- improves SIGINT handling
Extension languages that can use GDB's SIGINT handler are termed "cooperative"
and interrupts are "moved" when the extension language changes.
Extension languages that can't use GDB's SIGINT handler have to
install their own
SIGINT handler and must call check_quit_flag appropriately (at least
once at startup).

Now that 7.7 has branched I'd like to get this in.

Regression tested on amd64-linux (fc19) with/without python.


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-02-06  4:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-15 19:22 [PATCH v4 00/16] extension language API for GDB Doug Evans
2014-01-15 20:06 ` Tom Tromey
2014-01-22 17:35   ` Doug Evans
2014-01-22 17:56     ` Tom Tromey
2014-01-22 18:16       ` Doug Evans
2014-01-22 18:55         ` Doug Evans
2014-01-23 16:09         ` Tom Tromey
2014-02-06  4:42           ` Doug Evans
2014-01-16 13:07 ` Ludovic Courtès

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox