VirtualBox

Changeset 20756 in vbox for trunk/src/VBox/Runtime/include


Ignore:
Timestamp:
Jun 22, 2009 1:59:33 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
48872
Message:

IPRT: More RTDbg coding - generic container is mostly done now.

File:
1 edited

Legend:

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

    r20744 r20756  
    155155    DECLCALLBACKMEMBER(RTDBGSEGIDX, pfnRvaToSegOff)(PRTDBGMODINT pMod, RTUINTPTR uRva, PRTUINTPTR poffSeg);
    156156
     157    /**
     158     * Image size when mapped if segments are mapped adjecently.
     159     *
     160     * For ELF, PE, and Mach-O images this is (usually) a natural query, for LX and
     161     * NE and such it's a bit odder and the answer may not make much sense for them.
     162     *
     163     * @returns Image mapped size.
     164     * @param   pMod        Pointer to the module structure.
     165     */
     166    DECLCALLBACKMEMBER(RTUINTPTR, pfnImageSize)(PRTDBGMODINT pMod);
     167
    157168
    158169
     
    197208     * @param   pSegInfo    Where to store the segment information.
    198209     */
    199     DECLCALLBACKMEMBER(int, pfnSegmentByIndex)(PRTDBGMODINT pMod, RTDBGSEGIDX iSeg, RTDBGSEGMENT pSegInfo);
     210    DECLCALLBACKMEMBER(int, pfnSegmentByIndex)(PRTDBGMODINT pMod, RTDBGSEGIDX iSeg, PRTDBGSEGMENT pSegInfo);
    200211
    201212
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