4 Jan
2024
4 Jan
'24
8:51 a.m.
This mainly allows Wine to reset the tty settings upon termination and not let gdb do it (cf bug report). Change: user is now required to explicitely terminate gdb ('quit' command) upon debuggee termination. Wine-Bugs: https://bugs.winehq.org/show_bug.cgi?id=56032 Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> -- v2: winedbg: Wait for gdb to terminate before exiting (proxy mode). https://gitlab.winehq.org/wine/wine/-/merge_requests/4776