Added a "Delete watch" context menu to the Watch window.

Added a "View memory" command to the context menu.
This commit is contained in:
skidau
2014-10-24 17:16:54 +11:00
parent 290e1bed37
commit b34e220086
7 changed files with 80 additions and 8 deletions

View File

@ -219,7 +219,7 @@ void TMemCheck::Action(DebugInterface *debug_interface, u32 iValue, u32 addr, bo
}
bool Watches::IsAddressWatch(u32 _iAddress)
const bool Watches::IsAddressWatch(u32 _iAddress)
{
for (const TWatch& bp : m_Watches)
if (bp.iAddress == _iAddress)