Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DProcess.h85 void SetUnwindOnErrorInExpressions(bool ignore);
/external/llvm-project/lldb/source/Target/
DProcess.cpp229 void ProcessProperties::SetUnwindOnErrorInExpressions(bool ignore) { in SetUnwindOnErrorInExpressions() function in ProcessProperties