summaryrefslogtreecommitdiffstats
path: root/rules/gdb.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-07-01 05:53:21 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-07-01 05:53:21 +0000
commit5c1569c5263a0607392cf697a851a56652bf3d32 (patch)
tree2659c60a59db0015fabd0586601da928ded0905a /rules/gdb.in
parentd2aba73c018445285862531475b5031334d18b41 (diff)
downloadptxdist-5c1569c5263a0607392cf697a851a56652bf3d32.tar.gz
ptxdist-5c1569c5263a0607392cf697a851a56652bf3d32.tar.xz
[gdb] added help text
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10922 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/gdb.in')
-rw-r--r--rules/gdb.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/rules/gdb.in b/rules/gdb.in
index 3d857f9ef..5e899c934 100644
--- a/rules/gdb.in
+++ b/rules/gdb.in
@@ -5,6 +5,14 @@ menuconfig GDB
prompt "gdb (the real one) "
select TERMCAP if GDB__TERMCAP
select NCURSES if GDB__NCURSES
+ help
+ The GNU Debugger
+
+ GDB is a source-level debugger, capable of breaking programs
+ at any specific line, displaying variable values, and
+ determining where errors occurred. Currently, it works for
+ C, C++, Fortran, Modula 2 and Java programs. A must-have for
+ any serious programmer.
if GDB