Config.in 306 B

12345678
  1. config ADK_PACKAGE_GDBSERVER
  2. prompt "gdbserver......................... Remote Server for the GNU Debugger"
  3. tristate
  4. select ADK_PACKAGE_LIBTHREAD_DB
  5. default n
  6. help
  7. GDBSERVER is a program that allows you to run GDB on a different machine
  8. than the one which is running the program being debugged.