Add latest, untested gdb versions
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Fri May 02 21:54:46 2008 +0000 (2008-05-02)
changeset 477decbb2add7ce
parent 476 29b33ee36ef6
child 478 6f84600ec8f8
Add latest, untested gdb versions

/trunk/config/debug/gdb.in | 18 18 0 0 ++++++++++++++++++
1 file changed, 18 insertions(+)
config/debug/gdb.in
     1.1 --- a/config/debug/gdb.in	Fri May 02 21:53:09 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