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

Properly implement interrupt handling #31

Open
tromey opened this issue Dec 22, 2017 · 1 comment
Open

Properly implement interrupt handling #31

tromey opened this issue Dec 22, 2017 · 1 comment

Comments

@tromey
Copy link
Collaborator

tromey commented Dec 22, 2017

I think when the client continues the inferior (e.g., via vCont), the server is expected to keep listening to the connection, in case the client sends an interrupt (the special control-c that isn't packetized).

This is another situation where async behavior seems to be needed.

In non-stop, gdb will send vCtrlC instead; but I don't think we can rely on non-stop, as it's only been enabled by default in gdb fairly recently. (Also I'm not sure if lldb uses it; should check.)

@tromey
Copy link
Collaborator Author

tromey commented Dec 28, 2017

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

No branches or pull requests

1 participant