summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.printf/memory1.stp
Commit message (Collapse)AuthorAgeFilesLines
* PR10099: Extend %M directive to support hexdumping large buffersWenji Huang2009-04-261-0/+14
| | | | | | | | | | This patch will make %M directive dump the variable width buffer in hex format instead of returning uint64_t number as before. * runtime/vsprintf.c: Modify %M directive. * stap.1.in: Update description. * testsuite/systemtap.printf/memory1.stp: Add test case.
* 2008-03-10 Dave Brolley <brolley@redhat.com>brolley2008-03-101-26/+120
| | | | | | PR5189 * systemtap.printf/memory1.{stp,exp}: Rewrite to reflect new %m safety checks. * systemtap.stress/conversions.exp: Add a test for invalid argument to %m.
* 2008-02-27 Dave Brolley <brolley@redhat.com>brolley2008-02-271-0/+27
PR5189 * systemtap.printf/bin6.{exp,stp}: New test case. * systemtap.printf/memory1.{exp,stp}: New test case.