Changeset 3553
- Timestamp:
 - Aug 26, 2007, 8:44:02 AM (18 years ago)
 - Location:
 - trunk/kStuff/include/k
 - Files:
 - 
      
- 10 added
 - 1 edited
 
- 
          
  kAVLTmpl (added)
 - 
          
  kAVLTmpl/kAVLBase.h (added)
 - 
          
  kAVLTmpl/kAVLDoWithAll.h (added)
 - 
          
  kAVLTmpl/kAVLEnum.h (added)
 - 
          
  kAVLTmpl/kAVLGet.h (added)
 - 
          
  kAVLTmpl/kAVLGet2.h (added)
 - 
          
  kAVLTmpl/kAVLGetBestFit.h (added)
 - 
          
  kAVLTmpl/kAVLGetWithParent.h (added)
 - 
          
  kAVLTmpl/kAVLRemove2.h (added)
 - 
          
  kAVLTmpl/kAVLRemoveBestFit.h (added)
 - 
          
  kDbg.h (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/kStuff/include/k/kDbg.h
r3550 r3553 159 159 typedef struct KDBGSYMBOL 160 160 { 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; 161 165 /** The relative virtual address. */ 162 166 KDBGADDR RVA; … … 170 174 /** The symbol flags. */ 171 175 KU32 fFlags; 172 /** @todo type info ?*/176 /** @todo type info. */ 173 177 /** The actual size of this structure. */ 174 178 KU16 cbSelf;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  