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
This commit is contained in:
Simon Marchi 2021-02-10 19:17:47 -05:00
parent 10ed138aa3
commit 160fe19337

View 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}
}