Handle the kill packet
This commit is contained in:
		
							parent
							
								
									0a5e223ba7
								
							
						
					
					
						commit
						014b9ebbfa
					
				| 
						 | 
				
			
			@ -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?;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue