config/debug/gdb.in
changeset 2417 6c3e0ce9fc3a
parent 2303 88871c8621b8
child 2418 f530baf5098e
     1.1 --- a/config/debug/gdb.in	Thu Feb 17 23:05:34 2011 +0100
     1.2 +++ b/config/debug/gdb.in	Thu Apr 28 00:21:27 2011 +0200
     1.3 @@ -8,17 +8,38 @@
     1.4  source "config/debug/gdb.in.native"
     1.5  source "config/debug/gdb.in.gdbserver"
     1.6  
     1.7 +if GDB_CROSS || GDB_NATIVE || GDB_GDBSERVER
     1.8 +
     1.9 +comment "gdb version"
    1.10 +
    1.11 +config DEBUG_GDB_SHOW_LINARO
    1.12 +    bool
    1.13 +    prompt "Show Linaro versions (EXPERIMENTAL)"
    1.14 +    depends on EXPERIMENTAL
    1.15 +    help
    1.16 +      Linaro is maintaining some advanced/more stable/experimental versions
    1.17 +      of gdb, especially for the ARM architecture.
    1.18 +
    1.19 +      Those versions have not been blessed by the gdb community (nor have they
    1.20 +      been cursed either!), but they look to be pretty much stable, and even
    1.21 +      more stable than the upstream versions. YMMV...
    1.22 +
    1.23 +      If you do not know what this Linaro stuff is, then simply say 'n' here,
    1.24 +      and rest in peace. OTOH, if you know what you are doing, you will be
    1.25 +      able to use and enjoy :-) the Linaro versions by saying 'y' here.
    1.26 +
    1.27 +      Linaro: http://www.linaro.org/
    1.28 +
    1.29  choice
    1.30      bool
    1.31      prompt "gdb version"
    1.32 -    depends on GDB_CROSS || GDB_NATIVE || GDB_GDBSERVER
    1.33  # Don't remove next line
    1.34  # CT_INSERT_VERSION_BELOW
    1.35  
    1.36  config GDB_V_linaro_7_2_2011_02_0
    1.37      bool
    1.38      prompt "linaro-7.2-2011.02-0 (EXPERIMENTAL)"
    1.39 -    depends on EXPERIMENTAL
    1.40 +    depends on DEBUG_GDB_SHOW_LINARO
    1.41      select GDB_7_0_or_later
    1.42  
    1.43  config GDB_V_7_2
    1.44 @@ -64,3 +85,5 @@
    1.45      default "7.0.1" if GDB_V_7_0_1
    1.46      default "7.0" if GDB_V_7_0
    1.47      default "6.8" if GDB_V_6_8
    1.48 +
    1.49 +endif