Deleted debug server documentation as I don't have time to maintain it.

This commit is contained in:
Nav
2024-12-24 20:11:32 +00:00
parent 674b11575d
commit fd45bad970
6 changed files with 2 additions and 211 deletions

View File

@@ -9,9 +9,6 @@ namespace DebugServer::Gdb::Exceptions
* from the connected GDB client. The server implementation allows for interruptions to blocking IO calls.
*
* When an interrupt occurs, this exception is thrown and handled appropriately.
*
* For more on how the GDB server implementation allows for interruptions, see the "Servicing events" section in
* src/DebugServer/README.md.
*/
class DebugServerInterrupted: public ::Exceptions::Exception
{