Merge pull request #4220 from aldelaro5/memcheck-interface-improvements

Redo the MemCheck add dialog
This commit is contained in:
Scott Mansell
2016-09-28 13:46:25 +13:00
committed by GitHub
3 changed files with 109 additions and 42 deletions

View File

@ -218,8 +218,8 @@ bool TMemCheck::Action(DebugInterface* debug_interface, u32 iValue, u32 addr, bo
debug_interface->GetDescription(pc).c_str(), write ? "Write" : "Read", size * 8,
size * 2, iValue, addr, debug_interface->GetDescription(addr).c_str());
}
return true;
if (Break)
return true;
}
return false;
}