[gdb/testsuite] Fix gdb.base/skip-solib.exp for remote target
authorTom de Vries <tdevries@suse.de>
Tue, 7 Mar 2023 14:45:47 +0000 (15:45 +0100)
committerTom de Vries <tdevries@suse.de>
Tue, 7 Mar 2023 14:45:47 +0000 (15:45 +0100)
Fix test-case gdb.base/skip-solib.exp for target board
remote-gdbserver-on-localhost using gdb_load_shlib.

Tested on x86_64-linux.

gdb/testsuite/gdb.base/skip-solib.exp

index f01196c3fed180ded8a6722a309d6c58ba458484..9caf7e09dac2a0e2a35ef9d2640aaf9f4b7ced44 100644 (file)
@@ -61,6 +61,7 @@ if {[gdb_compile "${binfile_main}.o" "${binfile_main}" executable \
 with_test_prefix "ignoring solib file" {
 
     clean_restart ${executable_main}
+    gdb_load_shlib $binfile_lib
 
     gdb_test "skip file ${srcfile_lib}" \
        "File ${srcfile_lib} will be skipped when stepping." \
@@ -87,6 +88,7 @@ with_test_prefix "ignoring solib file" {
 #
 with_test_prefix "ignoring solib function" {
     clean_restart ${executable_main}
+    gdb_load_shlib $binfile_lib
 
     gdb_test "skip function multiply" \
        "Function multiply will be skipped when stepping\\." \