summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>2011-08-18 14:05:48 (GMT)
committerBenoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>2011-08-18 14:05:48 (GMT)
commit860a60f44a31d26252e72f94fdd60782f2a6fa17 (patch)
tree72c1cc09273ddbadf021f0319150ed283f2f9ad5
parentd0529b3d12f6614e663de35132b6b9cddb523c90 (diff)
debug/gdb: update GDB revisions
Update GDB with the latest available revisions. Signed-off-by: "Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>
-rw-r--r--config/debug/gdb.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in
index 119466e..0164667 100644
--- a/config/debug/gdb.in
+++ b/config/debug/gdb.in
@@ -34,6 +34,18 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config GDB_V_linaro_7_3_2011_08
+ bool
+ prompt "linaro-7.3-2011.08 (EXPERIMENTAL)"
+ depends on DEBUG_GDB_SHOW_LINARO
+ select GDB_7_0_or_later
+
+config GDB_V_7_3
+ bool
+ prompt "7.3 (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+ select GDB_7_0_or_later
+
config GDB_V_linaro_7_2_2011_05_0
bool
prompt "linaro-7.2-2011.05-0 (EXPERIMENTAL)"
@@ -85,6 +97,8 @@ config GDB_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "linaro-7.3-2011.08" if GDB_V_linaro_7_3_2011_08
+ default "7.3" if GDB_V_7_3
default "linaro-7.2-2011.05-0" if GDB_V_linaro_7_2_2011_05_0
default "7.2" if GDB_V_7_2
default "7.1" if GDB_V_7_1