[Bug 50973] winedbg --gdb exits immediately

WineHQ Bugzilla wine-bugs at winehq.org
Tue Apr 27 14:31:22 CDT 2021


https://bugs.winehq.org/show_bug.cgi?id=50973

Bernhard Übelacker <bernhardu at mailbox.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bernhardu at mailbox.org

--- Comment #1 from Bernhard Übelacker <bernhardu at 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.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list