summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/thirtyfour.stp
Commit message (Collapse)AuthorAgeFilesLines
* PR10007: Avoid probing syscall entry points in the testsuite.Ananth N Mavinakayanahalli2009-04-301-2/+2
| | | | While there, fix minor issues with the s390x syscall tapset.
* 2006-11-28 David Smith <dsmith@redhat.com>dsmith2006-11-281-0/+7
| | | | | | | * semko/thirtyfour.stp: Checks for writing to target variable in .return probe. * semok/twentyfour.stp: Tests read access to target variable in .return probe.
* 2006-01-10 Frank Ch. Eigler <fche@redhat.com>fche2006-01-101-0/+3
PR 1972. * tapsets.cxx (var_expanding_copy_visitor::visit_target_symbol): Produce error message for $var access within .return probes. * testsuite/semko/thirtyfour.stp: New test.