diff options
author | 2012-01-16 16:21:53 +0000 | |
---|---|---|
committer | 2012-01-16 16:21:53 +0000 | |
commit | 97ccebe869a69550b5a89a59b99955fb783f2b81 (patch) | |
tree | b6780c16d8bbdde33d189466aa17d37c699ce4a1 /gdb/testsuite/gdb.arch/i386-disp-step.exp | |
parent | PR binutils/13593 (diff) | |
download | binutils-gdb-97ccebe869a69550b5a89a59b99955fb783f2b81.tar.gz binutils-gdb-97ccebe869a69550b5a89a59b99955fb783f2b81.tar.bz2 binutils-gdb-97ccebe869a69550b5a89a59b99955fb783f2b81.zip |
2012-01-16 Pedro Alves <palves@redhat.com>
Remove all calls to strace.
Diffstat (limited to 'gdb/testsuite/gdb.arch/i386-disp-step.exp')
-rw-r--r-- | gdb/testsuite/gdb.arch/i386-disp-step.exp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.arch/i386-disp-step.exp b/gdb/testsuite/gdb.arch/i386-disp-step.exp index b4e3db450f5..8a51be5f219 100644 --- a/gdb/testsuite/gdb.arch/i386-disp-step.exp +++ b/gdb/testsuite/gdb.arch/i386-disp-step.exp @@ -17,10 +17,6 @@ # Test i386 displaced stepping. -if $tracelevel { - strace $tracelevel -} - if {(![istarget "x86_64-*-*"] && ![istarget "i?86-*-*"]) || ![is_ilp32_target] } then { verbose "Skipping x86 displaced stepping tests." |