summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/debug/gdb.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in
index e47f505..0018a8a 100644
--- a/config/debug/gdb.in
+++ b/config/debug/gdb.in
@@ -119,6 +119,13 @@ config GDB_V_6_8a
bool
prompt "6.8a"
+config GDB_CUSTOM
+ bool
+ prompt "Custom gdb"
+ depends on EXPERIMENTAL
+ select GDB_7_0_or_later
+ select GDB_7_2_or_later
+
endchoice
config GDB_7_2_or_later
@@ -152,5 +159,19 @@ config GDB_VERSION
default "7.0.1a" if GDB_V_7_0_1a
default "7.0a" if GDB_V_7_0a
default "6.8a" if GDB_V_6_8a
+ default "custom" if GDB_CUSTOM
+
+if GDB_CUSTOM
+
+config GDB_CUSTOM_LOCATION
+ string
+ prompt "Full path to custom gdb source"
+ default ""
+ help
+ Enter the path to the directory (or tarball) of your source for gdb,
+ or leave blank to use default CT_CUSTOM_LOCATION_ROOT_DIR/gdb
+
+endif # GDB_CUSTOM
endif
+