delve/pkg/proc
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
..
core pkg/proc/core: add an new error named ErrChangeRegisterCore 2018-09-24 10:25:46 -07:00
gdbserial *: Misc refactors, and doc additions 2018-09-19 20:59:35 +02:00
native proc/native,Makefile: allow compiling on macOS without native backend 2018-10-02 10:46:09 -07:00
test proc/native,Makefile: allow compiling on macOS without native backend 2018-10-02 10:46:09 -07:00
arch.go *: Misc refactors, and doc additions 2018-09-19 20:59:35 +02:00
bininfo.go *: Misc refactors, and doc additions 2018-09-19 20:59:35 +02:00
breakpoints.go pkg/proc: use method not duplicate code 2018-09-26 08:33:02 -07:00
disasm_amd64.go *: Misc refactors, and doc additions 2018-09-19 20:59:35 +02:00
disasm.go *: Misc refactors, and doc additions 2018-09-19 20:59:35 +02:00
doc.go Move top-level packages into pkg 2017-02-08 12:17:19 -08:00
dwarf_expr_test.go *: Misc refactors, and doc additions 2018-09-19 20:59:35 +02:00
eval.go proc: add iface.(data) syntax to access concrete value of an interface 2018-09-27 14:09:26 -07:00
fncall.go *: Misc refactors, and doc additions 2018-09-19 20:59:35 +02:00
interface.go *: Misc refactors, and doc additions 2018-09-19 20:59:35 +02:00
mem.go *: Misc refactors, and doc additions 2018-09-19 20:59:35 +02:00
moduledata.go proc: use new extended attribute to resolve concrete type of interfaces 2018-06-11 11:09:02 -07:00
proc_general_test.go proc: change memCache to delay reading 2018-04-23 10:13:21 -07:00
proc_test.go proc/native,Makefile: allow compiling on macOS without native backend 2018-10-02 10:46:09 -07:00
proc_unix_test.go *: Misc refactors, and doc additions 2018-09-19 20:59:35 +02:00
proc.go proc: be more lenient with errors in GoroutinesInfo 2018-09-25 08:44:13 -07:00
registers_amd64.go *: Misc refactors, and doc additions 2018-09-19 20:59:35 +02:00
registers.go *: Misc refactors, and doc additions 2018-09-19 20:59:35 +02:00
scope_test.go *: Misc refactors, and doc additions 2018-09-19 20:59:35 +02:00
stack.go *: Misc refactors, and doc additions 2018-09-19 20:59:35 +02:00
threads.go *: Misc refactors, and doc additions 2018-09-19 20:59:35 +02:00
types.go *: Misc refactors, and doc additions 2018-09-19 20:59:35 +02:00
variable_test.go Extend the "frame" command to set the current frame. (#1110) 2018-03-22 10:02:15 -07:00
variables.go proc: be more lenient with errors in GoroutinesInfo 2018-09-25 08:44:13 -07:00