VirtualBox

Changeset 68985 in vbox for trunk/src/VBox/Runtime/r3


Ignore:
Timestamp:
Oct 4, 2017 2:26:23 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118253
Message:

init-win.cpp: Dump module addresses on the stack to get clues where we're coming from.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/init-win.cpp

    r68983 r68985  
    572572                            && pFound->FullDllName.Length <= pFound->FullDllName.MaximumLength)
    573573                            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),
    575575                                        pFound->FullDllName.Length / sizeof(RTUTF16), pFound->FullDllName.Buffer);
    576576                        else
    577577                            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),
    579579                                        pFound->DllBase);
    580580                    }
Note: See TracChangeset for help on using the changeset viewer.

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