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]

[PATCH v4 00/16] extension language API for GDB


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.


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