Home
last modified time | relevance | path

Searched refs:SetUnwindOnErrorInExpressions (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h87 void SetUnwindOnErrorInExpressions(bool ignore);
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp252 void ProcessProperties::SetUnwindOnErrorInExpressions(bool ignore) { in SetUnwindOnErrorInExpressions() function in ProcessProperties