]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/dwarf: add DW_LNCT and DW_UT constant definitions
authorThan McIntosh <thanm@golang.org>
Mon, 18 Nov 2024 16:23:39 +0000 (11:23 -0500)
committerThan McIntosh <thanm@golang.org>
Sat, 22 Feb 2025 21:26:58 +0000 (13:26 -0800)
commit41a30dd19285ad470d651878853fddf238437769
tree5d38dec1294821404a8eeab51a606750bdf35e42
parentbdb46760430006c2bcea4a9702d0a5b413d66413
cmd/internal/dwarf: add DW_LNCT and DW_UT constant definitions

Add a set of constants for the DWARF version 5 line table content
description values found in the V5 line table prolog, and for the
new DWARF unit type encodings.

Updates #26379.

Change-Id: I8f4989ea6b6cbb303deda1a6a20ad243d73b46b1
Reviewed-on: https://go-review.googlesource.com/c/go/+/633878
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/internal/dwarf/dwarf_defs.go