Package: gdb-mingw-w64
Version: 7.10-1+10.2
Severity: grave
--- Please enter the report below this line. ---
On one terminal I start the program to debug under wine and gdbserver:
$ wine /usr/share/win32/gdbserver.exe localhost:5555 path/to/something.exe
and it prints
Process path/to/something.exe created; pid = 41
Listening on port 5555
Remote debugging from host 127.0.0.1
and waits for the connection. Ok so far. On another terminal, I start gdb and
try to connect:
$ i686-w64-mingw32-gdb path/to/something.exe
(gdb) target remote localhost:5555
and I get just:
Remote debugging using 127.0.0.1:5555
Ignoring packet error, continuing...
warning: unrecognized item "timeout" in "qSupported" response
Ignoring packet error, continuing...
Ignoring packet error, continuing...
Bogus trace status reply from target: timeout
The terminal with wine does not show anything new.
Very, very rarely it manages to connect, but most of the time it just shows
this. It used to work.
I have both gdb-mingw-w64 and gdb-mingw-w64-target version 7.10-1+10.2 and
wine 1.8-6.
--- System information. ---
Architecture: amd64
Kernel: Linux 4.3.0-1-amd64
Debian Release: stretch/sid
990 testing http.debian.net
500 wily ppa.launchpad.net
500 unstable http.debian.net
500 trusty ppa.launchpad.net
500 testing-proposed-updates http.debian.net
500 stable-updates ftp.cz.debian.org
500 stable security.debian.org
500 stable ftp.cz.debian.org
1 experimental http.debian.net
--- Package information. ---
Package's Depends field is empty.
Package's Recommends field is empty.
Package's Suggests field is empty.
--
- Jan Hudec <[email protected]>