More bits of refactoring in the GDB RSP server implementation

This commit is contained in:
Nav
2022-11-18 20:26:20 +00:00
parent 35a6172b24
commit 89b02474a9
5 changed files with 96 additions and 92 deletions

View File

@@ -1,12 +0,0 @@
#pragma once
#include "Exception.hpp"
namespace Bloom::Exceptions
{
class DebugServerInterrupted: public Exception
{
public:
explicit DebugServerInterrupted() = default;
};
}