Home
last modified time | relevance | path

Searched refs:real_options (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp349 EvaluateExpressionOptions real_options = options; in ExecuteFunction() local
350 real_options.SetDebug(false); // This halts the expression for debugging. in ExecuteFunction()
351 real_options.SetGenerateDebugInfo(enable_debugging); in ExecuteFunction()
352 real_options.SetUnwindOnError(!enable_debugging); in ExecuteFunction()
353 real_options.SetIgnoreBreakpoints(!enable_debugging); in ExecuteFunction()
377 exe_ctx, args_addr, real_options, diagnostic_manager); in ExecuteFunction()
388 exe_ctx, call_plan_sp, real_options, diagnostic_manager); in ExecuteFunction()