You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
The text was updated successfully, but these errors were encountered:
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.)The text was updated successfully, but these errors were encountered: