aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2022-01-28 13:15:16 -0800
committerIan Lance Taylor <iant@golang.org>2022-01-29 19:58:17 +0000
commit122654739dce506364d10c450afcc36d7572922d (patch)
tree0d5c2495f6cb7b24630df64027d901b63264b0d3
parent5fd8c9b5c5a0348317e49e6c58e34b9a6e00e91a (diff)
downloadgo-122654739dce506364d10c450afcc36d7572922d.tar.gz
go-122654739dce506364d10c450afcc36d7572922d.zip
doc/go1.18: mention new debug/dwarf DataBitOffset fields
For #46784 For #47694 For #50685 Change-Id: I5351b56722d036a520d1a598ef7af95c5eb44c35 Reviewed-on: https://go-review.googlesource.com/c/go/+/381778 Trust: Ian Lance Taylor <iant@golang.org> Reviewed-by: Than McIntosh <thanm@google.com>
-rw-r--r--doc/go1.18.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/go1.18.html b/doc/go1.18.html
index 7db56a46de..c93c91ebbc 100644
--- a/doc/go1.18.html
+++ b/doc/go1.18.html
@@ -595,6 +595,17 @@ Do not send CLs removing the interior tags from such phrases.
</dd>
</dl><!-- crypto/tls -->
+<dl id="debug/dwarf"><dt><a href="/pkg/debug/dwarf/">debug/dwarf</a></dt>
+ <dd>
+ <p><!-- CL 380714 -->
+ The <a href="/pkg/debug/dwarf#StructField"><code>StructField</code></a>
+ and <a href="/pkg/debug/dwarf#BasicType"><code>BasicType</code></a>
+ structs both now have a <code>DataBitOffset</code> field, which
+ holds the value of the <code>DW_AT_data_bit_offset</code>
+ attribute if present.
+ </dd>
+</dl>
+
<dl id="debug/elf"><dt><a href="/pkg/debug/elf/">debug/elf</a></dt>
<dd>
<p><!-- CL 352829 -->