Meta Configuration of Package dwz
22
1
<package name="dwz" project="SUSE:SLE-15:Update">
2
<title>DWARF debugging info optimizer</title>
3
<description>
4
Dwz is a program that attempts to optimize DWARF debugging information
5
contained in ELF shared libraries and ELF executables for size, by
6
replacing DWARF information representation with equivalent smaller
7
representation where possible and by reducing the amount of duplication
8
using techniques from the DWARF standard appendix E - creating
9
DW_TAG_partial_unit compilation units (CUs) for duplicated information and using
10
DW_TAG_imported_unit to import it into each CU that needs it.
11
12
The tool handles DWARF 32-bit format debugging sections of versions
13
2, 3 and 4 and GNU extensions on top of those, though using DWARF 4
14
or worst case DWARF 3 is strongly recommended.
15
16
When not using the -m option (multifile mode), GDB CVS snapshot (soon to be
17
7.5) is sufficient, when using -m option, GDB from a git branch
18
http://sources.redhat.com/git/?p=archer.git;a=shortlog;h=refs/heads/archer-tromey-dwz-multifile
19
is needed.
20
</description>
21
</package>
22