config/debug/gdb.in
changeset 3286 daf6ef6eef4d
parent 3250 48f5cb844d26
child 3309 06b78d44d1a0
     1.1 --- a/config/debug/gdb.in	Sat Nov 16 11:33:31 2013 +0100
     1.2 +++ b/config/debug/gdb.in	Sat Feb 15 15:49:57 2014 +0100
     1.3 @@ -33,6 +33,11 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config GDB_V_7_7
     1.8 +    bool
     1.9 +    prompt "7.7"
    1.10 +    select GDB_7_0_or_later
    1.11 +    select GDB_7_2_or_later
    1.12  
    1.13  config GDB_V_7_6_1
    1.14      bool
    1.15 @@ -157,6 +162,7 @@
    1.16      string
    1.17  # Don't remove next line
    1.18  # CT_INSERT_VERSION_STRING_BELOW
    1.19 +    default "7.7" if GDB_V_7_7
    1.20      default "7.6.1" if GDB_V_7_6_1
    1.21      default "linaro-7.6-2013.05" if GDB_V_linaro_7_6_2013_05
    1.22      default "7.5.1" if GDB_V_7_5_1