Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-private-enumerations.h234 eLogHandlerCircular, enumerator
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectLog.cpp173 if (m_options.handler == eLogHandlerCircular && in DoExecute()
180 if ((m_options.handler != eLogHandlerCircular && in DoExecute()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandOptionArgumentTable.h120 eLogHandlerCircular,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDDebugger.cpp1623 case eLogHandlerCircular: in CreateLogHandler()