diff -r 73f76483a389 -r 3f6a165d8ba7 config/debug/gdb.in --- a/config/debug/gdb.in Mon Mar 15 21:42:55 2010 +0100 +++ b/config/debug/gdb.in Sat Mar 20 18:49:15 2010 +0100 @@ -19,11 +19,13 @@ bool prompt "7.0.1 (EXPERIMENTAL)" depends on EXPERIMENTAL + select GDB_7_0_or_later config GDB_V_7_0 bool prompt "7.0 (EXPERIMENTAL)" depends on EXPERIMENTAL + select GDB_7_0_or_later config GDB_V_6_8 bool @@ -37,6 +39,9 @@ endchoice +config GDB_7_0_or_later + bool + config GDB_VERSION string # Don't remove next line