delve/vendor/golang.org/x/arch
aarzilli ec8dc3a10d proc,vendor: show global variables in disassembly
updates vendored version of x86asm, adds a symbol lookup function to
pass to the disassembler.

This will show global symbol names in the disassembly like go tool
objdump does.
2018-03-22 10:01:00 -07:00
..
x86/x86asm proc,vendor: show global variables in disassembly 2018-03-22 10:01:00 -07:00
AUTHORS proc,vendor: show global variables in disassembly 2018-03-22 10:01:00 -07:00
codereview.cfg proc,vendor: show global variables in disassembly 2018-03-22 10:01:00 -07:00
CONTRIBUTING.md proc,vendor: show global variables in disassembly 2018-03-22 10:01:00 -07:00
CONTRIBUTORS proc,vendor: show global variables in disassembly 2018-03-22 10:01:00 -07:00
LICENSE vendor: update vendored packages (#791) 2017-04-17 14:13:00 -07:00
PATENTS vendor: update vendored packages (#791) 2017-04-17 14:13:00 -07:00
README.md proc,vendor: show global variables in disassembly 2018-03-22 10:01:00 -07:00

arch

This repository holds machine architecture information used by the Go toolchain. The parts needed in the main Go repository are copied in.

This repository requires Go 1.5+ with the vendor experiment enabled.