Home
last modified time | relevance | path

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

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