Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DDebugger.h316 bool GetNotifyVoid() const;
/external/llvm-project/lldb/source/Expression/
DREPL.cpp351 if (format != lldb::eFormatVoid && debugger.GetNotifyVoid()) { in IOHandlerInputComplete()
/external/llvm-project/lldb/source/Commands/
DCommandObjectExpression.cpp460 if (format != eFormatVoid && GetDebugger().GetNotifyVoid()) { in EvaluateExpression()
/external/llvm-project/lldb/source/Core/
DDebugger.cpp261 bool Debugger::GetNotifyVoid() const { in GetNotifyVoid() function in Debugger