mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
Make the Expression Execution result enum available to the SB API layer.
Add a callback that will allow an expression to be cancelled between the expression evaluation stages (for the ClangUserExpressions.) <rdar://problem/16790467>, <rdar://problem/16573440> llvm-svn: 207944
This commit is contained in:
@@ -1503,7 +1503,7 @@ protected:
|
||||
options.SetUnwindOnError(true);
|
||||
options.SetUseDynamic(eNoDynamicValues);
|
||||
|
||||
ExecutionResults exe_results = eExecutionSetupError;
|
||||
ExpressionResults exe_results = eExecutionSetupError;
|
||||
exe_results = target->EvaluateExpression (command,
|
||||
frame_sp.get(),
|
||||
return_valobj_sp,
|
||||
|
||||
Reference in New Issue
Block a user