summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectWatchpoint.cpp
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2014-05-05 02:47:44 +0000
committerJim Ingham <jingham@apple.com>2014-05-05 02:47:44 +0000
commit8646d3c1647fdaa4b27ff7369f8a912c24b30666 (patch)
tree41a334cb6d26de36102f2c9353eafac53d1198f7 /lldb/source/Commands/CommandObjectWatchpoint.cpp
parent1624a2d3c8a9558840b5e17623d232c0aa3c01cd (diff)
downloadbcm5719-llvm-8646d3c1647fdaa4b27ff7369f8a912c24b30666.tar.gz
bcm5719-llvm-8646d3c1647fdaa4b27ff7369f8a912c24b30666.zip
Rename eExecution*** to eExpression*** to be consistent with the result type.
llvm-svn: 207945
Diffstat (limited to 'lldb/source/Commands/CommandObjectWatchpoint.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectWatchpoint.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectWatchpoint.cpp b/lldb/source/Commands/CommandObjectWatchpoint.cpp
index f420f1801fc..f489398c48f 100644
--- a/lldb/source/Commands/CommandObjectWatchpoint.cpp
+++ b/lldb/source/Commands/CommandObjectWatchpoint.cpp
@@ -1260,7 +1260,7 @@ protected:
frame,
valobj_sp,
options);
- if (expr_result != eExecutionCompleted)
+ if (expr_result != eExpressionCompleted)
{
result.GetErrorStream().Printf("error: expression evaluation of address to watch failed\n");
result.GetErrorStream().Printf("expression evaluated: %s\n", expr);
OpenPOWER on IntegriCloud