aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeschi Kreinick <heschi@google.com>2017-06-14 13:58:27 -0400
committerHeschi Kreinick <heschi@google.com>2017-06-14 18:27:20 +0000
commit04ab75e2469a2d865c0d58319e97e090abfa3349 (patch)
tree184d4dcd5c2ff9c57506ccbc39e5b63e06f3e2ca
parent4958f9e2fe6744a36188a9d97d7db1da696b848a (diff)
downloadgo-04ab75e2469a2d865c0d58319e97e090abfa3349.tar.gz
go-04ab75e2469a2d865c0d58319e97e090abfa3349.zip
doc: list cmd/compile's DWARF changes in 1.9 relnotes
Change-Id: I956873854724e8afed460f7ff3a657d68ec20fa1 Reviewed-on: https://go-review.googlesource.com/45755 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
-rw-r--r--doc/go1.9.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/go1.9.html b/doc/go1.9.html
index 51aa1f071f..63e8b7a6d0 100644
--- a/doc/go1.9.html
+++ b/doc/go1.9.html
@@ -118,6 +118,12 @@ type T1 = T2
The linker will now generate DWARF information for cgo executables on Windows.
</p>
+<p> <!-- CL 44210, CL 40095 -->
+ The compiler now includes lexical scopes in the generated DWARF, allowing
+ debuggers to hide variables that are not in scope. The <code>.debug_info</code>
+ section is now DWARF version 4.
+</p>
+
<h3 id="go-test-list">Go test</h3>
<p> <!-- CL 41195 -->
@@ -135,7 +141,6 @@ type T1 = T2
<!-- CL 38757: https://golang.org/cl/38757: cmd/go: add -json flag to go env -->
<!-- CL 40112: https://golang.org/cl/40112: cmd/go: allow full flag processing in go vet -->
<!-- CL 43855: https://golang.org/cl/43855: cmd/go: include GOARM and GO386 in computed build ID -->
-<!-- CL 44210: https://golang.org/cl/44210: cmd/internal/dwarf: update to DWARF4, emit frame_base -->
<!-- CL 42990: https://golang.org/cl/42990: cmd/internal/obj/x86: add ADDSUBPS/PD -->
<!-- CL 40331: https://golang.org/cl/40331: cmd/link,runtime/cgo: enable PT_TLS generation on OpenBSD -->
<!-- CL 38343: https://golang.org/cl/38343: cmd/pprof: use proxy from environment -->