https://bugs.winehq.org/show_bug.cgi?id=44349
--- Comment #4 from Zebediah Figura z.figura12@gmail.com --- gdb thinks that the breakpoint that we inject is a permanent breakpoint, i.e. there's actually an int3 in the application's code.
I can't figure out why this doesn't happen on amd64, since I can't (for some unrelated reason) debug any amd64 application using the gdb proxy.
Can you upload logs of 32- and 64-bit, with `set debug infrun 2` entered before the `stepi` command?