Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h234 eLogHandlerCircular, enumerator
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp173 if (m_options.handler == eLogHandlerCircular && in DoExecute()
180 if ((m_options.handler != eLogHandlerCircular && in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandOptionArgumentTable.h120 eLogHandlerCircular,
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1623 case eLogHandlerCircular: in CreateLogHandler()