Tidying
This commit is contained in:
@@ -60,8 +60,6 @@ namespace DebugServer::Gdb::CommandPackets
|
|||||||
Logger::info("Handling RemoveBreakpoint packet");
|
Logger::info("Handling RemoveBreakpoint packet");
|
||||||
|
|
||||||
try {
|
try {
|
||||||
Logger::debug("Removing breakpoint at address " + std::to_string(this->address));
|
|
||||||
|
|
||||||
debugSession.removeExternalBreakpoint(this->address, targetControllerService);
|
debugSession.removeExternalBreakpoint(this->address, targetControllerService);
|
||||||
debugSession.connection.writePacket(OkResponsePacket{});
|
debugSession.connection.writePacket(OkResponsePacket{});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user