commit | 1510a910bfdb51858b02ec664300cc5a1fdef600 | [log] [tgz] |
---|---|---|
author | Keith Randall <khr@golang.org> | Mon May 04 17:06:08 2020 -0700 |
committer | Keith Randall <khr@golang.org> | Fri Jun 26 22:14:28 2020 +0000 |
tree | 6b3e2e6ccc3a1475e0383464506064755b36d839 | |
parent | cdf388b1ab3e71980ab3a51ea2450d4b328b9eac [diff] |
cmd/viewcore: handle 1.14 free spans Free spans are now implicit. Derive the free span information by finding all the memory in the inuse address ranges that isn't attributed to any span. Fixes viewcore for all versions of 1.14. Also works for tip. Fixes golang/go#38638 Change-Id: Ied283f59391aad8ed5b1b657d2fd6e89e9e9ae6c Reviewed-on: https://go-review.googlesource.com/c/debug/+/232161 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.