summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.trace/strace.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.trace/strace.exp')
-rw-r--r--gdb/testsuite/gdb.trace/strace.exp12
1 files changed, 6 insertions, 6 deletions
diff --git a/gdb/testsuite/gdb.trace/strace.exp b/gdb/testsuite/gdb.trace/strace.exp
index 06b79a329c..6394926a7f 100644
--- a/gdb/testsuite/gdb.trace/strace.exp
+++ b/gdb/testsuite/gdb.trace/strace.exp
@@ -49,7 +49,7 @@ proc strace_remove_socket { action } {
# Restart with a fresh gdb.
clean_restart $executable
- gdb_load_shlibs $libipa
+ gdb_load_shlib $libipa
if ![runto_main] {
fail "Can't run to main"
return -1
@@ -134,7 +134,7 @@ proc strace_info_marker { } {
# Restart with a fresh gdb.
clean_restart $executable
- gdb_load_shlibs $libipa
+ gdb_load_shlib $libipa
if ![runto_main] {
fail "Can't run to main"
return -1
@@ -171,7 +171,7 @@ proc strace_probe_marker { } {
# Restart with a fresh gdb.
clean_restart $executable
- gdb_load_shlibs $libipa
+ gdb_load_shlib $libipa
if ![runto_main] {
fail "Can't run to main"
return -1
@@ -211,7 +211,7 @@ proc strace_trace_on_same_addr { type } {
# Restart with a fresh gdb.
clean_restart $executable
- gdb_load_shlibs $libipa
+ gdb_load_shlib $libipa
if ![runto_main] {
fail "Can't run to main"
return -1
@@ -315,7 +315,7 @@ proc strace_trace_on_diff_addr { } {
# Restart with a fresh gdb.
clean_restart $executable
- gdb_load_shlibs $libipa
+ gdb_load_shlib $libipa
if ![runto_main] {
fail "Can't run to main"
return -1
@@ -375,7 +375,7 @@ if { [istarget "x86_64-*-linux*"] || [istarget "i\[34567\]86-*-linux*"] } {
}
clean_restart $executable
-gdb_load_shlibs $libipa
+gdb_load_shlib $libipa
if ![runto_main] {
fail "Can't run to main to check for trace support"
return -1