slackbuilds/development/dwarf
Eugen Wissner 1fc128788d
development/dwarf: Updated for version 20190529
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2019-06-09 06:03:11 +07:00
..
README development/dwarf: Updated for version 20170416. 2017-06-06 07:56:16 +07:00
dwarf.SlackBuild development/dwarf: Updated for version 20190529 2019-06-09 06:03:11 +07:00
dwarf.info development/dwarf: Updated for version 20190529 2019-06-09 06:03:11 +07:00
slack-desc development/dwarf: Added (produce DWARF debug information). 2015-10-31 08:26:04 +07:00

README

The DWARF Debugging Information Format is of interest to programmers working on
compilers and debuggers (and anyone interested in reading or writing DWARF
information). It was developed by a committee (known as the PLSIG at the time)
starting around 1991. Starting around 1991 SGI got involved with the committee
and then developed the libdwarf and dwarfdump tools for SGI-internal use and as
part of SGI IRIX developer tools. From around 1993 dwarfdump and libdwarf were
shipped (as an executable and archive respectively, not source) with every
release of the SGI MIPS/IRIX C compiler. In 1994 (I think the correct year) SGI
agreed (at my request) to open-source libdwarf (and in 1999 to open-source
dwarfdump) so anyone could use them.