VirtualBox

忽略:
時間撮記:
2024-10-16 下午01:43:29 (5 月 以前)
作者:
vboxsync
svn:sync-xref-src-repo-rev:
165190
訊息:

Debugger: Don't try executing r eflags.rf = 1 for breakpoints on armv8, bugref:10393

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Debugger/DBGConsole.cpp

    r106061 r106377  
    733733                rc = DBGCCmdHlpRegPrintf(&pDbgc->CmdHlp, pEvent->idCpu, -1, pDbgc->fRegTerse);
    734734
     735#ifndef VBOX_VMM_TARGET_ARMV8
    735736                /* Set the resume flag to ignore the breakpoint when resuming execution. */
    736737                if (   RT_SUCCESS(rc)
    737738                    && pEvent->enmType == DBGFEVENT_BREAKPOINT)
    738739                    rc = pDbgc->CmdHlp.pfnExec(&pDbgc->CmdHlp, "r eflags.rf = 1");
     740#endif
    739741            }
    740742            else
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette