Make info.internal.hardware.enabled = true when Process::SetHardwareBreakpoint return true

This commit is contained in:
gmh5225 2022-05-12 09:15:59 +08:00
parent 7fca84f656
commit 9d453b9c1b
No known key found for this signature in database
GPG Key ID: 3BBC731F40B2CEC1
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ namespace GleeBug
info.internal.hardware.slot = slot;
info.internal.hardware.type = type;
info.internal.hardware.size = size;
info.internal.hardware.enabled = true;
//insert in the breakpoint map
breakpoints.insert({ { info.type, info.address }, info });