Changeset 46109 in vbox for trunk/include
- Timestamp:
- May 15, 2013 7:54:06 PM (12 years ago)
- Location:
- trunk/include/iprt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/dbg.h
r46101 r46109 1001 1001 1002 1002 /** 1003 * Checks if the loading of the debug info has been postponed. 1004 * 1005 * @returns true if postponed, false if not or invalid handle. 1006 * @param hDbgMod The module handle. 1007 */ 1008 RTDECL(bool) RTDbgModIsDeferred(RTDBGMOD hDbgMod); 1009 1010 /** 1011 * Checks if the debug info is exports only. 1012 * 1013 * @returns true if exports only, false if not or invalid handle. 1014 * @param hDbgMod The module handle. 1015 */ 1016 RTDECL(bool) RTDbgModIsExports(RTDBGMOD hDbgMod); 1017 1018 /** 1003 1019 * Converts an image relative address to a segment:offset address. 1004 1020 * -
trunk/include/iprt/mangling.h
r46105 r46109 394 394 # define RTDbgModGetTag RT_MANGLER(RTDbgModGetTag) 395 395 # define RTDbgModImageSize RT_MANGLER(RTDbgModImageSize) 396 # define RTDbgModIsDeferred RT_MANGLER(RTDbgModIsDeferred) 397 # define RTDbgModIsExports RT_MANGLER(RTDbgModIsExports) 396 398 # define RTDbgModLineAdd RT_MANGLER(RTDbgModLineAdd) 397 399 # define RTDbgModLineByAddr RT_MANGLER(RTDbgModLineByAddr)
Note:
See TracChangeset
for help on using the changeset viewer.