blob: df74ff6143079826146c71efb77d20a07d23676c (
plain)
1
2
3
4
5
6
7
8
|
config BR2_PACKAGE_GDBSERVER
prompt "gdbserver......................... Remote Server for the GNU Debugger"
tristate
default m if CONFIG_DEVEL
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.
|