Re: gdb not working properly in Cygwin

2021-02-03 Thread Marco Atzeri via Cygwin
On 03.02.2021 22:40, Marco Atzeri wrote: On 22.01.2021 00:30, Ken Brown via Cygwin wrote: On 1/21/2021 5:27 PM, Tord Andreasson via Cygwin wrote: Hi, I encounter the same issue too. I can replicate the issue if I run gdb from CMD while from Mintty or Cygwin.bat it works fine. It seems

Re: gdb not working properly in Cygwin

2021-02-03 Thread Marco Atzeri via Cygwin
On 22.01.2021 00:30, Ken Brown via Cygwin wrote: On 1/21/2021 5:27 PM, Tord Andreasson via Cygwin wrote: Hi, I encounter the same issue too. gdb starts however there is no gdb prompt, nothing is echoed and nothing is printed on the bash window except an empty blank line. From now you

Re: gdb not working properly in Cygwin

2021-01-21 Thread Ken Brown via Cygwin
On 1/21/2021 5:27 PM, Tord Andreasson via Cygwin wrote: Hi, I encounter the same issue too. gdb starts however there is no gdb prompt, nothing is echoed and nothing is printed on the bash window except an empty blank line. From now you operate blindfolded. Debugging a simple application that

Re: gdb not working properly in Cygwin

2021-01-21 Thread matthew patton via Cygwin
On Thursday, January 21, 2021, 05:29:27 PM EST, Tord Andreasson via Cygwin wrote: > I tried "strace -o /tmp/gdb.strace /usr/bin/gdb --version" and indeed there >are lines with 37 error messages in it. Since the trace file is large (2MB) $ Err_6.4.5.exe  0xC034 says:  

Re: gdb not working properly in Cygwin

2021-01-21 Thread Tord Andreasson via Cygwin
Hi, I encounter the same issue too. gdb starts however there is no gdb prompt, nothing is echoed and nothing is printed on the bash window except an empty blank line. From now you operate blindfolded. Debugging a simple application that prints "Hello World" on file demonstrates that gdb loads

Re: gdb not working properly in Cygwin

2021-01-21 Thread Marco Atzeri via Cygwin
On 21.01.2021 20:02, Daniel, Barry K. via Cygwin wrote: I am trying to build and debug a linux application on a Windows 10 machine. I have installed Cygwin64 with GDB and the GCC compliers. When I open up a Cygwin64 terminal and type "gcc -version" or "g++ --version" I get the normal