summaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-10 18:00:30 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-10 18:00:30 +0300
commit8a361414113e13c9a0ff37ebc614933ad61acafb (patch)
tree5c32b0c396539a36f2cd28af2cb24273a33e252f /src/command.h
parent8209297f0cde69559f751eb3614584e69d834a2a (diff)
downloadparanucker-8a361414113e13c9a0ff37ebc614933ad61acafb.tar.gz
paranucker-8a361414113e13c9a0ff37ebc614933ad61acafb.tar.bz2
paranucker-8a361414113e13c9a0ff37ebc614933ad61acafb.tar.xz
paranucker-8a361414113e13c9a0ff37ebc614933ad61acafb.zip
Add plugin command dumpnullpointers.
It search null pointers and also dump walking nodes.
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/command.h b/src/command.h
index 17a5586..177d301 100644
--- a/src/command.h
+++ b/src/command.h
@@ -28,7 +28,8 @@ enum Command : int
DumpUnsupported,
MemoryUsage,
FindArgs,
- DetectNullPointers
+ DetectNullPointers,
+ DumpNullPointers
};
extern Command command;