VirtualBox

Ignore:
Timestamp:
May 19, 2013 1:31:13 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
85861
Message:

First part of loading .dSYM bundles.

Location:
trunk/src/VBox/Runtime/include/internal
Files:
2 edited

Legend:

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

    r46149 r46161  
    7575     *                      Upon successful return the method is expected to
    7676     *                      initialize pImgOps and pvImgPriv.
    77      */
    78     DECLCALLBACKMEMBER(int, pfnTryOpen)(PRTDBGMODINT pMod);
     77     * @param   enmArch     The desired architecture.
     78     */
     79    DECLCALLBACKMEMBER(int, pfnTryOpen)(PRTDBGMODINT pMod, RTLDRARCH enmArch);
    7980
    8081    /**
     
    196197    DECLCALLBACKMEMBER(int, pfnUnmapPart)(PRTDBGMODINT pMod, size_t cb, void const **ppvMap);
    197198
     199    /**
     200     * Gets the loader format.
     201     *
     202     * @returns Valid loader format on success, RTLDRFMT_INVALID if not supported.
     203     * @param   pMod            Pointer to the module structure.
     204     */
     205    DECLCALLBACKMEMBER(RTLDRFMT, pfnGetFormat)(PRTDBGMODINT pMod);
    198206
    199207    /** For catching initialization errors (RTDBGMODVTIMG_MAGIC). */
  • trunk/src/VBox/Runtime/include/internal/ldr.h

    r46149 r46161  
    423423    /** Pointer to the reader instance. This is NULL for native image. */
    424424    PRTLDRREADER            pReader;
     425    /** Image format.  */
     426    RTLDRFMT                enmFormat;
     427    /** Image type.  */
     428    RTLDRTYPE               enmType;
     429    /** Image endianness.  */
     430    RTLDRENDIAN             enmEndian;
    425431} RTLDRMODINTERNAL;
    426432
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