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.cpp486 if (format != eFormatVoid && GetDebugger().GetNotifyVoid()) { in EvaluateExpression()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h368 bool GetNotifyVoid() const;
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp361 if (format != lldb::eFormatVoid && debugger.GetNotifyVoid()) { in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp319 bool Debugger::GetNotifyVoid() const { in GetNotifyVoid() function in Debugger