config/debug/gdb.in
changeset 581 32809077dcd4
parent 477 decbb2add7ce
child 583 44b87fb3f0d3
     1.1 --- a/config/debug/gdb.in	Fri May 02 21:54:46 2008 +0000
     1.2 +++ b/config/debug/gdb.in	Thu Jun 19 15:30:01 2008 +0000
     1.3 @@ -95,5 +95,29 @@
     1.4  # CT_INSERT_VERSION_STRING_ABOVE
     1.5  # Don't remove above line!
     1.6  
     1.7 +if GDB_NATIVE
     1.8 +
     1.9 +comment "Native gdb needs the ncurses library on the target"
    1.10 +
    1.11 +choice
    1.12 +    bool
    1.13 +    prompt "ncurses version"
    1.14 +
    1.15 +config NCURSES_V_4_2
    1.16 +    bool
    1.17 +    prompt "4.2"
    1.18 +
    1.19 +config NCURSES_V_5_6
    1.20 +    bool
    1.21 +    prompt "5.6"
    1.22 +
    1.23 +endchoice
    1.24 +
    1.25 +config NCURSES_VERSION
    1.26 +    string
    1.27 +    default "4.2" if NCURSES_V_4_2
    1.28 +    default "5.6" if NCURSES_V_5_6
    1.29 +
    1.30 +endif # ncurses
    1.31 +
    1.32  endif
    1.33 -