aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/testsuite/boards/local-remote-host-native.exp4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/boards/local-remote-host-native.exp b/gdb/testsuite/boards/local-remote-host-native.exp
index f784e26..472a8ea 100644
--- a/gdb/testsuite/boards/local-remote-host-native.exp
+++ b/gdb/testsuite/boards/local-remote-host-native.exp
@@ -83,3 +83,7 @@ proc ${board}_download { board src dest } {
return $destfile
}
+
+if { $board_type == "host" } {
+ set GDBFLAGS "${GDBFLAGS} -iex \"set style enabled off\""
+}