config/debug/gdb.in
changeset 1705 6f368c337f2d
parent 1615 50b25816f5bb
child 1743 f9145ebb4fbc
     1.1 --- a/config/debug/gdb.in	Wed Oct 28 19:15:50 2009 +0100
     1.2 +++ b/config/debug/gdb.in	Sat Jan 09 00:54:46 2010 +0100
     1.3 @@ -99,6 +99,11 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config GDB_V_7_0_1
     1.8 +    bool
     1.9 +    prompt "7.0.1 (EXPERIMENTAL)"
    1.10 +    depends on EXPERIMENTAL
    1.11 +
    1.12  config GDB_V_7_0
    1.13      bool
    1.14      prompt "7.0 (EXPERIMENTAL)"
    1.15 @@ -120,6 +125,7 @@
    1.16      string
    1.17  # Don't remove next line
    1.18  # CT_INSERT_VERSION_STRING_BELOW
    1.19 +    default "7.0.1" if GDB_V_7_0_1
    1.20      default "7.0" if GDB_V_7_0
    1.21      default "6.8" if GDB_V_6_8
    1.22      default "snapshot" if GDB_V_snapshot