projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b839dd
)
[gdb/testsuite] Disable styling in host board local-remote-host-native.exp
author
Tom de Vries
<tdevries@suse.de>
Thu, 27 Oct 2022 14:53:12 +0000
(16:53 +0200)
committer
Tom de Vries
<tdevries@suse.de>
Thu, 27 Oct 2022 14:53:12 +0000
(16:53 +0200)
Propagate fix from commit
17c68d98f74
("[gdb/testsuite] Disable styling in host
board local-remote-host.exp") to local-remote-host-native.exp.
Tested on x86_64-linux.
gdb/testsuite/boards/local-remote-host-native.exp
patch
|
blob
|
history
diff --git
a/gdb/testsuite/boards/local-remote-host-native.exp
b/gdb/testsuite/boards/local-remote-host-native.exp
index f784e2617a8467bee4b1f48cbc7509310fd23f00..472a8ea8c27d5835956e3daf3231821e619fb8da 100644
(file)
--- 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\""
+}