From 3d4bc007196425f4ca01074d390facd292767222 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Tue, 2 Sep 2008 10:47:44 +0000 Subject: 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(-) --- config/debug/gdb.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'config/debug') diff --git a/config/debug/gdb.in b/config/debug/gdb.in index 21978a2e..6ee5bc5e 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 -- cgit v1.2.3