config/debug/gdb.in
changeset 1535 073d351bdcd3
parent 1534 d4ddf19a1968
child 1603 e0ef539e23d9
     1.1 --- a/config/debug/gdb.in	Sun Sep 13 17:51:33 2009 +0200
     1.2 +++ b/config/debug/gdb.in	Sun Sep 13 18:38:06 2009 +0200
     1.3 @@ -96,12 +96,8 @@
     1.4      bool
     1.5      prompt "gdb version"
     1.6      depends on GDB_CROSS || GDB_NATIVE || GDB_GDBSERVER
     1.7 -
     1.8 -config GDB_V_snapshot
     1.9 -    bool
    1.10 -    prompt "snapshot (EXPERIMENTAL)"
    1.11 -    depends on EXPERIMENTAL
    1.12 -    depends on ! GDB_CROSS_INSIGHT
    1.13 +# Don't remove next line
    1.14 +# CT_INSERT_VERSION_BELOW
    1.15  
    1.16  config GDB_V_6_8
    1.17      bool
    1.18 @@ -131,22 +127,25 @@
    1.19      prompt "6.4 (OBSOLETE)"
    1.20      depends on OBSOLETE
    1.21  
    1.22 -# CT_INSERT_VERSION_ABOVE
    1.23 -# Don't remove above line!
    1.24 +config GDB_V_snapshot
    1.25 +    bool
    1.26 +    prompt "snapshot (EXPERIMENTAL)"
    1.27 +    depends on EXPERIMENTAL
    1.28 +    depends on ! GDB_CROSS_INSIGHT
    1.29  
    1.30  endchoice
    1.31  
    1.32  config GDB_VERSION
    1.33      string
    1.34 -    default "snapshot" if GDB_V_snapshot
    1.35 +# Don't remove next line
    1.36 +# CT_INSERT_VERSION_STRING_BELOW
    1.37      default "6.8" if GDB_V_6_8
    1.38      default "6.7.1" if GDB_V_6_7_1
    1.39      default "6.7" if GDB_V_6_7
    1.40      default "6.6" if GDB_V_6_6
    1.41      default "6.5" if GDB_V_6_5
    1.42      default "6.4" if GDB_V_6_4
    1.43 -# CT_INSERT_VERSION_STRING_ABOVE
    1.44 -# Don't remove above line!
    1.45 +    default "snapshot" if GDB_V_snapshot
    1.46  
    1.47  if GDB_NATIVE
    1.48