summaryrefslogtreecommitdiff
path: root/config/debug/gdb.in
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2016-02-05 11:27:08 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2016-02-05 11:27:08 (GMT)
commit6edcb1057492f00fd7bc5225450f8563d1e56c9b (patch)
treed0b1480d8048bd7f32eedaf8e69c4e600ff21138 /config/debug/gdb.in
parentce83329f4da559ebaf0210ec821da541cb62bc49 (diff)
gdb: Add version 7.10.1
It's been out for a while, just haven't gotten around to it. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'config/debug/gdb.in')
-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 70d2ebf..77c362b 100644
--- a/config/debug/gdb.in
+++ b/config/debug/gdb.in
@@ -68,6 +68,11 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config GDB_V_7_10_1
+ bool
+ prompt "7.10.1"
+ select GDB_7_2_or_later
+
config GDB_V_7_10
bool
prompt "7.10"
@@ -228,6 +233,7 @@ config GDB_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "7.10.1" if GDB_V_7_10_1
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