Home
last modified time | relevance | path

Searched refs:EnableLog (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h192 bool EnableLog(const char *channel, const char **categories);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectLog.cpp174 bool success = m_interpreter.GetDebugger().EnableLog( in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h218 bool EnableLog(llvm::StringRef channel,
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp1259 bool SBDebugger::EnableLog(const char *channel, const char **categories) { in EnableLog() function in SBDebugger
1265 return m_opaque_sp->EnableLog(channel, GetCategoryArray(categories), "", in EnableLog()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp1244 bool Debugger::EnableLog(llvm::StringRef channel, in EnableLog() function in Debugger