Home
last modified time | relevance | path

Searched refs:GetNotifyVoid (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp483 if (format != eFormatVoid && GetDebugger().GetNotifyVoid()) { in EvaluateExpression()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h363 bool GetNotifyVoid() const;
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp362 if (format != lldb::eFormatVoid && debugger.GetNotifyVoid()) { in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp300 bool Debugger::GetNotifyVoid() const { in GetNotifyVoid() function in Debugger