VirtualBox

Changeset 10095 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 2, 2008 11:26:05 AM (17 years ago)
Author:
vboxsync
Message:

logging change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp

    r10066 r10095  
    12041204                 * Forward the trap to the guest by injecting the exception and resuming execution.
    12051205                 */
    1206                 Log(("Page fault at %VGv cr2=%VGv error code %x\n", pCtx->rip, uFaultAddress, errCode));
     1206                Log(("Guest page fault at %VGv cr2=%VGv error code %x rsp=%RX64\n", pCtx->rip, uFaultAddress, errCode, pCtx->rsp));
    12071207                STAM_COUNTER_INC(&pVM->hwaccm.s.StatExitGuestPF);
    12081208
Note: See TracChangeset for help on using the changeset viewer.

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