Index: gdb/testsuite/gdb.base/display.exp |
diff --git a/gdb/testsuite/gdb.base/display.exp b/gdb/testsuite/gdb.base/display.exp |
index 2d6ce0f761c730b34919751094ed774549032cb2..4136cc1b6fc6421494b4b9d16c178369547d4807 100644 |
--- a/gdb/testsuite/gdb.base/display.exp |
+++ b/gdb/testsuite/gdb.base/display.exp |
@@ -16,10 +16,6 @@ |
# display.exp Test display commands |
# Also do some printing stuff for coverage's sake. |
# |
-if $tracelevel then { |
- strace $tracelevel |
-} |
- |
set testfile display |
set srcfile ${testfile}.c |
set binfile ${objdir}/${subdir}/${testfile} |
@@ -30,9 +26,6 @@ if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {deb |
untested display.exp |
return -1 |
} |
-if [target_info exists gdb_stub] { |
- gdb_step_for_stub; |
-} |
# Preserve the old timeout, and set a new one that should be |
# sufficient to avoid timing out during this test. |