arm64jit: Enable breakpoints.

Memory breakpoints not yet really tested.
This commit is contained in:
Unknown W. Brackets
2018-06-06 17:31:56 -07:00
parent 395ac32d63
commit eb4b59b530
10 changed files with 136 additions and 25 deletions
+1 -2
View File
@@ -809,7 +809,6 @@ void CDisasm::SetDebugMode(bool _bDebug, bool switchPC)
if (_bDebug && GetUIState() == UISTATE_INGAME && PSP_IsInited())
{
Core_WaitInactive(TEMP_BREAKPOINT_WAIT_MS);
CBreakPoints::ClearTemporaryBreakPoints();
breakpointList->reloadBreakpoints();
threadList->reloadThreads();
stackTraceView->loadStackTrace();
@@ -913,4 +912,4 @@ void CDisasm::UpdateDialog(bool _bComplete)
// redraw. all others are updated manually
InvalidateRect (GetDlgItem(m_hDlg, IDC_DEBUGMEMVIEW), NULL, TRUE);
UpdateWindow (GetDlgItem(m_hDlg, IDC_DEBUGMEMVIEW));
}
}