Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h211 bool GetDisplayExpressionsInCrashlogs() const;
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBFrame.cpp1065 if (target->GetDisplayExpressionsInCrashlogs()) { in EvaluateExpression()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp4601 bool TargetProperties::GetDisplayExpressionsInCrashlogs() const { in GetDisplayExpressionsInCrashlogs() function in TargetProperties