Handle the kill packet
This commit is contained in:
@@ -162,6 +162,8 @@ impl GdbConnection {
|
||||
if body == "QStartNoAckMode" {
|
||||
self.ack_messages = false;
|
||||
res.send_ok().await?;
|
||||
} else if body == "k" {
|
||||
return Ok(());
|
||||
} else {
|
||||
// unrecognized command
|
||||
res.send().await?;
|
||||
|
||||
Reference in New Issue
Block a user