This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [patchv2 2/2] Fix CTRL-C for remote.c (PR remote/15297)
- From: Tom Tromey <tromey at redhat dot com>
- To: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Thu, 25 Jul 2013 09:29:48 -0600
- Subject: Re: [patchv2 2/2] Fix CTRL-C for remote.c (PR remote/15297)
- References: <20130630181110 dot GB29548 at host2 dot jankratochvil dot net> <8738r2wtsy dot fsf at fleche dot redhat dot com> <20130725152523 dot GA20909 at host2 dot jankratochvil dot net>
>>>>> "Jan" == Jan Kratochvil <jan.kratochvil@redhat.com> writes:
>> Can you characterize the failure modes? Or will I see it if I add a
>> target-async+non-stop case to your new .exp?
Jan> ^^^^^^^^^^^^^^^^^^^^^ - this one is there:
Sorry, I meant target-async+full-stop.
Jan> You are right this "async-allstop" case has to be added. I was not
Jan> sure what is the expected behavior/output in such case, maybe GDB
Jan> behaves correctly.
Ok, fair enough. I will look after it goes in.
Tom