Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectExpression.cpp115 unwind_on_error = tmp_value; in SetOptionValue()
139 unwind_on_error = false; in SetOptionValue()
172 unwind_on_error = process_sp->GetUnwindOnErrorInExpressions(); in OptionParsingStarting()
175 unwind_on_error = true; in OptionParsingStarting()
366 options.SetUnwindOnError(m_command_options.unwind_on_error); in GetEvalOptions()
393 !m_command_options.unwind_on_error) in GetEvalOptions()
550 command_options.unwind_on_error = false; in GetExprOptions()
555 expr_options.SetUnwindOnError(command_options.unwind_on_error); in GetExprOptions()
DCommandObjectExpression.h39 bool unwind_on_error; variable
/external/llvm-project/lldb/include/lldb/API/
DSBFrame.h107 bool unwind_on_error);
/external/llvm-project/lldb/bindings/interface/
DSBFrame.i173 EvaluateExpression (const char *expr, lldb::DynamicValueType use_dynamic, bool unwind_on_error);
/external/llvm-project/lldb/source/API/
DSBFrame.cpp1055 bool unwind_on_error) { in EvaluateExpression() argument
1058 fetch_dynamic_value, unwind_on_error); in EvaluateExpression()
1065 options.SetUnwindOnError(unwind_on_error); in EvaluateExpression()