summaryrefslogtreecommitdiffstats
path: root/rules/gdbserver.in
blob: b2b540db24fc93bd41c3fbf4cf3e123ad08fccad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
config 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