Home | History | Annotate | Download | only in heap_find

Lines Matching refs:more

227     parser.add_option('-I', '--omit-ivar-regex', type='string', action='callback', callback=append_regex_callback, dest='ivar_regex_blacklist', default=[], help='specify one or more regular expressions used to backlist any matches that are in ivars')
310 result.AppendMessage('warning: the max number of stack frames (%u) was reached, use the "--max-frames=<COUNT>" option to see more frames' % (options.max_frames))
458 result.AppendMessage('warning: the max number of matches (%u) was reached, use the --max-matches option to get more results' % (options.max_matches))
764 result.AppendMessage('error: command takes one or more C string arguments')
770 specified as one or more address expressions. Any matches that were found will
840 result.AppendMessage('error: command takes one or more pointer expressions')
1109 result.AppendMessage('error: command takes one or more C string arguments');