1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-09 17:44:48 +09:00

Adding comment suggested by Noah (#105999)

This commit is contained in:
Thays Grazia 2024-08-05 22:47:31 -03:00 committed by GitHub
parent 73bffafa95
commit 1246154e83
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -5433,6 +5433,8 @@ BOOL IsSafeToHandleHardwareException(PCONTEXT contextRecord, PEXCEPTION_RECORD e
exceptionRecord->ExceptionCode != STATUS_SINGLE_STEP &&
exceptionRecord->ExceptionCode != STATUS_STACK_OVERFLOW)
{
// tried to consolidate the code and only call HandleSingleStep here but
// for some reason not investigated the debugger tests failed with this change
pThread->HandleSingleStep(contextRecord, exceptionRecord->ExceptionCode);
}
#endif