vbox的更動 59084 路徑 trunk/src/VBox/Debugger
- 時間撮記:
- 2015-12-11 上午12:43:04 (9 年 以前)
- 位置:
- trunk/src/VBox/Debugger
- 檔案:
-
- 修改 2 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp
r59072 r59084 4377 4377 * Apply changes to DBGF. 4378 4378 */ 4379 if (false) /// @todo fix API if (!fChangeCmdOnly) 4379 #if 0 /// @todo fix API again 4380 if (!fChangeCmdOnly) 4380 4381 { 4381 4382 if (cIntCfgs) … … 4392 4393 } 4393 4394 } 4395 #endif 4394 4396 4395 4397 return VINF_SUCCESS; … … 4595 4597 { 4596 4598 /** @todo need to do more than just reset later. */ 4597 if (pDbgc->pUVM )4599 if (pDbgc->pUVM && VMR3GetStateU(pDbgc->pUVM) < VMSTATE_DESTROYING) 4598 4600 dbgcCmdEventCtrlReset(NULL, &pDbgc->CmdHlp, pDbgc->pUVM, NULL, 0); 4599 4601 } -
trunk/src/VBox/Debugger/testcase/tstDBGCStubs.cpp
r59072 r59084 461 461 return NULL; 462 462 } 463 464 VMMR3DECL(VMSTATE) VMR3GetStateU(PUVM pUVM) 465 { 466 return VMSTATE_DESTROYING; 467 }
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器