debug/gdb: add blind option gor gdb>=7.2
author"Yann E. MORIN" <yann.morin.1998@free.fr>
Thu May 17 18:07:28 2012 +0200 (2012-05-17)
changeset 29852c13e5ce38fd
parent 2984 c800b7d6a50c
child 2986 c301df1af7cb
debug/gdb: add blind option gor gdb>=7.2

gdb>=7.2 has new features.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
config/debug/gdb.in
     1.1 --- a/config/debug/gdb.in	Wed May 09 18:17:17 2012 +0200
     1.2 +++ b/config/debug/gdb.in	Thu May 17 18:07:28 2012 +0200
     1.3 @@ -39,30 +39,35 @@
     1.4      prompt "linaro-7.4-2012.04 (EXPERIMENTAL)"
     1.5      depends on DEBUG_GDB_SHOW_LINARO
     1.6      select GDB_7_0_or_later
     1.7 +    select GDB_7_2_or_later
     1.8  
     1.9  config GDB_V_linaro_7_3_2011_12
    1.10      bool
    1.11      prompt "linaro-7.3-2011.12 (EXPERIMENTAL)"
    1.12      depends on DEBUG_GDB_SHOW_LINARO
    1.13      select GDB_7_0_or_later
    1.14 +    select GDB_7_2_or_later
    1.15  
    1.16  config GDB_V_7_3a
    1.17      bool
    1.18      prompt "7.3a (EXPERIMENTAL)"
    1.19      depends on EXPERIMENTAL
    1.20      select GDB_7_0_or_later
    1.21 +    select GDB_7_2_or_later
    1.22  
    1.23  config GDB_V_linaro_7_2_2011_05_0
    1.24      bool
    1.25      prompt "linaro-7.2-2011.05-0 (EXPERIMENTAL)"
    1.26      depends on DEBUG_GDB_SHOW_LINARO
    1.27      select GDB_7_0_or_later
    1.28 +    select GDB_7_2_or_later
    1.29  
    1.30  config GDB_V_7_2a
    1.31      bool
    1.32      prompt "7.2a (EXPERIMENTAL)"
    1.33      depends on EXPERIMENTAL
    1.34      select GDB_7_0_or_later
    1.35 +    select GDB_7_2_or_later
    1.36  
    1.37  config GDB_V_7_1a
    1.38      bool
    1.39 @@ -88,6 +93,9 @@
    1.40  
    1.41  endchoice
    1.42  
    1.43 +config GDB_7_2_or_later
    1.44 +    bool
    1.45 +
    1.46  config GDB_7_0_or_later
    1.47      bool
    1.48      select GDB_HAS_PKGVERSION_BUGURL