summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/optionalprobe.stp
Commit message (Collapse)AuthorAgeFilesLines
* PR10102: tolerate the failure related to optional probeWenji Huang2009-05-051-1/+9
| | | | | | | | | This patch will make stap silently accept the failure related to optional probe. It puts try/catch around find_and_build which can cover most probe types. The specific treatment for dwarf_derived_probe in commit ed82b7c902d6a2e26452ec51c9cdb9665dbf9e97 is reverted.
* PR10102: tolerate mismatched optional probeWenji Huang2009-04-271-0/+6
* elaborate.cxx: Early return for mismatched optional probe. * testsuite/systemtap.base/optionalprobe.exp: New test case. * testsuite/systemtap.base/optionalprobe.stp: Ditto.