Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GDB Stub: do not send a packet when we just connected #10336

Merged
merged 1 commit into from Jan 3, 2022

Conversation

aldelaro5
Copy link
Member

When the CPU goes to stepping and gdb is active + has control, you are supposed to reply with a stop reply packet. The problem is we also do it if we just connected since the cpu will boot to stepping while it has connected with GDB just before.

This make sure we aren't sending the stop reply until the first processCommand loop.

@leoetlino leoetlino merged commit 4ee2036 into dolphin-emu:master Jan 3, 2022
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants