On 2023-01-04 3:45 p.m., Eric Pouech wrote: > Le 04/01/2023 à 16:21, Pedro Alves a écrit : >> On 2022-12-23 3:51 a.m., Jacob Bachmeyer wrote: >>> it will not work when someone decides they want to test MinGW GDB using >>> Wine. >> This has been on my wish list for years. Unfortunately, I can't even get >> plain cross-compiled MinGW GDB >> working properly on a Linux/Bash terminal, as I can't get it (I guess >> readline) to recognize/accept lines >> of input. >> >> E.g., on Ubuntu 22.04, with system Wine ('wine-6.0.3 (Ubuntu >> 6.0.3~repack-1)') : > > hi > > they've been a couple of improvements in Wine 7.x that will help here > > so upgrading might be a solution (wine 8.0 is likely to be released by the > end of this month...). wine 6.x tree is two year old :-(
... > > (notepad is wine's notepad) > > ------------------------------------------- > > [eric:~/work/output-wine/wine64]$ ./wine --version > wine-8.0-rc2-14-g48c0a75432b > [eric:~/work/output-wine/wine64]$ ./wine > /usr/x86_64-w64-mingw32/sys-root/mingw/bin/gdb.exe notepad > GNU gdb (GDB) 12.1 (snip gdb working as expected) Woo, awesome & finally! Thanks a lot.