]> Cypherpunks repositories - gostls13.git/commitdiff
doc: mention new DWARF line table decoder in go1.5.html
authorAustin Clements <austin@google.com>
Tue, 4 Aug 2015 19:57:07 +0000 (15:57 -0400)
committerAustin Clements <austin@google.com>
Wed, 5 Aug 2015 14:59:24 +0000 (14:59 +0000)
Change-Id: I4e8c20284255e0e17b6fb72475d2d37f49994788
Reviewed-on: https://go-review.googlesource.com/13113
Reviewed-by: Rob Pike <r@golang.org>
doc/go1.5.html

index e449b47802d79f7dd4379fc9cbc6e48da07d9392..a8e072efefa75bcdb31576e745cb5781f95202ba 100644 (file)
@@ -953,6 +953,11 @@ See for example the definition of the new type
 <a href="/pkg/debug/dwarf/#Class"><code>Class</code></a>.
 </li>
 
+<li>
+The <a href="/pkg/debug/dwarf/"><code>debug/dwarf</code></a> package
+also now supports decoding of DWARF line tables.
+</li>
+
 <li>
 The <a href="/pkg/debug/elf/"><code>debug/elf</code></a>
 package now has support for the 64-bit Power architecture.