# HG changeset patch # User "Yann E. MORIN" # Date 1256751289 -3600 # Node ID 4bed2de40336114df08cbd2bc8a84054e185ff6e # Parent e2516bba8fe57bfa8225d6cceec37828fcacf8ae debug/gdb: add latest version 7.0 diff -r e2516bba8fe5 -r 4bed2de40336 config/debug/gdb.in --- a/config/debug/gdb.in Tue Oct 20 23:41:11 2009 +0200 +++ b/config/debug/gdb.in Wed Oct 28 18:34:49 2009 +0100 @@ -99,6 +99,11 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config GDB_V_7_0 + bool + prompt "7.0 (EXPERIMENTAL)" + depends on EXPERIMENTAL + config GDB_V_6_8 bool prompt "6.8" @@ -115,6 +120,7 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "7.0" if GDB_V_7_0 default "6.8" if GDB_V_6_8 default "snapshot" if GDB_V_snapshot