summaryrefslogtreecommitdiff
path: root/src/command.h
AgeCommit message (Expand)AuthorFilesLines
2015-08-08Add plugin parameters *-specialdump=filename for dump only this file AST tree.Andrei Karas1-0/+3
2015-07-10Disable check for useless checks in second check in while condition.Andrei Karas1-1/+4
2015-06-28Use bit mask for plugin command.Andrei Karas1-8/+10
2015-06-26Fix program name in copyright headers.Andrei Karas1-1/+1
2015-06-10Add plugin command dumpnullpointers.Andrei Karas1-1/+2
2015-06-09Add new plugin command detectnullpointers.Andrei Karas1-1/+2
2015-06-08Rename all Log::log* methods into Lop::dump.Andrei Karas1-1/+2
2015-06-07Add plugin command for dump unsupported node types.Andrei Karas1-0/+1
2015-06-07Add memoryusage plugin command. It show only number of allocated nodes.Andrei Karas1-1/+2
2015-06-07Add support for smalldump plugin command. It dump only node type and file name.Andrei Karas1-1/+2
2015-06-07Add support for plugin arguments.Andrei Karas1-0/+31