aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2021-02-10 19:17:47 -0500
committerSimon Marchi <simon.marchi@polymtl.ca>2021-02-10 19:17:47 -0500
commit160fe1933736c123e15199080874fcab8b9ecc65 (patch)
tree53c0db06a5473d3cc1bc425214d73e6adce54fe1
parent10ed138aa387a1e5814eeef5b3d0d688694adfaa (diff)
downloadgdb-160fe1933736c123e15199080874fcab8b9ecc65.zip
gdb-160fe1933736c123e15199080874fcab8b9ecc65.tar.gz
gdb-160fe1933736c123e15199080874fcab8b9ecc65.tar.bz2
gdb: adjust comment in gdb.multi/multi-target.exp.tcl
I wanted to make this change before pushing the last patch but forgot to amend before pushing. Change-Id: I8e1f03ee0131c1e75973718e7835b39580a06054
-rw-r--r--gdb/testsuite/gdb.multi/multi-target.exp.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.multi/multi-target.exp.tcl b/gdb/testsuite/gdb.multi/multi-target.exp.tcl
index 6f3051c..d14be03 100644
--- a/gdb/testsuite/gdb.multi/multi-target.exp.tcl
+++ b/gdb/testsuite/gdb.multi/multi-target.exp.tcl
@@ -112,7 +112,7 @@ proc setup {non-stop} {
save_vars { ::GDBFLAGS } {
# Make GDB read files from the local file system, not through the
- # remote targets.
+ # remote targets, to speed things up.
set ::GDBFLAGS "${::GDBFLAGS} -ex \"set sysroot\""
clean_restart ${binfile}
}