summaryrefslogtreecommitdiff
path: root/scripts/build
diff options
context:
space:
mode:
authorAlexey Brodkin <abrodkin@synopsys.com>2021-09-16 19:38:33 (GMT)
committerAlexey Brodkin <abrodkin@synopsys.com>2021-09-16 19:50:12 (GMT)
commit4a8f7ff12b90e0f9095ece617f6770de7ca4fda8 (patch)
tree79e8b86f38601bdc1412258b75370656a7bc1525 /scripts/build
parent7daa182506baf30adb35752369cf352ac2383c3b (diff)
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>
Diffstat (limited to 'scripts/build')
-rw-r--r--scripts/build/debug/300-gdb.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/scripts/build/debug/300-gdb.sh b/scripts/build/debug/300-gdb.sh
index 2ef0c71..766bec7 100644
--- a/scripts/build/debug/300-gdb.sh
+++ b/scripts/build/debug/300-gdb.sh
@@ -129,10 +129,9 @@ do_debug_gdb_build()
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+=(
--without-uiout
- --disable-tui
--disable-gdbtk
--without-x
--disable-sim
@@ -201,10 +200,9 @@ do_debug_gdb_build()
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+=(
--without-uiout
- --disable-tui
--disable-gdbtk
--without-x
--disable-sim