Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DOsLogger.cpp56 DNBCallbackLog OsLogger::GetLogFunction() { return DarwinLogCallback; } in GetLogFunction() function in OsLogger
60 DNBCallbackLog OsLogger::GetLogFunction() { return nullptr; } in GetLogFunction() function in OsLogger
H A DOsLogger.h16 static DNBCallbackLog GetLogFunction();
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A Ddebugserver.cpp1331 auto log_callback = OsLogger::GetLogFunction(); in main()
H A DRNBRemote.cpp2137 auto log_callback = OsLogger::GetLogFunction(); in set_logging()