Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h96 void SetUnwindOnErrorInExpressions(bool ignore);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp291 void ProcessProperties::SetUnwindOnErrorInExpressions(bool ignore) { in SetUnwindOnErrorInExpressions() function in ProcessProperties