This is the mail archive of the
elfutils-devel@sourceware.org
mailing list for the elfutils project.
[Fwd: [Dwarf-Discuss] DWARF Version 5 Standard Released]
- From: Mark Wielaard <mjw at redhat dot com>
- To: elfutils-devel at sourceware dot org
- Date: Thu, 16 Feb 2017 15:06:10 +0100
- Subject: [Fwd: [Dwarf-Discuss] DWARF Version 5 Standard Released]
- Authentication-results: sourceware.org; auth=none
For those that actually want to read the standard it is here:
http://dwarfstd.org/doc/DWARF5.pdf
And there now is a public git repository, in case you need to figure out
the changes since the last public draft here:
http://git.dwarfstd.org/?p=dwarf-doc.git;a=summary
git clone http://git.dwarfstd.org/dwarf-doc.git
I have not yet updated my elfutils code/branch for the changes made
since the public draft. GCC7 should be able to emit DWARF5 (except for
split DWARF support) when it is released (current svn versions already
do). I hope to finish my DWARF5 elfutils work before GCC7 is released in
April.
--- Begin Message ---
- From: Michael Eager <eager at eagercon dot com>
- To: DWARF Workgroup <dwarf-workgroup at lists dot dwarfstd dot org>, DWARF <dwarf-discuss at lists dot dwarfstd dot org>
- Date: Wed, 15 Feb 2017 12:10:46 -0800
- Subject: [Dwarf-Discuss] DWARF Version 5 Standard Released
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed; d=eagercon.com; h=to:from :subject:message-id:date:mime-version:content-type :content-transfer-encoding; s=eagercon.com; bh=7aagXwslfWv7Tuo+f PdLLNFflFM=; b=ZCUabjSnl5NUFDgh7MNWKE2NK1b1opfycSql4pDqLnSYUYd13 9KHwVeKOmfO1evyB4DLS38l/RIh6n32s1FoGTHvV3o5jInfBRD2kPQeNUOybRsCQ gjKQ0Dl3QClTOT2WZbOgwL/EAl7yJDp/QngdajRd4SP9CBIGdgMsyEZbrQ=
The DWARF Debugging Information Format Standards Committee is pleased to announce the availability
of Version 5 of the DWARF Debugging Format Standard. The DWARF Debugging Format is used to
communicate debugging information between a compiler and debugger to make it easier for programmers
to develop, test, and debug programs.
DWARF is used by a wide range of compilers and debuggers, both proprietary and open source, to
support debugging of Ada, C, C++, Cobol, FORTRAN, Java, and other programming languages. DWARF V5
adds support for new languages like Rust, Swift, Ocaml, Go, and Haskell, as well as support for new
features in older languages. DWARF can be used with a wide range of processor architectures, such as
x86, ARM, PowerPC, from 8-bit to 64-bit.
DWARF is the standard debugging format for Linux and several versions of Unix and is widely used
with embedded processors. DWARF is designed to be extended easily to support new languages and new
architectures.
The DWARF Version 5 Standard has been in development for six years. DWARF Committee members include
representatives from over a dozen major companies with extensive experience in compiler and debugger
development. Version 5 incorporates improvements in many areas: better data compression, separation
of debugging data from executable files, improved description of macros and source files, faster
searching for symbols, improved debugging of optimized code, as well as numerous improvements in
functionality and performance.
The DWARF Version 5 Standard can be downloaded without charge from the DWARF website (dwarfstd.org).
Additional information about DWARF, including how to subscribe to the DWARF mailing list, can also
be found on the website. Questions about the DWARF Debugging Information Format or the DWARF
Committee can be directed to the DWARF Committee Chair, Michael Eager at info@dwarfstd.org.
--
Michael Eager eager@eagercon.com
1960 Park Blvd., Palo Alto, CA 94306 650-325-8077
_______________________________________________
Dwarf-Discuss mailing list
Dwarf-Discuss@lists.dwarfstd.org
http://lists.dwarfstd.org/listinfo.cgi/dwarf-discuss-dwarfstd.org
--- End Message ---