config/debug/gdb.in
changeset 477 decbb2add7ce
parent 457 578fdd250fcc
child 573 2a1803b98186
     1.1 --- a/config/debug/gdb.in	Sun Apr 27 10:25:02 2008 +0000
     1.2 +++ b/config/debug/gdb.in	Fri May 02 21:54:46 2008 +0000
     1.3 @@ -64,6 +64,21 @@
     1.4      bool
     1.5      prompt "6.6"
     1.6  
     1.7 +config GDB_V_6_7
     1.8 +    bool
     1.9 +    prompt "6.7 (EXPERIMENTAL)"
    1.10 +    depends on EXPERIMENTAL
    1.11 +
    1.12 +config GDB_V_6_7_1
    1.13 +    bool
    1.14 +    prompt "6.7.1 (EXPERIMENTAL)"
    1.15 +    depends on EXPERIMENTAL
    1.16 +
    1.17 +config GDB_V_6_8
    1.18 +    bool
    1.19 +    prompt "6.8 (EXPERIMENTAL)"
    1.20 +    depends on EXPERIMENTAL
    1.21 +
    1.22  # CT_INSERT_VERSION_ABOVE
    1.23  # Don't remove above line!
    1.24  endchoice
    1.25 @@ -74,6 +89,9 @@
    1.26      default "6.4" if GDB_V_6_4
    1.27      default "6.5" if GDB_V_6_5
    1.28      default "6.6" if GDB_V_6_6
    1.29 +    default "6.7" if GDB_V_6_7
    1.30 +    default "6.7.1" if GDB_V_6_7_1
    1.31 +    default "6.8" if GDB_V_6_8
    1.32  # CT_INSERT_VERSION_STRING_ABOVE
    1.33  # Don't remove above line!
    1.34