Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp177 unwind_on_error = process_sp->GetUnwindOnErrorInExpressions(); in OptionParsingStarting()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h95 bool GetUnwindOnErrorInExpressions() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp285 bool ProcessProperties::GetUnwindOnErrorInExpressions() const { in GetUnwindOnErrorInExpressions() function in ProcessProperties