summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/array_string.exp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed PR 11220 by setting MAP_STRING_LENGTH to MAXSTRINGLEN.David Smith2010-01-251-0/+45
* runtime/map.h: Set MAP_STRING_LENGTH to MAXSTRINGLEN so that large strings can be stored in arrays. * testsuite/systemtap.base/array_string.exp: New testcase.