[gdb/testsuite] Disable styling in host board local-remote-host-native.exp

Propagate fix from commit 17c68d98f7 ("[gdb/testsuite] Disable styling in host
board local-remote-host.exp") to local-remote-host-native.exp.

Tested on x86_64-linux.
This commit is contained in:
Tom de Vries 2022-10-27 16:53:12 +02:00
parent 6b839dd3de
commit 1dc83674da

View File

@ -83,3 +83,7 @@ proc ${board}_download { board src dest } {
return $destfile
}
if { $board_type == "host" } {
set GDBFLAGS "${GDBFLAGS} -iex \"set style enabled off\""
}