The tspeed test case does not execute correctly because libinproctrace.so
is not copied to the target. This is fixed.
gdb/testsuite/ChangeLog:
* gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
that libinproctrace is copied to the target.
+2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
+
+ * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
+ that libinproctrace is copied to the target.
+
2018-03-14 Tom Tromey <tom@tromey.com>
PR cli/14977:
set executable $testfile
set ipalib [get_in_proc_agent]
+gdb_load_shlib $ipalib
if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile \
executable [concat {debug nowarnings c} shlib=$ipalib]] != "" } {