aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.gdb
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2012-01-16 16:21:53 +0000
committerPedro Alves <palves@redhat.com>2012-01-16 16:21:53 +0000
commit97ccebe869a69550b5a89a59b99955fb783f2b81 (patch)
treeb6780c16d8bbdde33d189466aa17d37c699ce4a1 /gdb/testsuite/gdb.gdb
parentddb1377cc0daa352458911e38a536c9ce33dec85 (diff)
downloadgdb-97ccebe869a69550b5a89a59b99955fb783f2b81.zip
gdb-97ccebe869a69550b5a89a59b99955fb783f2b81.tar.gz
gdb-97ccebe869a69550b5a89a59b99955fb783f2b81.tar.bz2
2012-01-16 Pedro Alves <palves@redhat.com>
Remove all calls to strace.
Diffstat (limited to 'gdb/testsuite/gdb.gdb')
-rw-r--r--gdb/testsuite/gdb.gdb/complaints.exp4
-rw-r--r--gdb/testsuite/gdb.gdb/observer.exp4
-rw-r--r--gdb/testsuite/gdb.gdb/selftest.exp4
-rw-r--r--gdb/testsuite/gdb.gdb/xfullpath.exp4
4 files changed, 0 insertions, 16 deletions
diff --git a/gdb/testsuite/gdb.gdb/complaints.exp b/gdb/testsuite/gdb.gdb/complaints.exp
index adaa47d..5ec02ff 100644
--- a/gdb/testsuite/gdb.gdb/complaints.exp
+++ b/gdb/testsuite/gdb.gdb/complaints.exp
@@ -17,10 +17,6 @@
# derived from xfullpath.exp (written by Joel Brobecker), derived from
# selftest.exp (written by Rob Savoye).
-if $tracelevel then {
- strace $tracelevel
-}
-
# are we on a target board
if { [is_remote target] || ![isnative] } then {
diff --git a/gdb/testsuite/gdb.gdb/observer.exp b/gdb/testsuite/gdb.gdb/observer.exp
index bf6741c..47a4a11 100644
--- a/gdb/testsuite/gdb.gdb/observer.exp
+++ b/gdb/testsuite/gdb.gdb/observer.exp
@@ -16,10 +16,6 @@
# This file was written by Joel Brobecker (brobecker@gnat.com), derived
# from xfullpath.exp.
-if $tracelevel then {
- strace $tracelevel
-}
-
# are we on a target board
if { [is_remote target] || ![isnative] } then {
diff --git a/gdb/testsuite/gdb.gdb/selftest.exp b/gdb/testsuite/gdb.gdb/selftest.exp
index 91c2ee4..21798bc 100644
--- a/gdb/testsuite/gdb.gdb/selftest.exp
+++ b/gdb/testsuite/gdb.gdb/selftest.exp
@@ -16,10 +16,6 @@
# This file was written by Rob Savoye. (rob@cygnus.com)
-if $tracelevel then {
- strace $tracelevel
-}
-
# are we on a target board
if { [is_remote target] || ![isnative] } then {
diff --git a/gdb/testsuite/gdb.gdb/xfullpath.exp b/gdb/testsuite/gdb.gdb/xfullpath.exp
index 1377802..0ebf824 100644
--- a/gdb/testsuite/gdb.gdb/xfullpath.exp
+++ b/gdb/testsuite/gdb.gdb/xfullpath.exp
@@ -16,10 +16,6 @@
# This file was written by Joel Brobecker. (brobecker@gnat.com), derived
# from selftest.exp, written by Rob Savoye.
-if $tracelevel then {
- strace $tracelevel
-}
-
# are we on a target board
if { [is_remote target] || ![isnative] } then {