https://bugs.winehq.org/show_bug.cgi?id=50973
Bernhard Übelacker bernhardu@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu@mailbox.org
--- Comment #1 from Bernhard Übelacker bernhardu@mailbox.org --- Created attachment 69934 --> https://bugs.winehq.org/attachment.cgi?id=69934 50973_debugging.txt
I wondered too about 'winedbg --gdb' no longer working.
It seems this commit changes the stdin/stdout/stderr of the gdb process. Therefore a 'ISATTY (ui->instream)' inside gdb is now failing, and it exits as far as gdb expects a user input.
Another hint into that directions is the copyright information of gdb is no longer visible, but was before that commit.