Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix overlapping statement probe error in warnings.stp. | Mark Wielaard | 2009-08-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | Instead of generating a warning the current kernel.statement probe produced a warning on some 386 kernels that had optimized that particular line: semantic error: multiple addresses for fs/bio.c:282 (try fs/bio.c:278 or fs/bio.c:284) semantic error: no match while resolving probe point kernel.statement("bio_init@fs/bio.c+3") So do as told to just get the expected warnings for this probe. * testsuite/systemtap.base/warnings.stp (probea): Probe bio_init@fs/bio.c+5. | ||||
* | Use relative instead of absolute line. (bug 6611) | Stan Cox | 2008-08-05 | 1 | -1/+1 |
| | |||||
* | warning/error message compaction by removing duplicated token file names | Frank Ch. Eigler | 2008-06-16 | 1 | -1/+0 |
| | |||||
* | Bug 6611: read-only variable typo warnings should list alternatives. | Stan Cox | 2008-06-16 | 1 | -1/+11 |
| | |||||
* | PR6538: testsuite changes | Frank Ch. Eigler | 2008-05-20 | 1 | -4/+3 |
| | |||||
* | PR1119: unused variable elision warnings | fche | 2007-10-06 | 1 | -0/+9 |
2007-10-05 Frank Ch. Eigler <fche@elastic.org> PR 1119 * elaborate.cxx (semantic_pass_opt[12]): Warn on elided variables/functions in user script. * session.h (suppress_warnings): New field. Change "timing" to plain old bool. * main.cxx (main): Configure warnings on by default. * stap.1.in: Document this. PR 1119. * systemtap.base/warnings.*: New test. * futexes.stp, sig_by_proc.stp, small_demos/rwtiming.stp: Fix elision warnings. |