gdb: adjust comment in gdb.multi/multi-target.exp.tcl
authorSimon Marchi <simon.marchi@polymtl.ca>
Thu, 11 Feb 2021 00:17:47 +0000 (19:17 -0500)
committerSimon Marchi <simon.marchi@polymtl.ca>
Thu, 11 Feb 2021 00:17:47 +0000 (19:17 -0500)
I wanted to make this change before pushing the last patch but forgot to
amend before pushing.

Change-Id: I8e1f03ee0131c1e75973718e7835b39580a06054

gdb/testsuite/gdb.multi/multi-target.exp.tcl

index 6f3051c6b27a03598b79cfc82215c4b7ef60ffea..d14be03cbf2748bfe87a9d330b5ed38a32819783 100644 (file)
@@ -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}
     }