Changeset 31376 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Aug 4, 2010 10:26:53 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dbg/dbgmod.cpp
r28800 r31376 51 51 * Structures and Typedefs * 52 52 *******************************************************************************/ 53 /** Debug info interpreter regis ration record. */53 /** Debug info interpreter registration record. */ 54 54 typedef struct RTDBGMODREGDBG 55 55 { … … 63 63 typedef RTDBGMODREGDBG *PRTDBGMODREGDBG; 64 64 65 /** Image interpreter regis ration record. */65 /** Image interpreter registration record. */ 66 66 typedef struct RTDBGMODREGIMG 67 67 { … … 315 315 RTDECL(int) RTDbgModCreateFromImage(PRTDBGMOD phDbgMod, const char *pszFilename, const char *pszName, uint32_t fFlags) 316 316 { 317 317 318 return VERR_NOT_IMPLEMENTED; 318 319 }
Note:
See TracChangeset
for help on using the changeset viewer.