VirtualBox

vbox的更動 59084 路徑 trunk/src/VBox/Debugger


忽略:
時間撮記:
2015-12-11 上午12:43:04 (9 年 以前)
作者:
vboxsync
訊息:

DBGF: Tried to rework the generic event config API, still not quite there - deadlocks on DBGC shutdown.

位置:
trunk/src/VBox/Debugger
檔案:
修改 2 筆資料

圖例:

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

    r59072 r59084  
    43774377     * Apply changes to DBGF.
    43784378     */
    4379     if (false) /// @todo fix API  if (!fChangeCmdOnly)
     4379#if 0 /// @todo fix API again
     4380    if (!fChangeCmdOnly)
    43804381    {
    43814382        if (cIntCfgs)
     
    43924393        }
    43934394    }
     4395#endif
    43944396
    43954397    return VINF_SUCCESS;
     
    45954597{
    45964598/** @todo need to do more than just reset later. */
    4597     if (pDbgc->pUVM)
     4599    if (pDbgc->pUVM && VMR3GetStateU(pDbgc->pUVM) < VMSTATE_DESTROYING)
    45984600        dbgcCmdEventCtrlReset(NULL, &pDbgc->CmdHlp, pDbgc->pUVM, NULL, 0);
    45994601}
  • trunk/src/VBox/Debugger/testcase/tstDBGCStubs.cpp

    r59072 r59084  
    461461    return NULL;
    462462}
     463
     464VMMR3DECL(VMSTATE) VMR3GetStateU(PUVM pUVM)
     465{
     466    return VMSTATE_DESTROYING;
     467}
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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