2005-06-17 06:21:17 +00:00
|
|
|
config BR2_PACKAGE_GDBSERVER
|
2005-11-05 02:16:36 +00:00
|
|
|
prompt "gdbserver......................... Remote Server for the GNU Debugger"
|
|
|
|
tristate
|
2005-06-17 06:21:17 +00:00
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
help
|
2005-11-05 02:16:36 +00:00
|
|
|
GDBSERVER is a program that allows you to run GDB on a different machine
|
|
|
|
than the one which is running the program being debugged.
|
2005-06-17 06:21:17 +00:00
|
|
|
|