commit | 20e9b7f1b53d49fd66e0344b1d0d42d3cf5e47b6 | [log] [tgz] |
---|---|---|
author | Joel Sing <joel@sing.id.au> | Fri Mar 03 01:24:06 2023 +1100 |
committer | Joel Sing <joel@sing.id.au> | Sat Mar 18 06:31:16 2023 +0000 |
tree | b861a135d32f1e723eef5c6f72df8ef993873822 | |
parent | 6827f0d7722ae08cf25cf2212f78bfc6ab8bfd0d [diff] |
debug/dwarf: return ErrUnknownPC rather than nil on unknown PC Currently, on e == nil or e.Tag == 0, SeekPC returns with a nil error. Instead, indicate that the PC is unknown. Change-Id: I9594296034e2df872e399bd800b00cb565c413c9 Reviewed-on: https://go-review.googlesource.com/c/go/+/473695 Reviewed-by: Carlos Amedee <carlos@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com> Run-TryBot: Ian Lance Taylor <iant@golang.org>
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
Gopher image by Renee French, licensed under Creative Commons 4.0 Attributions license.
Our canonical Git repository is located at https://go.googlesource.com/go. There is a mirror of the repository at https://github.com/golang/go.
Unless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file.
Official binary distributions are available at https://go.dev/dl/.
After downloading a binary release, visit https://go.dev/doc/install for installation instructions.
If a binary distribution is not available for your combination of operating system and architecture, visit https://go.dev/doc/install/source for source installation instructions.
Go is the work of thousands of contributors. We appreciate your help!
To contribute, please read the contribution guidelines at https://go.dev/doc/contribute.
Note that the Go project uses the issue tracker for bug reports and proposals only. See https://go.dev/wiki/Questions for a list of places to ask questions about the Go language.