commit | 8646d3c1647fdaa4b27ff7369f8a912c24b30666 | [log] [tgz] |
---|---|---|
author | Jim Ingham <jingham@apple.com> | Mon May 05 02:47:44 2014 +0000 |
committer | Jim Ingham <jingham@apple.com> | Mon May 05 02:47:44 2014 +0000 |
tree | 41a334cb6d26de36102f2c9353eafac53d1198f7 | |
parent | 1624a2d3c8a9558840b5e17623d232c0aa3c01cd [diff] [blame] |
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) {