2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
gdb/testsuite/
* gdb.base/list-missing-source.exp: Correct $srcfile manipulation
for remote host.
+2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
+
+ * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
+ for remote host.
+
2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
Hafiz Abid Qadeer <abidh@codesourcery.com>
}
}
close $fd
+set srcfile [remote_download host $srcfile]
# Compile the source file.
set options "debug"
}
# Now delete the source file.
-file delete $srcfile
+remote_file host delete $srcfile
# Now start GDB, run to main and try to list the source.
clean_restart ${binfile}