VirtualBox

Changeset 49768 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Dec 4, 2013 9:57:44 AM (11 years ago)
Author:
vboxsync
Message:

rtDbgModExportsAddSegmentsCallback: Tweak.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/dbg/dbgmodexports.cpp

    r47290 r49768  
    8787
    8888    /* Add dummy segments for segments that doesn't get mapped. */
    89     if (pSeg->LinkAddress == NIL_RTLDRADDR)
     89    if (   pSeg->LinkAddress == NIL_RTLDRADDR
     90        || pSeg->RVA         == NIL_RTLDRADDR)
    9091        return RTDbgModSegmentAdd(pArgs->pDbgMod, 0, 0, pSeg->pszName, 0 /*fFlags*/, NULL);
    9192
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