vbox的更動 106377 路徑 trunk/src/VBox/Debugger/DBGConsole.cpp
- 時間撮記:
- 2024-10-16 下午01:43:29 (5 月 以前)
- svn:sync-xref-src-repo-rev:
- 165190
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Debugger/DBGConsole.cpp
r106061 r106377 733 733 rc = DBGCCmdHlpRegPrintf(&pDbgc->CmdHlp, pEvent->idCpu, -1, pDbgc->fRegTerse); 734 734 735 #ifndef VBOX_VMM_TARGET_ARMV8 735 736 /* Set the resume flag to ignore the breakpoint when resuming execution. */ 736 737 if ( RT_SUCCESS(rc) 737 738 && pEvent->enmType == DBGFEVENT_BREAKPOINT) 738 739 rc = pDbgc->CmdHlp.pfnExec(&pDbgc->CmdHlp, "r eflags.rf = 1"); 740 #endif 739 741 } 740 742 else
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器