summaryrefslogtreecommitdiffstats
path: root/libraries/libdwarf/README
diff options
context:
space:
mode:
author Andy Goth <andrew.m.goth@gmail.com>2020-03-21 00:10:58 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-03-21 00:10:58 +0700
commitc01bf486e3364be8124e00504bb8e0cf2db0336c (patch)
tree8a0960e52820203f28a6022f1239dde6c526ac71 /libraries/libdwarf/README
parentb542a89d3b214bdb8ebb62420c924352263aac64 (diff)
downloadslackbuilds-c01bf486e3364be8124e00504bb8e0cf2db0336c.tar.gz
slackbuilds-c01bf486e3364be8124e00504bb8e0cf2db0336c.tar.xz
libraries/libdwarf: Added (DWARF parser/generator library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libdwarf/README')
-rw-r--r--libraries/libdwarf/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/libdwarf/README b/libraries/libdwarf/README
new file mode 100644
index 0000000000..4931a4ce82
--- /dev/null
+++ b/libraries/libdwarf/README
@@ -0,0 +1,9 @@
+libdwarf (DWARF parser/generator library)
+
+Libdwarf is a library and a set of command-line tools for reading and
+writing DWARF2 and later debugging information. Libdwarf handles the
+details of the actual format so coders can focus on the content.
+- Abstracts away implementation details of DWARF information
+- Includes DWARF pretty printer (dwarfdump)
+- tsearch implementations included
+- Reads elf, mach-o dSYM, and PE object DWARF2-5 information