VirtualBox

Ignore:
Timestamp:
Aug 26, 2011 12:58:47 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
73701
Message:

IPRT: More debug info hacking.

File:
1 edited

Legend:

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

    r38515 r38547  
    240240                                            PFNRTLDRENUMDBG pfnCallback, void *pvUser);
    241241
     242    /**
     243     * Enumerates the segments in the module.
     244     *
     245     * @returns iprt status code, which might have been returned by pfnCallback.
     246     * @param   pMod        Pointer to the loader module structure.
     247     * @param   pfnCallback The callback function which each debug info part is
     248     *                      to be fed to.
     249     * @param   pvUser      User argument to pass to the enumerator.
     250     * @remark  This is an optional entry point that can be NULL.
     251     */
     252    DECLCALLBACKMEMBER(int, pfnEnumSegments)(PRTLDRMODINTERNAL pMod, PFNRTLDRENUMSEGS pfnCallback, void *pvUser);
     253
    242254
    243255    /** Dummy entry to make sure we've initialized it all. */
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