config/debug/gdb.in
changeset 1612 4bed2de40336
parent 1605 c400f421858e
child 1615 50b25816f5bb
     1.1 --- a/config/debug/gdb.in	Wed Oct 28 18:59:09 2009 +0100
     1.2 +++ b/config/debug/gdb.in	Wed Oct 28 18:34:49 2009 +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.8 +    bool
     1.9 +    prompt "7.0 (EXPERIMENTAL)"
    1.10 +    depends on EXPERIMENTAL
    1.11 +
    1.12  config GDB_V_6_8
    1.13      bool
    1.14      prompt "6.8"
    1.15 @@ -115,6 +120,7 @@
    1.16      string
    1.17  # Don't remove next line
    1.18  # CT_INSERT_VERSION_STRING_BELOW
    1.19 +    default "7.0" if GDB_V_7_0
    1.20      default "6.8" if GDB_V_6_8
    1.21      default "snapshot" if GDB_V_snapshot
    1.22