Changeset 41493 in vbox for trunk/src/VBox/Runtime/include
- Timestamp:
- May 30, 2012 1:47:41 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/dbgmod.h
r38581 r41493 364 364 * @param iSeg The segment number (0-based) or RTDBGSEGIDX_ABS. 365 365 * @param off The offset into the segment. 366 * @param fFlags Symbol search flags, see RTDBGSYMADDR_FLAGS_XXX. 366 367 * @param poffDisp Where to store the distance between the specified address 367 368 * and the returned symbol. Optional. 368 369 * @param pSymInfo Where to store the symbol information. 369 370 */ 370 DECLCALLBACKMEMBER(int, pfnSymbolByAddr)(PRTDBGMODINT pMod, uint32_t iSeg, RTUINTPTR off, PRTINTPTR poffDisp, PRTDBGSYMBOL pSymInfo); 371 DECLCALLBACKMEMBER(int, pfnSymbolByAddr)(PRTDBGMODINT pMod, uint32_t iSeg, RTUINTPTR off, uint32_t fFlags, 372 PRTINTPTR poffDisp, PRTDBGSYMBOL pSymInfo); 371 373 372 374
Note:
See TracChangeset
for help on using the changeset viewer.