VirtualBox

Ignore:
Timestamp:
Aug 31, 2011 12:43:26 PM (13 years ago)
Author:
vboxsync
Message:

IPRT: More debug info & ldr stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/dbgmod.h

    r38547 r38581  
    128128
    129129    /**
     130     * Converts a link address to a segment:offset address (RVA included).
     131     *
     132     * @returns IPRT status code.
     133     *
     134     * @param   pMod            Pointer to the module structure.
     135     * @param   LinkAddress     The link address to convert.
     136     * @param   piSeg           The segment index.
     137     * @param   poffSeg         Where to return the segment offset.
     138     */
     139    DECLCALLBACKMEMBER(int, pfnLinkAddressToSegOffset)(PRTDBGMODINT pMod, RTLDRADDR LinkAddress,
     140                                                       PRTDBGSEGIDX piSeg, PRTLDRADDR poffSeg);
     141
     142    /**
    130143     * Creates a read-only mapping of a part of the image file.
    131144     *
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