Changeset 20756 in vbox for trunk/src/VBox/Runtime/include
- Timestamp:
- Jun 22, 2009 1:59:33 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48872
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/dbgmod.h
r20744 r20756 155 155 DECLCALLBACKMEMBER(RTDBGSEGIDX, pfnRvaToSegOff)(PRTDBGMODINT pMod, RTUINTPTR uRva, PRTUINTPTR poffSeg); 156 156 157 /** 158 * Image size when mapped if segments are mapped adjecently. 159 * 160 * For ELF, PE, and Mach-O images this is (usually) a natural query, for LX and 161 * NE and such it's a bit odder and the answer may not make much sense for them. 162 * 163 * @returns Image mapped size. 164 * @param pMod Pointer to the module structure. 165 */ 166 DECLCALLBACKMEMBER(RTUINTPTR, pfnImageSize)(PRTDBGMODINT pMod); 167 157 168 158 169 … … 197 208 * @param pSegInfo Where to store the segment information. 198 209 */ 199 DECLCALLBACKMEMBER(int, pfnSegmentByIndex)(PRTDBGMODINT pMod, RTDBGSEGIDX iSeg, RTDBGSEGMENT pSegInfo);210 DECLCALLBACKMEMBER(int, pfnSegmentByIndex)(PRTDBGMODINT pMod, RTDBGSEGIDX iSeg, PRTDBGSEGMENT pSegInfo); 200 211 201 212
Note:
See TracChangeset
for help on using the changeset viewer.