Rename eExecution*** to eExpression*** to be consistent with the result type.

llvm-svn: 207945
diff --git a/lldb/source/Target/StopInfo.cpp b/lldb/source/Target/StopInfo.cpp
index 8bcc4e4..7241f6b 100644
--- a/lldb/source/Target/StopInfo.cpp
+++ b/lldb/source/Target/StopInfo.cpp
@@ -720,7 +720,7 @@
                                                                  NULL,
                                                                  result_value_sp,
                                                                  error);
-                    if (result_code == eExecutionCompleted)
+                    if (result_code == eExpressionCompleted)
                     {
                         if (result_value_sp)
                         {