Fix tspeed test case: copy libinproctrace to target

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.
This commit is contained in:
Andreas Arnez 2018-03-16 20:40:38 +01:00
parent ca2fd32c55
commit 8b067d2cf5
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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:

View File

@ -19,6 +19,7 @@ standard_testfile
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]] != "" } {