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

Unified Diff: gdb/testsuite/gdb.base/code-expr.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/chng-syms.exp ('k') | gdb/testsuite/gdb.base/code_elim.exp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/testsuite/gdb.base/code-expr.exp
diff --git a/gdb/testsuite/gdb.base/code-expr.exp b/gdb/testsuite/gdb.base/code-expr.exp
index 0cf4a735990f0df056b720b82d3f8a701107c02d..fe95305236fd9450375f61dff385090c6da5c772 100644
--- a/gdb/testsuite/gdb.base/code-expr.exp
+++ b/gdb/testsuite/gdb.base/code-expr.exp
@@ -18,10 +18,6 @@
# This file is part of the gdb testsuite
# Tests for type expressions using the new "@code" and "@data" modifiers.
-if $tracelevel then {
- strace $tracelevel
- }
-
#
# test running programs
#
@@ -40,10 +36,6 @@ gdb_start
gdb_reinitialize_dir $srcdir/$subdir
gdb_load ${binfile}
-if [target_info exists gdb_stub] {
- gdb_step_for_stub;
-}
-
gdb_test_no_output "set print sevenbit-strings"
gdb_test_no_output "set print address off"
gdb_test_no_output "set width 0"
« no previous file with comments | « gdb/testsuite/gdb.base/chng-syms.exp ('k') | gdb/testsuite/gdb.base/code_elim.exp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698