| commit | b857bac600d6e86a05884b7efb5c3a165c8d77a6 | [log] [tgz] |
|---|---|---|
| author | Derek Parker <parkerderek86@gmail.com> | Thu Oct 23 10:23:06 2025 -0700 |
| committer | Gopher Robot <gobot@golang.org> | Wed Nov 12 10:01:11 2025 -0800 |
| tree | 48e3ea54ba93229ca48e50afee73df99ad3b3a93 | |
| parent | 55b825dbc0bb9a0653b1ffd8abe2046f7fa4775b [diff] |
dwtest: add more loclist tests Adds tests to verify changes in CL 696575: https://go-review.googlesource.com/c/go/+/696575 Updates the dwdumploc program to search for locations with liveness in mind. For example, for return parameters (especially unnamed) they will not be live until the function return (e.g. OpMakeResult) and so trying to find the location list with a PC value at the function entry will not yield anything. Change-Id: Ia7c1455e7c875bdf29fca5e2fb540cd771555635 Reviewed-on: https://go-review.googlesource.com/c/debug/+/714340 Auto-Submit: Keith Randall <khr@golang.org> Reviewed-by: Keith Randall <khr@google.com> Reviewed-by: Junyang Shao <shaojunyang@google.com> Reviewed-by: Keith Randall <khr@golang.org> 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 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.