VirtualBox

Changeset 46109 in vbox for trunk/include


Ignore:
Timestamp:
May 15, 2013 7:54:06 PM (12 years ago)
Author:
vboxsync
Message:

Made deferred loading work.

Location:
trunk/include/iprt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/dbg.h

    r46101 r46109  
    10011001
    10021002/**
     1003 * Checks if the loading of the debug info has been postponed.
     1004 *
     1005 * @returns true if postponed, false if not or invalid handle.
     1006 * @param   hDbgMod         The module handle.
     1007 */
     1008RTDECL(bool)        RTDbgModIsDeferred(RTDBGMOD hDbgMod);
     1009
     1010/**
     1011 * Checks if the debug info is exports only.
     1012 *
     1013 * @returns true if exports only, false if not or invalid handle.
     1014 * @param   hDbgMod         The module handle.
     1015 */
     1016RTDECL(bool)        RTDbgModIsExports(RTDBGMOD hDbgMod);
     1017
     1018/**
    10031019 * Converts an image relative address to a segment:offset address.
    10041020 *
  • trunk/include/iprt/mangling.h

    r46105 r46109  
    394394# define RTDbgModGetTag                                 RT_MANGLER(RTDbgModGetTag)
    395395# define RTDbgModImageSize                              RT_MANGLER(RTDbgModImageSize)
     396# define RTDbgModIsDeferred                             RT_MANGLER(RTDbgModIsDeferred)
     397# define RTDbgModIsExports                              RT_MANGLER(RTDbgModIsExports)
    396398# define RTDbgModLineAdd                                RT_MANGLER(RTDbgModLineAdd)
    397399# define RTDbgModLineByAddr                             RT_MANGLER(RTDbgModLineByAddr)
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