diff options
Diffstat (limited to 'libraries/libdwarf/slack-desc')
-rw-r--r-- | libraries/libdwarf/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/libdwarf/slack-desc b/libraries/libdwarf/slack-desc new file mode 100644 index 0000000000000..cc5838898158e --- /dev/null +++ b/libraries/libdwarf/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +libdwarf: libdwarf (DWARF parser/generator library) +libdwarf: +libdwarf: Libdwarf is a library and a set of command-line tools for reading and +libdwarf: writing DWARF2 and later debugging information. Libdwarf handles the +libdwarf: details of the actual format so coders can focus on the content. +libdwarf: - Abstracts away implementation details of DWARF information +libdwarf: - Includes DWARF pretty printer (dwarfdump) +libdwarf: - tsearch implementations included +libdwarf: - Reads elf, mach-o dSYM, and PE object DWARF2-5 information +libdwarf: +libdwarf: Project Site: https://www.prevanders.net/dwarf.html |