Changeset 41 for trunk/kLdr/kLdrModPE.c


Ignore:
Timestamp:
Aug 24, 2011, 4:35:57 PM (14 years ago)
Author:
bird
Message:

Debug info enumration adjustments. Working on MH_DSYM support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kLdr/kLdrModPE.c

    r29 r41  
    11931193
    11941194        rc = pfnCallback(pMod, iDbgInfo,
    1195                          enmDbgInfoType, pDbgDir->MajorVersion, pDbgDir->MinorVersion,
     1195                         enmDbgInfoType, pDbgDir->MajorVersion, pDbgDir->MinorVersion, NULL,
    11961196                         pDbgDir->PointerToRawData ? (KLDRFOFF)pDbgDir->PointerToRawData : -1,
    11971197                         pDbgDir->AddressOfRawData ? pDbgDir->AddressOfRawData : NIL_KLDRADDR,
Note: See TracChangeset for help on using the changeset viewer.