Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBDebugger.i414 EnableLog (const char *channel, const char ** types);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBDebugger.h290 bool EnableLog(const char *channel, const char **categories);
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h243 bool EnableLog(llvm::StringRef channel,
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectLog.cpp191 bool success = GetDebugger().EnableLog( in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp1651 bool SBDebugger::EnableLog(const char *channel, const char **categories) { in EnableLog() function in SBDebugger
1659 return m_opaque_sp->EnableLog(channel, GetCategoryArray(categories), "", in EnableLog()
/openbsd-src/gnu/llvm/lldb/tools/lldb-test/
H A Dlldb-test.cpp1221 Dbg->EnableLog("lldb", {"all"}, opts::Log, 0, 0, eLogHandlerStream, errs()); in main()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp1445 bool Debugger::EnableLog(llvm::StringRef channel, in EnableLog() function in Debugger