diff options
author | fche <fche> | 2008-02-13 03:33:18 +0000 |
---|---|---|
committer | fche <fche> | 2008-02-13 03:33:18 +0000 |
commit | 4bab8964266929ec9356590db0d0fe51607c4b6b (patch) | |
tree | 991aac2cdd5f0508a5857fa72623524017475070 /testsuite/systemtap.context/backtrace.tcl | |
parent | 21beacc9a00ea48763048151c370e205c5f23379 (diff) | |
download | systemtap-steved-4bab8964266929ec9356590db0d0fe51607c4b6b.tar.gz systemtap-steved-4bab8964266929ec9356590db0d0fe51607c4b6b.tar.xz systemtap-steved-4bab8964266929ec9356590db0d0fe51607c4b6b.zip |
2008-02-12 Frank Ch. Eigler <fche@elastic.org>
* systemtap.context/context.exp: Build temporary modules under
build tree, to tolerate read-only source trees.
* {args,backtrace,pid}.tcl: Corresponding changes.
* systemtap_test_module2.c: Add a bunch of asm("")'s to prevent
inlining even better than noinline does.
Diffstat (limited to 'testsuite/systemtap.context/backtrace.tcl')
-rw-r--r-- | testsuite/systemtap.context/backtrace.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.context/backtrace.tcl b/testsuite/systemtap.context/backtrace.tcl index 409cf693..703f0ec2 100644 --- a/testsuite/systemtap.context/backtrace.tcl +++ b/testsuite/systemtap.context/backtrace.tcl @@ -11,7 +11,7 @@ if {[istarget ia64-*-*]} { set retexp {.*return\>--\r\n 0x[a-f0-9]+ : kretprobe_trampoline_holder[^\r\n]+\r\n} } -spawn stap backtrace.stp +spawn stap $srcdir/$subdir/backtrace.stp #exp_internal 1 expect { -timeout 240 |