Changes between Version 4 and Version 5 of Ticket #317
- Timestamp:
- 2012-03-09T07:11:25Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #317 – Description
v4 v5 10 10 * A generator which would output the data structure definition in the textual representation which the library can parse again. 11 11 * Support for custom memory back-ends using code plugins (file, task memory [using udebug], block device) 12 13 12 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.: 14 13 * ubiquitous data structures (doubly-linked link lists, hash tables, etc.) … … 31 30 32 31 Documentation:: 33 34 32 * 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] 35 35 36 36 Possible mentors:: 37 HelenOS Core Team, Martin Decky 37 HelenOS Core Team, Martin Decky, Vojtech Horky