summaryrefslogtreecommitdiffstats
path: root/rules/gdbserver.in
blob: a90fa1c4f4d00618f26a86c44aac7356478c00bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
menuconfig GDBSERVER
	bool
	prompt "gdbserver           "
	help
	  GDBSERVER is a program that allows you to run GDB on a
	  different machine than the one which is running the
	  program being debugged.

config GDBSERVER_SHARED
	bool "shared gdbserver"
	default y
	depends on GDBSERVER
	select LIBC_THREAD_DB
	help
	  If not set, the build option LDFLAGS=-static
	  will be activated.