summaryrefslogtreecommitdiffstats
path: root/rules/cross-gdb.in
blob: 84ef0462c47283ba569faa65e51ccd8033f4a814 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
menuconfig CROSS_GDB
	bool "cross gdb                   "
	help
	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.

config CROSS_GDB_VERSION
	depends on CROSS_GDB
	string
	prompt "gdb version"
	default "6.8"
	help
	  Specify the version of gdb here.