Home
last modified time | relevance | path

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

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