Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h329 bool EnableLog(const char *channel, const char **categories);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp205 bool success = GetDebugger().EnableLog( in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h237 bool EnableLog(llvm::StringRef channel,
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1665 bool SBDebugger::EnableLog(const char *channel, const char **categories) { in EnableLog() function in SBDebugger
1673 return m_opaque_sp->EnableLog(channel, GetCategoryArray(categories), "", in EnableLog()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1633 bool Debugger::EnableLog(llvm::StringRef channel, in EnableLog() function in Debugger
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp22692 result = (bool)(arg1)->EnableLog((char const *)arg2,(char const **)arg3); in _wrap_SBDebugger_EnableLog()