mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-21 04:33:56 +00:00
Process more commands
This commit is contained in:
@@ -56,4 +56,9 @@ namespace gdb_stub
|
||||
{
|
||||
(void)this->client_.send(data);
|
||||
}
|
||||
|
||||
void connection_handler::close() const
|
||||
{
|
||||
this->client_.close();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user