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