go/src/cmd
Than McIntosh 14c3f749be cmd/link: relocate dwarf examiner helper to separate package
The linker DWARF test includes an "examiner" helper type (with
associated methods) that is used to help linker DWARF tests read DWARF
info in a higher level and more structured way than just raw
debug/dwarf operations. This patch extracts out "examiner" and
relocates it to a separate package, so that it can be used in other
package tests as well, if need be.

Change-Id: Iec66061e2719ee698c12d8fa17b11698442b336d
Reviewed-on: https://go-review.googlesource.com/c/go/+/364036
Trust: Than McIntosh <thanm@google.com>
Run-TryBot: Than McIntosh <thanm@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
2021-11-18 14:00:00 +00:00
..
addr2line
api all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
asm cmd/{asm,compile,internal/obj}: add "maymorestack" support 2021-11-05 00:52:06 +00:00
buildid
cgo cmd: move internal/str back to cmd/go 2021-10-27 16:39:27 +00:00
compile go/types: check for non-negative index in tparamIndex 2021-11-17 18:14:41 +00:00
cover cmd/cover: use fmt.Print for newline-ending fixed string 2021-11-04 00:19:43 +00:00
dist cmd/dist: wait for exit in bgwait after a fatal error 2021-11-09 21:58:03 +00:00
doc cmd/doc, go/doc: add basic support for generic code 2021-11-04 14:54:46 +00:00
fix cmd/fix: add buildtag fix 2021-10-28 17:52:59 +00:00
go cmd/go: skip broken fuzz test 2021-11-17 21:25:16 +00:00
gofmt go/types, types2, go/ast, go/parser: remove support for type lists 2021-10-28 15:34:22 +00:00
internal obj/riscv: fix link to risc-v dwarf register numbers 2021-11-11 19:41:06 +00:00
link cmd/link: relocate dwarf examiner helper to separate package 2021-11-18 14:00:00 +00:00
nm all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
objdump cmd/objdump: print full disassembly when testing with -v 2021-10-04 22:54:58 +00:00
pack
pprof all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
test2json
trace cmd/trace: use fmt.Print for newline-ending fixed string 2021-11-04 00:36:13 +00:00
vendor cmd: pull in golang.org/x/mod@3a5865c 2021-11-16 17:32:23 +00:00
vet all: use bytes.Cut, strings.Cut 2021-10-06 15:53:04 +00:00
README.vendor
go.mod cmd: pull in golang.org/x/mod@3a5865c 2021-11-16 17:32:23 +00:00
go.sum cmd: pull in golang.org/x/mod@3a5865c 2021-11-16 17:32:23 +00:00

README.vendor

See src/README.vendor for information on loading vendored packages
and updating the vendor directory.