summaryrefslogtreecommitdiff
path: root/config/debug/gdb.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-09-02 10:47:44 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-09-02 10:47:44 (GMT)
commit3d4bc007196425f4ca01074d390facd292767222 (patch)
treea6302c1f6c5d341cbe22b09a63d36fa2a4aa9f6b /config/debug/gdb.in
parentd837e19ce836254a4e544de6cfac4c53fa01723e (diff)
Add support for building Insight instead of gdb (only for the cross-gdb).
/trunk/scripts/build/debug/300-gdb.sh | 62 55 7 0 ++++++++++++++++++++++++++++++++++++----- /trunk/config/debug/gdb.in | 13 13 0 0 +++++++++ 2 files changed, 68 insertions(+), 7 deletions(-)
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