# HG changeset patch # User "Yann E. MORIN" # Date 1269976943 -7200 # Node ID 712cdb6504aad5488afccb39c5ab5e1c81379de7 # Parent 4477403726dbe7a607e2a5b3ad3189a1744d418f debug/gdb: update version to 7.1 diff -r 4477403726db -r 712cdb6504aa config/debug/gdb.in --- a/config/debug/gdb.in Tue Mar 30 22:31:49 2010 +0200 +++ b/config/debug/gdb.in Tue Mar 30 21:22:23 2010 +0200 @@ -15,6 +15,12 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config GDB_V_7_1 + bool + prompt "7.1 (EXPERIMENTAL)" + depends on EXPERIMENTAL + select GDB_7_0_or_later + config GDB_V_7_0_1 bool prompt "7.0.1 (EXPERIMENTAL)" @@ -46,6 +52,7 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "7.1" if GDB_V_7_1 default "7.0.1" if GDB_V_7_0_1 default "7.0" if GDB_V_7_0 default "6.8" if GDB_V_6_8