Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h223 enum LogHandlerKind { enum
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp99 handler = (LogHandlerKind)OptionArgParser::ToOptionEnum( in SetOptionValue()
154 LogHandlerKind handler = eLogHandlerStream;
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h247 size_t buffer_size, LogHandlerKind log_handler_kind,
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1578 CreateLogHandler(LogHandlerKind log_handler_kind, int fd, bool should_close, in CreateLogHandler()
1596 size_t buffer_size, LogHandlerKind log_handler_kind, in EnableLog()