Re: Looks like GDB in Cygwin does not catch Ctrl/C correctly

2020-01-20 Thread Takashi Yano
On Tue, 21 Jan 2020 03:29:47 + "Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin"wrote: > > What is your environment? Windows version, cygwin version and etc... > $ uname -a > CYGWIN_NT-6.1 ANTON 3.1.0(0.340/5/3) 2019-12-01 05:20 x86_64 Cygwin > > Windows 7 Home; Cygwin 3.1.0 This problem can

RE: Looks like GDB in Cygwin does not catch Ctrl/C correctly

2020-01-20 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin
> What is your environment? Windows version, cygwin version and etc... $ uname -a CYGWIN_NT-6.1 ANTON 3.1.0(0.340/5/3) 2019-12-01 05:20 x86_64 Cygwin Windows 7 Home; Cygwin 3.1.0 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentatio

Re: Looks like GDB in Cygwin does not catch Ctrl/C correctly

2020-01-20 Thread Takashi Yano
On Tue, 21 Jan 2020 03:09:19 + "Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin" wrote: > Hi All, > > Another question for tonight: > > So there's a program that basically enters a tight loop on some incorrect > input (and needs to be debugged, obviously). > > The program is otherwise rath