Searched defs:fPrev (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Debugger/
H A DDBGCEmulateCodeView.cpp3380 bool fPrev = ASMBitTest(pbIntRedirBitmap, 0); /* LE/BE issue */ local
3384 if (fThis != fPrev)
3386 DBGCCmdHlpPrintf(pCmdHlp, "%02x-%02x %s\n", iStart, i - 1, fPrev ? "Protected mode" : "Redirected");
3387 fPrev = fThis;
3392 DBGCCmdHlpPrintf(pCmdHlp, "%02x-%02x %s\n", iStart, 255, fPrev ? "Protected mode" : "Redirected");
3419 bool fPrev = ASMBitTest(pbIoBitmap, 0); local
3424 if (fThis != fPrev)
3428 fPrev ? "GP" : "OK", (cLine % 6) == 0 ? "\n" : " ");
3429 fPrev = fThis;
3434 DBGCCmdHlpPrintf(pCmdHlp, "%04x-%04x %s\n", iStart, _64K-1, fPrev
[all...]

Completed in 58 milliseconds