VirtualBox

Ignore:
Timestamp:
May 19, 2013 4:58:01 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
85864
Message:

More exteran .dSYM and .dwo bundles/files changes.

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

Legend:

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

    r46161 r46164  
    198198
    199199    /**
    200      * Gets the loader format.
    201      *
    202      * @returns Valid loader format on success, RTLDRFMT_INVALID if not supported.
     200     * Gets the image format.
     201     *
     202     * @returns Valid image format on success, RTLDRFMT_INVALID if not supported.
    203203     * @param   pMod            Pointer to the module structure.
    204204     */
    205205    DECLCALLBACKMEMBER(RTLDRFMT, pfnGetFormat)(PRTDBGMODINT pMod);
     206
     207    /**
     208     * Gets the image architecture.
     209     *
     210     * @returns Valid image architecutre on success, RTLDRARCH_WHATEVER if not
     211     *          supported.
     212     * @param   pMod            Pointer to the module structure.
     213     */
     214    DECLCALLBACKMEMBER(RTLDRARCH, pfnGetArch)(PRTDBGMODINT pMod);
    206215
    207216    /** For catching initialization errors (RTDBGMODVTIMG_MAGIC). */
     
    244253     *                      Upon successful return the method is expected to
    245254     *                      initialize pDbgOps and pvDbgPriv.
    246      */
    247     DECLCALLBACKMEMBER(int, pfnTryOpen)(PRTDBGMODINT pMod);
     255     * @param   enmArch     The desired architecture.
     256     */
     257    DECLCALLBACKMEMBER(int, pfnTryOpen)(PRTDBGMODINT pMod, RTLDRARCH enmArch);
    248258
    249259    /**
  • trunk/src/VBox/Runtime/include/internal/ldr.h

    r46161 r46164  
    429429    /** Image endianness.  */
    430430    RTLDRENDIAN             enmEndian;
     431    /** Image target architecture.  */
     432    RTLDRARCH               enmArch;
    431433} RTLDRMODINTERNAL;
    432434
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