Skip to content

Commit

Permalink
doc/go1.18: mention new debug/dwarf DataBitOffset fields
Browse files Browse the repository at this point in the history
For golang#46784
For golang#47694
For golang#50685

Change-Id: I5351b56722d036a520d1a598ef7af95c5eb44c35
Reviewed-on: https://go-review.googlesource.com/c/go/+/381778
Trust: Ian Lance Taylor <[email protected]>
Reviewed-by: Than McIntosh <[email protected]>
  • Loading branch information
ianlancetaylor committed Jan 29, 2022
1 parent 5fd8c9b commit 1226547
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/go1.18.html
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,17 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
</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 -->
Expand Down

0 comments on commit 1226547

Please sign in to comment.