Changeset 45985 in vbox for trunk/include
- Timestamp:
- May 11, 2013 1:14:22 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 85643
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/dbg.h
r45984 r45985 867 867 RTDECL(int) RTDbgModCreateFromMap(PRTDBGMOD phDbgMod, const char *pszFilename, const char *pszName, RTUINTPTR uSubtrahend, 868 868 RTDBGCFG hDbgCfg); 869 RTDECL(int) RTDbgModCreateFrom Exe(PRTDBGMOD phDbgMod, const char *pszFilename, const char *pszName, uint32_t cbImage,870 uint32_t uTimeDateStamp, RTDBGCFG pDbgCfg);869 RTDECL(int) RTDbgModCreateFromPeImage(PRTDBGMOD phDbgMod, const char *pszFilename, const char *pszName, uint32_t cbImage, 870 uint32_t uTimeDateStamp, RTDBGCFG pDbgCfg); 871 871 RTDECL(int) RTDbgModCreateFromDbg(PRTDBGMOD phDbgMod, const char *pszFilename, const char *pszName, uint32_t cbImage, 872 872 uint32_t uTimeDateStamp, RTDBGCFG pDbgCfg);
Note:
See TracChangeset
for help on using the changeset viewer.