diff options
author | Pedro Alves <palves@redhat.com> | 2012-01-16 16:21:53 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-01-16 16:21:53 +0000 |
commit | 97ccebe869a69550b5a89a59b99955fb783f2b81 (patch) | |
tree | b6780c16d8bbdde33d189466aa17d37c699ce4a1 /gdb/testsuite/gdb.gdb | |
parent | ddb1377cc0daa352458911e38a536c9ce33dec85 (diff) | |
download | gdb-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.exp | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.gdb/observer.exp | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.gdb/selftest.exp | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.gdb/xfullpath.exp | 4 |
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 { |