summaryrefslogtreecommitdiff
path: root/config/debug
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-09-02 01:51:25 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2015-09-02 01:51:25 (GMT)
commitd4d596b31bc6b8840544ef484d63187792064e93 (patch)
tree4eb531d4428f38abb52f123e15de30a8a7369e91 /config/debug
parent21818128bcc08964a5778e787ba81fc3c210fd6b (diff)
gdb: Add gdb-7.10
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'config/debug')
-rw-r--r--config/debug/gdb.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in
index 2d92251..7010259 100644
--- a/config/debug/gdb.in
+++ b/config/debug/gdb.in
@@ -33,6 +33,11 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config GDB_V_7_10
+ bool
+ prompt "7.10"
+ select GDB_7_2_or_later
+
config GDB_V_7_9_1
bool
prompt "7.9.1"
@@ -190,6 +195,7 @@ config GDB_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "7.10" if GDB_V_7_10
default "7.9.1" if GDB_V_7_9_1
default "7.9" if GDB_V_7_9
default "7.8.2" if GDB_V_7_8_2