Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectExpression.cpp195 unwind_on_error = process_sp->GetUnwindOnErrorInExpressions(); in OptionParsingStarting()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h86 bool GetUnwindOnErrorInExpressions() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp236 bool ProcessProperties::GetUnwindOnErrorInExpressions() const { in GetUnwindOnErrorInExpressions() function in ProcessProperties