VirtualBox

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


Ignore:
Timestamp:
Jul 27, 2018 7:59:25 AM (7 years ago)
Author:
vboxsync
Message:

IPRT: Added RTLDRPROP_UNWIND_INFO to RTLdrQueryPropEx. Added RTDbgModImageQueryProp, RTDbgModImageGetArch, and RTDbgModImageGetFormat.

File:
1 edited

Legend:

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

    r69111 r73375  
    236236     * @param   pvBuf           Pointer to the return buffer.
    237237     * @param   cbBuf           The size of the return buffer.
    238      * @sa      RTLdrQueryProp
    239      */
    240     DECLCALLBACKMEMBER(int, pfnQueryProp)(PRTDBGMODINT pMod, RTLDRPROP enmProp, void *pvBuf, size_t cbBuf);
     238     * @param   pcbRet          How many bytes was actually returned.  In the
     239     *                          case of VERR_BUFFER_OVERFLOW this will contain
     240     *                          the required buffer size.  Optional.
     241     * @sa      RTLdrQueryPropEx
     242     */
     243    DECLCALLBACKMEMBER(int, pfnQueryProp)(PRTDBGMODINT pMod, RTLDRPROP enmProp, void *pvBuf, size_t cbBuf, size_t *pcbRet);
    241244
    242245    /** For catching initialization errors (RTDBGMODVTIMG_MAGIC). */
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