Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PR10102: tolerate the failure related to optional probe | Wenji Huang | 2009-05-05 | 1 | -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 probe | Wenji Huang | 2009-04-27 | 1 | -0/+6 |
* elaborate.cxx: Early return for mismatched optional probe. * testsuite/systemtap.base/optionalprobe.exp: New test case. * testsuite/systemtap.base/optionalprobe.stp: Ditto. |