VirtualBox

Changeset 20360 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Jun 8, 2009 12:04:31 AM (16 years ago)
Author:
vboxsync
Message:

IPRT: Memory pool (untested) and string pool stub implementation.

Location:
trunk/src/VBox/Runtime/common/dbg
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/dbg/dbgmod.cpp

    r20356 r20360  
    142142
    143143
     144/**
     145 * Creates a module based on the default debug info container.
     146 *
     147 * This can be used to manually load a module and its symbol.
     148 *
     149 * @returns IPRT status code.
     150 *
     151 * @param   phDbgMod        Where to return the module handle.
     152 * @param   pszName         The name of the module (mandatory).
     153 * @param   cb              The size of the module. Must be greater than zero.
     154 * @param   fFlags          Flags reserved for future extensions, MBZ for now.
     155 */
    144156RTDECL(int)  RTDbgModCreate(PRTDBGMOD phDbgMod, const char *pszName, RTUINTPTR cb, uint32_t fFlags)
    145157{
  • trunk/src/VBox/Runtime/common/dbg/dbgmodcontainer.cpp

    r20356 r20360  
    152152
    153153/**
    154  * Creates a
     154 * Creates a generic debug info container and associates it with the module.
    155155 *
    156156 * @returns IPRT status code.
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