Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp107 unwind_on_error = tmp_value; in SetOptionValue()
131 unwind_on_error = false; in SetOptionValue()
177 unwind_on_error = process_sp->GetUnwindOnErrorInExpressions(); in OptionParsingStarting()
180 unwind_on_error = true; in OptionParsingStarting()
205 options.SetUnwindOnError(unwind_on_error); in GetEvaluateExpressionOptions()
230 if (!ignore_breakpoints || !unwind_on_error) in GetEvaluateExpressionOptions()
572 command_options.unwind_on_error = false; in GetExprOptions()
577 expr_options.SetUnwindOnError(command_options.unwind_on_error); in GetExprOptions()
H A DCommandObjectExpression.h48 bool unwind_on_error; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFrame.h116 bool unwind_on_error);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp1067 bool unwind_on_error) { in EvaluateExpression() argument
1068 LLDB_INSTRUMENT_VA(this, expr, fetch_dynamic_value, unwind_on_error); in EvaluateExpression()
1075 options.SetUnwindOnError(unwind_on_error); in EvaluateExpression()