commit | 7f2f3414b380b4d8fabfcf75a096c133ebe1c5c0 | [log] [tgz] |
---|---|---|
author | khr@golang.org <khr@golang.org> | Mon Jul 21 17:15:08 2025 -0700 |
committer | Keith Randall <khr@google.com> | Mon Jul 21 17:29:11 2025 -0700 |
tree | 9bc3e7acb848532df81dc55e72f12d7b93ffb1ce | |
parent | 63dd16992830f0c334053053f7a8015ded6463a1 [diff] |
internal/gocore: fix IsPtr method It should look up by word index, not byte index, and it needs a &1 mask also. Change-Id: Id4b25b120b8b043184e53d70450a5f0b6b197c37 Reviewed-on: https://go-review.googlesource.com/c/debug/+/689375 Reviewed-by: Keith Randall <khr@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.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://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.