Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Unified Diff: gdb/testsuite/gdb.base/display.exp

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gdb/testsuite/gdb.base/disp-step-syscall.exp ('k') | gdb/testsuite/gdb.base/dprintf.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « gdb/testsuite/gdb.base/disp-step-syscall.exp ('k') | gdb/testsuite/gdb.base/dprintf.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698