Debug::TLibraryLoadedInfo Class Reference

class Debug::TLibraryLoadedInfo

Event specific information returned as part of a TEventInfo object when a library load event occurs.

Member Data Documentation

TUint32 iCodeAddress

TUint32 iCodeAddress

The code base address (.text).

TUint32 iDataAddress

TUint32 iDataAddress

The base address of the initialised data section (.data).

TUint8 iFileName

TUint8 iFileName

The name of the file that the library was loaded from.

TInt iFileNameLength

TInt iFileNameLength

Contains the length in bytes of the initialised data in iFileName.