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.h451 bool EnableLog(const char *channel, const char **categories);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp203 bool success = GetDebugger().EnableLog( in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h234 bool EnableLog(llvm::StringRef channel,
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1662 bool SBDebugger::EnableLog(const char *channel, const char **categories) { in EnableLog() function in SBDebugger
1670 return m_opaque_sp->EnableLog(channel, GetCategoryArray(categories), "", in EnableLog()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1804 bool Debugger::EnableLog(llvm::StringRef channel, in EnableLog() function in Debugger
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp23005 result = (bool)(arg1)->EnableLog((char const *)arg2,(char const **)arg3); in _wrap_SBDebugger_EnableLog()