summaryrefslogtreecommitdiffstats
path: root/rules/gdb-menu.in
blob: 907d239428202b8baeee4db69f2217c83b2be550 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
## SECTION=debug_tools

menu "gdb                           "

# must be before GDB - used by gdb & gdbserver

if GDB || GDBSERVER

config GDB_TOOLCHAIN_VERSION
       bool
       default y if GDBSERVER
       prompt "use toolchain gdb version"
       help
	  Use the same version as the gdb in the toolchain to make sure that
	  gdb and gdbserver work correctly.

if !GDB_TOOLCHAIN_VERSION

config GDB_VERSION
       string "gdb version"
       default "7.6.1"
endif

config GDB_MD5
	string "gdb source md5sum"
	default "d42841167fd061d90fddf9a7212a1f9f" if !GDB_TOOLCHAIN_VERSION
       help
	  md5sum for the gdb source archive. If the version is provided by
	  the toolchain and the toolchain is a OSELAS.Toolchain then this
	  can be left empty and the md5sum from the toolchain ptxconfig is
	  used.

endif

source "generated/debug_tools_gdb.in"

endmenu