mirror of https://github.com/x64dbg/GleeBug
added some TODO entries related to memory breakpoints
This commit is contained in:
parent
c40e9e68ce
commit
cf207f9d33
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue