delve/scripts
aarzilli 910f90c3c8 proc/native,Makefile: allow compiling on macOS without native backend
On macOS 10.14 Apple changed the command line tools so that system
headers now need to be manually installed.

Instead of adding one extra install step to the install procedure add a
build tag to allow compilation of delve without the native backend on
macOS. By default (i.e. when using `go get`) this is how delve will be
compiled on macOS, the make script is changed to enable compiling the
native backend if the required dependencies have been installed.

Insure that both configuration still build correctly on Travis CI and
change the documentation to describe how to compile the native backend
and that it isn't normally needed.

Fixes #1359
2018-10-02 10:46:09 -07:00
..
gen-cli-docs.go vendor: update vendored packages (#791) 2017-04-17 14:13:00 -07:00
gen-opcodes.go pkg/proc, pkg/dwarf/op: support DW_OP_piece, DW_OP_regX, DW_OP_fbreg 2017-11-21 11:51:02 -08:00
gen-usage-docs.go path/to/binary is the required argument (#847 fixed) (#884) 2017-06-20 10:36:07 -07:00
gencert.sh Bash script to generate & install signing certificate for delve (#760) 2017-03-13 10:59:10 -07:00
make.go proc/native,Makefile: allow compiling on macOS without native backend 2018-10-02 10:46:09 -07:00
testsign dev: Fixup Makefile and testsign script 2015-12-13 13:17:56 -08:00