Re: gdb dysfuntional: no output in bash window, no echo

2021-01-21 Thread Marco Atzeri via Cygwin
please reply to the mailing list On 21.01.2021 15:39, Tord Andreasson wrote: Hi Marco, I did not think about that, and I really wonder if that is the root cause behind the issue since the content of bash window remains the same, without any blank lines (or lines using e.g. black text on a

Re: gdb dysfuntional: no output in bash window, no echo

2021-01-21 Thread Marco Atzeri via Cygwin
On 21.01.2021 13:06, Tord Andreasson via Cygwin wrote: Hi, torda@Tord-desktop ~ /HelloWorld $ gdb ./helloworld.exe run quit torda@Tord-desktop ~/HelloWorld $ Hopefully this description is comprehensible, if not please let me know if anything is missing. Any idea what I should look at

gdb dysfuntional: no output in bash window, no echo

2021-01-21 Thread Tord Andreasson via Cygwin
Hi, I just updated my cygwin 64 bit installation in order to resume a programming project that I left aside quite some time ago. Everything seems to work as it used to as I am able to pick up the project where I left it, I can build and run the application however gdb I/O seems broken. Here are