commit | 8850c750f7b36c63ac755ebb384ff07a46f015f1 | [log] [tgz] |
---|---|---|
author | Than McIntosh <thanm@golang.org> | Sun Mar 02 14:19:33 2025 -0500 |
committer | Michael Knyszek <mknyszek@google.com> | Wed Mar 05 09:41:18 2025 -0800 |
tree | 43e2be376466a9cb3e49def2fef9144d9e7da0d0 | |
parent | 1e0cbda3cf35577dcef678607bbb0d721a874557 [diff] |
third_party/delve/dwarf: refresh to add support for DWARF 5 This patch pulls in some additional pieces from Delve that add support for DWARF 5. Prior to this point the code copied from delve here was specific to DWARF 2; once the Go compiler starts generating DWARF version 5 we need more machinery to handle that. Updates golang/go#26379. Change-Id: Ib7bee1101101459e8eb5f7c62c625f0b7b53411f Reviewed-on: https://go-review.googlesource.com/c/debug/+/654255 Reviewed-by: Michael Pratt <mpratt@google.com> Reviewed-by: Junyang Shao <shaojunyang@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This repository holds utilities and libraries for debugging Go programs.
WARNING! Please expect breaking changes and unstable APIs. Most of them are currently are at an early, experimental stage.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.
The git repository is https://go.googlesource.com/debug.
The main issue tracker for the debug repository is located at https://go.dev/issues. Prefix your issue with “x/debug:” in the subject line, so it is easy to find.