Merge pull request #6341 from sepalani/debug-watches

DebugInterface: Watches methods added
This commit is contained in:
Léo Lam
2018-05-06 13:25:26 +02:00
committed by GitHub
20 changed files with 436 additions and 166 deletions

View File

@ -541,7 +541,7 @@ void CRegisterView::OnPopupMenu(wxCommandEvent& event)
switch (event.GetId())
{
case IDM_WATCHADDRESS:
PowerPC::watches.Add(m_selectedAddress);
PowerPC::debug_interface.SetWatch(m_selectedAddress);
if (watch_window)
watch_window->NotifyUpdate();
Refresh();