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 16/30] Decouple target_interrupt from all-stop/non-stop modes


On 16-03-18 03:18 PM, Pedro Alves wrote:
> In non-stop mode, "interrupt" results in a "stop with no mode, it
> results in a remote interrupt request / stop with SIGINT.  This is

I don't really understand the first sentence, is there something missing?

> currently implemented in both the Linux and remote target backends.
> Move it to the core code instead, making target_interrupt specifically
> always about "Interrupting as if with Ctrl-C", just like it is
> documented.



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