summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/deref.stp
Commit message (Collapse)AuthorAgeFilesLines
* 2007-11-12 Martin Hunt <hunt@redhat.com>hunt2007-11-121-3/+3
| | | | | | | | * systemtap.base/*.stp: Replace log() calls with println() (or printf() if formatting would help.) * systemtap.maps/*.stp: Ditto. * systemtap.samples/*.stp: Ditto. * systemtap.stress/*.stp: Ditto.
* 2007-02-06 Josh Stone <joshua.i.stone@intel.com>jistone2007-02-061-0/+36
| | | | | | | | runtime/ * loc2c-runtime.h (kread): Let it work with const types. testsuite/ * systemtap.base/deref.stp: Test kread with const sources.
* 2007-01-22 Josh Stone <joshua.i.stone@intel.com>jistone2007-01-231-58/+85
| | | | | | | | | runtime/ * loc2c-runtime.h (kread, kwrite): Tweaks to work better with reading and writing pointer values. testsuite/ * systemtap.base/deref.stp: Rewrite test, and now also check the ability to read/write pointers.
* 2007-01-19 Josh Stone <joshua.i.stone@intel.com>jistone2007-01-201-7/+37
| | | | | | | | | | | | | PR 3079 runtime/ * loc2c-runtime.h (kread, kwrite): New macros to safely read/write values from kernel pointers. This includes a workaround for 64-bit numbers on i386 platforms. testsuite/ * systemtap.base/deref.stp: Use the new kread macro that should work fine with 64-bit numbers on i386 platforms. Also expand the test to include writes with kwrite. * systemtap.base/deref.exp: Remove the setup_kfail.
* 2006-12-18 Josh Stone <joshua.i.stone@intel.com>jistone2006-12-191-0/+45
* systemtap.base/deref.exp, systemtap.base/deref.exp: Add a test for successfully dereferencing pointers of various sizes. This is known to fail on x86 for 64-bit values -- PR 3079.