summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/stmtvars.exp
Commit message (Collapse)AuthorAgeFilesLines
* PR10007: Avoid probing syscall entry points in the testsuite.Ananth N Mavinakayanahalli2009-04-301-3/+3
| | | | While there, fix minor issues with the s390x syscall tapset.
* Revert "testsuite: use catch{close}catch{wait} to ensure child process ↵Frank Ch. Eigler2008-05-281-2/+2
| | | | | | pipe/zombie cleanup" This reverts commit 7938bd829dfd82c40b35d536b5913e666c1454d2.
* testsuite: use catch{close}catch{wait} to ensure child process pipe/zombie ↵Frank Ch. Eigler2008-05-271-2/+2
| | | | cleanup
* stmtvars.exp regexp tweakFrank Ch. Eigler2008-05-261-6/+4
|
* Narrow the regexp matching in stmtvars.expwenji2008-05-221-2/+2
|
* Revert "emphasize the regexp math"wenji2008-04-031-2/+2
| | | | This reverts commit 285477856b016f3d16c339b7d7f00422cbe1795f.
* emphasize the regexp mathwenji2008-04-031-2/+2
|
* PR5787, PR2608: .statement(NUM) probing fixesfche2008-02-231-0/+31
2008-02-22 Frank Ch. Eigler <fche@elastic.org> PR5787, PR2608, .statement() * tapsets.cxx (query_dwarf_func): Process .statement(NUM) probes too. (query_cu): Ditto. (query_func_info): Bypass prologue searching for .statement() probes. (query_cu): Ditto. (build_blacklist): Remove unsightly empty first alternative in "^(|foo)$" regexps. Show them for -vvv. * buildrun.cxx (compile_pass): Don't turn on "gcc -Q" on until -vvvv. 2008-02-22 Frank Ch. Eigler <fche@elastic.org> * systemtap.base/stmtvars.exp: New test for PR 5787.