[Bug 44349] winedbg: stepping is broken on 32-bit using GDB proxy

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jan 13 00:54:02 CST 2018


https://bugs.winehq.org/show_bug.cgi?id=44349

--- Comment #4 from Zebediah Figura <z.figura12 at 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?

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list