summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.printf/basic6.stp
Commit message (Collapse)AuthorAgeFilesLines
* fix a bug with %% in format stringsTim Moore2009-04-201-0/+5
* translate.cxx (c_unparser::visit_print_format): Always use _stp_printf if a format string contains "%%". Previously a format string with no arguments would always be printed with _stp_print. * testsuite/systemtap.printf/basic6.stp: New test for %% in format strings. * testsuite/systemtap.printf/basic6.exp: test driver * testsuite/systemtap.examples/grapher.stp: Remove workaround for "%%" literal problem.