summaryrefslogtreecommitdiffstats
path: root/rules/gdbserver.in
blob: 7da66c5f4f6395eea08ca460ab9a626f17a0a247 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
menuconfig GDBSERVER
	bool "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
	  FIXME: This item needs to be documented