blob: cb8d067dbd18ba5e4b116e420814169f6e6ec60a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<longdescription lang="en">
The more-than-seven dwarves is a collection of tools that allows
to inspect and query the DWARF2 information present in ELF files
built with full debug information. These tools include pahole
(Poke-a-hole) and codiff, and were originally designed to inspect
the Linux kernel and its modules, but can be used in for
user-space software too.
</longdescription>
</pkgmetadata>
|