Changeset 68985 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Oct 4, 2017 2:26:23 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 118253
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/init-win.cpp
r68983 r68985 572 572 && pFound->FullDllName.Length <= pFound->FullDllName.MaximumLength) 573 573 RTLogLogger(pLogger, NULL, "%-*s: %p - %#010RX32 bytes into %.*ls\n", 574 sizeof(void *) * 2, " PC", uXcptPC, (uint32_t)(uXcptPC - (uintptr_t)pFound->DllBase),574 sizeof(void *) * 2, "Xcpt PC", uXcptPC, (uint32_t)(uXcptPC - (uintptr_t)pFound->DllBase), 575 575 pFound->FullDllName.Length / sizeof(RTUTF16), pFound->FullDllName.Buffer); 576 576 else 577 577 RTLogLogger(pLogger, NULL, "%-*s: %p - %08RX32 into module at %p\n", 578 sizeof(void *) * 2, " PC", uXcptPC, (uint32_t)(uXcptPC - (uintptr_t)pFound->DllBase),578 sizeof(void *) * 2, "Xcpt PC", uXcptPC, (uint32_t)(uXcptPC - (uintptr_t)pFound->DllBase), 579 579 pFound->DllBase); 580 580 }
Note:
See TracChangeset
for help on using the changeset viewer.