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 --- .../Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.cpp') diff --git a/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.cpp b/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.cpp index dd2169238ea..40b61fe9981 100644 --- a/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.cpp +++ b/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.cpp @@ -369,7 +369,7 @@ AppleGetThreadItemInfoHandler::GetThreadItemInfo (Thread &thread, tid_t thread_i ExpressionResults func_call_ret; Value results; func_call_ret = m_get_thread_item_info_function->ExecuteFunction (exe_ctx, &args_addr, options, errors, results); - if (func_call_ret != eExecutionCompleted || !error.Success()) + if (func_call_ret != eExpressionCompleted || !error.Success()) { if (log) log->Printf ("Unable to call __introspection_dispatch_thread_get_item_info(), got ExpressionResults %d, error contains %s", func_call_ret, error.AsCString("")); -- cgit v1.2.3