Changeset 20360 in vbox for trunk/src/VBox/Runtime/common/dbg/dbgmod.cpp
- Timestamp:
- Jun 8, 2009 12:04:31 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dbg/dbgmod.cpp
r20356 r20360 142 142 143 143 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 */ 144 156 RTDECL(int) RTDbgModCreate(PRTDBGMOD phDbgMod, const char *pszName, RTUINTPTR cb, uint32_t fFlags) 145 157 {
Note:
See TracChangeset
for help on using the changeset viewer.