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

GdbServer: Implement new netstream that can have timeouts #4223

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Sonicadvance1
Copy link
Member

A major limitation of iostream is that you can't have reads or writes with a timeout. I'm going to need a timeout with gdbserver, so switch the netstream code over to using raw sockets rather than iostream which can have a read timeout.

A major limitation of iostream is that you can't have reads or writes
with a timeout. I'm going to need a timeout with gdbserver, so switch
the netstream code over to using raw sockets rather than iostream which
can have a read timeout.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant