diff options
author | Eugene Wissner <belka@caraus.de> | 2015-10-31 08:26:04 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-10-31 08:26:04 +0700 |
commit | 483eb1346bdb176ba9d6c3b3fea1954b6555af8a (patch) | |
tree | 26ac393e7983a61553c53c85a73db5bb1f3ba0aa /development/dwarf/README | |
parent | 772f2828944521252ba3ef7e04612e2f3b2fbf23 (diff) |
development/dwarf: Added (produce DWARF debug information).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/dwarf/README')
-rw-r--r-- | development/dwarf/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/development/dwarf/README b/development/dwarf/README new file mode 100644 index 000000000000..c1e28e78bc33 --- /dev/null +++ b/development/dwarf/README @@ -0,0 +1,10 @@ +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. |