PR exp/13907:
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / call-strs.exp
index 29ffa84283ec0621d6e55b5d0d3b97d3018f664d..7c5c46eff4bb352728a03ab743c3eca2915eea45 100644 (file)
@@ -1,5 +1,4 @@
-# Copyright 1998, 1999, 2000, 2007, 2008, 2009, 2010, 2011
-# Free Software Foundation, Inc.
+# Copyright 1998-2000, 2007-2012 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 
 #debug strarg
 
-if $tracelevel then {
-        strace $tracelevel
-}
-
 
 set testfile "call-strs"
 set srcfile ${testfile}.c
@@ -61,6 +56,7 @@ gdb_reinitialize_dir $srcdir/$subdir
 gdb_load ${binfile}
 gdb_test_no_output "set print sevenbit-strings"
 gdb_test_no_output "set print address off"
+gdb_test_no_output "set print symbol off"
 gdb_test_no_output "set width 0"
 
 if ![runto_main] then {
This page took 0.024988 seconds and 4 git commands to generate.