Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h356 bool GetNotifyVoid() const;
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectExpression.cpp447 if (format != eFormatVoid && GetDebugger().GetNotifyVoid()) { in EvaluateExpression()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DREPL.cpp356 if (format != lldb::eFormatVoid && debugger.GetNotifyVoid()) { in IOHandlerInputComplete()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp292 bool Debugger::GetNotifyVoid() const { in GetNotifyVoid() function in Debugger