mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-02 19:16:39 +00:00
gdb: Enable TUI for full target/native GDB
Since we have curses built for target anyway now, why don't allow users to use very convenient pseudo-GUI operating mode? And while at it, there's no use of TUI in naturally headless gdbserver. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
This commit is contained in:
parent
7daa182506
commit
4a8f7ff12b
@ -129,10 +129,9 @@ do_debug_gdb_build()
|
|||||||
|
|
||||||
export ac_cv_func_strncmp_works=yes
|
export ac_cv_func_strncmp_works=yes
|
||||||
|
|
||||||
# TBD do we need all these? Eg why do we disable TUI if we build curses for target?
|
# TBD do we need all these?
|
||||||
native_extra_config+=(
|
native_extra_config+=(
|
||||||
--without-uiout
|
--without-uiout
|
||||||
--disable-tui
|
|
||||||
--disable-gdbtk
|
--disable-gdbtk
|
||||||
--without-x
|
--without-x
|
||||||
--disable-sim
|
--disable-sim
|
||||||
@ -201,10 +200,9 @@ do_debug_gdb_build()
|
|||||||
|
|
||||||
export ac_cv_func_strncmp_works=yes
|
export ac_cv_func_strncmp_works=yes
|
||||||
|
|
||||||
# TBD do we need all these? Eg why do we disable TUI if we build curses for target?
|
# TBD do we need all these?
|
||||||
native_extra_config+=(
|
native_extra_config+=(
|
||||||
--without-uiout
|
--without-uiout
|
||||||
--disable-tui
|
|
||||||
--disable-gdbtk
|
--disable-gdbtk
|
||||||
--without-x
|
--without-x
|
||||||
--disable-sim
|
--disable-sim
|
||||||
|
Loading…
Reference in New Issue
Block a user