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]

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


Doug Evans <xdje42@gmail.com> skribis:

> - 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).

Nice.  This sounds like an easy way to solve the problem for Guile,
until itâs signal handling support can be used the way weâd like.

Thanks,
Ludoâ.


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