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.stabs | |
parent | ddb1377cc0daa352458911e38a536c9ce33dec85 (diff) | |
download | binutils-gdb-97ccebe869a69550b5a89a59b99955fb783f2b81.tar.gz |
2012-01-16 Pedro Alves <palves@redhat.com>
Remove all calls to strace.
Diffstat (limited to 'gdb/testsuite/gdb.stabs')
-rw-r--r-- | gdb/testsuite/gdb.stabs/exclfwd.exp | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.stabs/gdb11479.exp | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.stabs/weird.exp | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/gdb/testsuite/gdb.stabs/exclfwd.exp b/gdb/testsuite/gdb.stabs/exclfwd.exp index 92df6f96089..8e81440afbf 100644 --- a/gdb/testsuite/gdb.stabs/exclfwd.exp +++ b/gdb/testsuite/gdb.stabs/exclfwd.exp @@ -16,10 +16,6 @@ # Please email any bugs, comments, and/or additions to this file to: # bug-gdb@gnu.org -if $tracelevel { - strace $tracelevel -} - # If the test directory was not created by configure then skip # this test. if ![file isdirectory ${objdir}/${subdir}] then { diff --git a/gdb/testsuite/gdb.stabs/gdb11479.exp b/gdb/testsuite/gdb.stabs/gdb11479.exp index 1dd70d7b1e2..f24d054af65 100644 --- a/gdb/testsuite/gdb.stabs/gdb11479.exp +++ b/gdb/testsuite/gdb.stabs/gdb11479.exp @@ -17,10 +17,6 @@ # Test GDB stabs problem with qualified parameter of forward types. -if $tracelevel then { - strace $tracelevel -} - set testfile "gdb11479" diff --git a/gdb/testsuite/gdb.stabs/weird.exp b/gdb/testsuite/gdb.stabs/weird.exp index 1569cdb5295..80bc2841c8b 100644 --- a/gdb/testsuite/gdb.stabs/weird.exp +++ b/gdb/testsuite/gdb.stabs/weird.exp @@ -17,10 +17,6 @@ # Test that GDB properly ignores invalid stabs. # Also test that GDB can debug a .o file, and that it doesn't mind # a file that's more minimal than what a compiler normally puts out. -if $tracelevel then { - strace $tracelevel -} - # If the test directory was not created by configure then skip # this test. if ![file isdirectory ${objdir}/${subdir}] then { |