gdb: Cleanup Debugger.cs

by moving the GDB command handlers and command processor out of the class and into their own
This commit is contained in:
GreemDev
2025-10-16 17:32:04 -05:00
parent fdbdb05cb5
commit c33a97f01c
13 changed files with 1150 additions and 1075 deletions

View File

@@ -3,7 +3,7 @@ using System.Globalization;
namespace Ryujinx.HLE.Debugger
{
class StringStream
internal class StringStream
{
private readonly string Data;
private int Position;