6e7b8f9412
Users may want to debug Go programs using dlv on the host machine. Adds package host-delve and BR2_PACKAGE_HOST_DELVE. Signed-off-by: Christian Stewart <christian@paral.in> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
8 lines
200 B
Plaintext
8 lines
200 B
Plaintext
config BR2_PACKAGE_HOST_DELVE
|
|
bool "host delve"
|
|
depends on BR2_PACKAGE_HOST_GO_HOST_ARCH_SUPPORTS
|
|
help
|
|
Delve is a debugger for the Go programming language.
|
|
|
|
https://github.com/go-delve/delve
|