mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-30 18:42:55 +00:00
gdb: Cleanup (ryubing/ryujinx!171)
See merge request ryubing/ryujinx!171
This commit is contained in:
@@ -103,6 +103,10 @@ namespace Ryujinx.HLE.Debugger
|
||||
{
|
||||
Logger.Error?.Print(LogClass.GdbStub, "Error while processing GDB messages", e);
|
||||
}
|
||||
catch (ObjectDisposedException e)
|
||||
{
|
||||
Logger.Error?.Print(LogClass.GdbStub, "Error while processing GDB messages", e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -304,6 +308,7 @@ namespace Ryujinx.HLE.Debugger
|
||||
WriteStream = null;
|
||||
ClientSocket.Close();
|
||||
ClientSocket = null;
|
||||
CommandProcessor = null;
|
||||
|
||||
BreakpointManager.ClearAll();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user