added some TODO entries related to memory breakpoints

This commit is contained in:
mrexodia 2017-01-04 03:16:31 +01:00
parent c40e9e68ce
commit cf207f9d33
No known key found for this signature in database
GPG Key ID: FC89E0AAA0C1AAD8
1 changed files with 2 additions and 0 deletions

View File

@ -204,11 +204,13 @@ namespace GleeBug
if (!info.enabled)
return;
//TODO: memory breakpoint code
//exceptionRecord.
}
void Debugger::exceptionAccessViolation(const EXCEPTION_RECORD & exceptionRecord, bool firstChance)
{
//TODO: memory breakpoint code
}
void Debugger::exceptionEvent(const EXCEPTION_DEBUG_INFO & exceptionInfo)