Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] DSF: cannot pause a program

I do not experience any problems with program termination. It works for me.
I would like to be able to interrupt the program.

Dmitry

2009/7/7 John Cortell <john.cortell@xxxxxxxxxxxxx>:
> Dmitry, you may want to wait for my fix. With it, Spawner.destroy() will
> result in the cygwin process first getting a SIGTERM, and then a SIGKILL as
> a last resort. In theory, the SIGKILL should take down gdb.
>
> John
>
> At 10:58 AM 7/7/2009, Dmitry Smirnov wrote:
>>
>> One more test:
>>
>> I had commented out discrimination of cygwin-based programs in
>> starter.exe (i.e. use GenerateConsoleCtrlEvent(CTRL_C_EVENT, 0)
>> unconditionally).
>>
>> And this works!
>> _______________________________________________
>> cdt-dev mailing list
>> cdt-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>


Back to the top