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)
|
if (!info.enabled)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
//TODO: memory breakpoint code
|
||||||
//exceptionRecord.
|
//exceptionRecord.
|
||||||
}
|
}
|
||||||
|
|
||||||
void Debugger::exceptionAccessViolation(const EXCEPTION_RECORD & exceptionRecord, bool firstChance)
|
void Debugger::exceptionAccessViolation(const EXCEPTION_RECORD & exceptionRecord, bool firstChance)
|
||||||
{
|
{
|
||||||
|
//TODO: memory breakpoint code
|
||||||
}
|
}
|
||||||
|
|
||||||
void Debugger::exceptionEvent(const EXCEPTION_DEBUG_INFO & exceptionInfo)
|
void Debugger::exceptionEvent(const EXCEPTION_DEBUG_INFO & exceptionInfo)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue