Searched refs:EnableLog (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBDebugger.i | 412 EnableLog (const char *channel, const char ** types);
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 273 bool EnableLog(const char *channel, const char **categories);
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | Debugger.h | 245 bool EnableLog(llvm::StringRef channel,
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectLog.cpp | 191 bool success = GetDebugger().EnableLog( in DoExecute()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBDebugger.cpp | 1615 bool SBDebugger::EnableLog(const char *channel, const char **categories) { in EnableLog() function in SBDebugger 1623 return m_opaque_sp->EnableLog(channel, GetCategoryArray(categories), "", in EnableLog()
|
| /llvm-project-15.0.7/lldb/tools/lldb-test/ |
| H A D | lldb-test.cpp | 1123 Dbg->EnableLog("lldb", {"all"}, opts::Log, 0, 0, eLogHandlerStream, errs()); in main()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | Debugger.cpp | 1425 bool Debugger::EnableLog(llvm::StringRef channel, in EnableLog() function in Debugger
|