Home
last modified time | relevance | path

Searched refs:SystemLogHandler (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DHost.h260 class SystemLogHandler : public LogHandler {
262 SystemLogHandler();
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DHost.cpp618 char SystemLogHandler::ID;
620 SystemLogHandler::SystemLogHandler() {} in SystemLogHandler() function in SystemLogHandler
622 void SystemLogHandler::Emit(llvm::StringRef message) { in Emit()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp1438 return std::make_shared<SystemLogHandler>(); in CreateLogHandler()