vbox的更動 44399 路徑 trunk/src/VBox/VMM/VMMR3/EMRaw.cpp
- 時間撮記:
- 2013-1-27 下午09:12:53 (12 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/VMM/VMMR3/EMRaw.cpp
r44375 r44399 237 237 { 238 238 DBGFR3PrgStep(pVCpu); 239 DBGFR3 DisasInstrCurrentLog(pVCpu, "RSS: ");239 DBGFR3_DISAS_INSTR_CUR_LOG(pVCpu, "RSS: "); 240 240 rc = emR3RawStep(pVM, pVCpu); 241 241 if (rc != VINF_SUCCESS) … … 285 285 if (pszPrefix) 286 286 { 287 DBGFR3 InfoLog(pVM, "cpumguest", pszPrefix);288 DBGFR3 DisasInstrCurrentLog(pVCpu, pszPrefix);287 DBGFR3_INFO_LOG(pVM, "cpumguest", pszPrefix); 288 DBGFR3_DISAS_INSTR_CUR_LOG(pVCpu, pszPrefix); 289 289 } 290 290 #endif /* LOG_ENABLED */ … … 634 634 635 635 #ifdef LOG_ENABLED 636 DBGFR3 InfoLog(pVM, "cpumguest", "Guest trap");637 DBGFR3 DisasInstrCurrentLog(pVCpu, "Guest trap");636 DBGFR3_INFO_LOG(pVM, "cpumguest", "Guest trap"); 637 DBGFR3_DISAS_INSTR_CUR_LOG(pVCpu, "Guest trap"); 638 638 639 639 /* Get guest page information. */ … … 687 687 if (RT_SUCCESS(rc)) 688 688 { 689 DBGFR3 DisasInstrCurrentLog(pVCpu, "Patched sysenter instruction");689 DBGFR3_DISAS_INSTR_CUR_LOG(pVCpu, "Patched sysenter instruction"); 690 690 return VINF_EM_RESCHEDULE_RAW; 691 691 } … … 770 770 { 771 771 #ifdef LOG_ENABLED 772 DBGFR3 InfoLog(pVM, "cpumguest", "Trap in patch code");773 DBGFR3 DisasInstrCurrentLog(pVCpu, "Patch code");772 DBGFR3_INFO_LOG(pVM, "cpumguest", "Trap in patch code"); 773 DBGFR3_DISAS_INSTR_CUR_LOG(pVCpu, "Patch code"); 774 774 775 775 DISCPUSTATE Cpu; … … 924 924 { 925 925 #ifdef LOG_ENABLED 926 DBGFR3 InfoLog(pVM, "cpumguest", "PRIV");926 DBGFR3_INFO_LOG(pVM, "cpumguest", "PRIV"); 927 927 #endif 928 928 AssertMsgFailed(("FATAL ERROR: executing random instruction inside generated patch jump %08x\n", pCtx->eip)); … … 938 938 { 939 939 #ifdef LOG_ENABLED 940 DBGFR3 InfoLog(pVM, "cpumguest", "PRIV");940 DBGFR3_INFO_LOG(pVM, "cpumguest", "PRIV"); 941 941 #endif 942 DBGFR3 DisasInstrCurrentLog(pVCpu, "Patched privileged instruction");942 DBGFR3_DISAS_INSTR_CUR_LOG(pVCpu, "Patched privileged instruction"); 943 943 return VINF_SUCCESS; 944 944 } … … 949 949 if (!PATMIsPatchGCAddr(pVM, pCtx->eip)) 950 950 { 951 DBGFR3 InfoLog(pVM, "cpumguest", "PRIV");952 DBGFR3 DisasInstrCurrentLog(pVCpu, "Privileged instr: ");951 DBGFR3_INFO_LOG(pVM, "cpumguest", "PRIV"); 952 DBGFR3_DISAS_INSTR_CUR_LOG(pVCpu, "Privileged instr: "); 953 953 } 954 954 #endif … … 1089 1089 if (PATMIsPatchGCAddr(pVM, pCtx->eip)) 1090 1090 { 1091 DBGFR3 InfoLog(pVM, "cpumguest", "PRIV");1092 DBGFR3 DisasInstrCurrentLog(pVCpu, "Privileged instr: ");1091 DBGFR3_INFO_LOG(pVM, "cpumguest", "PRIV"); 1092 DBGFR3_DISAS_INSTR_CUR_LOG(pVCpu, "Privileged instr: "); 1093 1093 } 1094 1094 #endif
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器