mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-05 09:42:32 -07:00
IDebuggableProcess: Create and expose interface to enable implementation of debugging tools
# Conflicts: # src/ARMeilleure/State/DebugState.cs # src/ARMeilleure/State/ExecutionContext.cs TODO: Fix comments. I also tried implementing AppleHV primitives here (it's actually broken).
This commit is contained in:
@@ -39,5 +39,13 @@ namespace Ryujinx.Cpu.AppleHv
|
||||
SetV(i, context.GetV(i));
|
||||
}
|
||||
}
|
||||
|
||||
void RequestInterrupt();
|
||||
bool GetAndClearInterruptRequested();
|
||||
|
||||
// TODO: comments
|
||||
void DebugStop();
|
||||
bool DebugStep();
|
||||
void DebugContinue();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user