Searched refs:EnableLog (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBDebugger.i | 414 EnableLog (const char *channel, const char ** types);
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 290 bool EnableLog(const char *channel, const char **categories);
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | Debugger.h | 243 bool EnableLog(llvm::StringRef channel,
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectLog.cpp | 191 bool success = GetDebugger().EnableLog( in DoExecute()
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBDebugger.cpp | 1651 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 D | lldb-test.cpp | 1221 Dbg->EnableLog("lldb", {"all"}, opts::Log, 0, 0, eLogHandlerStream, errs()); in main()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | Debugger.cpp | 1445 bool Debugger::EnableLog(llvm::StringRef channel, in EnableLog() function in Debugger
|