Searched refs:EnableLog (Results 1 – 6 of 6) sorted by relevance
326 bool EnableLog(const char *channel, const char **categories);
244 bool EnableLog(llvm::StringRef channel,
205 bool success = GetDebugger().EnableLog( in DoExecute()
1665 bool SBDebugger::EnableLog(const char *channel, const char **categories) { in EnableLog() function in SBDebugger1673 return m_opaque_sp->EnableLog(channel, GetCategoryArray(categories), "", in EnableLog()
1593 bool Debugger::EnableLog(llvm::StringRef channel, in EnableLog() function in Debugger
21414 result = (bool)(arg1)->EnableLog((char const *)arg2,(char const **)arg3); in _wrap_SBDebugger_EnableLog()