- Timestamp:
- Apr 7, 2021 7:39:43 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPLibLdr.cpp
r87700 r88377 767 767 *ppvImageBase = (void *)OpenReq.u.Out.pvImageBase; 768 768 if (rc != VERR_MODULE_NOT_FOUND) 769 { 770 if (fIsVMMR0) 771 g_pvVMMR0 = OpenReq.u.Out.pvImageBase; 772 LogRel(("SUP: Opened %s (%s) at %#RKv%s.\n", pszModule, pszFilename, OpenReq.u.Out.pvImageBase, 773 OpenReq.u.Out.fNativeLoader ? " loaded by the native ring-0 loader" : "")); 774 #ifdef RT_OS_WINDOWS 775 LogRel(("SUP: windbg> .reload /f %s=%#RKv\n", pszFilename, OpenReq.u.Out.pvImageBase)); 776 #endif 769 777 return rc; 778 } 770 779 } 771 780
Note:
See TracChangeset
for help on using the changeset viewer.