-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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.)
Metadata
Metadata
Assignees
Labels
No labels