Lines Matching defs:options
1325 SBExpressionOptions options;
1327 options.SetFetchDynamicValue (fetch_dynamic_value);
1328 options.SetUnwindOnError (true);
1329 return EvaluateExpression (expr, options);
1337 SBExpressionOptions options;
1338 options.SetFetchDynamicValue (fetch_dynamic_value);
1339 options.SetUnwindOnError (true);
1340 return EvaluateExpression (expr, options);
1346 SBExpressionOptions options;
1347 options.SetFetchDynamicValue (fetch_dynamic_value);
1348 options.SetUnwindOnError (unwind_on_error);
1349 return EvaluateExpression (expr, options);
1353 SBFrame::EvaluateExpression (const char *expr, const SBExpressionOptions &options)
1393 expr, options.GetFetchDynamicValue(), frame_description.GetString().c_str());
1398 options.ref());
1399 expr_result.SetSP(expr_value_sp, options.GetFetchDynamicValue());