Home
last modified time | relevance | path

Searched refs:SetSuppressPersistentResult (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp191 void SBExpressionOptions::SetSuppressPersistentResult(bool b) { in SetSuppressPersistentResult() function in SBExpressionOptions
194 return m_opaque_up->SetSuppressPersistentResult(b); in SetSuppressPersistentResult()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBExpressionOptionsDocstrings.i39 ) lldb::SBExpressionOptions::SetSuppressPersistentResult;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h86 void SetSuppressPersistentResult(bool b = false);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDWIMPrint.cpp86 eval_options.SetSuppressPersistentResult(false); in DoExecute()
H A DCommandObjectExpression.cpp425 eval_options.SetSuppressPersistentResult(false); in EvaluateExpression()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp286 options.SetSuppressPersistentResult( in ConditionSaysStop()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h435 void SetSuppressPersistentResult(bool b) { m_suppress_persistent_result = b; } in SetSuppressPersistentResult() function
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp28047 (arg1)->SetSuppressPersistentResult(arg2); in _wrap_SBExpressionOptions_SetSuppressPersistentResult__SWIG_0()
28070 (arg1)->SetSuppressPersistentResult(); in _wrap_SBExpressionOptions_SetSuppressPersistentResult__SWIG_1()