diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2021-02-10 19:17:47 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2021-02-10 19:17:47 -0500 |
commit | 160fe1933736c123e15199080874fcab8b9ecc65 (patch) | |
tree | 53c0db06a5473d3cc1bc425214d73e6adce54fe1 /gdb | |
parent | 10ed138aa387a1e5814eeef5b3d0d688694adfaa (diff) | |
download | gdb-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
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/gdb.multi/multi-target.exp.tcl | 2 |
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} } |