VirtualBox

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


Ignore:
Timestamp:
Jun 23, 2009 12:10:32 AM (16 years ago)
Author:
vboxsync
Message:

IPRT: The rest of the basic RTDbgMod code.

File:
1 edited

Legend:

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

    r20800 r20801  
    335335     * @param   pMod        Pointer to the module structure.
    336336     * @param   iOrdinal    The line number ordinal number.
    337      * @param   pLine       Where to store the information about the line number.
    338      */
    339     DECLCALLBACKMEMBER(int, pfnLineByOrdinal)(PRTDBGMODINT pMod, uint32_t iOrdinal, PRTDBGLINE pLine);
     337     * @param   pLineInfo   Where to store the information about the line number.
     338     */
     339    DECLCALLBACKMEMBER(int, pfnLineByOrdinal)(PRTDBGMODINT pMod, uint32_t iOrdinal, PRTDBGLINE pLineInfo);
    340340
    341341    /**
     
    352352     * @param   poffDisp    Where to store the distance between the specified address
    353353     *                      and the returned line number. Optional.
    354      * @param   pLine       Where to store the information about the closest line number.
    355      */
    356     DECLCALLBACKMEMBER(int, pfnLineByAddr)(PRTDBGMODINT pMod, uint32_t iSeg, RTUINTPTR off, PRTINTPTR poffDisp, PRTDBGLINE pLine);
     354     * @param   pLineInfo   Where to store the information about the closest line
     355     *                      number.
     356     */
     357    DECLCALLBACKMEMBER(int, pfnLineByAddr)(PRTDBGMODINT pMod, uint32_t iSeg, RTUINTPTR off, PRTINTPTR poffDisp, PRTDBGLINE pLineInfo);
    357358
    358359
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