commit | cdf388b1ab3e71980ab3a51ea2450d4b328b9eac | [log] [tgz] |
---|---|---|
author | Keith Randall <khr@golang.org> | Mon May 04 14:46:36 2020 -0700 |
committer | Keith Randall <khr@golang.org> | Thu May 07 20:53:26 2020 +0000 |
tree | 89232bf4d7b9860f108a88d1e4d8d0faf82aec28 | |
parent | 416347b5db1ac15521830e7eae9c6937fea7e5fa [diff] |
cmd/viewcore: handle typedef'd mspan.state mspan.state used to (go1.13) be a uint8, now (go1.14) it is a struct with a uint8 field. Update golang/go#38638 Change-Id: I042787a61479808d37afa0a7f8caed06b5a18567 Reviewed-on: https://go-review.googlesource.com/c/debug/+/232160 Run-TryBot: Keith Randall <khr@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com> Reviewed-by: Michael Knyszek <mknyszek@google.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://golang.org/doc/contribute.html.
The main issue tracker for the debug repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/debug:” in the subject line, so it is easy to find.