]> Cypherpunks repositories - gostls13.git/commit
runtime: fix output for bad pcHeader
authorJosh Bleecher Snyder <josharian@gmail.com>
Fri, 17 Sep 2021 23:21:43 +0000 (16:21 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Tue, 21 Sep 2021 16:34:59 +0000 (16:34 +0000)
commit13aa0d8f578e9c293970fe462f79655899959093
treeb5cd743eccf0d5856653ea5c3278c17fd770c861
parent901ac46df8e742369e4b79c41e739eb3d7ffc7e5
runtime: fix output for bad pcHeader

With print, the output all runs together.
Take this opportunity to clean up and label all the fields.
Print pluginpath unilaterally; no reason not to.
Wrap long lines. Remove pointless newline from throw.

Change-Id: I37af15dc8fcb3dbdbc6da8bbea2c0ceaf7b5b889
Reviewed-on: https://go-review.googlesource.com/c/go/+/350734
Trust: Josh Bleecher Snyder <josharian@gmail.com>
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/runtime/symtab.go