summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/CommandObject.cpp
diff options
context:
space:
mode:
authorDaniel Malea <daniel.malea@intel.com>2013-05-01 19:11:56 +0000
committerDaniel Malea <daniel.malea@intel.com>2013-05-01 19:11:56 +0000
commit54e39db805c2bea78b600dd56fc08c0250928cca (patch)
tree3c87a8567a640a351b1fcbfe9c31d619694d6e36 /lldb/source/Interpreter/CommandObject.cpp
parentdf6bee8081f6debda857a04247a88c37586df73d (diff)
downloadbcm5719-llvm-54e39db805c2bea78b600dd56fc08c0250928cca.tar.gz
bcm5719-llvm-54e39db805c2bea78b600dd56fc08c0250928cca.zip
Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.py
llvm-svn: 180868
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 68756050c6f..d2b2ce54875 100644
--- a/lldb/source/Interpreter/CommandObject.cpp
+++ b/lldb/source/Interpreter/CommandObject.cpp
@@ -295,6 +295,7 @@ CommandObject::CheckRequirements (CommandReturnObject &result)
else
{
StateType state = process->GetState();
+
switch (state)
{
case eStateInvalid:
OpenPOWER on IntegriCloud