New TC shutdown command

This commit is contained in:
Nav
2023-05-26 01:02:51 +01:00
parent 039df146a7
commit 142f844f83
7 changed files with 49 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ namespace Bloom::DebugServer::Gdb::CommandPackets
try {
if (Services::ProcessService::isManagedByClion()) {
// TODO: Force the TC to shutdown.
targetControllerService.shutdown();
}
debugSession.connection.writePacket(OkResponsePacket());