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.h233 eLogHandlerCircular, enumerator
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp171 if (m_options.handler == eLogHandlerCircular && in DoExecute()
178 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.cpp1794 case eLogHandlerCircular: in CreateLogHandler()