From 8646d3c1647fdaa4b27ff7369f8a912c24b30666 Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Mon, 5 May 2014 02:47:44 +0000 Subject: Rename eExecution*** to eExpression*** to be consistent with the result type. llvm-svn: 207945 --- lldb/source/Commands/CommandObjectWatchpoint.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Commands/CommandObjectWatchpoint.cpp') 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); -- cgit v1.2.3