Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectExpression.cpp161 unwind_on_error = process_sp->GetUnwindOnErrorInExpressions(); in OptionParsingStarting()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h86 bool GetUnwindOnErrorInExpressions() const;
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp246 bool ProcessProperties::GetUnwindOnErrorInExpressions() const { in GetUnwindOnErrorInExpressions() function in ProcessProperties