-
94cd2830
by Eric Pouech at 2025-10-06T16:47:43+02:00
wineconsole: Ensure conhost gets the expected title.
Otherwise, when launching an exec with wineconsole, conhost
gets wineconsole.exe and not the exec as title, and messes
up the per-application settings.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
35e950ac
by Eric Pouech at 2025-10-06T16:47:43+02:00
conhost: Support the close-on-exit configuration option.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
e034e0a4
by Eric Pouech at 2025-10-06T16:47:43+02:00
winedbg: No longer expect a startup sequence in auto mode.
winedbg is too strict about events expected for startup
sequence in auto mode.
I've seen exit-thread, output debug string (and likely others
could happen). Consequence is that winedbg doesn't display
the backtrace (it needs the first exception for that).
So relax the startup conditions, and enter the auto mode after
either first exception, exit-process, or timeout.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>