Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h358 bool GetNotifyVoid() const;
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectExpression.cpp442 if (format != eFormatVoid && GetDebugger().GetNotifyVoid()) { in EvaluateExpression()
/llvm-project-15.0.7/lldb/source/Expression/
H A DREPL.cpp356 if (format != lldb::eFormatVoid && debugger.GetNotifyVoid()) { in IOHandlerInputComplete()
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp280 bool Debugger::GetNotifyVoid() const { in GetNotifyVoid() function in Debugger