aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/CommandObject.cpp
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2014-08-06 00:24:38 +0000
committerJim Ingham <jingham@apple.com>2014-08-06 00:24:38 +0000
commit6d8873f94b252f8e1d9617d1773efa47e8969876 (patch)
treefe11c7faafe9ef74d6ebaf17ad3e8194dfb5326a /lldb/source/Interpreter/CommandObject.cpp
parent33ea1681ce2d12d7e5909110f9afff104a376de3 (diff)
downloadllvm-6d8873f94b252f8e1d9617d1773efa47e8969876.zip
llvm-6d8873f94b252f8e1d9617d1773efa47e8969876.tar.gz
llvm-6d8873f94b252f8e1d9617d1773efa47e8969876.tar.bz2
Probably should initialize that new ivar while I'm at it...
llvm-svn: 214941
Diffstat (limited to 'lldb/source/Interpreter/CommandObject.cpp')
-rw-r--r--lldb/source/Interpreter/CommandObject.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Interpreter/CommandObject.cpp b/lldb/source/Interpreter/CommandObject.cpp
index 62a8475..3fdbf99 100644
--- a/lldb/source/Interpreter/CommandObject.cpp
+++ b/lldb/source/Interpreter/CommandObject.cpp
@@ -56,6 +56,7 @@ CommandObject::CommandObject
m_is_alias (false),
m_flags (flags),
m_arguments(),
+ m_deprecated_command_override_callback (nullptr),
m_command_override_callback (nullptr),
m_command_override_baton (nullptr)
{