commit | 66ec140f2f72d15dc6133502edd2bb7238b1740c | [log] [tgz] |
---|---|---|
author | Keith Randall <khr@golang.org> | Fri Jun 26 16:45:55 2020 -0700 |
committer | Keith Randall <khr@golang.org> | Sat Jun 27 02:49:50 2020 +0000 |
tree | 2ca804d4b43a4c57783bf2bf3e438078b60520c8 | |
parent | 1510a910bfdb51858b02ec664300cc5a1fdef600 [diff] |
cmd/viewcore: fixes for 1.15 arenaBaseOffset changed sign. offAddr changed from uintptr to struct { uintptr }. Change-Id: I42f2cb04bf7eb1891f5073f39cd965dd34951bb5 Reviewed-on: https://go-review.googlesource.com/c/debug/+/240199 Run-TryBot: Keith Randall <khr@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> 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.