VirtualBox

Changeset 12109 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
Sep 4, 2008 9:00:43 PM (16 years ago)
Author:
vboxsync
Message:

VBoxDrv: Print the .reload command for modules as they are loaded (windows, debug builds only). You need to set the image path correctly for this short version to work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrv.c

    r12101 r12109  
    36963696    pReq->u.Out.fNeedsLoading = true;
    36973697    RTSemFastMutexRelease(pDevExt->mtxLdr);
     3698
     3699#if defined(RT_OS_WINDOWS) && defined(DEBUG)
     3700    SUPR0Printf("VBoxDrv: windbg> .reload /f %s=%#p\n", pImage->szName, pImage->pvImage);
     3701#endif
    36983702    return VINF_SUCCESS;
    36993703}
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