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

/vbox/src/VBox/Debugger/
H A DDBGConsole.cpp632 pDbgc->fRegCtxGuest = true; /* we're always in guest context when halted. */
646 pDbgc->fRegCtxGuest = false; /* fatal errors are always in hypervisor. */
655 bool fRegCtxGuest = pDbgc->fRegCtxGuest; local
656 pDbgc->fRegCtxGuest = pEvent->enmType == DBGFEVENT_BREAKPOINT;
682 pDbgc->fRegCtxGuest = fRegCtxGuest;
689 pDbgc->fRegCtxGuest = pEvent->enmType == DBGFEVENT_STEPPED;
699 pDbgc->fRegCtxGuest = false;
919 pDbgc->fRegCtxGuest
[all...]
H A DDBGCInternal.h134 bool fRegCtxGuest; member in struct:DBGC

Completed in 34 milliseconds