VirtualBox

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

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

File:
1 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{
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