Changeset 3553


Ignore:
Timestamp:
Aug 26, 2007, 8:44:02 AM (18 years ago)
Author:
bird
Message:

The old kLib code.

Location:
trunk/kStuff/include/k
Files:
10 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kStuff/include/k/kDbg.h

    r3550 r3553  
    159159typedef struct KDBGSYMBOL
    160160{
     161    /** The adddress of this symbol in the relevant space.
     162     * This is NIL_KDBGADDR unless the information was
     163     * returned by a kDbgSpace API. */
     164    KDBGADDR    Address;
    161165    /** The relative virtual address. */
    162166    KDBGADDR    RVA;
     
    170174    /** The symbol flags. */
    171175    KU32        fFlags;
    172 /** @todo type info? */
     176/** @todo type info. */
    173177    /** The actual size of this structure. */
    174178    KU16        cbSelf;
Note: See TracChangeset for help on using the changeset viewer.