VirtualBox

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


Ignore:
Timestamp:
May 30, 2012 1:47:41 PM (13 years ago)
Author:
vboxsync
Message:

RTDbg*SymbolByAddr*: Added a flag parameter.

File:
1 edited

Legend:

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

    r38581 r41493  
    364364     * @param   iSeg        The segment number (0-based) or RTDBGSEGIDX_ABS.
    365365     * @param   off         The offset into the segment.
     366     * @param   fFlags      Symbol search flags, see RTDBGSYMADDR_FLAGS_XXX.
    366367     * @param   poffDisp    Where to store the distance between the specified address
    367368     *                      and the returned symbol. Optional.
    368369     * @param   pSymInfo    Where to store the symbol information.
    369370     */
    370     DECLCALLBACKMEMBER(int, pfnSymbolByAddr)(PRTDBGMODINT pMod, uint32_t iSeg, RTUINTPTR off, PRTINTPTR poffDisp, PRTDBGSYMBOL pSymInfo);
     371    DECLCALLBACKMEMBER(int, pfnSymbolByAddr)(PRTDBGMODINT pMod, uint32_t iSeg, RTUINTPTR off, uint32_t fFlags,
     372                                             PRTINTPTR poffDisp, PRTDBGSYMBOL pSymInfo);
    371373
    372374
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