]> Cypherpunks repositories - gostls13.git/commit
debug/pe,debug/macho: add support for DWARF5 sections
authorAlessandro Arzilli <alessandro.arzilli@gmail.com>
Mon, 15 Nov 2021 09:14:04 +0000 (10:14 +0100)
committerThan McIntosh <thanm@google.com>
Tue, 16 Nov 2021 18:36:59 +0000 (18:36 +0000)
commit6c36c332fefdd433cfe6e6468a2542fc310e9f8a
treef33f2443ba7db4ecd6d3f1368ad9be2b894c62a5
parent40effca7a13d11f3549a24a5d4b02e87c12fc6bb
debug/pe,debug/macho: add support for DWARF5 sections

Adds the same logic used in debug/elf to load DWARF5 sections.

Fixes #49590

Change-Id: Iee05b9927a6f521842b330eab8942ade3fc2bd86
Reviewed-on: https://go-review.googlesource.com/c/go/+/363895
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Than McIntosh <thanm@google.com>
src/debug/macho/file.go
src/debug/pe/file.go