Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h326 bool EnableLog(const char *channel, const char **categories);
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h244 bool EnableLog(llvm::StringRef channel,
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp205 bool success = GetDebugger().EnableLog( in DoExecute()
/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1593 bool Debugger::EnableLog(llvm::StringRef channel, in EnableLog() function in Debugger
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp21414 result = (bool)(arg1)->EnableLog((char const *)arg2,(char const **)arg3); in _wrap_SBDebugger_EnableLog()