Deleted debug server documentation as I don't have time to maintain it.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user