summaryrefslogtreecommitdiffstats
path: root/rules/gdbserver.in
blob: c0a50354c3adfa9b29c6cca8fcb499f5abaf7e51 (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 GLIBC_THREAD_DB if GLIBC && GLIBC_INSTALL
	help
	  If not set, the build option LDFLAGS=-static
	  will be activated.