summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/warnings.stp
Commit message (Collapse)AuthorAgeFilesLines
* Fix overlapping statement probe error in warnings.stp.Mark Wielaard2009-08-291-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 Cox2008-08-051-1/+1
|
* warning/error message compaction by removing duplicated token file namesFrank Ch. Eigler2008-06-161-1/+0
|
* Bug 6611: read-only variable typo warnings should list alternatives.Stan Cox2008-06-161-1/+11
|
* PR6538: testsuite changesFrank Ch. Eigler2008-05-201-4/+3
|
* PR1119: unused variable elision warningsfche2007-10-061-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.