summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.context/pid.tcl
Commit message (Collapse)AuthorAgeFilesLines
* Revert "testsuite: use catch{close}catch{wait} to ensure child process ↵Frank Ch. Eigler2008-05-281-1/+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/+1
| | | | cleanup
* 2008-02-12 Frank Ch. Eigler <fche@elastic.org>fche2008-02-131-1/+1
| | | | | | | | * 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.
* 2007-07-10 Martin Hunt <hunt@redhat.com>hunt2007-07-101-1/+0
| | | | | * uid16.c (main): 16-bit syscalls now have the same name as 32-bit. Fix patterns.
* *** empty log message ***hunt2007-07-101-1/+1
|
* 2007-07-10 Martin Hunt <hunt@redhat.com>hunt2007-07-101-2/+4
| | | | | * systemtap.context/pid.tcl: Don't try to get real ppid, just match pattern.
* 2007-07-03 Martin Hunt <hunt@redhat.com>hunt2007-07-031-45/+22
| | | | | | * systemtap.context/pid.tcl: Better error reporting. * systemtap.context/args.*: Ditto. * systemtap.context/context.exp: Build in temp dir.
* 2007-07-02 Martin Hunt <hunt@redhat.com>hunt2007-07-021-0/+54
* systemtap.context/context.exp: Add pid tests. * systemtap.context/pid.*: New tests.