Changes between Version 4 and Version 5 of Ticket #317


Ignore:
Timestamp:
2012-03-09T07:11:25Z (12 years ago)
Author:
Vojtech Horky
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #317 – Description

    v4 v5  
    1010   * A generator which would output the data structure definition in the textual representation which the library can parse again.
    1111   * Support for custom memory back-ends using code plugins (file, task memory [using udebug], block device)
    12 
    1312  The implementation should also contain a readily available definitions for common data structures (either as code plugins or in the form of textural representation), e.g.:
    1413   * ubiquitous data structures (doubly-linked link lists, hash tables, etc.)
     
    3130
    3231 Documentation::
    33 
    3432  * Compact Type Format (compact kernel debugging information used by MDB for Solaris)
     33    * !OpenSolaris headers: [http://cvs.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/uts/common/sys/ctf.h ctf.h], [http://cvs.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/uts/common/sys/ctf_api.h ctf_api.h]
     34  * [http://dwarfstd.org/ DWARF debugging standard]
    3535
    3636 Possible mentors::
    37     HelenOS Core Team, Martin Decky
     37    HelenOS Core Team, Martin Decky, Vojtech Horky