summaryrefslogtreecommitdiffstats
path: root/rules/gdbserver.in
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-17 13:51:48 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-17 13:51:48 +0000
commit09e2d5f2fde5101c5d515fb76d2b54131b0a71d6 (patch)
tree9430f732312f8000431c7036a3007236d934d04a /rules/gdbserver.in
parent586687779924c6229f367aef6554156ed9707d57 (diff)
downloadptxdist-09e2d5f2fde5101c5d515fb76d2b54131b0a71d6.tar.gz
ptxdist-09e2d5f2fde5101c5d515fb76d2b54131b0a71d6.tar.xz
documentation update and dependency fixes
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4273 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/gdbserver.in')
-rw-r--r--rules/gdbserver.in22
1 files changed, 13 insertions, 9 deletions
diff --git a/rules/gdbserver.in b/rules/gdbserver.in
index de01281d7..b2b540db2 100644
--- a/rules/gdbserver.in
+++ b/rules/gdbserver.in
@@ -1,11 +1,15 @@
config GDBSERVER
- bool
- default N
- depends on BROKEN
- prompt "GDBSERVER"
- help
- FIXME: This item needs to be documented
-
+ 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
-comment "GDBSERVER is broken, please send a patch"
- depends on !BROKEN