KThread based debug
This commit starts a big refactor to the original debugger PR by merryhime. The debugger now interfaces with KThreads instead of the ExecutionContext. The corresponding KThread debug functions properly suspend/resume the thread and call the underlying debug related function in the ExecutionContext. I also added debugging support to the AppleHV ExecutionContext.
This commit is contained in:
parent
841aa89581
commit
ac438d6572
17 changed files with 157 additions and 144 deletions
|
@ -48,11 +48,6 @@ namespace Ryujinx.HLE.HOS.Kernel.Process
|
|||
{
|
||||
}
|
||||
|
||||
public DebugState GetDebugState()
|
||||
{
|
||||
return DebugState.Stopped;
|
||||
}
|
||||
|
||||
public void StopRunning()
|
||||
{
|
||||
Running = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue