config/debug/gdb.in
changeset 3250 48f5cb844d26
parent 3222 56db5f3f2c8c
child 3286 daf6ef6eef4d
     1.1 --- a/config/debug/gdb.in	Fri Jun 28 22:35:06 2013 +0200
     1.2 +++ b/config/debug/gdb.in	Sat Nov 16 11:33:31 2013 +0100
     1.3 @@ -33,6 +33,13 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +
     1.8 +config GDB_V_7_6_1
     1.9 +    bool
    1.10 +    prompt "7.6.1"
    1.11 +    select GDB_7_0_or_later
    1.12 +    select GDB_7_2_or_later
    1.13 +
    1.14  config GDB_V_linaro_7_6_2013_05
    1.15      bool
    1.16      prompt "linaro-7.6-2013.05"
    1.17 @@ -40,6 +47,12 @@
    1.18      select GDB_7_0_or_later
    1.19      select GDB_7_2_or_later
    1.20  
    1.21 +config GDB_V_7_5_1
    1.22 +    bool
    1.23 +    prompt "7.5.1"
    1.24 +    select GDB_7_0_or_later
    1.25 +    select GDB_7_2_or_later
    1.26 +
    1.27  config GDB_V_linaro_7_5_2012_12_1
    1.28      bool
    1.29      prompt "linaro-7.5-2012.12-1"
    1.30 @@ -144,7 +157,9 @@
    1.31      string
    1.32  # Don't remove next line
    1.33  # CT_INSERT_VERSION_STRING_BELOW
    1.34 +    default "7.6.1" if GDB_V_7_6_1
    1.35      default "linaro-7.6-2013.05" if GDB_V_linaro_7_6_2013_05
    1.36 +    default "7.5.1" if GDB_V_7_5_1
    1.37      default "linaro-7.5-2012.12-1" if GDB_V_linaro_7_5_2012_12_1
    1.38      default "linaro-7.4-2012.06" if GDB_V_linaro_7_4_2012_06
    1.39      default "7.4.1" if GDB_V_7_4_1