config/debug/gdb.in
changeset 821 4c073dd24c1d
parent 709 8d945f24f7ae
child 824 cc4590c03dd1
     1.1 --- a/config/debug/gdb.in	Tue Jul 22 09:32:27 2008 +0000
     1.2 +++ b/config/debug/gdb.in	Tue Sep 02 10:47:44 2008 +0000
     1.3 @@ -29,6 +29,18 @@
     1.4        That way, you can share the cross-gdb without installing a toolchain
     1.5        on every machine that will be used to debug target programs.
     1.6  
     1.7 +config GDB_CROSS_INSIGHT
     1.8 +    bool
     1.9 +    prompt "Use Insight instead (EXPERIMENTAL)"
    1.10 +    default n
    1.11 +    depends on GDB_CROSS
    1.12 +    depends on EXPERIMENTAL
    1.13 +    help
    1.14 +      If you say 'Y' here, then Insight will be used to build the cross
    1.15 +      debugger, instead of the plain gdb.
    1.16 +      
    1.17 +      Insight is gdb plus a TCL/TK GUI: http://sourceware.org/insight/
    1.18 +
    1.19  config GDB_NATIVE
    1.20      bool
    1.21      prompt "Native gdb"
    1.22 @@ -88,6 +100,7 @@
    1.23      bool
    1.24      prompt "snapshot (EXPERIMENTAL)"
    1.25      depends on EXPERIMENTAL
    1.26 +    depends on ! GDB_CROSS_INSIGHT
    1.27  
    1.28  config GDB_V_6_4
    1.29      bool