Refactor stepping code, fix stepping over a breakpoint
This commit is contained in:
parent
cc32ac251b
commit
6b74bcec7c
10 changed files with 74 additions and 62 deletions
|
@ -1,4 +1,5 @@
|
|||
using Ryujinx.HLE.HOS.Kernel.Threading;
|
||||
using Ryujinx.Cpu;
|
||||
using Ryujinx.HLE.HOS.Kernel.Threading;
|
||||
using Ryujinx.Memory;
|
||||
|
||||
namespace Ryujinx.HLE.Debugger
|
||||
|
@ -11,6 +12,7 @@ namespace Ryujinx.HLE.Debugger
|
|||
KThread GetThread(ulong threadUid);
|
||||
DebugState GetDebugState();
|
||||
ulong[] GetThreadUids();
|
||||
public void DebugInterruptHandler(IExecutionContext ctx);
|
||||
IVirtualMemoryManager CpuMemory { get; }
|
||||
void InvalidateCacheRegion(ulong address, ulong size);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue