mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-02 20:21:08 +00:00
gdb: dynamic rcmd system & more cleanups
This commit is contained in:
@@ -6,6 +6,10 @@ namespace Ryujinx.HLE.Debugger
|
||||
{
|
||||
internal interface IDebuggableProcess
|
||||
{
|
||||
IVirtualMemoryManager CpuMemory { get; }
|
||||
ulong[] ThreadUids { get; }
|
||||
DebugState DebugState { get; }
|
||||
|
||||
void DebugStop();
|
||||
void DebugContinue();
|
||||
void DebugContinue(KThread thread);
|
||||
@@ -13,9 +17,6 @@ namespace Ryujinx.HLE.Debugger
|
||||
KThread GetThread(ulong threadUid);
|
||||
bool IsThreadPaused(KThread thread);
|
||||
public void DebugInterruptHandler(IExecutionContext ctx);
|
||||
IVirtualMemoryManager CpuMemory { get; }
|
||||
ulong[] ThreadUids { get; }
|
||||
DebugState DebugState { get; }
|
||||
void InvalidateCacheRegion(ulong address, ulong size);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user