summaryrefslogtreecommitdiff
path: root/config/debug/gdb.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/debug/gdb.in')
-rw-r--r--config/debug/gdb.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in
index 21978a2..6ee5bc5 100644
--- a/config/debug/gdb.in
+++ b/config/debug/gdb.in
@@ -29,6 +29,18 @@ config GDB_CROSS_STATIC
That way, you can share the cross-gdb without installing a toolchain
on every machine that will be used to debug target programs.
+config GDB_CROSS_INSIGHT
+ bool
+ prompt "Use Insight instead (EXPERIMENTAL)"
+ default n
+ depends on GDB_CROSS
+ depends on EXPERIMENTAL
+ help
+ If you say 'Y' here, then Insight will be used to build the cross
+ debugger, instead of the plain gdb.
+
+ Insight is gdb plus a TCL/TK GUI: http://sourceware.org/insight/
+
config GDB_NATIVE
bool
prompt "Native gdb"
@@ -88,6 +100,7 @@ config GDB_V_snapshot
bool
prompt "snapshot (EXPERIMENTAL)"
depends on EXPERIMENTAL
+ depends on ! GDB_CROSS_INSIGHT
config GDB_V_6_4
bool