From: Austin Clements
Date: Fri, 7 Jul 2017 15:12:22 +0000 (-0400)
Subject: doc/go1.9: DWARF lexical scopes are only with -N -l
X-Git-Tag: go1.9rc1~89
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c027ecfdbaccc3baca8b7a2bf828ec8ba26f20fd;p=gostls13.git
doc/go1.9: DWARF lexical scopes are only with -N -l
Change-Id: If1c602176e0bea66924983eab8edd5e450228b68
Reviewed-on: https://go-review.googlesource.com/47792
Reviewed-by: Brad Fitzpatrick
---
diff --git a/doc/go1.9.html b/doc/go1.9.html
index 9110ab7de4..c5281d7b34 100644
--- a/doc/go1.9.html
+++ b/doc/go1.9.html
@@ -168,7 +168,8 @@ type T1 = T2
- The compiler now includes lexical scopes in the generated DWARF, allowing
+ The compiler now includes lexical scopes in the generated DWARF if the
+ -N -l
flags are provided, allowing
debuggers to hide variables that are not in scope. The .debug_info
section is now DWARF version 4.