Process more commands

This commit is contained in:
momo5502
2025-01-17 18:21:23 +01:00
parent cf76d5b4dc
commit 2f6d17fde6
3 changed files with 31 additions and 18 deletions

View File

@@ -56,4 +56,9 @@ namespace gdb_stub
{
(void)this->client_.send(data);
}
void connection_handler::close() const
{
this->client_.close();
}
}