VirtualBox

Changeset 45985 in vbox for trunk/include


Ignore:
Timestamp:
May 11, 2013 1:14:22 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
85643
Message:

RTDbgCfg: Debugging configuration, like symbol search paths and such.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/dbg.h

    r45984 r45985  
    867867RTDECL(int)         RTDbgModCreateFromMap(PRTDBGMOD phDbgMod, const char *pszFilename, const char *pszName, RTUINTPTR uSubtrahend,
    868868                                          RTDBGCFG hDbgCfg);
    869 RTDECL(int)         RTDbgModCreateFromExe(PRTDBGMOD phDbgMod, const char *pszFilename, const char *pszName, uint32_t cbImage,
    870                                           uint32_t uTimeDateStamp, RTDBGCFG pDbgCfg);
     869RTDECL(int)         RTDbgModCreateFromPeImage(PRTDBGMOD phDbgMod, const char *pszFilename, const char *pszName, uint32_t cbImage,
     870                                              uint32_t uTimeDateStamp, RTDBGCFG pDbgCfg);
    871871RTDECL(int)         RTDbgModCreateFromDbg(PRTDBGMOD phDbgMod, const char *pszFilename, const char *pszName, uint32_t cbImage,
    872872                                          uint32_t uTimeDateStamp, RTDBGCFG pDbgCfg);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette