summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/procfs_write.exp
Commit message (Collapse)AuthorAgeFilesLines
* Fix procfs_write.exp so that it will pass under RHELl5.David Smith2010-02-021-2/+2
| | | | | | | * testsuite/systemtap.base/procfs_write.exp: Small changes for RHEL5 support. * testsuite/lib/stap_run.exp (stap_run): Increase maximum number of characters to match against.
* Fixed PR 11223 by null terminating strings in procfs write probes.David Smith2010-01-261-0/+135
* tapset-procfs.cxx (procfs_var_expanding_visitor::visit_target_symbol): Correctly null terminate strings in procfs write probes. * testsuite/systemtap.base/procfs_write.exp: New test.