summaryrefslogtreecommitdiff
path: root/config/debug/gdb.in
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2014-08-17 22:10:00 (GMT)
committerYann E. MORIN <yann.morin.1998@free.fr>2014-08-26 21:45:57 (GMT)
commitd1eb5347cf9c02bb6ca92eb7f2f34bd799dd0780 (patch)
tree1694eff6f18d6e6d8659c50a541d6136fb178818 /config/debug/gdb.in
parent52260ccebb73465eacbc292bdc343bdd75e14801 (diff)
debug/gdb: add gdb 7.8
Add updated gdb 7.8 to the available versions of gdb. 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 35123a9..3aaff8e 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_8
+ bool
+ prompt "7.8"
+ select GDB_7_2_or_later
+
config GDB_V_7_7_1
bool
prompt "7.7.1"
@@ -154,6 +159,7 @@ config GDB_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "7.8" if GDB_V_7_8
default "7.7.1" if GDB_V_7_7_1
default "7.7" if GDB_V_7_7
default "7.6.1" if GDB_V_7_6_1